messages from 2025-09-04 02:10:46 to 2025-09-16 13:28:21 UTC [more...]
[PATCH] kho: make sure folio being restored is actually from KHO
2025-09-16 13:27 UTC (6+ messages)
[PATCH v3 0/2] kho: add support for preserving vmalloc allocations
2025-09-16 13:21 UTC (18+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt
[resend, PATCH v2 1/1] kexec: Remove unused code in kimage_load_cma_segment()
2025-09-16 12:51 UTC
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
2025-09-16 12:50 UTC (2+ messages)
[PATCH v1 1/1] kexec: Remove unused code in kimage_load_cma_segment()
2025-09-16 12:24 UTC (3+ messages)
[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
2025-09-16 6:52 UTC (9+ messages)
` [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
` [PATCHv5 08/12] kexec: Factor out routine to find a symbol in ELF
[PATCH v2 00/10] Fix and improve the LoongArch implementation
2025-09-16 1:46 UTC (11+ messages)
` [PATCH v2 01/10] kexec: Handle removal of multiple 'crashkernel' parameters
` [PATCH v2 02/10] LoongArch: Fix comments
` [PATCH v2 03/10] LoongArch: Terminate the cmdline string using '\0'
` [PATCH v2 04/10] LoongArch: Enforce relocatable kernel check for crash dump
` [PATCH v2 05/10] LoongArch: Change initrd allocation to top-down
` [PATCH v2 06/10] LoongArch: Fix the use of loongarch_image_header in ELF format
` [PATCH v2 07/10] LoongArch: Add pe_hdr->machine check for pei format images
` [PATCH v2 08/10] LoongArch/pez: Fix kernel_fd handling when kexec_file is supported
` [PATCH v2 09/10] LoongArch: Add kexec_file_load syscall
` [PATCH v2 10/10] LoongArch: Remove 'kexec_file' cmdline parameters when using --reuse-cmdline option
[PATCH 0/2] kho: add support for preserving vmalloc allocations
2025-09-15 13:57 UTC (8+ messages)
` [PATCH 1/2] "
[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
2025-09-15 11:47 UTC (16+ messages)
` [PATCH v3 1/7] kho: move fdt setup in separate helper
` [PATCH v3 2/7] kho: move scratch memory "
` [PATCH v3 3/7] kstate: Add KSTATE - [de]serialization framework for KHO
` [PATCH v3 4/7] kho: replace KHO FDT with kstate metadata
` [PATCH v3 5/7] kstate, test: add test module for testing kstate subsystem
` [PATCH v3 6/7] mm/memblock: Use KSTATE instead of kho to preserve preserved_mem_table
` [PATCH v3 7/7] Documentation, kstate: Add KSTATE documentation
[PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
2025-09-15 9:05 UTC (12+ messages)
[PATCH v6 1/2] x86/kexec: fix potential cmem->ranges out of memory
2025-09-15 6:17 UTC (4+ messages)
` [PATCH v6 2/2] crash: Add KUnit tests for crash_exclude_mem_range
[Hypervisor Live Update] Notes from September 8, 2025
2025-09-14 1:56 UTC
[PATCH] kexec_core: Remove superfluous page offset handling in segment loading
2025-09-12 6:11 UTC (5+ messages)
Proszę o kontakt
2025-09-10 8:00 UTC
[RFC PATCH 0/4] kho: introduce the KHO array
2025-09-09 15:50 UTC (8+ messages)
` [RFC PATCH 1/4] "
` [RFC PATCH 2/4] kho: use KHO array for preserved memory bitmap serialization
` [RFC PATCH 3/4] kho: add support for preserving vmalloc allocations
` [RFC PATCH 4/4] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt
[PATCH v3 0/2] efi: Fix EFI boot with kexec handover (KHO)
2025-09-09 12:17 UTC (11+ messages)
` [PATCH v3 1/2] kexec: introduce is_kho_boot()
` [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)
` "
` "
[PATCH 00/16] expand mmap_prepare functionality, port more users
2025-09-09 9:37 UTC (81+ messages)
` [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH 02/16] device/dax: update devdax "
` [PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH 04/16] relay: update relay to use mmap_prepare
` [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
` [PATCH 07/16] doc: update porting, vfs documentation for mmap_[complete, abort]
` [PATCH 08/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH 09/16] mm: introduce io_remap_pfn_range_prepare, complete
` [PATCH 10/16] mm/hugetlb: update hugetlbfs to use mmap_prepare, mmap_complete
` [PATCH 11/16] mm: update mem char driver "
` [PATCH 12/16] mm: update resctl to use mmap_prepare, mmap_complete, mmap_abort
` [PATCH 13/16] mm: update cramfs to use mmap_prepare, mmap_complete
` [PATCH 14/16] fs/proc: add proc_mmap_[prepare, complete] hooks for procfs
` [PATCH 15/16] fs/proc: update vmcore to use .proc_mmap_[prepare, complete]
` [PATCH 16/16] kcov: update kcov to use mmap_prepare, mmap_complete
[PATCH v2 0/2] x86/kexec: Carry forward the boot DTB on kexec
2025-09-09 6:33 UTC (9+ messages)
` [PATCH v2 1/2] kexec: Add KEXEC_FILE_NO_CMA as a legal flag
[PATCH RFC][makedumpfile 00/10] btf/kallsyms based eppic extension for mm page filtering
2025-09-09 5:24 UTC (9+ messages)
` [PATCH RFC][makedumpfile 01/10] dwarf_info: Support kernel address randomization
[PATCH v2 0/2] kho: add support for preserving vmalloc allocations
2025-09-08 10:34 UTC (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt
` [PATCH v3 0/2] kho: add support for preserving vmalloc allocations
` [PATCH v3 1/2] "
` [PATCH v3 2/2] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt
[PATCH v3 0/2] kho: add support for preserving vmalloc allocations
2025-09-07 6:04 UTC
[Hypervisor Live Update] Notes from August 25, 2025
2025-09-07 1:08 UTC
[PATCH v2 0/2] kho: add support for preserving vmalloc allocations
2025-09-05 13:13 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt
[PATCH v2] Make the segment base match pinned section address
2025-09-05 3:22 UTC
【速報】本日の厳選銘柄レポート(短期推奨)
2025-09-03 13:36 UTC
[PATCH] Make the segment base match pinned section address
2025-09-03 20: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 read-only IMAP folder(s) and NNTP newsgroup(s).