kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/2] ZBOOT zstd support
 2024-12-11 14:53 UTC  (6+ messages)
` [PATCH 1/2] zstd: Add zstd decompression logic
` [PATCH 2/2] kexec: Enable zstd in kexec decompression paths

[PATCH v6 0/7] Support kdump with LUKS encryption by reusing LUKS volume keys
 2024-12-11 13:08 UTC  (12+ messages)
` [PATCH v6 1/7] kexec_file: allow to place kexec_buf randomly
` [PATCH v6 3/7] crash_dump: store dm crypt keys in kdump reserved memory
` [PATCH v6 4/7] crash_dump: reuse saved dm crypt keys for CPU/memory hot-plugging
` [PATCH v6 6/7] x86/crash: pass dm crypt keys to kdump kernel

[PATCH] Correct string specifiers
 2024-12-11  2:58 UTC 

[PATCH] kexec: Initialize ELF lowest address to ULONG_MAX
 2024-12-10  9:13 UTC 

Lockdep warnings on kexec (virtio_blk, hrtimers)
 2024-12-10  1:56 UTC  (2+ messages)

Kexec HandOver (KHO) discussion recap and open questions
 2024-12-09 19:06 UTC  (2+ messages)

Can't use kexec-tools for preserve-context kexec 'call'?
 2024-12-09 14:07 UTC 

[PATCH 0/2] kexec-tools: Truncate PE file if it is signed
 2024-12-06  2:44 UTC  (3+ messages)
` [PATCH 1/2] PE: Extract get_pehdr_offset() for reuse
` [PATCH 2/2] pe-zboot: Truncate the trailing zero if Image is signed

[PATCH 0/2] Kexec: Sign Image before packing into EFI STUB
 2024-12-06  2:09 UTC  (2+ messages)
` [PATCH 2/2] kexec: Introduce KEXEC_SIGN_IMAGE config option

[PATCH v5 00/20] x86/kexec: Add exception handling for relocate_kernel and further yak-shaving
 2024-12-05 15:05 UTC  (21+ messages)
` [PATCH v5 01/20] x86/kexec: Restore GDT on return from preserve_context kexec
` [PATCH v5 02/20] x86/kexec: Clean up and document register use in relocate_kernel_64.S
` [PATCH v5 03/20] x86/kexec: Use named labels in swap_pages "
` [PATCH v5 04/20] x86/kexec: Only swap pages for preserve_context mode
` [PATCH v5 05/20] x86/kexec: Allocate PGD for x86_64 transition page tables separately
` [PATCH v5 06/20] x86/kexec: Copy control page into place in machine_kexec_prepare()
` [PATCH v5 07/20] x86/kexec: Invoke copy of relocate_kernel() instead of the original
` [PATCH v5 08/20] x86/kexec: Move relocate_kernel to kernel .data section
` [PATCH v5 09/20] x86/kexec: Add data section to relocate_kernel
` [PATCH v5 10/20] x86/kexec: Drop page_list argument from relocate_kernel()
` [PATCH v5 11/20] x86/kexec: Eliminate writes through kernel mapping of relocate_kernel page
` [PATCH v5 12/20] x86/kexec: Clean up register usage in relocate_kernel()
` [PATCH v5 13/20] x86/kexec: Mark relocate_kernel page as ROX instead of RWX
` [PATCH v5 14/20] x86/kexec: Add CONFIG_KEXEC_DEBUG option
` [PATCH v5 15/20] x86/kexec: Debugging support: load a GDT
` [PATCH v5 16/20] x86/kexec: Debugging support: Load an IDT and basic exception entry points
` [PATCH v5 17/20] x86/kexec: Debugging support: Dump registers on exception
` [PATCH v5 18/20] x86/kexec: Add 8250 serial port output
` [PATCH v5 19/20] x86/kexec: Add 8250 MMIO "
` [PATCH v5 20/20] [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing

[PATCH v2 00/12] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-12-04 12:54 UTC  (13+ messages)
` [PATCH v2 01/12] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v2 02/12] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v2 03/12] fs/proc/vmcore: disallow vmcore modifications while the vmcore is open
` [PATCH v2 04/12] fs/proc/vmcore: prefix all pr_* with "vmcore:"
` [PATCH v2 05/12] fs/proc/vmcore: move vmcore definitions out of kcore.h
` [PATCH v2 06/12] fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list
` [PATCH v2 07/12] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v2 08/12] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
` [PATCH v2 09/12] virtio-mem: mark device ready before registering callbacks in kdump mode
` [PATCH v2 10/12] virtio-mem: remember usable region size
` [PATCH v2 11/12] virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
` [PATCH v2 12/12] s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)

[PATCH] x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tables
 2024-12-04 11:27 UTC 

[PATCH] kexec_core: Accept unaccepted kexec destination addresses
 2024-12-04  9:19 UTC  (13+ messages)

[RFC PATCH v4 00/20] x86/kexec: Add exception handling for relocate_kernel and further yak-shaving
 2024-12-03 17:56 UTC  (22+ messages)
` [RFC PATCH v4 01/20] x86/kexec: Restore GDT on return from preserve_context kexec
` [RFC PATCH v4 02/20] x86/kexec: Clean up and document register use in relocate_kernel_64.S
` [RFC PATCH v4 03/20] x86/kexec: Use named labels in swap_pages "
` [RFC PATCH v4 04/20] x86/kexec: Only swap pages for preserve_context mode
` [RFC PATCH v4 05/20] x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tables
` [RFC PATCH v4 06/20] x86/kexec: Allocate PGD for x86_64 transition page tables separately
` [RFC PATCH v4 07/20] x86/kexec: Copy control page into place in machine_kexec_prepare()
` [RFC PATCH v4 08/20] x86/kexec: Invoke copy of relocate_kernel() instead of the original
` [RFC PATCH v4 09/20] x86/kexec: Move relocate_kernel to kernel .data section
` [RFC PATCH v4 10/20] x86/kexec: Add data section to relocate_kernel
` [RFC PATCH v4 11/20] x86/kexec: Drop page_list argument from relocate_kernel()
` [RFC PATCH v4 12/20] x86/kexec: Eliminate writes through kernel mapping of relocate_kernel page
` [RFC PATCH v4 13/20] x86/kexec: Clean up register usage in relocate_kernel()
` [RFC PATCH v4 14/20] x86/kexec: Mark relocate_kernel page as ROX instead of RWX
` [RFC PATCH v4 15/20] x86/kexec: Add CONFIG_KEXEC_DEBUG option
` [RFC PATCH v4 16/20] x86/kexec: Debugging support: load a GDT
` [RFC PATCH v4 17/20] x86/kexec: Debugging support: Load an IDT and basic exception entry points
` [RFC PATCH v4 18/20] x86/kexec: Debugging support: Dump registers on exception
` [RFC PATCH v4 19/20] x86/kexec: Add 8250 serial port output
` [RFC PATCH v4 20/20] [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-12-03 10:51 UTC  (34+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 05/11] fs/proc/vmcore: factor out allocating a vmcore memory node
` [PATCH v1 06/11] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel

[PATCH 0/3] Enable UKI image load on x86_64
 2024-12-02 13:34 UTC  (4+ messages)

[ANNOUNCE] kexec-tools 2.0.30
 2024-12-02 13:20 UTC 

Bug report - GZ magic check always fails in uImage_gz_load
 2024-12-02 13:05 UTC  (2+ messages)

[PATCH v4 1/2] kexec: Consolidate machine_kexec_mask_interrupts() implementation
 2024-12-01 11:19 UTC  (2+ messages)

[PATCH v4 2/2] kexec: Prevent redundant IRQ masking by checking state before shutdown
 2024-11-30 20:10 UTC 

[PATCH v2 2/2] x86/efi: Apply EFI Memory Attributes after kexec
 2024-11-29 17:03 UTC  (5+ messages)

[PATCH v4 0/2] Improve interrupt handling during machine kexec
 2024-11-29 15:53 UTC  (7+ messages)
` [PATCH v4 1/2] kexec: Consolidate machine_kexec_mask_interrupts() implementation
` [PATCH v4 2/2] kexec: Prevent redundant IRQ masking by checking state before shutdown

[PATCH v3 0/2] Improve interrupt handling during machine kexec
 2024-11-29  4:42 UTC  (6+ messages)
` [PATCH v3 1/2] kexec: Consolidate machine_kexec_mask_interrupts() implementation
` [PATCH v3 2/2] kexec: Prevent redundant IRQ masking by checking state before shutdown

[PATCH v1] makedumpfile: fix detection of typed (compound) pages (Linux 6.12)
 2024-11-29  1:29 UTC  (2+ messages)

[RFC PATCH v3 00/20] x86/kexec: Add exception handling for relocate_kernel and further yak-shaving
 2024-11-26 16:09 UTC  (31+ messages)
` [RFC PATCH v3 01/20] x86/kexec: Ensure control_code_page is mapped in kexec page tables
  ` [EXTERNAL] "
      ` [RFC PATCH] x86/mm: Disable PTI for kernel_ident_mapping_init()
` [RFC PATCH v3 02/20] x86/kexec: Restore GDT on return from preserve_context kexec
` [RFC PATCH v3 03/20] x86/kexec: Clean up and document register use in relocate_kernel_64.S
` [RFC PATCH v3 04/20] x86/kexec: Use named labels in swap_pages "
` [RFC PATCH v3 05/20] x86/kexec: Only swap pages for preserve_context mode
` [RFC PATCH v3 06/20] x86/kexec: Allocate PGD for x86_64 transition page tables separately
` [RFC PATCH v3 07/20] x86/kexec: Copy control page into place in machine_kexec_prepare()
` [RFC PATCH v3 08/20] x86/kexec: Invoke copy of relocate_kernel() instead of the original
` [RFC PATCH v3 09/20] x86/kexec: Move relocate_kernel to kernel .data section
` [RFC PATCH v3 10/20] x86/kexec: Add data section to relocate_kernel
` [RFC PATCH v3 11/20] x86/kexec: Drop page_list argument from relocate_kernel()
` [RFC PATCH v3 12/20] x86/kexec: Eliminate writes through kernel mapping of relocate_kernel page
` [RFC PATCH v3 13/20] x86/kexec: Clean up register usage in relocate_kernel()
` [RFC PATCH v3 14/20] x86/kexec: Mark relocate_kernel page as ROX instead of RWX
` [RFC PATCH v3 15/20] x86/kexec: Add CONFIG_KEXEC_DEBUG option
` [RFC PATCH v3 16/20] x86/kexec: Debugging support: load a GDT
` [RFC PATCH v3 17/20] x86/kexec: Debugging support: Load an IDT and basic exception entry points
` [RFC PATCH v3 18/20] x86/kexec: Debugging support: Dump registers on exception
` [RFC PATCH v3 19/20] x86/kexec: Add 8250 serial port output
` [RFC PATCH v3 20/20] [DO NOT MERGE] x86/kexec: Add int3 in kexec path for testing

[RFC PATCH v2 0/16] x86/kexec: Add exception handling for relocate_kernel and further yak-shaving
 2024-11-25 20:46 UTC  (21+ messages)
` [RFC PATCH v2 01/16] x86/kexec: Clean up and document register use in relocate_kernel_64.S
` [RFC PATCH v2 02/16] x86/kexec: Use named labels in swap_pages "
` [RFC PATCH v2 03/16] x86/kexec: Restore GDT on return from preserve_context kexec
` [RFC PATCH v2 04/16] x86/kexec: Only swap pages for preserve_context mode
` [RFC PATCH v2 05/16] x86/kexec: Invoke copy of relocate_kernel() instead of the original
` [RFC PATCH v2 06/16] x86/kexec: Move relocate_kernel to kernel .data section
` [RFC PATCH v2 07/16] x86/kexec: Add data section to relocate_kernel
` [RFC PATCH v2 08/16] x86/kexec: Copy control page into place in machine_kexec_prepare()
` [RFC PATCH v2 09/16] x86/kexec: Drop page_list argument from relocate_kernel()
` [RFC PATCH v2 10/16] x86/kexec: Eliminate writes through kernel mapping of relocate_kernel page
` [RFC PATCH v2 11/16] x86/kexec: Clean up register usage in relocate_kernel()
` [RFC PATCH v2 12/16] x86/kexec: Mark relocate_kernel page as ROX instead of RWX
` [RFC PATCH v2 13/16] x86/kexec: Debugging support: load a GDT
` [RFC PATCH v2 14/16] x86/kexec: Debugging support: Load an IDT and basic exception entry points
` [RFC PATCH v2 15/16] x86/kexec: Debugging support: Dump registers on exception
` [RFC PATCH v2 16/16] [DO NOT MERGE] x86/kexec: enable DEBUG

[Invitation] Linux MM Alignment Session on Kexec Hand Over (KHO) on Wednesday
 2024-11-25 17:02 UTC  (2+ messages)

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-11-22 23:37 UTC  (20+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).