messages from 2025-09-16 20:08:01 to 2025-09-24 19:03:32 UTC [more...]
[RFC Patch 0/7] kernel: Introduce multikernel architecture support
2025-09-24 19:03 UTC (25+ messages)
` [RFC Patch 1/7] kexec: Introduce multikernel support via kexec
` [RFC Patch 2/7] x86: Introduce SMP INIT trampoline for multikernel CPU bootstrap
` [RFC Patch 3/7] x86: Introduce MULTIKERNEL_VECTOR for inter-kernel communication
` [RFC Patch 4/7] kernel: Introduce generic multikernel IPI communication framework
` [RFC Patch 5/7] x86: Introduce arch_cpu_physical_id() to obtain physical CPU ID
` [RFC Patch 6/7] kexec: Implement dynamic kimage tracking
` [RFC Patch 7/7] kexec: Add /proc/multikernel interface for "
` [syzbot ci] Re: kernel: Introduce multikernel architecture support
[PATCH v5 0/4] kho: add support for preserving vmalloc allocations
2025-09-24 15:28 UTC (16+ messages)
` [PATCH v5 1/4] kho: check if kho is finalized in __kho_preserve_order()
` [PATCH v5 2/4] kho: replace kho_preserve_phys() with kho_preserve_pages()
` [PATCH v5 3/4] kho: add support for preserving vmalloc allocations
` [PATCH v5 4/4] lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt
Zamrożenie ceny energii
2025-09-24 7:45 UTC
[PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
2025-09-24 2:35 UTC (9+ messages)
Thematic Funds Letter Of Intent
2025-09-23 23:53 UTC
[resend, PATCH v2 1/1] kexec: Remove unused code in kimage_load_cma_segment()
2025-09-23 17:50 UTC (2+ messages)
[PATCH v2 00/10] Fix and improve the LoongArch implementation
2025-09-23 16:51 UTC (2+ messages)
[PATCH v2] Make the segment base match pinned section address
2025-09-23 16:50 UTC (2+ messages)
[PATCH kexec-tools] workflow: Add loongarch64 build
2025-09-23 16:42 UTC
[PATCH] LoongArch: Change COMMAND_LINE_SIZE to 4096
2025-09-23 14:15 UTC (4+ messages)
[PATCH v4 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
2025-09-23 13:56 UTC (4+ messages)
[PATCH] kexec_core: Remove superfluous page offset handling in segment loading
2025-09-23 3:07 UTC (5+ messages)
[PATCH] arm64/crashdump-arm64: Fix makedumpfile error caused by fail to get _text address
2025-09-23 1:29 UTC (3+ messages)
Pytanie o samochód
2025-09-22 8:05 UTC
Zapytanie ofertowe
2025-09-22 7:30 UTC
[RFC v1 0/4] Make KHO Stateless
2025-09-21 23:07 UTC (16+ 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/7] Add kexec_file support for LoongArch
2025-09-21 14:03 UTC (2+ messages)
[PATCH v2] selftests/kexec: Ignore selftest binary
2025-09-19 17:01 UTC
[PATCH] kho: only fill kimage if KHO is finalized
2025-09-19 9:44 UTC (2+ messages)
[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-09-18 9:14 UTC (26+ messages)
` [PATCH v4 01/14] mm/shmem: update shmem to use mmap_prepare
` [PATCH v4 02/14] device/dax: update devdax "
` [PATCH v4 03/14] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v4 04/14] relay: update relay to use mmap_prepare
` [PATCH v4 05/14] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v4 06/14] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v4 07/14] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v4 08/14] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v4 09/14] mm: add ability to take further action in vm_area_desc
` [PATCH v4 10/14] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v4 12/14] mm: add shmem_zero_setup_desc()
` [PATCH v4 13/14] mm: update mem char driver to use mmap_prepare
` [PATCH v4 14/14] mm: update resctl "
[PATCH v2 11/16] mm: update mem char driver to use mmap_prepare
2025-09-19 5:13 UTC (3+ messages)
[PATCH v2 00/16] expand mmap_prepare functionality, port more users
2025-09-19 5:10 UTC (20+ messages)
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 12/16] mm: update resctl to use mmap_prepare
` [PATCH v2 16/16] kcov: update kcov "
[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
2025-09-19 1:26 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
[PATCH v3 0/7] KSTATE: [de]serialization framework for KHO
2025-09-18 23:14 UTC (5+ messages)
` [PATCH v3 6/7] mm/memblock: Use KSTATE instead of kho to preserve preserved_mem_table
[PATCH v4 0/4] kho: add support for preserving vmalloc allocations
2025-09-18 11:04 UTC (12+ 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 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 "
[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
[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 00/16] expand mmap_prepare functionality, port more users
2025-09-09 16:44 UTC (8+ messages)
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
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