aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/sleep.S
AgeCommit message (Expand)Author
2015-06-12ARM: fix new BSYM() usage introduced via for-arm-soc branchRussell King
2015-06-12Merge branch 'for-arm-soc' into for-nextRussell King
2015-06-12ARM: fix EFM32 build breakage caused by cpu_resume_armRussell King
2015-06-12ARM: 8389/1: Add cpu_resume_arm() for firmwares that resume in ARM stateStephen Boyd
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King
2015-03-29ARM: 8324/1: move cpu_resume() to .text sectionArd Biesheuvel
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King
2014-05-25ARM: 8053/1: kernel: sleep: restore HYP mode configuration in cpu_resumeLorenzo Pieralisi
2013-10-30Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/...Russell King
2013-10-19ARM: set BE8 if LE in head codeBen Dooks
2013-07-30ARM: suspend: use hash of cpu_logical_map value to index into save arrayNicolas Pitre
2013-06-20ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi
2012-03-28Disintegrate asm/system.h for ARMDavid Howells
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon
2011-12-06ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon
2011-09-20ARM: pm: convert some assembly to CRussell King
2011-09-20ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King
2011-09-20ARM: pm: only use preallocated page table during resumeRussell King
2011-09-20ARM: pm: preallocate a page table for suspend/resumeRussell King
2011-09-20ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King
2011-07-02ARM: pm: allow suspend finisher to return error codesRussell King
2011-06-24ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform codeRussell King
2011-06-24ARM: pm: move cpu_init() call into core codeRussell King
2011-06-24ARM: pm: convert cpu_suspend() to a normal functionRussell King
2011-06-24ARM: pm: rejig suspend follow-on function calling conventionRussell King
2011-06-24ARM: pm: reallocate registers to avoid r2, r3Russell King
2011-06-24ARM: pm: preserve r4 - r11 across a suspendRussell King
2011-06-24ARM: pm: extract common code from MULTI_CPU/!MULTI_CPU pathsRussell King
2011-06-24ARM: pm: move return address (for cpu_resume) to top of stackRussell King
2011-06-24ARM: pm: make MULTI_CPU and !MULTI_CPU resume paths the sameRussell King
2011-03-26ARM: 6825/1: kernel/sleep.S: fix Thumb2 compilation issuesNicolas Pitre
2011-02-22ARM: pm: allow generic sleep code to be used with SMP CPU idleRussell King
2011-02-22ARM: pm: add generic CPU suspend/resume supportRussell King