summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/suspend.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: mm: Make virt_to_pfn() a static inlineLinus Walleij2023-05-291-1/+1
* ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()louis.wang2021-03-251-1/+18
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* 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/+0
* 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/+3
* ARM: pm: add L2 cache cleaning for suspendRussell King2011-09-201-0/+3
* ARM: pm: convert some assembly to CRussell King2011-09-201-3/+21
* ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King2011-09-201-2/+2
* ARM: pm: only use preallocated page table during resumeRussell King2011-09-201-7/+10
* ARM: pm: preallocate a page table for suspend/resumeRussell King2011-09-201-0/+48