summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/hibernate.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas2022-11-291-1/+1
* arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"Catalin Marinas2022-07-071-5/+0
* arm64: hibernate: Fix syntax errors in commentsXiang wangx2022-06-021-1/+1
* arm64: Drop outdated links in commentsKees Cook2022-01-051-4/+0
* arm64: hibernate: abstract ttrb0 setup functionPasha Tatashin2021-10-011-20/+1
* arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin2021-10-011-16/+10
* arm64: kernel: add helper for booted at EL2 and not VHEPasha Tatashin2021-10-011-1/+1
* arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2021-05-251-6/+6
* arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba2021-05-251-7/+11
* arm64: hibernate: add __force attribute to gfp_t castingPavel Tatashin2021-02-011-2/+2
* arm64: trans_pgd: hibernate: idmap the single page that holds the copy page r...James Morse2021-01-271-21/+11
* arm64: trans_pgd: pass allocator trans_pgd_create_copyPavel Tatashin2021-01-271-1/+6
* arm64: trans_pgd: make trans_pgd_map_page genericPavel Tatashin2021-01-271-1/+11
* arm64: hibernate: move page handling function to new trans_pgd.cPavel Tatashin2021-01-271-227/+1
* arm64: hibernate: variable pudp is used instead of pd4dpPavel Tatashin2021-01-271-3/+3
* arm64: mte: reset the page tag in page->flagsVincenzo Frascino2020-12-221-0/+5
* Merge branch 'for-next/mte' into for-next/coreWill Deacon2020-10-021-0/+118
|\
| * arm64: mte: Save tags when hibernatingSteven Price2020-09-041-0/+118
* | Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon2020-10-021-5/+1
|\ \
| * | arm64: Rewrite Spectre-v4 mitigation codeWill Deacon2020-09-291-5/+1
| |/
* / arm64: hibernate: Remove unused including <linux/version.h>Tian Tao2020-09-141-1/+0
|/
* 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