[PATCH 0/2] mm/slab: support kmalloc_nolock() -> kfree[_rcu]()
2026-02-10 1:44 UTC (5+ messages)
` [PATCH 1/2] mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]()
` [PATCH 2/2] mm/slab: free a bit in enum objexts_flags
[PATCH v4] mm: Fix a hmm_range_fault() livelock / starvation problem
2026-02-10 1:34 UTC (3+ messages)
[PATCH v2] mm/page_alloc: clear page->private in free_pages_prepare()
2026-02-10 1:20 UTC (21+ messages)
` [PATCH v3] "
[PATCH] mm: Fix memblock_free_late() when using deferred struct page
2026-02-10 1:04 UTC (7+ messages)
[PATCH v6 0/5] support batch checking of references and unmapping for large folios
2026-02-10 0:39 UTC (10+ messages)
` [PATCH v6 1/5] mm: rmap: support batched checks of the references "
` [PATCH v6 2/5] arm64: mm: factor out the address and ptep alignment into a new helper
` [PATCH v6 3/5] arm64: mm: support batch clearing of the young flag for large folios
` [PATCH v6 4/5] arm64: mm: implement the architecture-specific clear_flush_young_ptes()
` [PATCH v6 5/5] mm: rmap: support batched unmapping for file large folios
[PATCH] mm: thp: Deny THP for guest_memfd and secretmem in file_thp_enabled()
2026-02-09 23:37 UTC (9+ messages)
[PATCH] mm/zsmalloc: fix NULL pointer dereference in get_next_zpdesc
2026-02-09 23:16 UTC (3+ messages)
[PATCH v2] Docs/mm: fix typos and grammar in page_tables.rst
2026-02-09 22:50 UTC (4+ messages)
[LSF/MM/BPF TOPIC] Machine Learning (ML) library in Linux kernel
2026-02-09 22:28 UTC (5+ messages)
[PATCH v2 00/11] mm: thp: always enable mTHP support
2026-02-09 22:14 UTC (12+ messages)
` [PATCH v2 01/11] docs: tmpfs: remove implementation detail reference
` [PATCH v2 02/11] mm: introduce pgtable_has_pmd_leaves()
` [PATCH v2 03/11] drivers: dax: use pgtable_has_pmd_leaves()
` [PATCH v2 04/11] drivers: i915 selftest: "
` [PATCH v2 05/11] drivers: nvdimm: "
` [PATCH v2 06/11] mm: debug_vm_pgtable: "
` [PATCH v2 07/11] mm: shmem: drop has_transparent_hugepage() usage
` [PATCH v2 08/11] treewide: rename has_transparent_hugepage() to arch_has_pmd_leaves()
` [PATCH v2 09/11] mm: replace thp_disabled_by_hw() with pgtable_has_pmd_leaves()
` [PATCH v2 10/11] mm: thp: always enable mTHP support
` [PATCH v2 11/11] mm: thp: x86: cleanup PSE feature bit usage
[PATCH 1/1] mm: replace vma_start_write() with vma_start_write_killable()
2026-02-09 22:08 UTC
[v7 00/16] mm: support device-private THP
2026-02-09 21:57 UTC (4+ messages)
` [v7 11/16] mm/migrate_device: add THP splitting during migration
[PATCH v2 2/2] selftests/liveupdate: add end to end test infrastructure and scripts
2026-02-09 20:56 UTC (2+ messages)
[RFC PATCH v1 0/4] Machine Learning (ML) library in Linux kernel
2026-02-09 20:56 UTC (9+ messages)
` [RFC PATCH v1 1/4] ml-lib: Introduce Machine Learning (ML) library declarations
` [RFC PATCH v1 3/4] ml-lib: Implement simple testing character device driver
[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-02-09 20:23 UTC (34+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions
[PATCH] smaps: Report correct page sizes with THP
2026-02-09 20:17 UTC
[PATCH] mm/zsmalloc: fix NULL pointer dereference in get_next_zpdesc
2026-02-09 19:37 UTC
[PATCH] mm/zsmalloc: fix NULL pointer dereference in get_next_zpdesc
2026-02-09 19:36 UTC
[RFC PATCH v1 0/2] Fix storing in XArray check_split tests
2026-02-09 19:16 UTC
[PATCH v8 0/6] x86/vdso: VDSO updates and fixes for sframes
2026-02-09 19:13 UTC (5+ messages)
` [PATCH v8 6/6] x86/vdso: Enable sframe generation in VDSO
[PATCH 0/4 v3] exec: inherit HWCAPs from the parent process
2026-02-09 19:06 UTC (5+ messages)
` [PATCH 1/4] binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4
` [PATCH 2/4] exec: inherit HWCAPs from the parent process
` [PATCH 3/4] mm: synchronize saved_auxv access with arg_lock
` [PATCH 4/4] selftests/exec: add test for HWCAP inheritance
[PATCH 0/2] mm/slab: fix lockdep warnings with kmalloc_nolock()
2026-02-09 19:03 UTC (8+ messages)
` [PATCH 1/2] mm/slab: skip get_from_any_partial() if !allow_spin
[RFC PATCH 0/7] k[v]free_rcu() improvements
2026-02-09 18:44 UTC (13+ messages)
` [RFC PATCH 2/7] mm: use rcu_ptr instead of rcu_head
` [RFC PATCH 4/7] mm/slab: free a bit in enum objexts_flags
[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
2026-02-09 18:26 UTC
[PATCH] maple_tree: update mas_next[_range] docs
2026-02-09 18:01 UTC (8+ messages)
[PATCH v4 00/31] Eliminate Dying Memory Cgroup
2026-02-09 17:53 UTC (5+ messages)
` [PATCH v4 30/31] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
[PATCH v3 0/8] drm/amdkfd: Add batch userptr allocation support
2026-02-09 17:37 UTC (14+ messages)
[PATCH v3 09/20] mm: swap: allocate a virtual swap slot for each swapped out page
2026-02-09 17:12 UTC (2+ messages)
[Patch v3] mm/huge_memory: fix early failure try_to_migrate() when split huge pmd for shared thp
2026-02-09 17:08 UTC (2+ messages)
[PATCH v13 00/18] unwind_deferred: Implement sframe handling
2026-02-09 17:07 UTC (4+ messages)
[syzbot] [fs?] [mm?] possible deadlock in writeout_period
2026-02-09 16:56 UTC (2+ messages)
[PATCH V2] mm/page_alloc: skip debug_check_no_{obj,locks}_freed with FPI_TRYLOCK
2026-02-09 16:37 UTC (3+ messages)
[PATCH v3 0/6] AG aware parallel writeback for XFS
2026-02-09 15:54 UTC (7+ messages)
[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
2026-02-09 15:35 UTC (3+ messages)
[PATCH 0/5] Make Rust Binder build as a module
2026-02-09 15:22 UTC (17+ messages)
` [PATCH 1/5] export file_close_fd and task_work_add
` [PATCH 3/5] mm: export zap_page_range_single and list_lru_add/del
[PATCH] Docs/mm: fix typos and grammar in page_tables.rst
2026-02-09 15:21 UTC (4+ messages)
[PATCH v2 0/4] arch, mm: consolidate empty_zero_page
2026-02-09 15:20 UTC (7+ messages)
` [PATCH v2 1/4] mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()
` [PATCH v2 2/4] mm: rename my_zero_pfn() to zero_pfn()
` [PATCH v2 3/4] arch, mm: consolidate empty_zero_page
` [PATCH v2 4/4] mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()
[PATCH v3 0/6] drm/gem-shmem: Track page accessed/dirty status
2026-02-09 15:01 UTC (13+ messages)
` [PATCH v3 1/6] drm/gem-shmem: Use obj directly where appropriate in fault handler
` [PATCH v3 2/6] drm/gem-shmem: Test for existence of page in mmap "
` [PATCH v3 3/6] drm/gem-shmem: Return vm_fault_t from drm_gem_shmem_try_map_pmd()
` [PATCH v3 4/6] drm/gem-shmem: Refactor drm_gem_shmem_try_map_pmd()
` [PATCH v3 5/6] drm/gem-shmem: Track folio accessed/dirty status in mmap
` [PATCH v3 6/6] drm/gem-shmem: Track folio accessed/dirty status in vmap
[PATCH v3 00/12] rust: xarray: add entry API with preloading
2026-02-09 14:38 UTC (13+ messages)
` [PATCH v3 01/12] rust: xarray: minor formatting fixes
` [PATCH v3 02/12] rust: xarray: add debug format for `StoreError`
` [PATCH v3 03/12] rust: xarray: add `contains_index` method
` [PATCH v3 04/12] rust: xarray: add `XArrayState`
` [PATCH v3 05/12] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v3 06/12] rust: xarray: simplify `Guard::load`
` [PATCH v3 07/12] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v3 08/12] rust: xarray: add entry API
` [PATCH v3 09/12] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v3 10/12] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v3 11/12] xarray, radix-tree: enable sheaf support for kmem_cache
` [PATCH v3 12/12] rust: xarray: add preload API
[PATCH 0/2] Introduce IORING_OP_MMAP
2026-02-09 14:36 UTC (4+ messages)
` [PATCH 2/2] io_uring: introduce IORING_OP_MMAP
[PATCH v9 0/2] Optimize zone->contiguous update
2026-02-09 12:44 UTC (7+ messages)
` [PATCH v9 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
[PATCH v3 01/20] mm/swap: decouple swap cache from physical swap infrastructure
2026-02-09 12:20 UTC (3+ messages)
` [PATCH v3 00/20] Virtual Swap Space
[PATCH v3] arm64: mm: fix pass user prot to ioremap_prot in generic_access_phys
2026-02-09 12:02 UTC (10+ messages)
[PATCH v3 0/3] memfd-based Userspace MFR Policy for HugeTLB
2026-02-09 12:01 UTC (5+ messages)
` [PATCH v3 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy
` [PATCH v3 2/3] selftests/mm: test userspace MFR for HugeTLB hugepage
[PATCHv6 00/17] mm: Eliminate fake head pages from vmemmap optimization
2026-02-09 11:52 UTC (4+ messages)
` [PATCHv6 08/17] mm: Make page_zonenum() use head page
[PATCH] mm/page_alloc: clear page->private in split_page() for tail pages
2026-02-09 11:11 UTC (3+ messages)
` [PATCH v2] mm/page_alloc: clear page->private in free_pages_prepare()
[PATCH v5 0/5] support batch checking of references and unmapping for large folios
2026-02-09 10:58 UTC (24+ messages)
` [PATCH v5 1/5] mm: rmap: support batched checks of the references "
` [PATCH v5 2/5] arm64: mm: factor out the address and ptep alignment into a new helper
` [PATCH v5 3/5] arm64: mm: support batch clearing of the young flag for large folios
` [PATCH v5 4/5] arm64: mm: implement the architecture-specific clear_flush_young_ptes()
` [PATCH v5 5/5] mm: rmap: support batched unmapping for file large folios
` [PATCH] mm: rmap: skip batched unmapping for UFFD vmas
[PATCH] mm/fadvise: validate offset in generic_fadvise
2026-02-09 10:56 UTC (3+ messages)
` [PATCH v2] "
[PATCH] mm: cma: Fix stub for cma_skip_dt_default_reserved_mem()
2026-02-09 10:01 UTC (4+ messages)
[PATCH v2 0/4] drm/gem-shmem: Track page accessed/dirty status
2026-02-09 8:46 UTC (4+ messages)
` [PATCH v2 2/4] drm/gem-shmem: Map pages in mmap fault handler
[PATCH mm-unstable] arch, mm: consolidate empty_zero_page
2026-02-09 8:41 UTC (6+ messages)
[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
2026-02-09 8:17 UTC (4+ messages)
` [RFC PATCH -next 1/7] vmscan: add memcg heat level for reclaim
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