summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/head-nommu.S
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8649/2: nommu: remove Hivecs configuration is asmAfzal Mohammed2017-02-281-5/+0Star
* ARM: 8607/1: V7M: Wire up caches for V7M processors with cache support.Jonathan Austin2016-09-061-1/+15
* ARM: 8572/1: nommu: change memory reserve for the vectorsJean-Philippe Brucker2016-05-051-1/+1
* ARM: 8383/1: nommu: avoid deprecated source register on movStefan Agner2015-06-121-13/+8Star
* Merge branch 'bsym' into for-nextRussell King2015-06-121-3/+3
|\
| * ARM: replace BSYM() with badr assembly macroRussell King2015-05-081-3/+3
* | ARM: redo TTBR setup code for LPAERussell King2015-06-021-1/+1
|/
* ARM: Fix nommu bootingRussell King2015-04-211-6/+6
* ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-4/+4
* ARM: fix asm/memory.h build errorRussell King2013-12-131-2/+2
* ARM: Add .text annotations where required after __CPUINIT removalRussell King2013-08-011-0/+1
* arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-151-1/+0Star
* ARM: mpu: protect the vectors page with an MPU regionJonathan Austin2013-06-171-0/+16
* ARM: mpu: add MPU initialisation for secondary coresJonathan Austin2013-06-071-0/+7
* ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPUJonathan Austin2013-06-071-0/+87
* ARM: nommu: add entry point for secondary CPUs to head-nommu.SWill Deacon2013-06-071-4/+46
* ARM: Add base support for ARMv7-MCatalin Marinas2013-04-171-3/+7
* ARM: let CPUs not being able to run in ARM mode enter in THUMB modeUwe Kleine-König2013-01-311-1/+7
* ARM: 7591/1: nommu: Enable the strict alignment (CR_A) bit only if ARCH < v6Armando Visconti2012-12-071-1/+1
* ARM: move CP15 definitions to separate header fileRussell King2012-03-281-1/+1
* ARM: 6999/1: head, zImage: Always Enter the kernel in ARM stateDave Martin2011-07-191-0/+8
* ARM: Defer lookup of machine_type to setup.cRussell King2011-02-151-3/+0Star
* ARM: no need for nommu to jump through the hoops that mmu doesRussell King2010-10-081-4/+1Star
* ARM: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-11-231-1/+1
* nommu: Do not override the CP15 control reg value returned from initfuncCatalin Marinas2009-07-241-1/+4
* Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas2009-07-241-4/+7
* [ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas2008-09-011-2/+2
* [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0Star
* [ARM] Ensure head text is always placed at the start of kernelRussell King2007-05-081-1/+1
* [ARM] Include asm/elf.h instead of asm/procinfo.hRussell King2006-11-301-1/+0Star
* [ARM] nommu: confirms the CR_V bit in nommu modeHyok S. Choi2006-09-281-0/+5
* [ARM] nommu: manage the CP15 thingsHyok S. Choi2006-09-271-1/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQRussell King2006-06-251-1/+1
* [ARM] 3496/1: more constants for asm-offsets.hUwe Zeisberger2006-05-051-3/+1Star
* [ARM] nommu: trivial fixups for head-nommu.S and the MakefileHyok S. Choi2006-04-241-1/+3
* [ARM] nommu: start-up codeHyok S. Choi2006-03-271-0/+83