kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-05 12:48:03 to 2025-08-20 09:15:46 UTC [more...]

[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 v2 0/5] Add kexec_file support for LoongArch
 2025-08-20  6:50 UTC  (7+ 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 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

[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-08-20  3:09 UTC  (16+ 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

[PATCH v3 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
 2025-08-19 21:38 UTC  (11+ 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 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  (22+ messages)
` [PATCH v2 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
` [PATCH v2 02/12] mm/kasan: move kasan= code to common place
` [PATCH v2 03/12] mm/kasan/sw_tags: don't initialize kasan if it's disabled
` [PATCH v2 04/12] arch/arm: "
` [PATCH v2 05/12] arch/arm64: "
` [PATCH v2 06/12] arch/loongarch: "
` [PATCH v2 07/12] arch/powerpc: "
` [PATCH v2 08/12] arch/riscv: "
` [PATCH v2 09/12] arch/x86: "
` [PATCH v2 10/12] arch/xtensa: "
` [PATCH v2 11/12] arch/um: "
` [PATCH v2 12/12] mm/kasan: make kasan=on|off take effect for all three modes

[PATCH 0/6] Add kexec_file support for LoongArch
 2025-08-16  5:37 UTC  (30+ messages)
` [PATCH 1/6] LoongArch: Add struct loongarch_image_header for kernel image
` [PATCH 2/6] LoongArch: Add kexec_file support
` [PATCH 3/6] LoongArch/kexec_file: Add initrd loading
` [PATCH 4/6] LoongArch/kexec_file: Add crash dump support
` [PATCH 5/6] LoongArch/kexec_file: Add "mem" parameter to limit memory usage of kdump kernel
` [PATCH 6/6] LoongArch: Enable CONFIG_KEXEC_FILE

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

[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-15 12:14 UTC 

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

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

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

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

[PATCH 0/4] mm/kasan: make kasan=on|off work for all three modes
 2025-08-12 17:06 UTC  (19+ messages)
` [PATCH 2/4] mm/kasan: move kasan= code to common place
` [PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes

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

[RFC] kexec: Add bootconfig support to get_command_line
 2025-08-11 16:21 UTC  (2+ messages)

[Hypervisor Live Update] Notes from July 28, 2025
 2025-08-11 13:51 UTC  (2+ messages)

Proszę o kontakt
 2025-08-11  7:30 UTC 

[PATCH RFC][makedumpfile 00/10] btf/kallsyms based eppic extension for mm page filtering
 2025-08-11  0:04 UTC  (4+ messages)

[PATCH v3 0/3] Several KHO Hotfixes
 2025-08-08 20:18 UTC  (4+ messages)
` [PATCH v3 1/3] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v3 2/3] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v3 3/3] kho: warn if KHO is disabled due to an error

[linus:master] [kho] b753522bed: INFO:trying_to_register_non-static_key
 2025-08-08 11:28 UTC  (2+ messages)

[PATCH v2 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
 2025-08-07 21:36 UTC  (10+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] kexec/kexec-elf-exec.c: Replace %lux with %lx, this is what the author meant
` [PATCH v2 3/6] kexec/arch/i386/x86-linux-setup.c: replace %d with %u, because e820[i].type is unsigned
` [PATCH v2 4/6] util_lib/elf_info.c: fix typo: prink -> printk
` [PATCH v2 5/6] kexec/arch/i386/kexec-x86-common.c: remove duplicate <stdio.h>
` [PATCH v2 6/6] kexec/arch/arm64/crashdump-arm64.c: remove extra whitespace, ocasionally introduced in aecc554e7ba8

[PATCH] fix printf string specifiers, otherwise kexec doesn't work on my laptop
 2025-08-06  9:15 UTC  (5+ messages)

[PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
 2025-08-05 23:12 UTC  (5+ 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).