[PATCH v5 00/22] Live Update Orchestrator
2025-11-17 14:09 UTC (6+ messages)
` [PATCH v5 22/22] tests/liveupdate: Add in-kernel liveupdate test
[PATCH] fork: stop ignoring NUMA while handling cached thread stacks
2025-11-17 14:07 UTC
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-17 13:58 UTC (3+ messages)
` [PATCH v3 3/8] mm: implement sticky VMA flags
[PATCH] mm/gup: fix handling of zero page in follow_page_pte()
2025-11-17 13:48 UTC (2+ messages)
[PATCH v1 0/2] Only free healthy pages in high-order HWPoison folio
2025-11-17 13:43 UTC (10+ messages)
` [PATCH v1 1/2] mm/huge_memory: introduce uniform_split_unmapped_folio_to_zero_order
` [PATCH v1 2/2] mm/memory-failure: avoid free HWPoison high-order folio
[PATCH v2 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
2025-11-17 13:30 UTC (30+ messages)
` [PATCH v2 01/19] mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH v2 02/19] mm, swap: split swap cache preparation loop into a standalone helper
` [PATCH v2 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH v2 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH v2 05/19] mm, swap: simplify the code and reduce indention
` [PATCH v2 06/19] mm, swap: free the swap cache after folio is mapped
` [PATCH v2 07/19] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
` [PATCH v2 08/19] mm/shmem, swap: remove SWAP_MAP_SHMEM
` [PATCH v2 09/19] mm, swap: swap entry of a bad slot should not be considered as swapped out
` [PATCH v2 10/19] mm, swap: consolidate cluster reclaim and check logic
` [PATCH v2 11/19] mm, swap: split locked entry duplicating into a standalone helper
` [PATCH v2 12/19] mm, swap: use swap cache as the swap in synchronize layer
` [PATCH v2 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
` [PATCH v2 14/19] mm, swap: sanitize swap entry management workflow
` [PATCH v2 15/19] mm, swap: add folio to swap cache directly on allocation
` [PATCH v2 16/19] mm, swap: check swap table directly for checking cache
` [PATCH v2 17/19] mm, swap: clean up and improve swap entries freeing
` [PATCH v2 18/19] mm, swap: drop the SWAP_HAS_CACHE flag
` [PATCH v2 19/19] mm, swap: remove no longer needed _swap_info_get
[PATCH v2 0/2] x86/mm: support memory-failure on 32-bits with SPARSEMEM
2025-11-17 13:03 UTC (3+ messages)
[PATCH v2] fixup: gpu/drm/nouveau: enable THP support for GPU memory migration
2025-11-17 13:01 UTC (2+ messages)
[PATCH] fixup: mm/rmap: extend rmap and migration support device-private entries
2025-11-17 12:58 UTC (2+ messages)
[PATCH] mm/memory hotplug/unplug: Optimize zone->contiguous update when move pfn range
2025-11-17 11:57 UTC (3+ messages)
[RFC PATCH 0/4] mm, kvm: add guest_memfd support for uffd minor faults
2025-11-17 11:46 UTC (5+ messages)
` [RFC PATCH 1/4] userfaultfd: move vma_can_userfault out of line
` [RFC PATCH 2/4] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE
` [RFC PATCH 3/4] userfaultfd, guest_memfd: support userfault minor mode in guest_memfd
` [RFC PATCH 4/4] KVM: selftests: test userfaultfd minor for guest_memfd
[PATCH 0/2] make VM_SOFTDIRTY a sticky VMA flag
2025-11-17 11:41 UTC (9+ messages)
` [PATCH 1/2] mm: propagate VM_SOFTDIRTY on merge
[Linux Memory Hotness and Promotion] Notes from October 23, 2025
2025-11-17 11:36 UTC (2+ messages)
[PATCH v2] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
2025-11-17 11:23 UTC (5+ messages)
[PATCH v2 1/2] mm/cma: Inline cma_sysfs counter hooks
2025-11-17 11:22 UTC (3+ messages)
` [PATCH RFC 2/2] mm/cma: Consolidate accounting in dedicated functions
[RFC mm v6] mm: introduce a new page type for page pool in page type
2025-11-17 11:20 UTC (2+ messages)
[PATCH v6 00/20] Live Update Orchestrator
2025-11-17 11:13 UTC (39+ messages)
` [PATCH v6 01/20] liveupdate: luo_core: luo_ioctl: "
` [PATCH v6 02/20] liveupdate: luo_core: integrate with KHO
` [PATCH v6 03/20] kexec: call liveupdate_reboot() before kexec
` [PATCH v6 04/20] liveupdate: luo_session: add sessions support
` [PATCH v6 05/20] liveupdate: luo_ioctl: add user interface
` [PATCH v6 06/20] liveupdate: luo_file: implement file systems callbacks
` [PATCH v6 07/20] liveupdate: luo_session: Add ioctls for file preservation
` [PATCH v6 08/20] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v6 09/20] docs: add luo documentation
` [PATCH v6 10/20] MAINTAINERS: add liveupdate entry
` [PATCH v6 11/20] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v6 12/20] mm: shmem: allow freezing inode mapping
` [PATCH v6 13/20] mm: shmem: export some functions to internal.h
` [PATCH v6 14/20] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v6 15/20] mm: memfd_luo: allow preserving memfd
` [PATCH v6 16/20] docs: add documentation for memfd preservation via LUO
` [PATCH v6 17/20] selftests/liveupdate: Add userspace API selftests
` [PATCH v6 18/20] selftests/liveupdate: Add kexec-based selftest for session lifecycle
` [PATCH v6 19/20] selftests/liveupdate: Add kexec test for multiple and empty sessions
` [PATCH v6 20/20] tests/liveupdate: Add in-kernel liveupdate test
[PATCH v2 2/8] genirq: soft_moderation: add base files, procfs
2025-11-17 11:12 UTC
[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
2025-11-17 10:59 UTC (8+ messages)
[RFC PATCH] mm/cma: Inline cma_sysfs counter hooks
2025-11-17 10:49 UTC (3+ messages)
[PATCH v6 0/7] Cache coherency management subsystem
2025-11-17 10:48 UTC (8+ messages)
` [PATCH v6 1/7] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v6 2/7] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v6 3/7] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v6 4/7] arm64: Select GENERIC_CPU_CACHE_MAINTENANCE
` [PATCH v6 5/7] MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header
` [PATCH v6 6/7] cache: Make top level Kconfig menu a boolean dependent on RISCV
` [PATCH v6 7/7] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent
[PATCH v1] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
2025-11-17 10:16 UTC (4+ messages)
[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-11-17 10:08 UTC (5+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`
[PATCH v6 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
2025-11-17 9:47 UTC (4+ messages)
` [PATCH v6 15/18] x86/kasan: Handle UD1 for inline KASAN reports
[PATCH v1 00/26] Eliminate Dying Memory Cgroup
2025-11-17 9:41 UTC (6+ messages)
` [PATCH v1 05/26] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH v1 06/26] mm: memcontrol: return root object cgroup for root memory cgroup
[PATCH 6.12.y] mm, percpu: do not consider sleepable allocations atomic
2025-11-17 9:36 UTC
[PATCH 6.6.y] mm, percpu: do not consider sleepable allocations atomic
2025-11-17 9:30 UTC
[PATCH 6.1.y] mm, percpu: do not consider sleepable allocations atomic
2025-11-17 8:59 UTC
[Patch v2 0/3] unify PMD scan results and remove redundant cleanup
2025-11-17 8:11 UTC (5+ messages)
` [Patch v2 1/3] mm/khugepaged: remove redundant clearing of struct collapse_control
` [Patch v2 3/3] mm/khugepaged: unify SCAN_PMD_NONE and SCAN_PMD_NULL into SCAN_NO_PTE_TABLE
[PATCH v2 1/2] Remove the "FOLL_TOUCH" test code from gup_test.c
2025-11-17 7:09 UTC (5+ messages)
[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-17 6:57 UTC (12+ messages)
` [PATCH 1/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH 2/7] arc: "
` [PATCH 3/7] loongarch: "
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-17 6:31 UTC (7+ messages)
` [PATCH v14] "
` [PATCH v16] "
` [PATCH v17] "
[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
2025-11-17 5:47 UTC (6+ messages)
` [PATCH v13 13/22] crypto: iaa - IAA Batching for parallel compressions/decompressions
[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
2025-11-17 4:25 UTC (10+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed
[rppt-memblock:fixes] BUILD SUCCESS c42af83c59b65d01c0f7a074e450bbbb43b22f0d
2025-11-17 2:31 UTC
[Patch v3 0/2] mm/huge_memory: Define split_type and consolidate split support checks
2025-11-17 1:22 UTC (3+ messages)
` [Patch v3 2/2] mm/huge_memory: merge uniform_split_supported() and non_uniform_split_supported()
[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
2025-11-16 22:32 UTC (5+ messages)
` [PATCH v2] "
[GIT PULL] more hotfixes for 6.18-rc6
2025-11-16 21:56 UTC (2+ messages)
[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
2025-11-16 16:01 UTC (6+ messages)
` [PATCH 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
FOSDEM 2026: Kernel Devroom CfP
2025-11-16 15:59 UTC (2+ messages)
[PATCH v2 03/13] kho: Introduce high-level memory allocation API
2025-11-16 14:57 UTC (3+ messages)
[PATCH v3] powerpc, mm: Fix mprotect on book3s 32-bit
2025-11-16 6:40 UTC
[PATCH v3 36/50] functionfs: switch to simple_remove_by_name()
2025-11-16 6:30 UTC (9+ messages)
` [functionfs] mainline UAF (was Re: [PATCH v3 36/50] functionfs: switch to simple_remove_by_name())
[PATCH v2 00/13] kho: simplify state machine and enable dynamic updates
2025-11-16 5:46 UTC (5+ messages)
` [PATCH v2 10/13] kho: Update FDT dynamically for subtree addition/removal
[PATCH v2 0/3] memfd-based Userspace MFR Policy for HugeTLB
2025-11-16 1:32 UTC (4+ messages)
` [PATCH v2 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy
` [PATCH v2 2/3] selftests/mm: test userspace MFR for HugeTLB hugepage
` [PATCH v2 3/3] Documentation: add documentation for MFD_MF_KEEP_UE_MAPPED
[akpm-mm:mm-nonmm-unstable 82/133] include/linux/kexec_handover.h:108:7: warning: no previous prototype for function 'kho_alloc_preserve'
2025-11-15 23:19 UTC (2+ messages)
[PATCH 0/4] memcg: cleanup the memcg stats interfaces
2025-11-15 19:27 UTC (2+ messages)
[akpm-mm:mm-nonmm-unstable 82/133] fdt.c:(.text+0x6ac): multiple definition of `kho_alloc_preserve'; mm/mm_init.o:mm_init.c:(.text+0x0): first defined here
2025-11-15 19:17 UTC
[akpm-mm:mm-nonmm-unstable 82/133] (.text+0xc00): multiple definition of `kho_alloc_preserve'; mm/mm_init.o:(.text+0x0): first defined here
2025-11-15 19:17 UTC
[akpm-mm:mm-nonmm-unstable 82/133] include/linux/kexec_handover.h:108:7: warning: no previous prototype for 'kho_alloc_preserve'
2025-11-15 19:17 UTC
[PATCH v2] mm/page_alloc: optimize lowmem_reserve max lookup using its semantic monotonicity
2025-11-15 17:51 UTC (2+ messages)
[RFC] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2025-11-15 17:24 UTC (12+ messages)
` [PATCH 1/3] mm, swap: change back to use each swap device's percpu cluster
[PATCH] mm/huge_memory: consolidate order-related checks into folio_split_supported()
2025-11-15 9:43 UTC (11+ messages)
[PATCH] liveupdate: kho: Enable KHO by default
2025-11-15 9:42 UTC (4+ messages)
[PATCH v1 00/13] kho: simplify state machine and enable dynamic updates
2025-11-15 9:36 UTC (4+ messages)
` [PATCH v1 04/13] kho: Verify deserialization status and fix FDT alignment access
[PATCH v2] mm/huge_memory: introduce folio_split_unmapped
2025-11-15 8:40 UTC
[linux-next:master] BUILD REGRESSION 0f2995693867bfb26197b117cd55624ddc57582f
2025-11-15 8:15 UTC
Hit an assertion within lib/xarray.c from lib/test_xarray.c, would like help debugging
2025-11-15 6:58 UTC (2+ messages)
[PATCHv2 0/4] zram: introduce writeback bio batching
2025-11-15 3:42 UTC (6+ messages)
` [PATCHv2 1/4] zram: introduce writeback bio batching support
[PATCH] mm/huge_memory.c: introduce folio_split_unmapped
2025-11-15 2:36 UTC (4+ messages)
[PATCHv3 0/4] zram: introduce writeback bio batching
2025-11-15 2:34 UTC (5+ messages)
` [PATCHv3 1/4] zram: introduce writeback bio batching support
` [PATCHv3 2/4] zram: add writeback batch size device attr
` [PATCHv3 3/4] zram: take write lock in wb limit store handlers
` [PATCHv3 4/4] zram: drop wb_limit_lock
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox