aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/hibernate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-07arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"Catalin Marinas1-5/+0
2022-06-02arm64: hibernate: Fix syntax errors in commentsXiang wangx1-1/+1
2022-01-05arm64: Drop outdated links in commentsKees Cook1-4/+0
2021-10-01arm64: hibernate: abstract ttrb0 setup functionPasha Tatashin1-20/+1
2021-10-01arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin1-16/+10
2021-10-01arm64: kernel: add helper for booted at EL2 and not VHEPasha Tatashin1-1/+1
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba1-6/+6
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba1-7/+11
2021-02-01arm64: hibernate: add __force attribute to gfp_t castingPavel Tatashin1-2/+2
2021-01-27arm64: trans_pgd: hibernate: idmap the single page that holds the copy page routinesJames Morse1-21/+11
2021-01-27arm64: trans_pgd: pass allocator trans_pgd_create_copyPavel Tatashin1-1/+6
2021-01-27arm64: trans_pgd: make trans_pgd_map_page genericPavel Tatashin1-1/+11
2021-01-27arm64: hibernate: move page handling function to new trans_pgd.cPavel Tatashin1-227/+1
2021-01-27arm64: hibernate: variable pudp is used instead of pd4dpPavel Tatashin1-3/+3
2020-12-22arm64: mte: reset the page tag in page->flagsVincenzo Frascino1-0/+5
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon1-0/+118
2020-10-02Merge branch 'for-next/ghostbusters' into for-next/coreWill Deacon1-5/+1
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon1-5/+1
2020-09-14arm64: hibernate: Remove unused including <linux/version.h>Tian Tao1-1/+0
2020-09-04arm64: mte: Save tags when hibernatingSteven Price1-0/+118
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport1-7/+37
2020-03-25arm64: hibernate: Use bringup_hibernate_cpu()Qais Yousef1-8/+5
2020-01-08arm64: hibernate: add trans_pgd public functionsPavel Tatashin1-33/+60
2020-01-08arm64: hibernate: add PUD_SECT_RDONLYPavel Tatashin1-1/+1
2020-01-08arm64: hibernate: rename dst to page in create_safe_exec_pagePavel Tatashin1-6/+6
2020-01-08arm64: hibernate: remove gotos as they are not neededPavel Tatashin1-32/+17
2020-01-08arm64: hibernate: use get_safe_page directlyPavel Tatashin1-10/+7
2020-01-08arm64: hibernate: pass the allocated pgdp to ttbr0Pavel Tatashin1-1/+1
2019-10-14arm64: hibernate: check pgd table allocationPavel Tatashin1-1/+8
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland1-1/+1
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2019-02-01arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse1-1/+3
2018-12-07arm64: hibernate: Avoid sending cross-calling with interrupts disabledWill Deacon1-1/+1
2018-05-31arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier1-0/+11
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon1-72/+76
2017-12-22arm64: don't open code page table entry creationKristina Martsenko1-2/+1
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko1-1/+1
2017-11-02arm64: explicitly mask all exceptionsJames Morse1-2/+3
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas1-2/+2
2017-04-05arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro1-1/+9
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott1-15/+5
2017-01-10arm64: add missing printk newlinesMark Rutland1-3/+3
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-2/+2
2016-08-26Revert "arm64: hibernate: Refuse to hibernate if the boot cpu is offline"James Morse1-26/+0
2016-08-26arm64: hibernate: Resume when hibernate image created on non-boot CPUJames Morse1-0/+51
2016-08-25arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse1-9/+36
2016-08-25arm64: Create sections.hJames Morse1-6/+0