summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/hibernate.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1Star
* arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse2019-02-011-1/+3
* arm64: hibernate: Avoid sending cross-calling with interrupts disabledWill Deacon2018-12-071-1/+1
* arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier2018-05-311-0/+11
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-72/+76
* arm64: don't open code page table entry creationKristina Martsenko2017-12-221-2/+1Star
* arm64: handle 52-bit addresses in TTBRKristina Martsenko2017-12-221-1/+1
* arm64: explicitly mask all exceptionsJames Morse2017-11-021-2/+3
* arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas2017-08-211-2/+2
* arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro2017-04-051-1/+9
* arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-121-15/+5Star
* arm64: add missing printk newlinesMark Rutland2017-01-101-3/+3
* treewide: Fix printk() message errorsMasanari Iida2016-12-141-2/+2
* Revert "arm64: hibernate: Refuse to hibernate if the boot cpu is offline"James Morse2016-08-261-26/+0Star
* arm64: hibernate: Resume when hibernate image created on non-boot CPUJames Morse2016-08-261-0/+51
* arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse2016-08-251-9/+36
* arm64: Create sections.hJames Morse2016-08-251-6/+0Star
* arm64: hibernate: handle allocation failuresMark Rutland2016-08-121-27/+32
* arm64: hibernate: avoid potential TLB conflictMark Rutland2016-08-121-6/+17
* arm64: hibernate: Don't hibernate on systems with stuck CPUsJames Morse2016-06-221-0/+6
* arm64: hibernate: Refuse to hibernate if the boot cpu is offlineJames Morse2016-04-281-0/+26
* arm64: kernel: Add support for hibernate/suspend-to-diskJames Morse2016-04-281-0/+461