summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/sleep.S
AgeCommit message (Expand)Author
2012-05-21ARM: tegra: define/enable ARCH_HAS_SUSPEND_PAGETABLEChris Johnson
2012-04-19Revert "ARM: pm: force non-zero return value from __cpu_suspend when aborting"Sang-Hun Lee
2012-04-19Revert "ARM: pm: preallocate a page table for suspend/resume"Sang-Hun Lee
2012-04-19Revert "ARM: pm: only use preallocated page table during resume"Sang-Hun Lee
2012-04-19Revert "ARM: pm: get rid of cpu_resume_turn_mmu_on"Sang-Hun Lee
2012-04-19Revert "ARM: pm: convert some assembly to C"Sang-Hun Lee
2012-04-05ARM: pm: convert some assembly to CRussell King
2012-04-05ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King
2012-04-05ARM: pm: only use preallocated page table during resumeVarun Wadekar
2012-04-05ARM: pm: preallocate a page table for suspend/resumeRussell King
2012-04-05ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King
2011-12-13Revert "ARM: pm: move cpu_init() call into core code"Varun Wadekar
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