summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/suspend.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King2018-05-311-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* ARM: 8248/1: pm: remove outdated commentBrian Norris2015-01-211-4/+0Star
* ARM: suspend: use hash of cpu_logical_map value to index into save arrayNicolas Pitre2013-07-301-3/+5
* ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi2013-06-201-0/+20
* ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurationsWill Deacon2013-06-071-28/+36
* ARM: 7661/1: mm: perform explicit branch predictor maintenance when requiredWill Deacon2013-03-031-0/+1
* ARM: kernel: update cpu_suspend code to use cache LoUIS operationsLorenzo Pieralisi2012-09-251-1/+16
* ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon2011-12-061-15/+3Star
* ARM: pm: add L2 cache cleaning for suspendRussell King2011-09-211-0/+3
* ARM: pm: convert some assembly to CRussell King2011-09-211-3/+21
* ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King2011-09-211-2/+2
* ARM: pm: only use preallocated page table during resumeRussell King2011-09-211-7/+10
* ARM: pm: preallocate a page table for suspend/resumeRussell King2011-09-211-0/+48