aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/head-nommu.S
AgeCommit message (Expand)Author
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King
2013-12-13ARM: fix asm/memory.h build errorRussell King
2013-08-01ARM: Add .text annotations where required after __CPUINIT removalRussell King
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker
2013-06-17ARM: mpu: protect the vectors page with an MPU regionJonathan Austin
2013-06-07ARM: mpu: add MPU initialisation for secondary coresJonathan Austin
2013-06-07ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPUJonathan Austin
2013-06-07ARM: nommu: add entry point for secondary CPUs to head-nommu.SWill Deacon
2013-04-17ARM: Add base support for ARMv7-MCatalin Marinas
2013-01-31ARM: let CPUs not being able to run in ARM mode enter in THUMB modeUwe Kleine-König
2012-12-07ARM: 7591/1: nommu: Enable the strict alignment (CR_A) bit only if ARCH < v6Armando Visconti
2012-03-28ARM: move CP15 definitions to separate header fileRussell King
2011-07-19ARM: 6999/1: head, zImage: Always Enter the kernel in ARM stateDave Martin
2011-02-15ARM: Defer lookup of machine_type to setup.cRussell King
2010-10-08ARM: no need for nommu to jump through the hoops that mmu doesRussell King
2009-11-23ARM: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott
2009-07-24nommu: Do not override the CP15 control reg value returned from initfuncCatalin Marinas
2009-07-24Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King
2007-05-08[ARM] Ensure head text is always placed at the start of kernelRussell King
2006-11-30[ARM] Include asm/elf.h instead of asm/procinfo.hRussell King
2006-09-28[ARM] nommu: confirms the CR_V bit in nommu modeHyok S. Choi
2006-09-27[ARM] nommu: manage the CP15 thingsHyok S. Choi
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-25[ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQRussell King
2006-05-05[ARM] 3496/1: more constants for asm-offsets.hUwe Zeisberger
2006-04-24[ARM] nommu: trivial fixups for head-nommu.S and the MakefileHyok S. Choi
2006-03-27[ARM] nommu: start-up codeHyok S. Choi