aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/head.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25MIPS/head: Store ELF appended dtb in a global variable tooYasha Cherikovsky1-2/+4
2018-09-25MIPS/head: Add comments after #endif and #elseYasha Cherikovsky1-7/+7
2017-06-27MIPS: head: Reorder instructions missing a delay slotKarl Beldan1-1/+1
2016-08-02MIPS: store the appended dtb address in a variableJonas Gorski1-7/+14
2016-05-13MIPS: Remove redundant asm/pgtable-bits.h inclusionsPaul Burton1-1/+0
2016-05-13MIPS: Call relocate_kernel if CONFIG_RELOCATABLE=yMatt Redfearn1-0/+20
2015-06-21MIPS: Add support for vmlinux.bin appended dtbJonas Gorski1-0/+16
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-56/+0
2014-03-26MIPS: malta: Add support for SMP EVAMarkos Chandras1-1/+1
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-4/+0
2013-06-21MIPS: Move gas macro MAPPED_KERNEL_SETUP_TLB to IP27-specific code.Ralf Baechle1-39/+0
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-2/+2
2012-12-28MIPS: Don't include <asm/page.h> unnecessarily.Ralf Baechle1-1/+0
2009-11-02MIPS: Avoid potential hazard on Context registerRalf Baechle1-0/+1
2009-08-03MIPS: Avoid clobbering struct pt_regs in kthreadsDavid Daney1-1/+2
2008-10-06[MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=yRalf Baechle1-0/+1
2008-03-12[MIPS] Fix loads of section missmatchesRalf Baechle1-1/+1
2008-02-01[MIPS] Fix build after b0rked changes to <linux/init.h>.Ralf Baechle1-1/+1
2008-01-07[MIPS] Fix CONFIG_BOOT_RAW.Ralf Baechle1-1/+2
2007-10-18[MIPS] Always do the ARC64_TWIDDLE_PC thing.Thomas Bogendoerfer1-11/+5
2007-10-17[MIPS] Fix modpost warning in raw binary builds.Ralf Baechle1-1/+3
2007-07-31[MIPS] Replace use of stext with _stext.Ralf Baechle1-1/+0
2007-07-24[MIPS] Fix marge error due to conflict in arch/mips/kernel/head.SAtsushi Nemoto1-1/+1
2007-07-10[MIPS] PMC MSP71xx mips commonMarc St-Jean1-1/+4
2007-07-10[MIPS] MIPSsim: Move code away from the other MIPS Inc. BSP code.Ralf Baechle1-5/+2
2007-02-06[MIPS] Move some kernel globals from asm file to C file.Atsushi Nemoto1-25/+0
2006-12-09[MIPS] Qemu now has an ELF loader.Ralf Baechle1-1/+1
2006-11-30[MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nAtsushi Nemoto1-0/+3
2006-11-01[MIPS] 16K & 64K page size fixesRalf Baechle1-1/+2
2006-07-13[MIPS] TRACE_IRQFLAGS_SUPPORT support.Ralf Baechle1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[MIPS] Fix use of ehb instruction for non-R2 configurations.Ralf Baechle1-1/+1
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-0/+57
2005-10-29Support for MIPSsim, the cycle accurate MIPS simulator.Ralf Baechle1-1/+1
2005-10-29Move Origin crapola into a machine-specific header file.Ralf Baechle1-37/+6
2005-10-29Temporary hack for Qemu and MIPSsim until they get a proper ELF loader.Ralf Baechle1-0/+12
2005-10-29Fix 64bit SMP TLB handler and stack frame handling, optimize 32bit SMPThiemo Seufer1-0/+1
2005-10-29Move the invalid pmd and pte tables from .data to .bss. Fix alignment.Thiemo Seufer1-10/+4
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+221