[PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
2025-10-29 17:30 UTC (2+ messages)
[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-10-29 17:15 UTC (14+ messages)
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
[PATCHv2 0/2] Fix SIGBUS semantics with large folios
2025-10-29 17:10 UTC (13+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size
` [PATCHv2 2/2] mm/truncate: Unmap large folio on split failure
[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
2025-10-29 16:52 UTC (21+ messages)
` [PATCH 01/19] mm/swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH 02/19] mm, swap: split swap cache preparation loop into a standalone helper
` [PATCH 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH 05/19] mm, swap: simplify the code and reduce indention
` [PATCH 06/19] mm, swap: free the swap cache after folio is mapped
` [PATCH 07/19] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
` [PATCH 08/19] mm/shmem, swap: remove SWAP_MAP_SHMEM
` [PATCH 09/19] mm, swap: swap entry of a bad slot should not be considered as swapped out
` [PATCH 10/19] mm, swap: consolidate cluster reclaim and check logic
` [PATCH 11/19] mm, swap: split locked entry duplicating into a standalone helper
` [PATCH 12/19] mm, swap: use swap cache as the swap in synchronize layer
` [PATCH 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
` [PATCH 14/19] mm, swap: sanitize swap entry management workflow
` [PATCH 15/19] mm, swap: add folio to swap cache directly on allocation
` [PATCH 16/19] mm, swap: check swap table directly for checking cache
` [PATCH 17/19] mm, swap: clean up and improve swap entries freeing
` [PATCH 18/19] mm, swap: drop the SWAP_HAS_CACHE flag
` [PATCH 19/19] mm, swap: remove no longer needed _swap_info_get
[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
2025-10-29 16:50 UTC (4+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
` [PATCH 2/3] mm: implement sticky, copy on fork VMA flags
` [PATCH 3/3] selftests/mm/guard-regions: add smaps visibility test
[PATCH v4 00/12] Nesting support for lazy MMU mode
2025-10-29 16:41 UTC (14+ messages)
` [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v4 04/12] sparc/mm: "
` [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v4 09/12] powerpc/mm: replace batch->active "
` [PATCH v4 10/12] sparc/mm: "
` [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching
` [PATCH v4 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context
dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
2025-10-29 16:31 UTC (5+ messages)
` [PATCH] pm-hibernate: flush block device cache when hibernating
Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
2025-10-29 16:19 UTC (11+ messages)
[PATCH 0/5] mm: swap: small fixes and comment cleanups
2025-10-29 16:13 UTC (9+ messages)
` [PATCH 1/5] mm, swap: Fix memory leak in setup_clusters() error path
` [PATCH 2/5] mm, swap: Use SWP_SOLIDSTATE to determine if swap is rotational
` [PATCH 3/5] mm, swap: Remove redundant comment for read_swap_cache_async
` [PATCH 4/5] mm: swap: change swap_alloc_slow() to void
` [PATCH 5/5] mm: swap: remove scan_swap_map_slots() references from comments
[PATCH v3 0/3] KHO: kfence + KHO memory corruption fix
2025-10-29 16:09 UTC (6+ messages)
` [PATCH v3 1/3] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area
[PATCH RFC 02/19] slab: handle pfmemalloc slabs properly with sheaves
2025-10-29 16:06 UTC (3+ messages)
[PATCH v1] mm/mm_init: Fix hash table order logging in alloc_large_system_hash()
2025-10-29 16:05 UTC (6+ messages)
[PATCH RFC 06/19] slab: introduce percpu sheaves bootstrap
2025-10-29 15:51 UTC (2+ messages)
[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
2025-10-29 15:42 UTC (11+ messages)
` [PATCH RFC 01/19] slab: move kfence_alloc() out of internal bulk alloc
` [PATCH RFC 03/19] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH RFC 05/19] slab: add sheaves to most caches
[PATCH v5 mm-new 0/2] mm/swapfile.c: select swap devices of default priority round robin
2025-10-29 15:38 UTC (6+ messages)
` [PATCH v5 mm-new 1/2] mm/swap: do not choose swap device according to numa node
` [PATCH v5 mm-new 2/2] mm/swap: select swap device with default priority round robin
[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
2025-10-29 15:28 UTC (19+ messages)
` [RFC PATCH V3 1/7] mm/slab: allow specifying freepointer offset when using constructor
` [RFC PATCH V3 3/7] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [RFC PATCH V3 4/7] mm/slab: use stride to access slabobj_ext
` [RFC PATCH V3 5/7] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [RFC PATCH V3 6/7] mm/slab: save memory by allocating slabobj_ext array from leftover
` [RFC PATCH V3 7/7] mm/slab: place slabobj_ext metadata in unused space within s->size
[PATCH v2 00/50] tree-in-dcache stuff
2025-10-29 15:25 UTC (30+ messages)
` [PATCH v2 06/50] primitives for maintaining persisitency
` [PATCH v2 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [External] : "
` [PATCH v2 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v2 22/50] convert efivarfs
` [PATCH v2 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v2 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v2 35/50] convert selinuxfs
` [PATCH v2 48/50] convert securityfs
` [PATCH v2 49/50] kill securityfs_recursive_remove()
[PATCH v12 mm-new 00/15] khugepaged: mTHP support
2025-10-29 15:04 UTC (19+ messages)
` [PATCH v12 mm-new 06/15] khugepaged: introduce collapse_max_ptes_none helper function
[PATCH v2 0/8] Guaranteed CMA
2025-10-29 15:01 UTC (6+ messages)
allow file systems to increase the minimum writeback chunk size v2
2025-10-29 14:56 UTC (3+ messages)
filemap_* writeback interface cleanups v2
2025-10-29 14:53 UTC (2+ messages)
[PATCH 0/3] ksm: perform a range-walk to jump over holes in break_ksm
2025-10-29 14:46 UTC (7+ messages)
` [PATCH 1/3] Revert "mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk"
` [PATCH 2/3] ksm: perform a range-walk in break_ksm
` [PATCH 3/3] ksm: replace function unmerge_ksm_pages with break_ksm
[PATCH V2] mm/slab: ensure all metadata in slab object are word-aligned
2025-10-29 14:36 UTC (2+ messages)
[PATCH 0/6] x86/entry/vdso: cleanups for vdso build and 32-bit vdso
2025-10-29 14:36 UTC (4+ messages)
` [PATCH 3/6] x86/entry/vdso32: remove int80_landing_pad
[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-10-29 14:24 UTC (10+ messages)
` [RFC PATCH 1/4] drivers/iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [RFC PATCH 2/4] drivers/iommu: Add calls for iommu debug
` [RFC PATCH 3/4] drivers/iommu-debug: Track IOMMU pages
[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
2025-10-29 14:10 UTC (6+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2025-10-29
2025-10-29 13:57 UTC
[PATCH v2] s390: fix HugeTLB vmemmap optimization crash
2025-10-29 12:49 UTC (7+ messages)
[PATCH v5 0/7] iomap: zero range folio batch support
2025-10-29 12:32 UTC (4+ messages)
[PATCH v2] mm: shmem/tmpfs hugepage defaults config choice
2025-10-29 11:16 UTC (2+ messages)
[PATCH 0/3] slab: switch away from the legacy param parser
2025-10-29 10:52 UTC (7+ messages)
` [PATCH 1/3] slab: constify slab debug strings
` [PATCH 2/3] slab: convert setup_slub_debug() to use __core_param_cb()
` [PATCH 3/3] slab: use new API for remaining command line parameters
[PATCHv3 0/2] Fix SIGBUS semantics with large folios
2025-10-29 10:23 UTC (6+ messages)
` [PATCHv3 1/2] mm/memory: Do not populate page table entries beyond i_size
linux-next: KVM/s390x regression
2025-10-29 10:20 UTC (7+ messages)
` [PATCH v1 0/1] KVM: s390: Fix missing present bit for gmap puds
` [PATCH v1 1/1] "
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-10-29 8:55 UTC (6+ messages)
[PATCH v1 00/26] Eliminate Dying Memory Cgroup
2025-10-29 8:05 UTC (7+ messages)
` [syzbot ci] "
` "
[PATCH] mm/vma: small VMA lock cleanups
2025-10-29 8:02 UTC (2+ messages)
[PATCH v2 0/1] mm/ksm: recover from memory failure on KSM page by migrating to healthy duplicate
2025-10-29 7:12 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCHv3 0/6] mm: Improve mlock tracking for large folios
2025-10-29 4:52 UTC (3+ messages)
` [PATCHv3 4/6] mm/fault: Try to map the entire file folio in finish_fault()
[PATCH v2] codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabobj_ext
2025-10-29 3:22 UTC (2+ messages)
[PATCH v4 0/3] mm: Implement ECC handling for pfn with no struct page
2025-10-29 3:15 UTC (4+ messages)
` [PATCH v4 2/3] mm: handle poisoning of pfn without struct pages
[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
2025-10-29 2:13 UTC (4+ messages)
` [PATCH v12 mm-new 06/10] mm: bpf-thp: add support for global mode
[PATCH v2 0/3] Make KHO Stateless
2025-10-29 2:08 UTC (6+ messages)
` [PATCH v2 1/3] kho: Adopt KHO radix tree data structures
[PATCH] mm/damon/stat: set last_refresh_jiffies to jiffies at startup
2025-10-29 2:02 UTC (3+ messages)
[RFC mm v4 0/2] mm, page_pool: introduce a new page type for page pool in page type
2025-10-29 1:56 UTC (4+ messages)
` [RFC mm v4 1/2] page_pool: check if nmdesc->pp is !NULL to confirm its usage as pp for net_iov
[PATCH] mm/damon/stat: set last_refresh_jiffies to jiffies at startup
2025-10-29 1:32 UTC (2+ messages)
[PATCH v2 00/23] mm: BPF OOM
2025-10-28 23:24 UTC (8+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
[linux-next:master] BUILD REGRESSION f7d2388eeec24966fc4d5cf32d706f0514f29ac5
2025-10-28 23:03 UTC
[PATCH] codetag: debug: Handle existing CODETAG_EMPTY in mark_objexts_empty for slabobj_ext
2025-10-28 22:52 UTC (6+ messages)
Hit an assertion within lib/xarray.c from lib/test_xarray.c, would like help debugging
2025-10-28 22:34 UTC
[PATCH v4 0/5] mm: Refactor and improve VMA count limit code
2025-10-28 21:24 UTC (6+ messages)
` [PATCH v4 1/5] mm: Document lenient map_count checks
` [PATCH v4 2/5] mm/selftests: add max_vma_count tests
` [PATCH v4 3/5] mm: Introduce max_vma_count() to abstract the max map count sysctl
` [PATCH v4 4/5] mm: rename mm_struct::map_count to vma_count
` [PATCH v4 5/5] mm/tracing: introduce trace_mm_insufficient_vma_slots event
[PATCH] mm: hugetlb: fix HVO crash on s390
2025-10-28 21:14 UTC (8+ messages)
oom-killer not invoked on systems with multiple memory-tiers
2025-10-28 19:54 UTC (2+ messages)
[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
2025-10-28 19:54 UTC (6+ messages)
` [PATCH v2 20/23] sched: psi: implement bpf_psi struct ops
[PATCH] mm: Convert memory block states (MEM_*) macros to enum
2025-10-28 19:13 UTC (8+ messages)
[PATCH v8 0/7] mm: folio_zero_user: clear contiguous pages
2025-10-28 18:51 UTC (4+ messages)
` [PATCH v8 5/7] x86/clear_page: Introduce clear_pages()
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