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
/
sleep.S
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-26
ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is used
Marek Szyprowski
1
-0
/
+12
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-14
ARM: align .data section
Russell King
1
-0
/
+1
2015-06-12
ARM: fix new BSYM() usage introduced via for-arm-soc branch
Russell King
1
-1
/
+1
2015-06-12
Merge branch 'for-arm-soc' into for-next
Russell King
1
-0
/
+14
2015-06-12
ARM: fix EFM32 build breakage caused by cpu_resume_arm
Russell King
1
-0
/
+7
2015-06-12
ARM: 8389/1: Add cpu_resume_arm() for firmwares that resume in ARM state
Stephen Boyd
1
-0
/
+7
2015-05-08
ARM: replace BSYM() with badr assembly macro
Russell King
1
-1
/
+1
2015-03-29
ARM: 8324/1: move cpu_resume() to .text section
Ard Biesheuvel
1
-9
/
+6
2014-07-18
ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+
Russell King
1
-1
/
+1
2014-05-25
ARM: 8053/1: kernel: sleep: restore HYP mode configuration in cpu_resume
Lorenzo Pieralisi
1
-1
/
+4
2013-10-30
Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/...
Russell King
1
-0
/
+1
2013-10-19
ARM: set BE8 if LE in head code
Ben Dooks
1
-0
/
+1
2013-07-30
ARM: suspend: use hash of cpu_logical_map value to index into save array
Nicolas Pitre
1
-15
/
+11
2013-06-20
ARM: kernel: implement stack pointer save array through MPIDR hashing
Lorenzo Pieralisi
1
-18
/
+79
2012-03-28
Disintegrate asm/system.h for ARM
David Howells
1
-1
/
+0
2011-12-08
ARM: LPAE: add ISBs around MMU enabling code
Will Deacon
1
-0
/
+2
2011-12-06
ARM: suspend: use idmap_pgd instead of suspend_pgd
Will Deacon
1
-0
/
+2
2011-09-20
ARM: pm: convert some assembly to C
Russell King
1
-36
/
+17
2011-09-20
ARM: pm: get rid of cpu_resume_turn_mmu_on
Russell King
1
-6
/
+2
2011-09-20
ARM: pm: only use preallocated page table during resume
Russell King
1
-10
/
+9
2011-09-20
ARM: pm: preallocate a page table for suspend/resume
Russell King
1
-21
/
+12
2011-09-20
ARM: pm: force non-zero return value from __cpu_suspend when aborting
Russell King
1
-0
/
+2
2011-07-02
ARM: pm: allow suspend finisher to return error codes
Russell King
1
-2
/
+9
2011-06-24
ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform code
Russell King
1
-2
/
+2
2011-06-24
ARM: pm: move cpu_init() call into core code
Russell King
1
-0
/
+1
2011-06-24
ARM: pm: convert cpu_suspend() to a normal function
Russell King
1
-6
/
+4
2011-06-24
ARM: pm: rejig suspend follow-on function calling convention
Russell King
1
-4
/
+5
2011-06-24
ARM: pm: reallocate registers to avoid r2, r3
Russell King
1
-9
/
+9
2011-06-24
ARM: pm: preserve r4 - r11 across a suspend
Russell King
1
-2
/
+3
2011-06-24
ARM: pm: extract common code from MULTI_CPU/!MULTI_CPU paths
Russell King
1
-18
/
+6
2011-06-24
ARM: pm: move return address (for cpu_resume) to top of stack
Russell King
1
-8
/
+8
2011-06-24
ARM: pm: make MULTI_CPU and !MULTI_CPU resume paths the same
Russell King
1
-9
/
+3
2011-03-26
ARM: 6825/1: kernel/sleep.S: fix Thumb2 compilation issues
Nicolas Pitre
1
-3
/
+11
2011-02-22
ARM: pm: allow generic sleep code to be used with SMP CPU idle
Russell King
1
-1
/
+26
2011-02-22
ARM: pm: add generic CPU suspend/resume support
Russell King
1
-0
/
+109