linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-27 12:29:45 to 2025-10-28 04:51:37 UTC [more...]

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-28  1:55 UTC  (49+ messages)
` [PATCH v2 01/50] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [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 09/50] procfs: make /self and /thread_self dentries persistent
` [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 13/50] convert hugetlbfs
` [PATCH v2 16/50] convert dlmfs
` [PATCH v2 19/50] convert tracefs
` [PATCH v2 20/50] convert debugfs
` [PATCH v2 21/50] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v2 23/50] convert spufs
` [PATCH v2 24/50] convert ibmasmfs
` [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 28/50] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v2 29/50] convert binderfs
` [PATCH v2 30/50] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v2 31/50] convert autofs
` [PATCH v2 32/50] convert binfmt_misc
` [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 36/50] functionfs: switch to simple_remove_by_name()
` [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 40/50] hypfs: don't pin dentries twice
` [PATCH v2 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v2 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v2 44/50] convert rpc_pipefs
` [PATCH v2 45/50] convert nfsctl
` [PATCH v2 46/50] convert rust_binderfs
` [PATCH v2 47/50] get rid of kill_litter_super()
` [PATCH v2 48/50] convert securityfs
` [PATCH v2 49/50] kill securityfs_recursive_remove()

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-10-28  4:17 UTC  (7+ messages)

[PATCH v5 mm-new 0/2] mm/swapfile.c: select swap devices of default priority round robin
 2025-10-28  3:43 UTC  (3+ 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 0/3] Introduce per-cgroup compression priority
 2025-10-28  3:31 UTC  (5+ messages)

[RFC mm v4 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-10-28  2:24 UTC  (7+ messages)
` [RFC mm v4 1/2] page_pool: check if nmdesc->pp is !NULL to confirm its usage as pp for net_iov
` [RFC mm v4 2/2] mm: introduce a new page type for page pool in page type

[PATCH] codetag: debug: Handle existing CODETAG_EMPTY in mark_objexts_empty for slabobj_ext
 2025-10-28  1:30 UTC  (3+ messages)

[PATCH] mm/vma: small VMA lock cleanups
 2025-10-28  0:49 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

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

[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 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  (7+ 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  (2+ 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  (3+ messages)
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).