aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/head.S
AgeCommit message (Expand)AuthorFilesLines
2021-02-04MIPS: of: Introduce helper function to get DTBGravatar Thomas Bogendoerfer 1-31/+0
2020-09-21MIPS: Loongson-3: Enable COP2 usage in kernelGravatar Huacai Chen 1-1/+1
2020-07-31MIPS: head.S: Init fw_passed_dtb to builtin DTBGravatar Paul Cercueil 1-0/+6
2020-04-24MIPS: Clear XContext at boot timeGravatar Jiaxun Yang 1-0/+3
2018-09-25MIPS/head: Store ELF appended dtb in a global variable tooGravatar Yasha Cherikovsky 1-2/+4
2018-09-25MIPS/head: Add comments after #endif and #elseGravatar Yasha Cherikovsky 1-7/+7
2017-06-27MIPS: head: Reorder instructions missing a delay slotGravatar Karl Beldan 1-1/+1
2016-08-02MIPS: store the appended dtb address in a variableGravatar Jonas Gorski 1-7/+14
2016-05-13MIPS: Remove redundant asm/pgtable-bits.h inclusionsGravatar Paul Burton 1-1/+0
2016-05-13MIPS: Call relocate_kernel if CONFIG_RELOCATABLE=yGravatar Matt Redfearn 1-0/+20
2015-06-21MIPS: Add support for vmlinux.bin appended dtbGravatar Jonas Gorski 1-0/+16
2014-05-24MIPS: MT: Remove SMTC supportGravatar Ralf Baechle 1-56/+0
2014-03-26MIPS: malta: Add support for SMP EVAGravatar Markos Chandras 1-1/+1
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codeGravatar Paul Gortmaker 1-4/+0
2013-06-21MIPS: Move gas macro MAPPED_KERNEL_SETUP_TLB to IP27-specific code.Gravatar Ralf Baechle 1-39/+0
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-2/+2
2012-12-28MIPS: Don't include <asm/page.h> unnecessarily.Gravatar Ralf Baechle 1-1/+0
2009-11-02MIPS: Avoid potential hazard on Context registerGravatar Ralf Baechle 1-0/+1
2009-08-03MIPS: Avoid clobbering struct pt_regs in kthreadsGravatar David Daney 1-1/+2
2008-10-06[MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=yGravatar Ralf Baechle 1-0/+1
2008-03-12[MIPS] Fix loads of section missmatchesGravatar Ralf Baechle 1-1/+1
2008-02-01[MIPS] Fix build after b0rked changes to <linux/init.h>.Gravatar Ralf Baechle 1-1/+1
2008-01-07[MIPS] Fix CONFIG_BOOT_RAW.Gravatar Ralf Baechle 1-1/+2
2007-10-18[MIPS] Always do the ARC64_TWIDDLE_PC thing.Gravatar Thomas Bogendoerfer 1-11/+5
2007-10-17[MIPS] Fix modpost warning in raw binary builds.Gravatar Ralf Baechle 1-1/+3
2007-07-31[MIPS] Replace use of stext with _stext.Gravatar Ralf Baechle 1-1/+0
2007-07-24[MIPS] Fix marge error due to conflict in arch/mips/kernel/head.SGravatar Atsushi Nemoto 1-1/+1
2007-07-10[MIPS] PMC MSP71xx mips commonGravatar Marc St-Jean 1-1/+4
2007-07-10[MIPS] MIPSsim: Move code away from the other MIPS Inc. BSP code.Gravatar Ralf Baechle 1-5/+2
2007-02-06[MIPS] Move some kernel globals from asm file to C file.Gravatar Atsushi Nemoto 1-25/+0
2006-12-09[MIPS] Qemu now has an ELF loader.Gravatar Ralf Baechle 1-1/+1
2006-11-30[MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nGravatar Atsushi Nemoto 1-0/+3
2006-11-01[MIPS] 16K & 64K page size fixesGravatar Ralf Baechle 1-1/+2
2006-07-13[MIPS] TRACE_IRQFLAGS_SUPPORT support.Gravatar Ralf Baechle 1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29[MIPS] Fix use of ehb instruction for non-R2 configurations.Gravatar Ralf Baechle 1-1/+1
2006-04-19[MIPS] MT: Improved multithreading support.Gravatar Ralf Baechle 1-0/+57
2005-10-29Support for MIPSsim, the cycle accurate MIPS simulator.Gravatar Ralf Baechle 1-1/+1
2005-10-29Move Origin crapola into a machine-specific header file.Gravatar Ralf Baechle 1-37/+6
2005-10-29Temporary hack for Qemu and MIPSsim until they get a proper ELF loader.Gravatar Ralf Baechle 1-0/+12
2005-10-29Fix 64bit SMP TLB handler and stack frame handling, optimize 32bit SMPGravatar Thiemo Seufer 1-0/+1
2005-10-29Move the invalid pmd and pte tables from .data to .bss. Fix alignment.Gravatar Thiemo Seufer 1-10/+4
2005-09-05[PATCH] mips: clean up 32/64-bit configurationGravatar Ralf Baechle 1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+221