messages from 2025-07-09 09:24:26 to 2025-08-13 14:25:43 UTC [more...]
[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 v2 00/12] mm/kasan: make kasan=on|off work for all three modes
2025-08-13 11:14 UTC (18+ 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 v2 0/2] x86/kexec: Carry forward the boot DTB on kexec
2025-08-13 3:54 UTC (5+ 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/6] Add kexec_file support for LoongArch
2025-08-13 3:24 UTC (29+ 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 0/4] mm/kasan: make kasan=on|off work for all three modes
2025-08-12 17:06 UTC (21+ messages)
` [PATCH 1/4] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
` [PATCH 2/4] mm/kasan: move kasan= code to common place
` [PATCH 3/4] mm/kasan: don't initialize kasan if it's disabled
` [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] efi: Support booting with kexec handover (KHO)
2025-08-11 6:39 UTC (2+ messages)
[PATCH] fs: Add 'rootfsflags' to set rootfs mount options
2025-08-11 1:57 UTC (8+ messages)
[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 (9+ messages)
[PATCH v2] kho: add test for kexec handover
2025-08-01 14:13 UTC (3+ messages)
[PATCH] kho: add test for kexec handover
2025-07-31 21:27 UTC (2+ messages)
[PATCH v4 0/4] stackleak: Support Clang stack depth tracking
2025-07-29 9:34 UTC (12+ messages)
` [PATCH v4 1/4] arm64: Handle KCOV __init vs inline mismatches
` [PATCH v4 2/4] x86: "
` [PATCH v4 3/4] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v4 4/4] kstack_erase: Support Clang stack depth tracking
[Hypervisor Live Update] Notes from July 14, 2025
2025-07-27 5:28 UTC
Prezentacja
2025-07-24 7:35 UTC
[PATCHv4 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
2025-07-23 0:44 UTC (16+ messages)
` [PATCHv4 01/12] kexec_file: Make kexec_image_load_default global visible
` [PATCHv4 02/12] lib/decompress: Keep decompressor when CONFIG_KEXEC_PE_IMAGE
` [PATCHv4 03/12] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
` [PATCHv4 04/12] bpf: Introduce decompressor kfunc
` [PATCHv4 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
` [PATCHv4 06/12] kexec: Integrate with the introduced bpf kfuncs
` [PATCHv4 07/12] kexec: Introduce a bpf-prog lskel to parse PE file
` [PATCHv4 08/12] kexec: Factor out routine to find a symbol in ELF
` [PATCHv4 09/12] kexec: Integrate bpf light skeleton to load zboot image
` [PATCHv4 10/12] arm64/kexec: Add PE image format support
` [PATCHv4 11/12] tools/kexec: Introduce a bpf-prog to parse zboot image format
` [PATCHv4 12/12] tools/kexec: Add a zboot image building tool
Equipment - chairs
2025-07-22 7:35 UTC
Second kexec_file_load (but not kexec_load) fails on i915 if CONFIG_INTEL_IOMMU_DEFAULT_ON=n
2025-07-22 1:28 UTC (6+ messages)
[PATCH v5] kexec: Enable CMA based contiguous allocation
2025-07-21 22:33 UTC (4+ messages)
Zapytanie ofertowe
2025-07-16 7:30 UTC
Proszę o kontakt
2025-07-15 7:40 UTC
[PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
2025-07-13 23:37 UTC (10+ messages)
[PATCH v1 0/2] kexec_core: Fix and cleanup for the KEXEC_JUMP flow
2025-07-11 11:15 UTC (7+ messages)
` [PATCH v1 1/2] kexec_core: Fix error code path in "
` [PATCH v1 2/2] kexec_core: Drop redundant pm_restore_gfp_mask() call
Pytanie o samochód
2025-07-11 8:06 UTC
Equipment - chairs
2025-07-10 7:36 UTC
[PATCH] x86/kexec: Carry forward the boot DTB on kexec
2025-07-09 19:20 UTC
[PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
2025-07-09 17:37 UTC (11+ messages)
Proszę o kontakt
2025-07-09 7:35 UTC
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;
as well as URLs for NNTP newsgroup(s).