linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-10 20:28 UTC  (6+ messages)
` [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH mm-new v2] mm/memcontrol: Flush stats when write stat file
 2025-11-10 20:19 UTC  (3+ messages)

[PATCH 1/2] mm/khugepaged: do synchronous writeback for MADV_COLLAPSE
 2025-11-10 19:53 UTC  (24+ messages)
` [PATCH 2/2] mm/khugepaged: return EAGAIN for transient dirty pages in MADV_COLLAPSE

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-10 19:38 UTC  (18+ messages)
` [PATCH v2 01/16] mm: correctly handle UFFD PTE markers
` [PATCH v2 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v2 04/16] mm: eliminate is_swap_pte() when softleaf_from_pte() suffices

[PATCH mm-new v2] mm/memcontrol: Flush stats when write stat file
 2025-11-10 19:24 UTC  (3+ messages)

[PATCH 0/4] make vmalloc gfp flags usage more apparent
 2025-11-10 19:22 UTC  (6+ messages)
` [PATCH 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
` [PATCH 2/4] mm/vmalloc: Add a helper to optimize vmalloc allocation gfps
` [PATCH 3/4] mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()
` [PATCH 4/4] mm/vmalloc: cleanup gfp flag use in new_vmap_block()
` [syzbot ci] Re: make vmalloc gfp flags usage more apparent

[PATCH v1 2/3] mm: Fix benign off-by-one bugs
 2025-11-10 18:40 UTC  (2+ messages)

[PATCH] liveupdate: kho: Enable KHO by default
 2025-11-10 18:34 UTC  (2+ messages)

[PATCH v2 0/2] mm: perform guard region install/remove under VMA lock
 2025-11-10 18:29 UTC  (5+ messages)
` [PATCH v2 1/2] mm: rename walk_page_range_mm()
` [PATCH v2 2/2] mm/madvise: allow guard page install/remove under VMA lock

[syzbot] [fs?] [mm?] KMSAN: kernel-infoleak in hugetlbfs_read_iter
 2025-11-10 18:09 UTC 

[PATCH] mm/selftests: Fix -Wtautological-compare warning in mremap_test.c
 2025-11-10 18:09 UTC  (2+ messages)

[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-10 17:59 UTC  (11+ messages)
` [PATCH v3 2/8] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
` [PATCH v3 5/8] mm: set the VM_MAYBE_GUARD flag on guard region install

[akpm-mm:mm-new 291/296] include/linux/mm.h:957:24: sparse: sparse: incorrect type in argument 2 (different modifiers)
 2025-11-10 17:48 UTC  (2+ messages)

[PATCH v6 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-11-10 17:48 UTC  (13+ messages)
` [PATCH v6 01/18] kasan: Unpoison pcpu chunks with base address tag
` [PATCH v6 02/18] kasan: Unpoison vms[area] addresses with a common tag
` [PATCH v6 04/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v6 10/18] x86/mm: Physical address comparisons in fill_p*d/pte
` [PATCH v6 14/18] x86: Minimal SLAB alignment
` [PATCH v6 17/18] x86/kasan: Logical bit shift for kasan_mem_to_shadow

[PATCH v5 00/22] Live Update Orchestrator
 2025-11-10 17:42 UTC  (10+ messages)
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 05/22] liveupdate: kho: when live update add KHO image during kexec load
` [PATCH v5 08/22] liveupdate: luo_file: implement file systems callbacks

[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
 2025-11-10 17:33 UTC  (29+ messages)
` [PATCH v8 01/27] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v8 02/27] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 03/27] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v8 04/27] mm/ksw: add build system support
` [PATCH v8 05/27] mm/ksw: add ksw_config struct and parser
` [PATCH v8 06/27] mm/ksw: add singleton debugfs interface
` [PATCH v8 07/27] mm/ksw: add HWBP pre-allocation
` [PATCH v8 08/27] mm/ksw: Add atomic watchpoint management api
` [PATCH v8 09/27] mm/ksw: ignore false positives from exit trampolines
` [PATCH v8 10/27] mm/ksw: support CPU hotplug
` [PATCH v8 11/27] sched/ksw: add per-task context
` [PATCH v8 12/27] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v8 13/27] mm/ksw: add per-task ctx tracking
` [PATCH v8 14/27] mm/ksw: resolve stack watch addr and len
` [PATCH v8 15/27] mm/ksw: limit canary search to current stack frame
` [PATCH v8 16/27] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v8 17/27] mm/ksw: add KSTACKWATCH_PROFILING to measure probe cost
` [PATCH v8 18/27] arm64/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 19/27] arm64/hwbp/ksw: integrate KStackWatch handler support
` [PATCH v8 20/27] mm/ksw: add self-debug helpers
` [PATCH v8 21/27] mm/ksw: add test module
` [PATCH v8 22/27] mm/ksw: add stack overflow test
` [PATCH v8 23/27] mm/ksw: add recursive depth test
` [PATCH v8 24/27] mm/ksw: add multi-thread corruption test cases
` [PATCH v8 25/27] tools/ksw: add arch-specific test script
` [PATCH v8 26/27] docs: add KStackWatch document
` [PATCH v8 27/27] MAINTAINERS: add entry for KStackWatch

[PATCH V2] mm: Remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()
 2025-11-10 17:07 UTC  (2+ messages)

[Invitation] Linux MM Alignment Session on Page Migration Optimizations on Wednesday
 2025-11-10 17:02 UTC 

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-11-10 16:47 UTC  (10+ messages)
` [PATCH v1 04/26] mm: vmscan: refactor move_folios_to_lru()

Memory leak in 6.18
 2025-11-10 16:47 UTC  (3+ messages)

[PATCH v2 1/1] mm/hugetlb: fix possible deadlocks in hugetlb VMA unmap paths
 2025-11-10 16:39 UTC  (4+ messages)
` [syzbot ci] "

[PATCH v4 0/4] mm/userfaultfd: modulize memory types
 2025-11-10 16:34 UTC  (11+ messages)

[PATCH 0/2] mm: perform guard region install/remove under VMA lock
 2025-11-10 16:29 UTC  (7+ messages)
` [PATCH 1/2] mm: rename walk_page_range_mm()
` [PATCH 2/2] mm/madvise: allow guard page install/remove under VMA lock

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-10 16:04 UTC  (5+ messages)

[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
 2025-11-10 15:55 UTC  (7+ messages)
` [PATCH] mm/huge_memory: restrict __GFP_ZEROTAGS to HW tagging architectures

[PATCH v7 00/11] drm: Reduce page tables overhead with THP
 2025-11-10 15:49 UTC  (12+ messages)
` [PATCH v7 01/11] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v7 02/11] drm/shmem-helper: Map huge pages "
` [PATCH v7 03/11] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v7 04/11] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v7 05/11] drm/i915: Use "
` [PATCH v7 06/11] drm/v3d: "
` [PATCH v7 07/11] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v7 08/11] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v7 09/11] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v7 10/11] drm/panfrost: Introduce huge tmpfs mountpoint option
` [PATCH v7 11/11] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-11-10 15:36 UTC  (6+ messages)

[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
 2025-11-10 15:26 UTC  (10+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-10 15:09 UTC  (10+ messages)
      ` [PATCH v14] "
          ` [PATCH v16] "
            ` [PATCH v17] "
              ` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()
                ` [RFC PATCH 2/3] exec: don't wait for zombie threads with cred_guard_mutex held

[PATCH v4 00/13] drm: Reduce page tables overhead with THP
 2025-11-10 14:39 UTC  (6+ messages)
` [PATCH v4 03/13] drm/shmem-helper: Map huge pages in fault handlers

page type is 0, migratetype passed is 2 (nr=256)
 2025-11-10 14:39 UTC  (5+ messages)

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

[PATCH v6 00/11] drm: Reduce page tables overhead with THP
 2025-11-10 14:27 UTC  (12+ messages)
` [PATCH v6 01/11] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v6 02/11] drm/shmem-helper: Map huge pages "
` [PATCH v6 03/11] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v6 04/11] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v6 05/11] drm/i915: Use "
` [PATCH v6 06/11] drm/v3d: "
` [PATCH v6 07/11] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v6 08/11] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v6 09/11] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v6 10/11] drm/panfrost: Introduce huge tmpfs mountpoint option
` [PATCH v6 11/11] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[PATCH] mm/ptdesc: Derive from the compound head in page_ptdesc()
 2025-11-10 13:38 UTC  (3+ messages)

[PATCH 3/3] mm/swap: integrate swap tier infrastructure into swap subsystem
 2025-11-10 13:26 UTC  (4+ messages)

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-10 13:20 UTC  (4+ messages)
` [PATCH v12 mm-new 05/15] khugepaged: generalize __collapse_huge_page_* for "

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-10 13:18 UTC  (25+ messages)
` [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v4 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 12/12] mm: bail out of lazy_mmu_mode_* in interrupt context

[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-10 13:13 UTC 

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

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-10 12:34 UTC  (9+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map

[PATCH] Revert "mm, swap: avoid redundant swap device pinning"
 2025-11-10 12:33 UTC  (6+ messages)

[PATCH v2] selftest/mm: fix pointer comparison in mremap_test
 2025-11-10 10:33 UTC  (3+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-10 10:01 UTC  (3+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes

[PATCH v3 0/2] mm, ksm: fix flag-dropping behavior
 2025-11-10 10:00 UTC  (4+ messages)
` [PATCH v3 1/2] mm/ksm: fix flag-dropping behavior in ksm_madvise

[PATCH 0/5] slab: preparatory cleanups before adding sheaves to all caches
 2025-11-10  9:53 UTC  (3+ messages)
` [PATCH 3/5] slab: handle pfmemalloc slabs properly with sheaves

[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
 2025-11-10  9:48 UTC  (7+ messages)
` [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 23/23] bpf: selftests: PSI struct ops test

[PATCH 1/1] mm/hugetlb: fix possible deadlock in __hugetlb_zap_begin
 2025-11-10  9:31 UTC  (3+ messages)
` [syzbot ci] "

[PATCH v2] s390/fpu: Fix false-positive kmsan report in fpu_vstl function
 2025-11-10  9:30 UTC  (2+ messages)

[PATCH] mm: memcg: dump memcg protection info on oom or alloc failures
 2025-11-10  8:57 UTC  (2+ messages)

[PATCH v8 0/7] mm: folio_zero_user: clear contiguous pages
 2025-11-10  8:57 UTC  (5+ messages)
` [PATCH v8 6/7] mm, folio_zero_user: support clearing page ranges

[PATCH] mm: vmstat: correct the comment above preempt_disable_nested()
 2025-11-10  8:56 UTC  (2+ 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