messages from 2024-11-29 11:34:32 to 2024-12-19 00:20:23 UTC [more...]
[PATCH v5 00/20] x86/kexec: Add exception handling for relocate_kernel and further yak-shaving
2024-12-19 0:20 UTC (53+ 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] x86/kexec: Only write through identity mapping of control page
` [PATCH] x86/kexec: Disable global pages before writing to "
` [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 0/9] x86/kexec: Fixes for tip/x86/boot
2024-12-17 16:38 UTC (29+ messages)
` [PATCH 1/9] x86/kexec: Disable global pages before writing to control page
` [EXTERNAL] "
` [PATCH 2/9] x86/kexec: Ensure preserve_context flag is set on return to kernel
` [PATCH 3/9] x86/kexec: Use correct swap page in swap_pages function
` [PATCH 4/9] x86/kexec: Fix stack and handling of re-entry point for ::preserve_context
` [PATCH 5/9] x86/kexec: Fix location of relocate_kernel with -ffunction-sections
` [PATCH 6/9] x86/kexec: Mark machine_kexec() with __nocfi
` [PATCH 7/9] kexec_core: Add and update comments regarding the KEXEC_JUMP flow
` [PATCH 8/9] x86/kexec: Cope with relocate_kernel() not being at the start of the page
` [PATCH 9/9] x86/kexec: Use typedef for relocate_kernel_fn function prototype
[PATCH 0/5] powerpc/crash: use generic crashkernel reservation
2024-12-17 6:46 UTC (6+ messages)
` [PATCH 1/5] crash: remove an unused argument from reserve_crashkernel_generic()
` [PATCH 2/5] crash: let arch decide crash memory export to iomem_resource
` [PATCH 3/5] powerpc/kdump: preserve user-specified memory limit
` [PATCH 4/5] powerpc/crash: use generic crashkernel reservation
` [PATCH 5/5] crash: option to let arch decide mem range is usable
Does anyone actually use KEXEC_JUMP?
2024-12-16 18:21 UTC (3+ messages)
Lockdep warnings on kexec (virtio_blk, hrtimers)
2024-12-16 17:41 UTC (34+ messages)
` [PATCH] sched: Prevent rescheduling when interrupts are disabled
[PATCH] mips: disable CRASH_DUMP by default
2024-12-16 17:35 UTC
[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
2024-12-14 2:56 UTC (19+ messages)
` [PATCH v9 06/19] x86: Add early SHA-1 support for Secure Launch early measurements
[PATCH v6 0/7] Support kdump with LUKS encryption by reusing LUKS volume keys
2024-12-14 2:24 UTC (13+ 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 v2 0/2] ZBOOT zstd support
2024-12-13 12:46 UTC (5+ messages)
` [Patch v2 1/2] zstd: Add zstd decompression logic
` [Patch v2 2/2] kexec: Enable zstd in kexec decompression paths
[PATCH] Correct string specifiers
2024-12-13 12:43 UTC (2+ messages)
[PATCH 0/2] kexec-tools: Truncate PE file if it is signed
2024-12-13 12:43 UTC (5+ 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 v2 0/1] Accept unaccepted kexec segments' destination addresses
2024-12-13 9:54 UTC (2+ messages)
` [PATCH v2 1/1] kexec_core: "
Can't use kexec-tools for preserve-context kexec 'call'?
2024-12-12 9:41 UTC (3+ messages)
[PATCH] kexec: Initialize ELF lowest address to ULONG_MAX
2024-12-12 2:58 UTC (3+ messages)
[PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
2024-12-11 22:32 UTC (2+ messages)
[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
Kexec HandOver (KHO) discussion recap and open questions
2024-12-09 19:06 UTC (2+ messages)
[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 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 (3+ messages)
` [RFC PATCH v4 05/20] x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tables
[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
2024-12-03 10:51 UTC (8+ messages)
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox