messages from 2026-09-02 01:15:03 to 2026-09-02 11:59:23 UTC [more...]
[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
2026-09-02 11:56 UTC (22+ messages)
` [PATCH RFC v3 01/21] ARM: mm: make nommu pgd_t a scalar
` [PATCH RFC v3 02/21] ARM: mm: make 2-level "
` [PATCH RFC v3 03/21] ARM: mm: remove custom pgdp_get()
` [PATCH RFC v3 04/21] LoongArch: mm: define pud_leaf() only when PUD exists
` [PATCH RFC v3 05/21] MIPS: "
` [PATCH RFC v3 06/21] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [PATCH RFC v3 07/21] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [PATCH RFC v3 08/21] mm: vmscan: remove stack copy address of pud/pmd pass in walk_pud/pmd_range()
` [PATCH RFC v3 09/21] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v3 10/21] riscv: "
` [PATCH RFC v3 11/21] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [PATCH RFC v3 12/21] mm/pgtable: redefine PGTABLE_LEVEL enum with ascend order from PGD
` [PATCH RFC v3 13/21] x86: mm: use pgtable_level enum in effective_prot_pXd()
` [PATCH RFC v3 14/21] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v3 15/21] x86: mm: skip collapse_pud_page() when CONFIG_X86_DIRECT_GBPAGES disabled
` [PATCH RFC v3 16/21] openrisc/pgtable: drop __pmd_offset()
` [PATCH RFC v3 17/21] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [PATCH RFC v3 18/21] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [PATCH RFC v3 19/21] mm/pgtable: disallow calling (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable with dummy
` [PATCH RFC v3 20/21] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud "
` [PATCH RFC v3 21/21] Documentation: mm: clarify behaviour of compile-time folded page tables
[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
2026-09-02 11:51 UTC (2+ messages)
[PATCH] mm/shrinker: fix bogus set_shrinker_bit() with cgroup.memory=nokmem
2026-09-02 11:44 UTC (3+ messages)
[PATCH 0/4] char/misc: replace page allocator calls with k[mz]alloc()
2026-09-02 11:41 UTC (12+ messages)
` [PATCH 2/4] char: xillybus: replace __get_free_pages() with kmalloc()
[PATCH] maple_tree: Annotate lockless pivot reads for KCSAN
2026-09-02 11:28 UTC (6+ messages)
[PATCH] mm/slab: take n->list_lock for the list_add() in __refill_objects_node()
2026-09-02 11:27 UTC (7+ messages)
[PATCH RFC 00/11] mm/migrate: separate migration paths and carry migration policy
2026-09-02 11:19 UTC (14+ messages)
` [PATCH RFC 01/11] mm/migrate: extract folio unmap phase
` [PATCH RFC 02/11] mm/migrate: handle retries in migrate_folios_move()
` [PATCH RFC 03/11] mm/migrate: factor out folio splitting on allocation failure
` [PATCH RFC 04/11] mm/migrate: use a dedicated list for hugetlb folios
` [PATCH RFC 05/11] mm/migrate: add a dedicated movable_ops migration pass
` [PATCH RFC 06/11] mm/migrate: rename migrate_pages_batch() to migrate_folios_batch()
` [PATCH RFC 07/11] mm/migrate: add migrate_lru_folios() entry point
` [PATCH RFC 08/11] mm/migrate: move LRU batching into migrate_lru_folios()
` [PATCH RFC 09/11] mm/migrate: thread migration policy through a control struct
` [sos-linux-ext-patches] "
` [PATCH RFC 10/11] mm/migrate: pass migrate_control to migrate_pages()
` [PATCH RFC 11/11] mm/migrate: pass migrate_control to migrate_folio()
[PATCH v2] mm/slab: reject unsupported kmalloc() sizes
2026-09-02 11:12 UTC (2+ messages)
[PATCH 0/4] KVM: s390: replace page allocator calls with kzalloc()
2026-09-02 11:06 UTC (6+ messages)
` [PATCH 1/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STHYI buffer
` [PATCH 2/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the STSI buffer
` [PATCH 3/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for the GIB
` [PATCH 4/4] KVM: s390: Replace get_zeroed_page() with kzalloc() for sie_page2 and CMMA
[PATCH 4/6] x86/virt/tdx: Add extra memory to TDX module for the extensions
2026-09-02 10:54 UTC (2+ messages)
[PATCH v9 00/10] arm64: Unmap FF-A lent memory from direct map
2026-09-02 10:47 UTC (11+ messages)
` [PATCH v9 01/10] memblock: Introduce MEMBLOCK_LLMAP
` [PATCH v9 02/10] of: reserved_mem: Introduce "ll-map" property
` [PATCH v9 03/10] set_memory.h: Introduce can_set_direct_map_range()
` [PATCH v9 04/10] set_memory.h: Introduce __set_direct_map*()
` [PATCH v9 05/10] arm64: can_set_direct_map() if BBML3
` [PATCH v9 06/10] arm64: Implement can_set_direct_map_range()
` [PATCH v9 07/10] arm64: Implement __set_direct_map*()
` [PATCH v9 08/10] arm64: Add support for MEMBLOCK_LLMAP
` [PATCH v9 09/10] firmware: arm_ffa: Introduce ffa-lend-pool
` [PATCH v9 10/10] optee: Add support for arm,ffa-lend-pool
[PATCH v3] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
2026-09-02 10:47 UTC (3+ messages)
[PATCH] mm/slab: disallow kfree_rcu_sheaf() on PREEMPT_RT again
2026-09-02 10:41 UTC (5+ messages)
[PATCH] mm/khugepaged: Don't collapse uffd-minor-registered VMAs
2026-09-02 10:27 UTC (4+ messages)
[PATCH v2 0/2] mm/mglru: clean up isolate_folios for readability and clarity
2026-09-02 10:16 UTC (7+ messages)
` [PATCH v2 1/2] mm/mglru: make type fallback logic explicit in isolate_folios()
` [PATCH v2 2/2] mm/mglru: make retry "
[PATCH mm-stable] mm/khugepaged: avoid unnecessary checking for swap entries when collapsing a mTHP
2026-09-02 10:08 UTC (5+ messages)
[PATCH v2] mm/slab: don't use kfree_rcu sheaves on PREEMPT_RT in kvfree_call_rcu()
2026-09-02 10:05 UTC (4+ messages)
` [PATCH v3] "
[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
2026-09-02 10:01 UTC (7+ messages)
` [PATCH v3 12/17] x86/crash: Use num_possible_cpus() for elfcorehdr size
` [PATCH v3 15/17] crash: Simplify CRASH_MAX_MEMORY_RANGES handling
[PATCH v5 0/6] mm/mglru: clean up folio counters and flag usage
2026-09-02 9:50 UTC (7+ messages)
` [PATCH v5 1/6] mm/memcontrol: move the lru_zone_size sanity check to the reader side
` [PATCH v5 2/6] mm/mglru: introduce helpers for manipulating gen and refs flags
` [PATCH v5 3/6] mm/migrate: copy all referenced state via folio_migrate_lru_refs
` [PATCH v5 4/6] mm/mglru: move max_seq read into walk_update_folio
` [PATCH v5 5/6] mm/mglru: use explicit tier range in read_ctrl_pos()
` [PATCH v5 6/6] mm/mglru: fix potential generation folio number leak
[PATCH v2] mm/list_lru: disable memcg awareness under cgroup_disable=memory
2026-09-02 9:32 UTC
[PATCH] mm/list_lru: disable memcg awareness under cgroup_disable=memory
2026-09-02 9:30 UTC (3+ messages)
[PATCH RESEND mm-stable v5 0/2] mm/vmscan: fix NR_ISOLATED accounting and throttle MGLRU eviction
2026-09-02 9:11 UTC (3+ messages)
` [PATCH RESEND mm-stable v5 1/2] mm/vmscan: fix missing NR_ISOLATED counter update in MGLRU reclaim path
` [PATCH RESEND mm-stable v5 2/2] mm/vmscan: throttle MGLRU eviction when isolated folios pile up
[PATCH] mempolicy: fix div-by-zero in alloc_pages_bulk_weighted_interleave
2026-09-02 9:04 UTC
[PATCH] mempolicy: fix mod-by-zero in weighted_interleave_nid
2026-09-02 9:03 UTC
[PATCH] kmsan: test: check vmalloc return value before use
2026-09-02 9:03 UTC (2+ messages)
[PATCH] mempolicy: fix div-by-zero in alloc_pages_bulk_interleave
2026-09-02 9:02 UTC
[PATCH v2] mm/damon/core: fix false positive in
2026-09-02 9:02 UTC (2+ messages)
[PATCH 2/2] mm/mempolicy: stop copying the nodemask in the interleave paths
2026-09-02 9:00 UTC (2+ messages)
[PATCH v6 00/10] kdump: reduce vmcore size and capture time
2026-09-02 8:53 UTC (12+ messages)
` [PATCH v6 01/10] mm: memblock: add missing HugeTLB flag name
` [PATCH v6 02/10] riscv: build crash_mem ranges from memblock instead of resource tree
` [PATCH v6 03/10] crash_core: fold duplicated memblock arch hooks into the weak default
` [PATCH v6 04/10] crash_core: serialize crash header preparation against hotplug
` [PATCH v6 05/10] crash_core: replace for_each_mem_range() with for_each_mem_region()
` [PATCH v6 06/10] memblock: introduce MEMBLOCK_NODUMP flag
` [PATCH v6 07/10] of: reserved_mem: add dumpable flag to opt-in vmcore
` [PATCH v6 08/10] of: reserved_mem: mark /reserved-memory entries with MEMBLOCK_NODUMP
` [PATCH v6 09/10] of: reserved_mem: mark /memreserve/ entries as MEMBLOCK_NODUMP
` [PATCH v6 10/10] crash_core: skip MEMBLOCK_NODUMP regions when building vmcore ELF header
[PATCH 0/2] Fix bugs in HugeTLB allocation when mem_cgroup_charge_hugetlb() fails
2026-09-02 8:52 UTC (4+ messages)
` [PATCH 1/2] mm: hugetlb: Return -ENOSPC on memcg charge failure
` [PATCH 2/2] mm: hugetlb: Drop refcount before freeing "
[PATCH v2.1] mm/damon/core: fix false positive in damos_quota_is_full() when esz is zero
2026-09-02 8:44 UTC
[PATCH v2] mm/damon/core: allow esz to be set to zero
2026-09-02 8:20 UTC
[PATCH v7 0/4] alloc_tag and module codetag section fixes
2026-09-02 8:18 UTC (5+ messages)
` [PATCH v7 1/4] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v7 2/4] module: introduce SH_ENTSIZE_STANDALONE for separately allocated sections
` [PATCH v7 3/4] module: allocate codetag sections before the regular module layout
` [PATCH v7 4/4] alloc_tag: release the reservation when populate fails
[PATCH v2 0/2] docs/core-api: memory-allocation: add k[mz]alloc_obj() and clarify kmalloc
2026-09-02 8:10 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] MAINTAINERS: add memory related docs in core-mm/ to MM - MISC section
[PATCH v3] mm: memblock: show all region flags in debugfs
2026-09-02 7:59 UTC
[PATCH 0/2] docs/core-api: memory-allocation: add k[mz]alloc_obj() and clarify kmalloc
2026-09-02 7:50 UTC (5+ messages)
` [PATCH 1/2] "
[RFC PATCH v2 00/23] sched: Scale cache-aware aggregation at LLC granularity
2026-09-02 7:11 UTC (12+ messages)
` [RFC PATCH v2 02/23] sched/topology: Introduce a NUMA distance matrix with unique distance values
` [RFC PATCH v2 11/23] sched/cache: Introduce helpers for task migration decisions
` [RFC PATCH v2 17/23] sched/fair: Fine-granularity NUMA balancing
[PATCH bpf-next v6 0/2] bpf: BPF-driven proactive memcg reclaim
2026-09-02 6:57 UTC (4+ messages)
` [PATCH bpf-next v6 1/2] mm/bpf: Add bpf_proactive_reclaim kfunc
[PATCH v2 0/3] pidfd: add task path ioctls
2026-09-02 6:47 UTC (3+ messages)
[PATCH v2 0/3] mm: trace: decode architecture-specific VMA flags
2026-09-02 6:45 UTC (4+ messages)
` [PATCH v2 1/3] mm: trace: decode arm64 and sparc64 VM_ARCH_1 flags
` [PATCH v2 2/3] mm: trace: decode MTE and shadow stack VMA flags
` [PATCH v2 3/3] mm: trace: name protection key encoding bits
[PATCH v2 0/8] Optimize anonymous swapbacked large folio unmapping
2026-09-02 6:29 UTC (5+ messages)
` [PATCH v2 3/8] mm: move anon-exclusive batch helper to mm.h
[PATCH 00/12] mm/damon: cleanup code, add test cases, and update guidances in docs
2026-09-02 6:16 UTC (15+ messages)
` [PATCH 01/12] mm/damon/core: use damon_nr_samples_per_aggr() for max merge threshold
` [PATCH 02/12] mm/damon/core: remove debug messages
` [PATCH 03/12] mm/damon/vaddr: remove a debug message
` [PATCH 04/12] mm/damon/core: validate number of probes in valid_probe_params()
` [PATCH 05/12] mm/damon/sysfs: remove probes number validation
` [PATCH 06/12] mm/damon/tests/core-kunit: extend set_regions() test for error case
` [PATCH 07/12] mm/damon/tests/core-kunit: test <=0 size damon_set_regions() inputs
` [PATCH 08/12] mm/damon/tests/core-kunit: test overlapping ranges for set_regions()
` [PATCH 09/12] mm/damon/tests/core-kunit: test damon_nr_samples_per_aggr()
` [PATCH 10/12] selftests/damon/sysfs.sh: test hugepage_mem_bp quota goal
` [PATCH 11/12] Docs/mm/damon/maintainer-profile: update AI review for Sashiko replies
` [PATCH 12/12] Docs/ABI/damon: recommend subsystem doc instead of admin-guide
[PATCH v12 00/45] guest_memfd: In-place conversion support
2026-09-02 6:02 UTC (14+ messages)
` [PATCH v12 11/45] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v12 12/45] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v12 13/45] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v12 18/45] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v12 23/45] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
[PATCH] mm/list_lru: don't copy stale shrinker id from non-memcg-aware shrinkers
2026-09-02 5:30 UTC (5+ messages)
[PATCH v2 0/3] mm/damon: support access monitoring of hugetlb-backed memory
2026-09-02 5:29 UTC (7+ messages)
` [PATCH v2 1/3] mm/damon: move damon_hugetlb_mkold() from vaddr to ops-common
` [PATCH v2 2/3] mm/damon/ops-common: handle hugetlb folios in folio mkold/young rmap walkers
` [PATCH v2 3/3] mm/damon/paddr: support hugetlb folios in access monitoring
[PATCH v4] mm/damon/ops-common: use a page-aligned address in damon_ptep_mkold()
2026-09-02 5:27 UTC (3+ messages)
[PATCH v4 1/3] mm/damon: Introduce DAMOS_QUOTA_HUGEPAGE auto tuning
2026-09-02 5:12 UTC (5+ messages)
[PATCH v1] mm/memcontrol: drop non-hierarchical memcg-wide stats in non-v1 kernels
2026-09-02 5:04 UTC (3+ messages)
[PATCH] arm64: hugetlb: fix BBM for mprotect() on contiguous PTEs
2026-09-02 4:38 UTC (2+ messages)
[PATCH v2] mm: vmalloc: fix vmap_purge_lock livelock under memory pressure
2026-09-02 4:30 UTC (9+ messages)
[PATCH] writeback, memcg: skip foreign dirty tracking for bdev inodes
2026-09-02 4:20 UTC (3+ messages)
[PATCH v11 0/7] mm: optimize zone-device memmap initialization
2026-09-02 4:18 UTC (5+ messages)
` [PATCH v11 3/7] mm: add a template-based fast path for zone-device page init
` [PATCH v11 4/7] mm: extend the template fast path to zone-device compound tails
[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
2026-09-02 4:05 UTC (4+ messages)
` [PATCH 04/25] mm/fbatch: lru bit set, no extra ref, while folio on per-cpu fbatch
` [PATCH 26/25] mm/fbatch: drop reference inside the loop when draining
[PATCH v3] mm/damon/ops-common: use a page-aligned address in damon_ptep_mkold()
2026-09-02 4:01 UTC (5+ messages)
[PATCH RFC v2 0/6] mm/memcg: move memcgid refcount to objcg to unpin dying memcgs
2026-09-02 3:53 UTC (3+ messages)
` [PATCH RFC v2 6/6] mm/memcg: filter out reparented memcgs got from memcgid
[PATCH] mm/folio: EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio)
2026-09-02 3:38 UTC
[PATCH v2 0/4] skip empty PUD subtrees during aging with a PUD-level Bloom filter
2026-09-02 3:22 UTC (5+ messages)
` [PATCH v2 3/4] mm/mglru: skip cold PUD subtrees during aging
[PATCH v2] mm/migrate_device: fix function name in kernel-doc
2026-09-02 3:12 UTC
[PATCH v2 0/4] scsi: replace __get_free_pages() with kmalloc()
2026-09-02 2:42 UTC (3+ messages)
[PATCH v3] mm/memcg: clear folio memcg after changing per memcg stats
2026-09-02 2:06 UTC
[PATCH] mm/migrate_device: fix function name in kernel-doc
2026-09-02 1:57 UTC (2+ messages)
[PATCH v3] mm: remove min_free_kbytes adjustment for THP
2026-09-02 1:49 UTC (5+ messages)
[PATCH] mm/mlock: use the IRQ-safe accessor for NR_MLOCK in __munlock_folio()
2026-09-02 1:27 UTC (2+ messages)
[PATCH 0/4] mm/damon: fix misc bugs in kunit, quota goals and sysfs refresh_ms
2026-09-02 1:16 UTC (2+ messages)
[PATCH 3/4] mm/damon/core: copy nid for eligible_mem_bp damos quota goal commit
2026-09-02 1:14 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox