kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/2] kho: add support for preserving vmalloc allocations
 2025-09-03  6:30 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt

[PATCH v4 0/7] Add kexec_file support for LoongArch
 2025-09-03  3:01 UTC  (8+ messages)
` [PATCH v4 1/7] LoongArch: Add struct loongarch_image_header for kernel image
` [PATCH v4 2/7] LoongArch: Add preparatory infrastructure for kexec_file
` [PATCH v4 3/7] LoongArch/kexec_file: Support loading EFI binary file
` [PATCH v4 4/7] LoongArch/kexec_file: Support loading ELF "
` [PATCH v4 5/7] LoongArch/kexec_file: Add crash dump support
` [PATCH v4 6/7] LoongArch: Automatically disable kaslr when the kernel loads from kexec_file
` [PATCH v4 7/7] LoongArch: Enable CONFIG_KEXEC_FILE

[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-09-01 14:31 UTC  (20+ messages)
` [PATCHv5 01/12] kexec_file: Make kexec_image_load_default global visible
` [PATCHv5 02/12] lib/decompress: Keep decompressor when CONFIG_KEEP_COMPRESSOR
` [PATCHv5 03/12] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
` [PATCHv5 04/12] bpf: Introduce decompressor kfunc
` [PATCHv5 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
` [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
` [PATCHv5 07/12] kexec: Introduce a bpf-prog lskel to parse PE file
` [PATCHv5 08/12] kexec: Factor out routine to find a symbol in ELF
` [PATCHv5 09/12] kexec: Integrate bpf light skeleton to load zboot image
` [PATCHv5 10/12] arm64/kexec: Add PE image format support
` [PATCHv5 11/12] tools/kexec: Introduce a bpf-prog to parse zboot image format
` [PATCHv5 12/12] tools/kexec: Add a zboot image building tool

xls
 2025-08-30 18:14 UTC 

[PATCH v2 0/9] panic: introduce panic status function family
 2025-08-29  4:39 UTC  (12+ messages)
` [PATCH v2 1/9] panic: Introduce helper functions for panic state
` [PATCH v2 2/9] fbdev: Use panic_in_progress() helper
` [PATCH v2 3/9] crash_core: use panic_try_start() in crash_kexec()
` [PATCH v2 4/9] panic: use panic_try_start() in nmi_panic()
` [PATCH v2 5/9] panic: use panic_try_start() in vpanic()
` [PATCH v2 6/9] printk/nbcon: use panic_on_this_cpu() helper
` [PATCH v2 7/9] panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
` [PATCH v2 8/9] panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()
` [PATCH v2 9/9] watchdog: skip checks when panic is in progress

[Regression] kdump fails to get DHCP address unless booting with pci=nomsi or without nr_cpus=1
 2025-08-27  8:17 UTC  (12+ messages)

Live Update MC (LPC): Call for Presentations
 2025-08-04 23:09 UTC  (2+ messages)

xls
 2025-08-30 11:46 UTC 

Re:Investment Invitation
 2025-08-29 17:28 UTC 

[PATCH 0/7] Fix and improve the LoongArch implementation
 2025-08-29  9:19 UTC  (9+ messages)
` [PATCH 1/7] kexec: Handle removal of multiple 'crashkernel' parameters
` [PATCH 2/7] LoongArch: Fix comments
` [PATCH 3/7] LoongArch: Terminate the cmdline string using '\0'
` [PATCH 4/7] LoongArch: Enforce relocatable kernel check for crash dump
` [PATCH 5/7] LoongArch: Change initrd allocation to top-down
` [PATCH 6/7] LoongArch: Fix the use of loongarch_image_header in ELF format
` [PATCH 7/7] LoongArch: Add pe_hdr->machine check for pei format images

[PATCH v9 0/8] Support kdump with LUKS encryption by reusing LUKS volume keys
 2025-08-27 13:38 UTC  (7+ messages)
` [PATCH v9 1/8] kexec_file: allow to place kexec_buf randomly

[PATCH v3 0/6] Add kexec_file support for LoongArch
 2025-08-27  7:37 UTC  (8+ messages)
` [PATCH v3 1/6] LoongArch: Add struct loongarch_image_header for kernel image
` [PATCH v3 2/6] LoongArch: Add preparatory infrastructure for kexec_file
` [PATCH v3 3/6] LoongArch/kexec_file: Support loading EFI binary file
` [PATCH v3 4/6] LoongArch/kexec_file: Support loading ELF "
` [PATCH v3 5/6] LoongArch/kexec_file: Add crash dump support
` [PATCH v3 6/6] LoongArch: Enable CONFIG_KEXEC_FILE

[PATCH] kho: make sure kho_scratch argument is fully consumed
 2025-08-27  5:47 UTC  (2+ messages)

[PATCH] arm64: kexec: Initialize kexec_buf struct in image_load()
 2025-08-27  1:07 UTC  (5+ messages)

[PATCH v2 0/5] Add kexec_file support for LoongArch
 2025-08-26  1:55 UTC  (17+ messages)
` [PATCH v2 1/5] LoongArch: Add struct loongarch_image_header for kernel image
` [PATCH v2 2/5] LoongArch: Add kexec_file support
` [PATCH v2 3/5] LoongArch/kexec_file: Support loading ELF binary file
` [PATCH v2 4/5] LoongArch/kexec_file: Add crash dump support
` [PATCH v2 5/5] LoongArch: Enable CONFIG_KEXEC_FILE

[PATCH v2 0/2] x86/kexec: Carry forward the boot DTB on kexec
 2025-08-25 18:49 UTC  (12+ messages)
` [PATCH v2 1/2] kexec: Add KEXEC_FILE_NO_CMA as a legal flag

[PATCH] kexec_core: Remove redundant 0 value initialization
 2025-08-25 12:33 UTC 

[Hypervisor Live Update] Notes from August 11, 2025
 2025-08-24 20:03 UTC 

[PATCH v3 0/2] efi: Fix EFI boot with kexec handover (KHO)
 2025-08-23 21:47 UTC  (5+ messages)
` [PATCH v3 1/2] kexec: introduce is_kho_boot()
` [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)

[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-22 13:25 UTC  (8+ messages)

[PATCH v5 0/5] kdump: crashkernel reservation from CMA
 2025-08-22 19:45 UTC  (5+ messages)

[RFC] kexec: Add bootconfig support to get_command_line
 2025-08-22  3:53 UTC  (5+ messages)

xl
 2025-08-21  6:09 UTC 

[PATCH 3/9] crash_core: use panic_try_start() in crash_kexec()
 2025-08-21  3:41 UTC  (5+ messages)

[PATCH v3 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
 2025-08-20  9:54 UTC  (12+ messages)
` [PATCH v3 1/6] "
` [PATCH v3 2/6] kexec/kexec-elf-exec.c: Replace %lux with %lx
` [PATCH v3 3/6] kexec/arch/i386/x86-linux-setup.c: replace %d with %u
` [PATCH v3 4/6] util_lib/elf_info.c: fix typo: prink -> printk
` [PATCH v3 5/6] kexec/arch/i386/kexec-x86-common.c: remove duplicate <stdio.h>
` [PATCH v3 6/6] kexec/arch/arm64/crashdump-arm64.c: remove extra whitespace

[PATCH v2 0/2] efi: Fix EFI boot with kexec handover (KHO)
 2025-08-20  8:24 UTC  (6+ messages)
` [PATCH v2 1/2] kexec: introduce is_kho_boot()
` [PATCH v2 2/2] efi: Support booting with kexec handover (KHO)

[PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-08-20  5:34 UTC  (13+ messages)
` [PATCH v3 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
` [PATCH v3 02/12] mm/kasan: move kasan= code to common place
` [PATCH v3 03/12] mm/kasan/sw_tags: don't initialize kasan if it's disabled
` [PATCH v3 04/12] arch/arm: "
` [PATCH v3 05/12] arch/arm64: "
` [PATCH v3 06/12] arch/loongarch: "
` [PATCH v3 07/12] arch/powerpc: "
` [PATCH v3 08/12] arch/riscv: "
` [PATCH v3 09/12] arch/x86: "
` [PATCH v3 10/12] arch/xtensa: "
` [PATCH v3 11/12] arch/um: "
` [PATCH v3 12/12] mm/kasan: make kasan=on|off take effect for all three modes

[PATCH v4 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
 2025-08-19 21:30 UTC  (7+ messages)
` [PATCH v4 1/6] "
` [PATCH v4 2/6] kexec/kexec-elf-exec.c: Replace %lux with %lx
` [PATCH v4 3/6] kexec/arch/i386/x86-linux-setup.c: replace %d with %u
` [PATCH v4 4/6] util_lib/elf_info.c: fix typo: prink -> printk
` [PATCH v4 5/6] kexec/arch/i386/kexec-x86-common.c: remove duplicate <stdio.h>
` [PATCH v4 6/6] kexec/arch/arm64/crashdump-arm64.c: remove extra whitespace

Mniejsze wydatki na samochód
 2025-08-18  8:01 UTC 

[PATCH v2 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-08-17  3:40 UTC  (9+ messages)

[PATCH 0/6] Add kexec_file support for LoongArch
 2025-08-16  5:37 UTC  (14+ messages)
` [PATCH 2/6] LoongArch: Add kexec_file support

[PATCH RESEND] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-15 12:12 UTC  (3+ messages)

[PATCH] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-14 10:25 UTC  (3+ messages)

[PATCH] efi: Support booting with kexec handover (KHO)
 2025-08-14  8:51 UTC  (3+ messages)

[PATCH 0/3] kho: fixes and cleanups
 2025-08-13 14:25 UTC  (7+ messages)
` [PATCH 1/3] kho: allow scratch areas with zero size
` [PATCH 2/3] lib/test_kho: fixes for error handling

[PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes
 2025-08-12 17:06 UTC  (7+ messages)


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 NNTP newsgroup(s).