[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
2025-11-10 16:36 UTC (11+ 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 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 v6 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
2025-11-10 16:24 UTC (5+ messages)
` [PATCH v6 10/18] x86/mm: Physical address comparisons in fill_p*d/pte
` [PATCH v6 17/18] x86/kasan: Logical bit shift for kasan_mem_to_shadow
[PATCH v3 0/8] introduce VM_MAYBE_GUARD and make it sticky
2025-11-10 16:17 UTC (5+ 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
[PATCH 1/2] mm/khugepaged: do synchronous writeback for MADV_COLLAPSE
2025-11-10 16:06 UTC (20+ messages)
` [PATCH 2/2] mm/khugepaged: return EAGAIN for transient dirty pages in MADV_COLLAPSE
[PATCH 0/4] make vmalloc gfp flags usage more apparent
2025-11-10 16:04 UTC (5+ 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()
[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 v5 00/22] Live Update Orchestrator
2025-11-10 15:43 UTC (7+ 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 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 v2 1/1] mm/hugetlb: fix possible deadlocks in hugetlb VMA unmap paths
2025-11-10 15:19 UTC (3+ messages)
` [syzbot ci] "
[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-10 15:09 UTC (11+ 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
` [RFC PATCH 3/3] ptrace: ensure PTRACE_EVENT_EXIT won't stop if the tracee is killed by exec
[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
[akpm-mm:mm-new 291/296] include/linux/mm.h:957:24: sparse: sparse: incorrect type in argument 2 (different modifiers)
2025-11-10 14:29 UTC
[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 v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-10 13:44 UTC (11+ messages)
` [PATCH v2 01/16] mm: correctly handle UFFD PTE markers
[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 (8+ 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 (5+ messages)
` [PATCH 2/5] slab: move kfence_alloc() out of internal bulk alloc
` [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 (3+ messages)
[PATCH v8 0/7] mm: folio_zero_user: clear contiguous pages
2025-11-10 8:57 UTC (8+ messages)
` [PATCH v8 3/7] mm/highmem: introduce clear_user_highpages()
` [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 (3+ messages)
[PATCH v6 0/4] reparent the THP split queue
2025-11-10 8:17 UTC (5+ messages)
` [PATCH v6 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH v6 2/4] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH v6 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH v6 4/4] mm: thp: reparent the split queue during memcg offline
[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
2025-11-10 7:21 UTC (5+ messages)
` [PATCH 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
[PATCH v3] zram: Implement multi-page write-back
2025-11-10 7:16 UTC (4+ messages)
` [PATCH v4] "
[PATCH mm-new v2] mm/memcontrol: Flush stats when write stat file
2025-11-10 6:37 UTC (2+ messages)
[PATCH mm-new v2] mm/memcontrol: Flush stats when write stat file
2025-11-10 6:20 UTC (2+ messages)
Memory leak in 6.18
2025-11-10 6:16 UTC (2+ messages)
[PATCH v1 00/26] Eliminate Dying Memory Cgroup
2025-11-10 6:11 UTC (10+ messages)
` [PATCH v1 04/26] mm: vmscan: refactor move_folios_to_lru()
[RFC PATCH v3 0/8] mm: Hot page tracking and promotion infrastructure
2025-11-10 5:23 UTC (9+ messages)
` [RFC PATCH v3 1/8] mm: migrate: Allow misplaced migration without VMA too
` [RFC PATCH v3 2/8] migrate: implement migrate_misplaced_folios_batch
` [RFC PATCH v3 3/8] mm: Hot page tracking and promotion
` [RFC PATCH v3 4/8] x86: ibs: In-kernel IBS driver for memory access profiling
` [RFC PATCH v3 5/8] x86: ibs: Enable IBS profiling for memory accesses
` [RFC PATCH v3 6/8] mm: mglru: generalize page table walk
` [RFC PATCH v3 7/8] mm: klruscand: use mglru scanning for page promotion
` [RFC PATCH v3 8/8] mm: sched: Move hot page promotion from NUMAB=2 to pghot tracking
[PATCH V2] mm: Remove unnecessary __GFP_HIGHMEM in __p*d_alloc_one_*()
2025-11-10 5:07 UTC (2+ messages)
[akpm-mm:mm-new 291/296] include/linux/mm.h:944:31: sparse: sparse: incorrect type in argument 2 (different modifiers)
2025-11-10 4:55 UTC
[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
2025-11-10 1:09 UTC (10+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed
[syzbot] [mm?] possible deadlock in __hugetlb_zap_begin
2025-11-10 1:06 UTC
[PATCH v2 22/50] convert efivarfs
2025-11-09 20:40 UTC (11+ messages)
[PATCH v3 0/4] Add ARRAY_END(), and use it to fix off-by-one bugs
2025-11-09 19:45 UTC (12+ messages)
` [PATCH v3 1/4] array_size.h: Add ARRAY_END()
` [PATCH v3 2/4] mm: Fix benign off-by-one bugs
` [PATCH v3 3/4] kernel: Fix off-by-one benign bugs
` [PATCH v3 4/4] mm: Use ARRAY_END() instead of open-coding it
` [PATCH v4 0/4] Add ARRAY_END(), and use it to fix off-by-one bugs
` [PATCH v4 1/4] array_size.h: Add ARRAY_END()
` [PATCH v4 2/4] mm: Fix benign off-by-one bugs
` [PATCH v4 3/4] kernel: Fix off-by-one benign bugs
` [PATCH v4 4/4] mm: Use ARRAY_END() instead of open-coding it
[PATCH] selftest/mm: fix pointer comparison in mremap_test
2025-11-09 19:11 UTC (7+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox