aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/sleep.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-20ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi1-18/+79
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon1-0/+2
2011-12-06ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon1-0/+2
2011-09-20ARM: pm: convert some assembly to CRussell King1-36/+17
2011-09-20ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King1-6/+2
2011-09-20ARM: pm: only use preallocated page table during resumeRussell King1-10/+9
2011-09-20ARM: pm: preallocate a page table for suspend/resumeRussell King1-21/+12
2011-09-20ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King1-0/+2
2011-07-02ARM: pm: allow suspend finisher to return error codesRussell King1-2/+9
2011-06-24ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform codeRussell King1-2/+2
2011-06-24ARM: pm: move cpu_init() call into core codeRussell King1-0/+1
2011-06-24ARM: pm: convert cpu_suspend() to a normal functionRussell King1-6/+4
2011-06-24ARM: pm: rejig suspend follow-on function calling conventionRussell King1-4/+5
2011-06-24ARM: pm: reallocate registers to avoid r2, r3Russell King1-9/+9
2011-06-24ARM: pm: preserve r4 - r11 across a suspendRussell King1-2/+3
2011-06-24ARM: pm: extract common code from MULTI_CPU/!MULTI_CPU pathsRussell King1-18/+6
2011-06-24ARM: pm: move return address (for cpu_resume) to top of stackRussell King1-8/+8
2011-06-24ARM: pm: make MULTI_CPU and !MULTI_CPU resume paths the sameRussell King1-9/+3
2011-03-26ARM: 6825/1: kernel/sleep.S: fix Thumb2 compilation issuesNicolas Pitre1-3/+11
2011-02-22ARM: pm: allow generic sleep code to be used with SMP CPU idleRussell King1-1/+26
2011-02-22ARM: pm: add generic CPU suspend/resume supportRussell King1-0/+109