linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm/vma: small VMA lock cleanups
 2025-10-28  0:49 UTC  (2+ messages)

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-28  0:46 UTC  (28+ messages)
` [PATCH v2 02/50] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v2 03/50] new helper: simple_remove_by_name()
` [PATCH v2 04/50] new helper: simple_done_creating()
` [PATCH v2 05/50] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v2 06/50] primitives for maintaining persisitency
` [PATCH v2 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [PATCH v2 08/50] convert ramfs and tmpfs
` [PATCH v2 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v2 11/50] convert xenfs
` [PATCH v2 12/50] convert smackfs
` [PATCH v2 16/50] convert dlmfs
` [PATCH v2 19/50] convert tracefs
` [PATCH v2 23/50] convert spufs
` [PATCH v2 25/50] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v2 26/50] convert devpts
` [PATCH v2 27/50] binderfs: use simple_start_creating()
` [PATCH v2 29/50] convert binderfs
` [PATCH v2 31/50] convert autofs
` [PATCH v2 32/50] convert binfmt_misc
` [PATCH v2 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v2 35/50] convert selinuxfs
` [PATCH v2 37/50] convert functionfs
` [PATCH v2 38/50] gadgetfs: switch to simple_remove_by_name()
` [PATCH v2 39/50] convert gadgetfs
` [PATCH v2 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v2 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v2 45/50] convert nfsctl

[syzbot] [mm?] WARNING in raw_alloc_io_data
 2025-10-28  0:40 UTC  (4+ messages)

[PATCH v4 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-10-28  0:26 UTC  (3+ messages)
` [PATCH v4 2/3] mm: handle poisoning of pfn without struct pages

[PATCH v3 0/3] KHO: kfence + KHO memory corruption fix
 2025-10-28  0:03 UTC  (12+ messages)
` [PATCH v3 1/3] liveupdate: kho: warn and fail on metadata or preserved memory in scratch area
` [PATCH v3 2/3] liveupdate: kho: Increase metadata bitmap size to PAGE_SIZE
` [PATCH v3 3/3] liveupdate: kho: allocate metadata directly from the buddy allocator

[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
 2025-10-27 23:57 UTC  (19+ messages)
` [PATCH v2 12/23] bpf: selftests: selftests for memcg stat kfuncs
` [PATCH v2 13/23] mm: introduce bpf_out_of_memory() BPF kfunc
` [PATCH v2 14/23] mm: allow specifying custom oom constraint for BPF triggers
` [PATCH v2 15/23] mm: introduce bpf_task_is_oom_victim() kfunc
` [PATCH v2 16/23] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [PATCH v2 17/23] bpf: selftests: introduce read_cgroup_file() helper
` [PATCH v2 18/23] bpf: selftests: BPF OOM handler test
` [PATCH v2 19/23] sched: psi: refactor psi_trigger_create()
` [PATCH v2 20/23] sched: psi: implement bpf_psi struct ops
` [PATCH v2 21/23] sched: psi: implement bpf_psi_create_trigger() kfunc
` [PATCH v2 22/23] bpf: selftests: add config for psi
` [PATCH v2 23/23] bpf: selftests: PSI struct ops test

[PATCH v2 00/23] mm: BPF OOM
 2025-10-27 23:57 UTC  (15+ messages)
` [PATCH v2 01/23] bpf: move bpf_struct_ops_link into bpf.h
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
` [PATCH v2 03/23] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH v2 04/23] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [PATCH v2 05/23] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
` [PATCH v2 07/23] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH v2 08/23] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH v2 09/23] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH v2 10/23] mm: introduce BPF kfuncs to access memcg statistics and events

[PATCH] mm: Convert memory block states (MEM_*) macros to enum
 2025-10-27 23:53 UTC  (10+ messages)

[PATCH] Fix the problem that kunit cannot run
 2025-10-27 23:35 UTC  (2+ messages)

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-10-27 23:32 UTC  (18+ messages)
` [RFC PATCH 05/12] fs/proc/task_mmu: refactor pagemap_pmd_range()

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-27 23:13 UTC  (6+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[RFC PATCH 0/3] Introduce per-cgroup compression priority
 2025-10-27 22:46 UTC  (4+ messages)

[PATCHv3 0/2] Fix SIGBUS semantics with large folios
 2025-10-27 22:33 UTC  (4+ messages)
` [PATCHv3 1/2] mm/memory: Do not populate page table entries beyond i_size
` [PATCHv3 2/2] mm/truncate: Unmap large folio on split failure

[PATCH v4 0/2] Optimize mremap() for large folios
 2025-10-27 21:40 UTC  (3+ messages)
` [PATCH v4 2/2] mm: Optimize mremap() by PTE batching

[PATCH v8 0/7] mm: folio_zero_user: clear contiguous pages
 2025-10-27 21:33 UTC  (9+ messages)
` [PATCH v8 1/7] treewide: provide a generic clear_user_page() variant
` [PATCH v8 2/7] mm: introduce clear_pages() and clear_user_pages()
` [PATCH v8 3/7] mm/highmem: introduce clear_user_highpages()
` [PATCH v8 4/7] x86/mm: Simplify clear_page_*
` [PATCH v8 5/7] x86/clear_page: Introduce clear_pages()
` [PATCH v8 6/7] mm, folio_zero_user: support clearing page ranges
` [PATCH v8 7/7] mm: folio_zero_user: cache neighbouring pages

[PATCH v3 00/17] Prepare slab for memdescs
 2025-10-27 21:02 UTC  (18+ messages)
` [PATCH v3 01/17] slab: Reimplement page_slab()
` [PATCH v3 08/17] slab: Remove folio references from kvfree()
` [PATCH v3 09/17] slab: Remove folio references from __do_krealloc()
` [PATCH v3 10/17] slab: Remove folio references from build_detached_freelist()
` [PATCH v3 11/17] slab: Remove dead code from free_large_kmalloc()
` [PATCH v3 14/17] usercopy: Remove folio references from check_heap_object()
` [PATCH v3 15/17] memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_slab()
` [PATCH v3 16/17] kasan: Remove references to folio in __kasan_mempool_poison_object()

[RFC PATCH 0/3] mm: PTEs batch optimization in mincore and mremap
 2025-10-27 20:21 UTC  (11+ messages)
` [RFC PATCH 1/3] mm: Introduce can_pte_batch_count() for PTEs batch optimization
` [RFC PATCH 2/3] mm/mincore: Use can_pte_batch_count() in mincore_pte_range() for pte batch mincore_pte_range()
` [RFC PATCH 3/3] mm/mremap: Use can_pte_batch_count() instead of folio_pte_batch() for pte batch

[PATCH v2 0/8] Guaranteed CMA
 2025-10-27 19:51 UTC  (3+ messages)

[PATCH] codetag: debug: Handle existing CODETAG_EMPTY in mark_objexts_empty for slabobj_ext
 2025-10-27 19:44 UTC  (2+ messages)

[PATCH 5.15 024/123] splice, net: Add a splice_eof op to file-ops and socket-ops
 2025-10-27 18:35 UTC 

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-27 17:53 UTC  (8+ messages)
` [PATCH v12 mm-new 02/15] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v12 mm-new 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v12 mm-new 06/15] khugepaged: introduce collapse_max_ptes_none helper function

[v7 03/16] mm/huge_memory: add device-private THP support to PMD operations
 2025-10-27 17:06 UTC  (13+ messages)
` linux-next: KVM/s390x regression (was: [v7 03/16] mm/huge_memory: add device-private THP support to PMD operations)
  ` linux-next: KVM/s390x regression

[PATCH] mm/filemap: Implement fast short reads
 2025-10-27 16:53 UTC  (9+ messages)

[PATCH] mm: shmem/tmpfs hugepage defaults config choice
 2025-10-27 16:26 UTC  (10+ messages)

[PATCH v3 00/13] Nesting support for lazy MMU mode
 2025-10-27 16:24 UTC  (22+ messages)
` [PATCH v3 06/13] mm: introduce generic lazy_mmu helpers
` [PATCH v3 11/13] x86/xen: use lazy_mmu_state when context-switching

[linux-next:master] BUILD REGRESSION 8fec172c82c2b5f6f8e47ab837c1dc91ee3d1b87
 2025-10-27 16:22 UTC 

[Invitation] Linux MM Alignment Session on Address Space Isolation on Wednesday
 2025-10-27 15:55 UTC 

[PATCH 10/10] mm: Use folio_next_pos()
 2025-10-27 15:43 UTC  (2+ messages)

[PATCH v3] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-10-27 15:43 UTC  (3+ messages)

[PATCH v4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
 2025-10-27 15:31 UTC  (4+ messages)

[PATCH 0/3] slab: switch away from the legacy param parser
 2025-10-27 15:06 UTC  (2+ messages)

[RFC PATCH 0/5] BLOG: per-task logging contexts with Ceph consumer
 2025-10-27 14:54 UTC  (6+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-27 13:56 UTC  (11+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library

make block layer auto-PI deadlock safe
 2025-10-27 13:14 UTC  (6+ messages)
` [PATCH 1/3] slab, block: generalize bvec_alloc_gfp

[RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
 2025-10-27 12:48 UTC  (12+ messages)

[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-10-27 12:28 UTC  (8+ messages)
` [RFC PATCH V3 1/7] mm/slab: allow specifying freepointer offset when using constructor
` [RFC PATCH V3 2/7] ext4: specify the free pointer offset for ext4_inode_cache
` [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] mm/slab: ensure all metadata in slab object are word-aligned
 2025-10-27 12:07 UTC  (2+ messages)

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-10-27 12:06 UTC  (5+ messages)
      ` [PATCH v14] "
          ` [PATCH v16] "
            ` [PATCH v17] "

[PATCH v2 0/3] Make KHO Stateless
 2025-10-27 11:53 UTC  (3+ messages)
` [PATCH v2 1/3] kho: Adopt KHO radix tree data structures

[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2025-10-27 11:46 UTC  (7+ 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

[PATCH v5 00/12] drm: Reduce page tables overhead with THP
 2025-10-27 11:38 UTC  (3+ messages)
` [PATCH v5 04/12] drm/gem: Introduce drm_gem_get_unmapped_area() fop

[PATCH v4 00/30] Live Update Orchestrator
 2025-10-27 11:37 UTC  (8+ messages)

[PATCH 6.1.y v2] Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"
 2025-10-27 11:36 UTC  (2+ messages)
` Patch "Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"" has been added to the 6.1-stable tree

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-27 10:40 UTC  (12+ 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 V3] mm/debug_vm_pgtable: Add [pte|pmd]_mkwrite_novma() tests
 2025-10-27  9:45 UTC  (2+ messages)

[PATCH v4 0/6] Cache coherency management subsystem
 2025-10-27  9:44 UTC  (5+ messages)

page:  |  | latest

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