index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
head-nommu.S
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
Merge branches 'fixes', 'misc' and 'spectre' into for-linus
Russell King
1
-2
/
+10
2018-07-30
ARM: 8784/1: NOMMU: Allow enter in Hyp mode
Vladimir Murzin
1
-2
/
+10
2018-07-11
ARM: 8775/1: NOMMU: Use instr_sync instead of plain isb in common code
Vladimir Murzin
1
-1
/
+1
2018-05-19
ARM: 8757/1: NOMMU: Support PMSAv8 MPU
Vladimir Murzin
1
-0
/
+163
2018-05-19
ARM: 8756/1: NOMMU: Postpone MPU activation till __after_proc_init
Vladimir Murzin
1
-23
/
+22
2018-05-19
ARM: 8755/1: NOMMU: Reorganise __setup_mpu
Vladimir Murzin
1
-2
/
+5
2018-05-19
ARM: 8754/1: NOMMU: Move PMSAv7 MPU under it's own namespace
Vladimir Murzin
1
-36
/
+48
2017-10-23
ARM: 8713/1: NOMMU: Support MPU in XIP configuration
Vladimir Murzin
1
-0
/
+20
2017-10-23
ARM: 8711/1: V7M: Add support for MPU to M-class
Vladimir Murzin
1
-16
/
+40
2017-10-23
ARM: 8708/1: NOMMU: Rework MPU to be mostly done in C
Vladimir Murzin
1
-18
/
+62
2017-02-28
ARM: 8649/2: nommu: remove Hivecs configuration is asm
Afzal Mohammed
1
-5
/
+0
2016-09-06
ARM: 8607/1: V7M: Wire up caches for V7M processors with cache support.
Jonathan Austin
1
-1
/
+15
2016-05-05
ARM: 8572/1: nommu: change memory reserve for the vectors
Jean-Philippe Brucker
1
-1
/
+1
2015-06-12
ARM: 8383/1: nommu: avoid deprecated source register on mov
Stefan Agner
1
-13
/
+8
2015-06-12
Merge branch 'bsym' into for-next
Russell King
1
-3
/
+3
2015-06-01
ARM: redo TTBR setup code for LPAE
Russell King
1
-1
/
+1
2015-05-08
ARM: replace BSYM() with badr assembly macro
Russell King
1
-3
/
+3
2015-04-21
ARM: Fix nommu booting
Russell King
1
-6
/
+6
2014-07-18
ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+
Russell King
1
-4
/
+4
2013-12-13
ARM: fix asm/memory.h build error
Russell King
1
-2
/
+2
2013-08-01
ARM: Add .text annotations where required after __CPUINIT removal
Russell King
1
-0
/
+1
2013-07-14
arm: delete __cpuinit/__CPUINIT usage from all ARM users
Paul Gortmaker
1
-1
/
+0
2013-06-17
ARM: mpu: protect the vectors page with an MPU region
Jonathan Austin
1
-0
/
+16
2013-06-07
ARM: mpu: add MPU initialisation for secondary cores
Jonathan Austin
1
-0
/
+7
2013-06-07
ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPU
Jonathan Austin
1
-0
/
+87
2013-06-07
ARM: nommu: add entry point for secondary CPUs to head-nommu.S
Will Deacon
1
-4
/
+46
2013-04-17
ARM: Add base support for ARMv7-M
Catalin Marinas
1
-3
/
+7
2013-01-31
ARM: let CPUs not being able to run in ARM mode enter in THUMB mode
Uwe Kleine-König
1
-1
/
+7
2012-12-07
ARM: 7591/1: nommu: Enable the strict alignment (CR_A) bit only if ARCH < v6
Armando Visconti
1
-1
/
+1
2012-03-28
ARM: move CP15 definitions to separate header file
Russell King
1
-1
/
+1
2011-07-19
ARM: 6999/1: head, zImage: Always Enter the kernel in ARM state
Dave Martin
1
-0
/
+8
2011-02-15
ARM: Defer lookup of machine_type to setup.c
Russell King
1
-3
/
+0
2010-10-08
ARM: no need for nommu to jump through the hoops that mmu does
Russell King
1
-4
/
+1
2009-11-23
ARM: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
1
-1
/
+1
2009-07-24
nommu: Do not override the CP15 control reg value returned from initfunc
Catalin Marinas
1
-1
/
+4
2009-07-24
Thumb-2: Implementation of the unified start-up and exceptions code
Catalin Marinas
1
-4
/
+7
2008-09-01
[ARM] 5227/1: Add the ENDPROC declarations to the .S files
Catalin Marinas
1
-2
/
+2
2008-08-07
[ARM] Eliminate useless includes of asm/mach-types.h
Russell King
1
-1
/
+0
2007-05-08
[ARM] Ensure head text is always placed at the start of kernel
Russell King
1
-1
/
+1
2006-11-30
[ARM] Include asm/elf.h instead of asm/procinfo.h
Russell King
1
-1
/
+0
2006-09-28
[ARM] nommu: confirms the CR_V bit in nommu mode
Hyok S. Choi
1
-0
/
+5
2006-09-27
[ARM] nommu: manage the CP15 things
Hyok S. Choi
1
-1
/
+6
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-25
[ARM] Remove MODE_(SVC|IRQ|FIQ|USR) and DEFAULT_FIQ
Russell King
1
-1
/
+1
2006-05-05
[ARM] 3496/1: more constants for asm-offsets.h
Uwe Zeisberger
1
-3
/
+1
2006-04-24
[ARM] nommu: trivial fixups for head-nommu.S and the Makefile
Hyok S. Choi
1
-1
/
+3
2006-03-27
[ARM] nommu: start-up code
Hyok S. Choi
1
-0
/
+83