summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/suspend.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-25ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()louis.wang1-1/+18
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2018-05-31ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-0/+1
2015-01-21ARM: 8248/1: pm: remove outdated commentBrian Norris1-4/+0
2013-07-30ARM: suspend: use hash of cpu_logical_map value to index into save arrayNicolas Pitre1-3/+5
2013-06-20ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi1-0/+20
2013-06-07ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurationsWill Deacon1-28/+36
2013-03-03ARM: 7661/1: mm: perform explicit branch predictor maintenance when requiredWill Deacon1-0/+1
2012-09-25ARM: kernel: update cpu_suspend code to use cache LoUIS operationsLorenzo Pieralisi1-1/+16
2011-12-06ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon1-15/+3
2011-09-20ARM: pm: add L2 cache cleaning for suspendRussell King1-0/+3
2011-09-20ARM: pm: convert some assembly to CRussell King1-3/+21
2011-09-20ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King1-2/+2
2011-09-20ARM: pm: only use preallocated page table during resumeRussell King1-7/+10
2011-09-20ARM: pm: preallocate a page table for suspend/resumeRussell King1-0/+48