aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/head-nommu.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King1-2/+10
2018-07-30ARM: 8784/1: NOMMU: Allow enter in Hyp modeVladimir Murzin1-2/+10
2018-07-11ARM: 8775/1: NOMMU: Use instr_sync instead of plain isb in common codeVladimir Murzin1-1/+1
2018-05-19ARM: 8757/1: NOMMU: Support PMSAv8 MPUVladimir Murzin1-0/+163
2018-05-19ARM: 8756/1: NOMMU: Postpone MPU activation till __after_proc_initVladimir Murzin1-23/+22
2018-05-19ARM: 8755/1: NOMMU: Reorganise __setup_mpuVladimir Murzin1-2/+5
2018-05-19ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespaceVladimir Murzin1-36/+48
2017-10-23ARM: 8713/1: NOMMU: Support MPU in XIP configurationVladimir Murzin1-0/+20
2017-10-23ARM: 8711/1: V7M: Add support for MPU to M-classVladimir Murzin1-16/+40
2017-10-23ARM: 8708/1: NOMMU: Rework MPU to be mostly done in CVladimir Murzin1-18/+62
2017-02-28ARM: 8649/2: nommu: remove Hivecs configuration is asmAfzal Mohammed1-5/+0
2016-09-06ARM: 8607/1: V7M: Wire up caches for V7M processors with cache support.Jonathan Austin1-1/+15
2016-05-05ARM: 8572/1: nommu: change memory reserve for the vectorsJean-Philippe Brucker1-1/+1
2015-06-12ARM: 8383/1: nommu: avoid deprecated source register on movStefan Agner1-13/+8
2015-06-12Merge branch 'bsym' into for-nextRussell King1-3/+3
2015-06-01ARM: redo TTBR setup code for LPAERussell King1-1/+1
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King1-3/+3
2015-04-21ARM: Fix nommu bootingRussell King1-6/+6
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-4/+4
2013-12-13ARM: fix asm/memory.h build errorRussell King1-2/+2
2013-08-01ARM: Add .text annotations where required after __CPUINIT removalRussell King1-0/+1
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-1/+0
2013-06-17ARM: mpu: protect the vectors page with an MPU regionJonathan Austin1-0/+16
2013-06-07ARM: mpu: add MPU initialisation for secondary coresJonathan Austin1-0/+7
2013-06-07ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPUJonathan Austin1-0/+87
2013-06-07ARM: nommu: add entry point for secondary CPUs to head-nommu.SWill Deacon1-4/+46
2013-04-17ARM: Add base support for ARMv7-MCatalin Marinas1-3/+7
2013-01-31ARM: let CPUs not being able to run in ARM mode enter in THUMB modeUwe Kleine-König1-1/+7
2012-12-07ARM: 7591/1: nommu: Enable the strict alignment (CR_A) bit only if ARCH < v6Armando Visconti1-1/+1
2012-03-28ARM: move CP15 definitions to separate header fileRussell King1-1/+1
2011-07-19ARM: 6999/1: head, zImage: Always Enter the kernel in ARM stateDave Martin1-0/+8
2011-02-15ARM: Defer lookup of machine_type to setup.cRussell King1-3/+0
2010-10-08ARM: no need for nommu to jump through the hoops that mmu doesRussell King1-4/+1
2009-11-23ARM: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott1-1/+1
2009-07-24nommu: Do not override the CP15 control reg value returned from initfuncCatalin Marinas1-1/+4
2009-07-24Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas1-4/+7
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas1-2/+2
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2007-05-08[ARM] Ensure head text is always placed at the start of kernelRussell King1-1/+1
2006-11-30[ARM] Include asm/elf.h instead of asm/procinfo.hRussell King1-1/+0
2006-09-28[ARM] nommu: confirms the CR_V bit in nommu modeHyok S. Choi1-0/+5
2006-09-27[ARM] nommu: manage the CP15 thingsHyok S. Choi1-1/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-25[ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQRussell King1-1/+1
2006-05-05[ARM] 3496/1: more constants for asm-offsets.hUwe Zeisberger1-3/+1
2006-04-24[ARM] nommu: trivial fixups for head-nommu.S and the MakefileHyok S. Choi1-1/+3
2006-03-27[ARM] nommu: start-up codeHyok S. Choi1-0/+83