summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/hibernate.c
Commit message (Expand)AuthorAgeFilesLines
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* arm64: add support for folded p4d page tablesMike Rapoport2020-06-041-7/+37
* arm64: hibernate: Use bringup_hibernate_cpu()Qais Yousef2020-03-251-8/+5
* arm64: hibernate: add trans_pgd public functionsPavel Tatashin2020-01-081-33/+60
* arm64: hibernate: add PUD_SECT_RDONLYPavel Tatashin2020-01-081-1/+1
* arm64: hibernate: rename dst to page in create_safe_exec_pagePavel Tatashin2020-01-081-6/+6
* arm64: hibernate: remove gotos as they are not neededPavel Tatashin2020-01-081-32/+17
* arm64: hibernate: use get_safe_page directlyPavel Tatashin2020-01-081-10/+7
* arm64: hibernate: pass the allocated pgdp to ttbr0Pavel Tatashin2020-01-081-1/+1
* arm64: hibernate: check pgd table allocationPavel Tatashin2019-10-141-1/+8
* arm64: memory: rename VA_START to PAGE_ENDMark Rutland2019-08-141-1/+1
* arm64: mm: Flip kernel VA spaceSteve Capper2019-08-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1
* 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/+1
* 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/+5
* 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/+0
* 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/+0
* 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