kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-09 17:25:50 to 2025-09-17 18:26:05 UTC [more...]

[PATCH v3 00/13] expand mmap_prepare functionality, port more users
 2025-09-17 15:34 UTC  (49+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [PATCH v3 02/13] device/dax: update devdax "
` [PATCH v3 03/13] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v3 04/13] relay: update relay to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
` [PATCH v3 09/13] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v3 10/13] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v3 11/13] mm: update mem char driver "
` [PATCH v3 12/13] mm: update resctl "
` [PATCH v3 13/13] iommufd: update "

[RFC v1 0/4] Make KHO Stateless
 2025-09-17 17:52 UTC  (11+ messages)
` [RFC v1 1/4] kho: Introduce KHO page table data structures
` [RFC v1 2/4] kho: Adopt KHO page tables and remove serialization
` [RFC v1 3/4] memblock: Remove KHO notifier usage
` [RFC v1 4/4] kho: Remove notifier system infrastructure

[PATCH v4 0/4] kho: add support for preserving vmalloc allocations
 2025-09-17 17:40 UTC  (5+ messages)
` [PATCH v4 1/4] kho: check if kho is finalized in __kho_preserve_order()
` [PATCH v4 2/4] kho: replace kho_preserve_phys() with kho_preserve_pages()
` [PATCH v4 3/4] kho: add support for preserving vmalloc allocations
` [PATCH v4 4/4] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt

[PATCH v2 1/2] kho: move sanity checks to kho_restore_page()
 2025-09-17 14:38 UTC  (4+ messages)
` [PATCH v2 2/2] kho: make sure page being restored is actually from KHO

[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-09-17 13:04 UTC  (12+ messages)
` [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 08/12] kexec: Factor out routine to find a symbol in ELF

[PATCH v2 0/9] panic: introduce panic status function family
 2025-09-17  2:09 UTC  (12+ messages)
` [PATCH v2 1/9] panic: Introduce helper functions for panic state
` [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 00/16] expand mmap_prepare functionality, port more users
 2025-09-15 15:04 UTC  (51+ messages)
` [PATCH v2 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH v2 02/16] device/dax: update devdax "
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 04/16] relay: update relay to use mmap_prepare
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 06/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v2 07/16] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v2 10/16] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v2 11/16] mm: update mem char driver "
` [PATCH v2 12/16] mm: update resctl "
` [PATCH v2 13/16] mm: update cramfs "
` [PATCH v2 14/16] fs/proc: add the proc_mmap_prepare hook for procfs
` [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09 17:36 UTC  (9+ messages)
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks

[PATCH] kho: make sure folio being restored is actually from KHO
 2025-09-16 14:55 UTC  (9+ messages)

[PATCH v3 0/2] kho: add support for preserving vmalloc allocations
 2025-09-16 14:41 UTC  (18+ messages)
` [PATCH v3 1/2] "

[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)

[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  (9+ messages)

[PATCH v6 2/2] crash: Add KUnit tests for crash_exclude_mem_range
 2025-09-15  6:17 UTC  (3+ messages)

[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  (5+ messages)
` [RFC PATCH 1/4] "


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).