linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/31] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-19 16:26 UTC  (21+ messages)
` [PATCH v2 01/31] Documentation: document EXPORT_OP_NOLOCKS
` [PATCH v2 02/31] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH v2 03/31] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH v2 04/31] ext4: "
` [PATCH v2 05/31] ext2: "
` [PATCH v2 06/31] erofs: "
` [PATCH v2 07/31] efs: "
` [PATCH v2 08/31] xfs: "
` [PATCH v2 09/31] ceph: "
` [PATCH v2 10/31] btrfs: "
` [PATCH v2 11/31] befs: "
` [PATCH v2 12/31] ufs: "
` [PATCH v2 13/31] udf: "
` [PATCH v2 14/31] affs: "
` [PATCH v2 15/31] squashfs: "
` [PATCH v2 16/31] smb/client: "
` [PATCH v2 17/31] ovl: "
` [PATCH v2 18/31] orangefs: "
` [PATCH v2 19/31] ocfs2: "
` [PATCH v2 20/31] ntfs3: "

[HELP] Request for assistance to upstream an Android memory optimization (Multi_Freearea)
 2026-01-19 16:17 UTC  (2+ messages)

[PATCH v3] mm/shmem, swap: fix race of truncate and swap entry split
 2026-01-19 16:11 UTC 

[PATCH 0/2] iommu: debug-pagealloc: Remove pfn_valid() usage
 2026-01-19 15:55 UTC  (8+ messages)
` [PATCH 1/2] mm/page_ext: Add page_ext_get_phys()
` [PATCH 2/2] iommu: debug-pagealloc: Use page_ext_get_phys()

[PATCHv3 00/15] mm: Eliminate fake head pages from vmemmap optimization
 2026-01-19 15:26 UTC  (11+ messages)
` [PATCHv3 09/15] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv3 10/15] mm/hugetlb: Remove fake head pages

[PATCH 16/28] maple_tree: Start using maple copy node for destination
 2026-01-19 15:06 UTC  (5+ messages)

[PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-19 14:49 UTC  (12+ messages)
` [PATCH 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH 04/12] mm: add basic VMA flag operation helper functions
` [PATCH 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH 06/12] mm: update secretmem "
` [PATCH 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH 08/12] mm: update all remaining mmap_prepare users "
` [PATCH 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

KASAN vs realloc
 2026-01-19 14:45 UTC  (9+ messages)
` [PATCH 1/2] mm/kasan: Fix KASAN poisoning in vrealloc()
          ` [PATCH] mm-kasan-fix-kasan-poisoning-in-vrealloc-fix

[PATCH v2 0/8] Various mm kselftests improvements/fixes
 2026-01-19 14:32 UTC  (14+ messages)
` [PATCH v2 4/8] selftests/mm: fix usage of FORCE_READ() in cow tests
` [PATCH v2 5/8] selftests/mm: introduce helper to read every page in range
` [PATCH v2 6/8] selftests/mm: fix faulting-in code in pagemap_ioctl test
` [PATCH v2 8/8] selftests/mm: report SKIP in pfnmap if a check fails

LSF/MM/BPF: 2026: Call for Proposals
 2026-01-19 14:26 UTC  (2+ messages)

[PATCH v7 0/5] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
 2026-01-19 14:25 UTC  (5+ messages)

[PATCH v6 0/5] Enable THP support in drm_pagemap
 2026-01-19 14:24 UTC  (14+ messages)
` [PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios

[PATCH 0/2] mm/readahead: batch folio insertion to improve performance
 2026-01-19 14:15 UTC  (10+ messages)
` [PATCH 1/2] mm/filemap: refactor __filemap_add_folio to separate critical section
` [PATCH 2/2] mm/readahead: batch folio insertion to improve performance
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] mm/filemap: refactor __filemap_add_folio to separate critical section
  ` [PATCH v2 2/2] mm/readahead: batch folio insertion to improve performance
  ` [PATCH v2 0/2] mm/readahead: Changes since v1

[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
 2026-01-19 12:30 UTC  (18+ messages)
` [PATCH 20/29] nilfs2: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 23/29] jffs2: "

[PATCH v3 00/21] slab: replace cpu (partial) slabs with sheaves
 2026-01-19 12:06 UTC  (21+ messages)
` [PATCH v3 02/21] slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGE
` [PATCH v3 06/21] slab: introduce percpu sheaves bootstrap
` [PATCH v3 07/21] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH v3 08/21] slab: handle kmalloc sheaves bootstrap
` [PATCH v3 09/21] slab: add optimized sheaf refill from partial list

[PATCH v3] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
 2026-01-19 11:46 UTC  (8+ messages)

[PATCH v8 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-01-19 11:40 UTC  (8+ messages)
` [PATCH v8 13/14] x86/kasan: Logical bit shift for kasan_mem_to_shadow

[PATCH] lib/test_vmalloc.c: Minor fixes to test_vmalloc.c
 2026-01-19 11:36 UTC  (3+ messages)

[PATCH v2 0/3] Migrate on fault for device pages
 2026-01-19 11:25 UTC  (4+ messages)
` [PATCH v2 1/3] mm: unified hmm fault and migrate device pagewalk paths
` [PATCH v2 2/3] mm: add new testcase for the migrate on fault case
` [PATCH v2 3/3] mm:/migrate_device.c: remove migrate_vma_collect_*() functions

[PATCH v15 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-01-19 11:17 UTC  (3+ messages)
` [PATCH v15 1/2] ACPI:RAS2: Add driver for the "

[PATCH] selftests/mm: remove virtual_address_range test
 2026-01-19 11:16 UTC  (12+ messages)

[PATCH v3 0/2] further damage-control lack of clone scalability
 2026-01-19 11:09 UTC  (2+ messages)

[PATCH V5 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
 2026-01-19 10:54 UTC  (8+ messages)
` [PATCH V5 1/2] mm/khugepaged: map dirty/writeback pages failures to EAGAIN
` [PATCH V5 2/2] mm/khugepaged: retry with sync writeback for MADV_COLLAPSE

[PATCH] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
 2026-01-19 10:38 UTC  (4+ messages)

[PATCH V3 0/5] mm/khugepaged: cleanups and scan limit fix
 2026-01-19 10:24 UTC  (10+ messages)
` [PATCH V3 1/5] mm/khugepaged: remove unnecessary goto 'skip' label
` [PATCH V3 2/5] mm/khugepaged: count small VMAs towards scan limit
` [PATCH V3 3/5] mm/khugepaged: change collapse_pte_mapped_thp() to return void
` [PATCH V3 4/5] mm/khugepaged: use enum scan_result for result variables and return types
` [PATCH V3 5/5] mm/khugepaged: make khugepaged_collapse_control static

[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
 2026-01-19 10:20 UTC  (10+ messages)
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE

[PATCH] mm/kfence: fix potential deadlock in reboot notifier
 2026-01-19 10:20 UTC  (3+ messages)

[PATCH v2 0/1] fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
 2026-01-19  9:44 UTC  (12+ messages)
` [PATCH v2 1/1] "

[PATCH v6] rust: iommu: add io_pgtable abstraction
 2026-01-19  9:29 UTC  (4+ messages)

[PATCH v3 00/30] Eliminate Dying Memory Cgroup
 2026-01-19  9:25 UTC  (24+ messages)
` [PATCH v3 08/30] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v3 14/30] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v3 24/30] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
` [PATCH v3 25/30] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v3 26/30] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
  ` [PATCH v3 28/30 fix 1/2] mm: memcontrol: fix lruvec_stats->state_local reparenting

[PATCHv6 11/13] arm64/kexec: Select KEXEC_BPF to support UEFI-style kernel image
 2026-01-19  8:23 UTC 

[syzbot] Monthly mm report (Jan 2026)
 2026-01-19  8:18 UTC 

[PATCH] mm: Restore per-memcg proactive reclaim with !CONFIG_NUMA
 2026-01-19  8:00 UTC  (2+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-01-19  7:58 UTC  (3+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings

[PATCH v2] percpu: add basic double free check
 2026-01-19  7:48 UTC  (4+ messages)

[PATCH v5 0/5] support batch checking of references and unmapping for large folios
 2026-01-19  7:22 UTC  (11+ messages)
` [PATCH v5 5/5] mm: rmap: support batched unmapping for file "

[PATCH v4] kho: validate preserved memory map during population
 2026-01-19  7:04 UTC  (2+ messages)

[PATCH v2] slub: keep empty main sheaf as spare in __pcs_replace_empty_main()
 2026-01-19  6:07 UTC  (4+ messages)

[PATCH v2] mm/shmem, swap: fix race of truncate and swap entry split
 2026-01-19  3:45 UTC  (6+ messages)

[PATCH v3 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints
 2026-01-19  3:04 UTC  (4+ messages)
` [PATCH v3 1/2] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim

[PATCHv2 0/7] zram: introduce compressed data writeback
 2026-01-19  2:34 UTC  (2+ messages)

[PATCH] compiler_types: Introduce inline_for_performance
 2026-01-18 22:33 UTC  (3+ messages)

[syzbot] [cgroups?] [mm?] WARNING in memcg1_swapout
 2026-01-18 20:53 UTC  (5+ messages)

[PATCH v3 0/9] mm: clean up anon_vma implementation
 2026-01-18 20:06 UTC  (11+ messages)
` [PATCH v3 1/9] mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add asserts
` [PATCH v3 2/9] mm/rmap: eliminate partial anon_vma tear-down in anon_vma_fork()
` [PATCH v3 3/9] mm/rmap: skip unfaulted VMAs on anon_vma clone, unlink
` [PATCH v3 4/9] mm/rmap: remove unnecessary root lock dance in anon_vma clone, unmap
` [PATCH v3 5/9] mm/rmap: remove anon_vma_merge() function
` [PATCH v3 6/9] mm/rmap: make anon_vma functions internal
` [PATCH v3 7/9] mm/mmap_lock: add vma_is_attached() helper
` [PATCH v3 8/9] mm/rmap: allocate anon_vma_chain objects unlocked when possible
` [PATCH v3 9/9] mm/rmap: separate out fork-only logic on anon_vma_clone()

[PATCH V4 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
 2026-01-18 19:51 UTC  (8+ messages)
` [PATCH V4 2/2] mm/khugepaged: retry with sync writeback "

[PATCH V2 0/5] mm/khugepaged: cleanups and scan limit fix
 2026-01-18 19:42 UTC  (4+ messages)
` [PATCH V2 3/5] mm/khugepaged: change collapse_pte_mapped_thp() to return void

[PATCH 0/8] Docs/mm/damon: update intro, modules, maintainer profile, and misc
 2026-01-18 18:02 UTC  (9+ messages)
` [PATCH 1/8] Docs/mm/damon/index: simplify the intro
` [PATCH 2/8] Docs/mm/damon/design: link repology instead of Fedora package
` [PATCH 3/8] Docs/mm/damon/design: document DAMON sample modules
` [PATCH 4/8] Docs/mm/damon/design: add reference to DAMON_STAT usage
` [PATCH 5/8] Docs/admin-guide/mm/damon/usage: introduce DAMON modules at the beginning
` [PATCH 6/8] Docs/admin-guide/mm/damon/usage: update stats update process for refresh_ms
` [PATCH 7/8] Docs/mm/damon/maintainer-profile: fix wrong MAITNAINERS section name
` [PATCH 8/8] Docs/mm/damon/maintainer-profile: remove damon-tests/perf suggestion

[PATCH 0/3] Migrate on fault for device pages
 2026-01-18 17:54 UTC  (8+ messages)
` [PATCH 1/3] mm: unified hmm fault and migrate device pagewalk paths

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox