aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/sleep.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-24ARM: mm: switch to swapper_pg_dir early for vmap'ed stackArd Biesheuvel1-0/+7
2021-12-06ARM: percpu: add SMP_ON_UP supportArd Biesheuvel1-3/+1
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel1-0/+8
2020-10-28ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hashArd Biesheuvel1-14/+5
2019-02-26ARM: 8847/1: pm: fix HYP/SVC mode mismatch when MCPM is usedMarek Szyprowski1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-14ARM: align .data sectionRussell King1-0/+1
2015-06-12ARM: fix new BSYM() usage introduced via for-arm-soc branchRussell King1-1/+1
2015-06-12Merge branch 'for-arm-soc' into for-nextRussell King1-0/+14
2015-06-12ARM: fix EFM32 build breakage caused by cpu_resume_armRussell King1-0/+7
2015-06-12ARM: 8389/1: Add cpu_resume_arm() for firmwares that resume in ARM stateStephen Boyd1-0/+7
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King1-1/+1
2015-03-29ARM: 8324/1: move cpu_resume() to .text sectionArd Biesheuvel1-9/+6
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-1/+1
2014-05-25ARM: 8053/1: kernel: sleep: restore HYP mode configuration in cpu_resumeLorenzo Pieralisi1-1/+4
2013-10-30Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/delta/linux into devel-stableRussell King1-0/+1
2013-10-19ARM: set BE8 if LE in head codeBen Dooks1-0/+1
2013-07-30ARM: suspend: use hash of cpu_logical_map value to index into save arrayNicolas Pitre1-15/+11
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