diff options
author | Will Deacon <will@kernel.org> | 2021-02-12 16:03:53 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-02-12 16:03:53 +0100 |
commit | b374d0f981a79303d6079d7210c04af304fc6b9d (patch) | |
tree | c586b9feb00f938e0b418404e4c6c017598a5c0d /arch/arm64/Kconfig | |
parent | Merge branch 'for-next/faultaround' into for-next/core (diff) | |
parent | arm64: hibernate: add __force attribute to gfp_t casting (diff) | |
download | linux-b374d0f981a79303d6079d7210c04af304fc6b9d.tar.xz linux-b374d0f981a79303d6079d7210c04af304fc6b9d.zip |
Merge branch 'for-next/kexec' into for-next/core
Significant steps along the road to leaving the MMU enabled during kexec
relocation.
* for-next/kexec:
arm64: hibernate: add __force attribute to gfp_t casting
arm64: kexec: arm64_relocate_new_kernel don't use x0 as temp
arm64: kexec: arm64_relocate_new_kernel clean-ups and optimizations
arm64: kexec: call kexec_image_info only once
arm64: kexec: move relocation function setup
arm64: trans_pgd: hibernate: idmap the single page that holds the copy page routines
arm64: mm: Always update TCR_EL1 from __cpu_set_tcr_t0sz()
arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
arm64: trans_pgd: pass allocator trans_pgd_create_copy
arm64: trans_pgd: make trans_pgd_map_page generic
arm64: hibernate: move page handling function to new trans_pgd.c
arm64: hibernate: variable pudp is used instead of pd4dp
arm64: kexec: make dtb_mem always enabled
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 3dfb25afa616..43a9867e0dee 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1132,6 +1132,10 @@ config CRASH_DUMP For more details see Documentation/admin-guide/kdump/kdump.rst +config TRANS_TABLE + def_bool y + depends on HIBERNATION + config XEN_DOM0 def_bool y depends on XEN |