-
- Downloads
Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x865 kdump updates from Thomas Gleixner: "Yet more kexec/kdump updates: - Properly support kexec when AMD's memory encryption (SME) is enabled - Pass reserved e820 ranges to the kexec kernel so both PCI and SME can work" * 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: fs/proc/vmcore: Enable dumping of encrypted memory when SEV was active x86/kexec: Set the C-bit in the identity map page table when SEV is active x86/kexec: Do not map kexec area as decrypted when SEV is active x86/crash: Add e820 reserved ranges to kdump kernel's e820 table x86/mm: Rework ioremap resource mapping determination x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVED x86/mm: Create a workarea in the kernel for SME early encryption x86/mm: Identify the end of the kernel area to be reserved
No related branches found
No related tags found
Showing
- arch/x86/include/asm/sections.h 2 additions, 0 deletionsarch/x86/include/asm/sections.h
- arch/x86/kernel/crash.c 6 additions, 0 deletionsarch/x86/kernel/crash.c
- arch/x86/kernel/e820.c 1 addition, 1 deletionarch/x86/kernel/e820.c
- arch/x86/kernel/machine_kexec_64.c 28 additions, 3 deletionsarch/x86/kernel/machine_kexec_64.c
- arch/x86/kernel/setup.c 7 additions, 1 deletionarch/x86/kernel/setup.c
- arch/x86/kernel/vmlinux.lds.S 33 additions, 1 deletionarch/x86/kernel/vmlinux.lds.S
- arch/x86/mm/ioremap.c 45 additions, 26 deletionsarch/x86/mm/ioremap.c
- arch/x86/mm/mem_encrypt_identity.c 20 additions, 2 deletionsarch/x86/mm/mem_encrypt_identity.c
- fs/proc/vmcore.c 3 additions, 3 deletionsfs/proc/vmcore.c
- include/linux/ioport.h 10 additions, 0 deletionsinclude/linux/ioport.h
Loading
Please register or sign in to comment