kexec
Thread
Date
Earlier messages
Messages by Thread
[PATCH v4 0/5] kdump: crashkernel reservation from CMA
Jiri Bohac
[PATCH v4 1/5] Add a new optional ",cma" suffix to the crashkernel= command line option
Jiri Bohac
[PATCH v4 2/5] kdump: implement reserve_crashkernel_cma
Jiri Bohac
[PATCH v4 3/5] kdump, documentation: describe craskernel CMA reservation
Jiri Bohac
[PATCH v4 4/5] kdump: wait for DMA to finish when using CMA
Jiri Bohac
[PATCH v4 5/5] x86: implement crashkernel cma reservation
Jiri Bohac
[PATCHv3 0/9] kexec: Use BPF lskel to enable kexec to load PE format boot image
Pingfan Liu
[PATCHv3 3/9] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
Pingfan Liu
Re: [PATCHv3 3/9] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
kernel test robot
[PATCHv3 4/9] bpf: Introduce decompressor kfunc
Pingfan Liu
Re: [PATCHv3 4/9] bpf: Introduce decompressor kfunc
kernel test robot
[PATCHv3 6/9] kexec: Integrate with the introduced bpf kfuncs
Pingfan Liu
[PATCHv3 5/9] kexec: Introduce kexec_pe_image to parse and load PE file
Pingfan Liu
[PATCHv3 7/9] kexec: Introduce a bpf-prog lskel to parse PE file
Pingfan Liu
[PATCHv3 8/9] kexec: Integrate bpf light skeleton to load zboot image
Pingfan Liu
[PATCHv3 1/9] kexec_file: Make kexec_image_load_default global visible
Pingfan Liu
[PATCHv3 9/9] arm64/kexec: Add PE image format support
Pingfan Liu
Re: [PATCHv3 9/9] arm64/kexec: Add PE image format support
kernel test robot
[PATCHv3 2/9] lib/decompress: Keep decompressor when CONFIG_KEXEC_PE_IMAGE
Pingfan Liu
[PATCH v4] kexec: Enable CMA based contiguous allocation
Alexander Graf
Re: [PATCH v4] kexec: Enable CMA based contiguous allocation
Baoquan He
Re: [PATCH v4] kexec: Enable CMA based contiguous allocation
Alexander Graf
[PATCH 0/2] KHO Fixes
Changyuan Lyu
[PATCH 2/2] KHO: init new_physxa->phys_bits to fix lockdep
Changyuan Lyu
Re: [PATCH 2/2] KHO: init new_physxa->phys_bits to fix lockdep
Mike Rapoport
Re: [PATCH 2/2] KHO: init new_physxa->phys_bits to fix lockdep
Pasha Tatashin
[PATCH 1/2] memblock: show a warning if allocation in KHO scratch fails
Changyuan Lyu
Re: [PATCH 1/2] memblock: show a warning if allocation in KHO scratch fails
Mike Rapoport
Re: [PATCH 1/2] memblock: show a warning if allocation in KHO scratch fails
Changyuan Lyu
Re: [PATCH 1/2] memblock: show a warning if allocation in KHO scratch fails
Mike Rapoport
Re: [PATCH 1/2] memblock: show a warning if allocation in KHO scratch fails
Oscar Salvador
Re: [PATCH 1/2] memblock: show a warning if allocation in KHO scratch fails
Mike Rapoport
[Hypervisor Live Update] Notes from May 5, 2025
David Rientjes
Re: [Hypervisor Live Update] Notes from May 5, 2025
Pasha Tatashin
[PATCH] ppc/fs2dt: Match function signatures
Khem Raj
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Baoquan He
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Mimi Zohar
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Mimi Zohar
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Baoquan He
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Coiby Xu
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Baoquan He
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Coiby Xu
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Mimi Zohar
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Baoquan He
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Mimi Zohar
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Pingfan Liu
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Mimi Zohar
Re: [PATCH] ima: add a knob ima= to make IMA be able to be disabled
Pingfan Liu
[PATCH v3] kexec: Enable CMA based contiguous allocation
Alexander Graf
Re: [External] [PATCH v3] kexec: Enable CMA based contiguous allocation
Zhongkun He
Re: [External] [PATCH v3] kexec: Enable CMA based contiguous allocation
Baoquan He
Re: [PATCH v3] kexec: Enable CMA based contiguous allocation
Alexander Graf
[PATCH V2] ima: do not copy measurement list to kdump kernel
steven chen
Re: [PATCH V2] ima: do not copy measurement list to kdump kernel
Mimi Zohar
Re: [PATCH V2] ima: do not copy measurement list to kdump kernel
Baoquan He
[PATCH] kexec/zboot: Add boundary check on PE header offset
Pingfan Liu
Re: [PATCH] kexec/zboot: Add boundary check on PE header offset
Simon Horman
[PATCH v2] kexec: Enable CMA based contiguous allocation
Alexander Graf
[PATCH] kexec: Enable CMA based contiguous allocation
Alexander Graf
Re: [PATCH] kexec: Enable CMA based contiguous allocation
Andrew Morton
Re: [PATCH] kexec: Enable CMA based contiguous allocation
David Woodhouse
Re: [PATCH] kexec: Enable CMA based contiguous allocation
Andrew Morton
Re: [PATCH] kexec: Enable CMA based contiguous allocation
Alexander Graf
Re: [PATCH] kexec: Enable CMA based contiguous allocation
David Woodhouse
[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
Changyuan Lyu
[PATCH v8 01/17] memblock: add MEMBLOCK_RSRV_KERN flag
Changyuan Lyu
[PATCH v8 02/17] memblock: Add support for scratch memory
Changyuan Lyu
[PATCH v8 04/17] kexec: add Kexec HandOver (KHO) generation helpers
Changyuan Lyu
[PATCH v8 06/17] kexec: enable KHO support for memory preservation
Changyuan Lyu
[PATCH v8 07/17] kexec: add KHO support to kexec file loads
Changyuan Lyu
[PATCH v8 09/17] arm64: add KHO support
Changyuan Lyu
[PATCH v8 13/17] x86/boot: make sure KASLR does not step over KHO preserved memory
Changyuan Lyu
[PATCH v8 14/17] x86/Kconfig: enable kexec handover for 64 bits
Changyuan Lyu
[PATCH v8 03/17] memblock: introduce memmap_init_kho_scratch()
Changyuan Lyu
[PATCH v8 16/17] Documentation: add documentation for KHO
Changyuan Lyu
[PATCH v8 15/17] memblock: add KHO support for reserve_mem
Changyuan Lyu
[PATCH v8 05/17] kexec: add KHO parsing support
Changyuan Lyu
[PATCH v8 11/17] x86/kexec: add support for passing kexec handover (KHO) data
Changyuan Lyu
[PATCH v8 08/17] kexec: add config option for KHO
Changyuan Lyu
[PATCH v8 10/17] x86/setup: use memblock_reserve_kern for memory used by kernel
Changyuan Lyu
[PATCH v8 17/17] Documentation: KHO: Add memblock bindings
Changyuan Lyu
[PATCH v8 12/17] x86/e820: temporarily enable KHO scratch for memory below 1M
Changyuan Lyu
[PATCH v5] x86/kexec: fix potential cmem->ranges out of bounds
Baoquan He
Re: [PATCH v5] x86/kexec: fix potential cmem->ranges out of bounds
Baoquan He
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Coiby Xu
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Andrew Morton
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Baoquan He
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Baoquan He
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Coiby Xu
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Baoquan He
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Andrew Morton
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Coiby Xu
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Baoquan He
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Kees Cook
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Baoquan He
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Kees Cook
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Baoquan He
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Coiby Xu
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Coiby Xu
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Coiby Xu
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Coiby Xu
Re: [PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
Andrew Morton
[PATCH v5] x86/sev: Fix making shared pages private during kdump
Ashish Kalra
Re: [PATCH v5] x86/sev: Fix making shared pages private during kdump
Borislav Petkov
Re: [PATCH v5] x86/sev: Fix making shared pages private during kdump
Aithal, Srikanth
Re: [PATCH v5] x86/sev: Fix making shared pages private during kdump
Tom Lendacky
[PATCH v4.1] x86/sev: Fix making shared pages private during kdump
Ashish Kalra
[PATCH v4] x86/sev: Fix making shared pages private during kdump
Ashish Kalra
Re: [PATCH v4] x86/sev: Fix making shared pages private during kdump
Ingo Molnar
Re: [PATCH v4] x86/sev: Fix making shared pages private during kdump
Kalra, Ashish
[PATCH] ima: Kdump kernel doesn't need IMA to do integrity measurement
steven chen
Re: [PATCH] ima: Kdump kernel doesn't need IMA to do integrity measurement
steven chen
Re: [PATCH] ima: Kdump kernel doesn't need IMA to do integrity measurement
Baoquan He
Re: [PATCH] ima: Kdump kernel doesn't need IMA to do integrity measurement
steven chen
Re: [PATCH] ima: Kdump kernel doesn't need IMA to do integrity measurement
Mimi Zohar
Re: [PATCH] ima: Kdump kernel doesn't need IMA to do integrity measurement
steven chen
[PATCH v9 0/8] Support kdump with LUKS encryption by reusing LUKS volume keys
Coiby Xu
[PATCH v9 3/8] crash_dump: store dm crypt keys in kdump reserved memory
Coiby Xu
[PATCH v9 8/8] x86/crash: make the page that stores the dm crypt keys inaccessible
Coiby Xu
[PATCH v9 1/8] kexec_file: allow to place kexec_buf randomly
Coiby Xu
[PATCH v9 5/8] crash_dump: retrieve dm crypt keys in kdump kernel
Coiby Xu
[PATCH v9 4/8] crash_dump: reuse saved dm crypt keys for CPU/memory hot-plugging
Coiby Xu
[PATCH v9 2/8] crash_dump: make dm crypt keys persist for the kdump kernel
Coiby Xu
[PATCH v9 6/8] Revert "x86/mm: Remove unused __set_memory_prot()"
Coiby Xu
Re: [PATCH v9 6/8] Revert "x86/mm: Remove unused __set_memory_prot()"
Andrew Morton
Re: [PATCH v9 6/8] Revert "x86/mm: Remove unused __set_memory_prot()"
Coiby Xu
[PATCH v9 7/8] x86/crash: pass dm crypt keys to kdump kernel
Coiby Xu
[PATCH v7 00/18] kexec: introduce Kexec HandOver (KHO)
Changyuan Lyu
[PATCH v7 01/18] memblock: add MEMBLOCK_RSRV_KERN flag
Changyuan Lyu
[PATCH v7 02/18] memblock: Add support for scratch memory
Changyuan Lyu
[PATCH v7 04/18] kexec: add Kexec HandOver (KHO) generation helpers
Changyuan Lyu
[PATCH v7 05/18] kexec: add KHO parsing support
Changyuan Lyu
[PATCH v7 06/18] kexec: include asm/early_ioremap.h
Changyuan Lyu
Re: [PATCH v7 06/18] kexec: include asm/early_ioremap.h
Andrew Morton
Re: [PATCH v7 06/18] kexec: include asm/early_ioremap.h
Changyuan Lyu
[PATCH v7 07/18] kexec: enable KHO support for memory preservation
Changyuan Lyu
[PATCH v7 08/18] kexec: add KHO support to kexec file loads
Changyuan Lyu
[PATCH v7 09/18] kexec: add config option for KHO
Changyuan Lyu
[PATCH v7 10/18] arm64: add KHO support
Changyuan Lyu
[PATCH v7 11/18] x86/setup: use memblock_reserve_kern for memory used by kernel
Changyuan Lyu
[PATCH v7 14/18] x86/boot: make sure KASLR does not step over KHO preserved memory
Changyuan Lyu
Re: [PATCH v7 14/18] x86/boot: make sure KASLR does not step over KHO preserved memory
Dave Hansen
Re: [PATCH v7 14/18] x86/boot: make sure KASLR does not step over KHO preserved memory
Mike Rapoport
Re: [PATCH v7 14/18] x86/boot: make sure KASLR does not step over KHO preserved memory
Dave Hansen
Re: [PATCH v7 14/18] x86/boot: make sure KASLR does not step over KHO preserved memory
Changyuan Lyu
[PATCH v7 13/18] x86/e820: temporarily enable KHO scratch for memory below 1M
Changyuan Lyu
Re: [PATCH v7 13/18] x86/e820: temporarily enable KHO scratch for memory below 1M
Dave Hansen
[PATCH v7 15/18] x86/Kconfig: enable kexec handover for 64 bits
Changyuan Lyu
[PATCH v7 16/18] memblock: add KHO support for reserve_mem
Changyuan Lyu
[PATCH v7 17/18] Documentation: add documentation for KHO
Changyuan Lyu
Re: [PATCH v7 17/18] Documentation: add documentation for KHO
Bagas Sanjaya
Re: [PATCH v7 17/18] Documentation: add documentation for KHO
Changyuan Lyu
Re: [PATCH v7 17/18] Documentation: add documentation for KHO
Bagas Sanjaya
[PATCH v7 18/18] Documentation: KHO: Add memblock bindings
Changyuan Lyu
[PATCH v7 03/18] memblock: introduce memmap_init_kho_scratch()
Changyuan Lyu
[PATCH v7 12/18] x86/kexec: add support for passing kexec handover (KHO) data
Changyuan Lyu
Re: [PATCH v7 12/18] x86/kexec: add support for passing kexec handover (KHO) data
Dave Hansen
[PATCH v3] x86/sev: Fix making shared pages private during kdump
Ashish Kalra
Re: [PATCH v3] x86/sev: Fix making shared pages private during kdump
Tom Lendacky
Re: [PATCH v3] x86/sev: Fix making shared pages private during kdump
Borislav Petkov
Re: [PATCH v3] x86/sev: Fix making shared pages private during kdump
Kalra, Ashish
Re: [PATCH v3] x86/sev: Fix making shared pages private during kdump
Tom Lendacky
[PATCH v4] x86/sev: Don't touch VMSA pages during kdump of SNP guest memory
Ashish Kalra
Re: [PATCH v4] x86/sev: Don't touch VMSA pages during kdump of SNP guest memory
Tom Lendacky
Re: [PATCH v4] x86/sev: Don't touch VMSA pages during kdump of SNP guest memory
Borislav Petkov
[RFCv2 0/7] kexec: Use BPF lskel to enable kexec to load PE format boot image
Pingfan Liu
[RFCv2 5/7] kexec: Introduce a bpf-prog lskel to parse PE file
Pingfan Liu
[RFCv2 7/7] arm64/kexec: Add PE image format support
Pingfan Liu
[RFCv2 6/7] kexec: Integrate bpf light skeleton to load zboot image
Pingfan Liu
[RFCv2 3/7] lib/decompress: Keep decompressor when CONFIG_KEXEC_PE_IMAGE
Pingfan Liu
[RFCv2 2/7] kexec: Introduce kexec_pe_image to parse and load PE file
Pingfan Liu
[RFCv2 4/7] bpf/kexec: Introduce three bpf kfunc for kexec
Pingfan Liu
Re: [RFCv2 4/7] bpf/kexec: Introduce three bpf kfunc for kexec
Alexei Starovoitov
Re: [RFCv2 4/7] bpf/kexec: Introduce three bpf kfunc for kexec
Pingfan Liu
Re: [RFCv2 4/7] bpf/kexec: Introduce three bpf kfunc for kexec
Alexei Starovoitov
Re: [RFCv2 4/7] bpf/kexec: Introduce three bpf kfunc for kexec
Pingfan Liu
[RFCv2 1/7] kexec_file: Make kexec_image_load_default global visible
Pingfan Liu
[PATCH v3] x86/sev: Do not touch VMSA pages during kdump of SNP guest memory
Ashish Kalra
Re: [PATCH v3] x86/sev: Do not touch VMSA pages during kdump of SNP guest memory
Tom Lendacky
Re: [PATCH v3] x86/sev: Do not touch VMSA pages during kdump of SNP guest memory
Gupta, Pankaj
Re: [PATCH v3] x86/sev: Do not touch VMSA pages during kdump of SNP guest memory
Borislav Petkov
[PATCH] kexec_file: use SHA-256 library API instead of crypto_shash API
Eric Biggers
[PATCH v2] x86/sev: Fix making shared pages private during kdump
Ashish Kalra
Re: [PATCH v2] x86/sev: Fix making shared pages private during kdump
Tom Lendacky
Re: [PATCH v2] x86/sev: Fix making shared pages private during kdump
Borislav Petkov
[Hypervisor Live Update] Notes from April 21, 2025
David Rientjes
Re: [Hypervisor Live Update] Notes from April 21, 2025
Dave Hansen
Re: [Hypervisor Live Update] Notes from April 21, 2025
Mike Rapoport
[PATCH] x86/sev: Fix making shared pages private during kdump
Ashish Kalra
Re: [PATCH] x86/sev: Fix making shared pages private during kdump
Tom Lendacky
Re: [PATCH] x86/sev: Fix making shared pages private during kdump
Kalra, Ashish
[PATCH v2] x86/sev: Fix SNP guest kdump hang/softlockup/panic
Ashish Kalra
Re: [PATCH v2] x86/sev: Fix SNP guest kdump hang/softlockup/panic
Borislav Petkov
Re: [PATCH v2] x86/sev: Fix SNP guest kdump hang/softlockup/panic
Kalra, Ashish
Re: [PATCH v2] x86/sev: Fix SNP guest kdump hang/softlockup/panic
Borislav Petkov
Re: [PATCH v2] x86/sev: Fix SNP guest kdump hang/softlockup/panic
Tom Lendacky
[PATCH] [v2] kexec: include asm/early_ioremap.h
Arnd Bergmann
[PATCH] kexec: include asm/early_ioremap.h
Arnd Bergmann
Re: [PATCH] kexec: include asm/early_ioremap.h
Simon Horman
Re: [PATCH] kexec: include asm/early_ioremap.h
Arnd Bergmann
Earlier messages