summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/sleep.S
Commit message (Expand)AuthorAgeFilesLines
* ARM: fix new BSYM() usage introduced via for-arm-soc branchRussell King2015-06-121-1/+1
* Merge branch 'for-arm-soc' into for-nextRussell King2015-06-121-0/+14
|\
| * ARM: fix EFM32 build breakage caused by cpu_resume_armRussell King2015-06-121-0/+7
| * ARM: 8389/1: Add cpu_resume_arm() for firmwares that resume in ARM stateStephen Boyd2015-06-121-0/+7
* | ARM: replace BSYM() with badr assembly macroRussell King2015-05-081-1/+1
|/
* ARM: 8324/1: move cpu_resume() to .text sectionArd Biesheuvel2015-03-291-9/+6
* ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-1/+1
* ARM: 8053/1: kernel: sleep: restore HYP mode configuration in cpu_resumeLorenzo Pieralisi2014-05-251-1/+4
* Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/...Russell King2013-10-301-0/+1
|\
| * ARM: set BE8 if LE in head codeBen Dooks2013-10-191-0/+1
* | ARM: suspend: use hash of cpu_logical_map value to index into save arrayNicolas Pitre2013-07-301-15/+11
|/
* ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi2013-06-201-18/+79
* Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+0
* ARM: LPAE: add ISBs around MMU enabling codeWill Deacon2011-12-081-0/+2
* ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon2011-12-061-0/+2
* ARM: pm: convert some assembly to CRussell King2011-09-201-36/+17
* ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King2011-09-201-6/+2
* ARM: pm: only use preallocated page table during resumeRussell King2011-09-201-10/+9
* ARM: pm: preallocate a page table for suspend/resumeRussell King2011-09-201-21/+12
* ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King2011-09-201-0/+2
* ARM: pm: allow suspend finisher to return error codesRussell King2011-07-021-2/+9
* ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform codeRussell King2011-06-241-2/+2
* ARM: pm: move cpu_init() call into core codeRussell King2011-06-241-0/+1
* ARM: pm: convert cpu_suspend() to a normal functionRussell King2011-06-241-6/+4
* ARM: pm: rejig suspend follow-on function calling conventionRussell King2011-06-241-4/+5
* ARM: pm: reallocate registers to avoid r2, r3Russell King2011-06-241-9/+9
* ARM: pm: preserve r4 - r11 across a suspendRussell King2011-06-241-2/+3
* ARM: pm: extract common code from MULTI_CPU/!MULTI_CPU pathsRussell King2011-06-241-18/+6
* ARM: pm: move return address (for cpu_resume) to top of stackRussell King2011-06-241-8/+8
* ARM: pm: make MULTI_CPU and !MULTI_CPU resume paths the sameRussell King2011-06-241-9/+3
* ARM: 6825/1: kernel/sleep.S: fix Thumb2 compilation issuesNicolas Pitre2011-03-261-3/+11
* ARM: pm: allow generic sleep code to be used with SMP CPU idleRussell King2011-02-221-1/+26
* ARM: pm: add generic CPU suspend/resume supportRussell King2011-02-221-0/+109