linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/3] KHO: kfence + KHO memory corruption fix
 2025-10-28  0:03 UTC  (11+ 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

[syzbot] [mm?] WARNING in raw_alloc_io_data
 2025-10-27 23:56 UTC  (2+ messages)

[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  (17+ messages)
` [PATCH v12 mm-new 02/15] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v12 mm-new 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v12 mm-new 04/15] khugepaged: generalize alloc_charge_folio()
` [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
` [PATCH v12 mm-new 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support

[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  (3+ 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  (8+ messages)
` [PATCH 1/3] slab, block: generalize bvec_alloc_gfp
  ` [PATCH 3/3] block: make bio auto-integrity deadlock safe

[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  (6+ 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)

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-10-27  9:11 UTC  (8+ messages)
` [PATCH RFC 05/19] slab: add sheaves to most caches
` [PATCH RFC 08/19] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC 09/19] slab: add optimized sheaf refill from partial list

[PATCH -v3 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-10-27  8:42 UTC  (4+ messages)
` [PATCH -v3 2/2] arm64, tlbflush: don't "

[PATCH] pm-hibernate: flush block device cache when hibernating
 2025-10-27  8:42 UTC  (2+ messages)

dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
 2025-10-27  8:08 UTC  (2+ messages)

[PATCH 00/25] ext4: enable block size larger than page size
 2025-10-27  7:40 UTC  (7+ messages)
` [PATCH 22/25] fs/buffer: prevent WARN_ON in __alloc_pages_slowpath() when BS > PS

[PATCH] memcg: manually uninline __memcg_memory_event
 2025-10-27  7:19 UTC  (3+ messages)

[PATCH v8 0/8] liveupdate: Rework KHO for in-kernel users
 2025-10-27  6:58 UTC  (6+ messages)
` [PATCH v8 8/8] memblock: Unpreserve memory in case of error

[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-10-27  4:07 UTC  (3+ messages)
` [PATCH v12 mm-new 04/10] mm: thp: decouple THP allocation between swap and page fault paths

[PATCH] slab: add flags in cache_show
 2025-10-27  1:08 UTC  (5+ messages)

[PATCH 00/21] mm: ASI direct map management
 2025-10-26 22:29 UTC  (7+ messages)
` [PATCH 02/21] x86/mm/asi: add X86_FEATURE_ASI and asi=
` [PATCH 03/21] x86/mm: factor out phys_pgd_init()

[PATCH 0/6] x86/entry/vdso: cleanups for vdso build and 32-bit vdso
 2025-10-26 22:12 UTC  (2+ messages)
` [PATCH 2/6] x86/entry/vdso: refactor the vdso build

page:  |  | latest

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