linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH bpf-next v2 0/7] mm: bpf kfuncs to access memcg data
 2025-12-22 22:23 UTC  (12+ messages)
` [PATCH bpf-next v2 2/7] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH bpf-next v2 5/7] mm: introduce BPF kfunc to access memory events

[PATCH] mm/vmscan: respect mems_effective in demote_folio_list()
 2025-12-22 22:18 UTC  (14+ messages)
` [PATCH v2 0/2] fix demotion targets checks in reclaim/demotion
  ` [PATCH v2 1/2] mm/vmscan: respect mems_effective in demote_folio_list()
  ` [PATCH v2 2/2] mm/vmscan: check all allowed targets in can_demote()

[PATCH bpf-next v3 0/6] mm: bpf kfuncs to access memcg data
 2025-12-22 22:17 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH bpf-next v3 2/6] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH bpf-next v3 3/6] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH bpf-next v3 4/6] mm: introduce BPF kfuncs to access memcg statistics and events
` [PATCH bpf-next v3 5/6] bpf: selftests: selftests for memcg stat kfuncs
` [PATCH bpf-next v3 6/6] MAINTAINERS: add an entry for MM BPF extensions

[PATCH v2 0/3] Only free healthy pages in high-order HWPoison folio
 2025-12-22 22:12 UTC  (4+ messages)
` [PATCH v2 3/3] mm/memory-failure: simplify __page_handle_poison

[PATCH -next 0/5] mm/mglru: remove memcg lru
 2025-12-22 21:36 UTC  (16+ messages)
` [PATCH -next 1/5] mm/mglru: use mem_cgroup_iter for global reclaim
` [PATCH -next 2/5] mm/mglru: remove memcg lru
` [PATCH -next 3/5] mm/mglru: extend shrink_one for both lrugen and non-lrugen
` [PATCH -next 4/5] mm/mglru: combine shrink_many into shrink_node_memcgs

[PATCH 0/2] mm/damon: export symbols and introduce prdm module
 2025-12-22 21:33 UTC  (4+ messages)

[PATCH v1] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
 2025-12-22 21:15 UTC  (2+ messages)

[PATCH bpf v3] lib/buildid: use __kernel_read() for sleepable context
 2025-12-22 20:58 UTC 

[PATCH] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
 2025-12-22 20:32 UTC  (9+ messages)

[PATCH v2] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
 2025-12-22 20:30 UTC  (3+ messages)

[PATCH bpf v2] lib/buildid: use __kernel_read() for sleepable context
 2025-12-22 19:41 UTC  (9+ messages)

[PATCH v2 1/5] selftests/mm: fix va_high_addr_switch.sh return value
 2025-12-22 19:37 UTC  (10+ messages)
` [PATCH v2 2/5] selftests/mm: allocate 6 hugepages in va_high_addr_switch.sh
  ` [PATCH v2 3/5] selftests/mm: remove arm64 nr_hugepages setup for va_high_addr_switch test
    ` [PATCH v2 4/5] selftests/mm: va_high_addr_switch return fail when either test failed
      ` [PATCH v2 5/5] selftests/mm: fix comment for check_test_requirements

[PATCH -next] mm/hugetlb_cgroup: fix -Wformat-truncation warning
 2025-12-22 19:15 UTC  (2+ messages)

[PATCH v3 0/3] selftests/mm: hugetlb cgroup charging: robustness fixes
 2025-12-22 19:08 UTC  (16+ messages)
` [PATCH v3 1/3] selftests/mm/write_to_hugetlbfs: parse -s as size_t
` [PATCH v3 2/3] selftests/mm/charge_reserved_hugetlb: drop mount size for hugetlbfs
` [PATCH v3 3/3] selftests/mm/charge_reserved_hugetlb.sh: add waits with timeout helper

[PATCH 2/4] mm: khugepaged: remove mm when all memory has been collapsed
 2025-12-22 19:00 UTC  (2+ messages)

[Patch v3] mm/huge_memory: simplify page tracking in remap_page() during folio split
 2025-12-22 18:14 UTC  (2+ messages)

[PATCH] mm/fadvise: validate offset in generic_fadvise
 2025-12-22 17:52 UTC  (2+ messages)

[PATCH 00/13] Enable compound page for p2pdma memory
 2025-12-22 17:10 UTC  (10+ messages)
` [PATCH 01/13] PCI/P2PDMA: Release the per-cpu ref of pgmap when vm_insert_page() fails
` [PATCH 02/13] PCI/P2PDMA: Fix the warning condition in p2pmem_alloc_mmap()
` [PATCH 10/13] PCI/P2PDMA: support compound page "
` [PATCH 13/13] PCI/P2PDMA: enable compound page support for p2pdma memory

[PATCH] kho: add support for deferred struct page init
 2025-12-22 16:24 UTC  (12+ messages)

[linus:master] [mm/vmalloc] a061578043: BUG:spinlock_trylock_failure_on_UP_on_CPU
 2025-12-22 16:11 UTC  (4+ messages)

[PATCH v3] kho: validate preserved memory map during population
 2025-12-22 16:03 UTC  (2+ messages)

[PATCH] mm/damon/tests/core-kunit: extend test scenarios and remove redundancy
 2025-12-22 15:24 UTC  (4+ messages)

[PATCH 0/2] mm/damon: export symbols and introduce prdm module
 2025-12-22 15:21 UTC  (3+ messages)

[PATCH] vmgenid: Remap memory as decrypted
 2025-12-22 15:19 UTC  (4+ messages)

[PATCHv2 00/14]
 2025-12-22 15:11 UTC  (35+ messages)
` [PATCHv2 02/14] mm/sparse: Check memmap alignment
` [PATCHv2 03/14] mm: Change the interface of prep_compound_tail()
` [PATCHv2 04/14] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
` [PATCHv2 05/14] mm: Move set/clear_compound_head() next to compound_head()
` [PATCHv2 06/14] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv2 08/14] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv2 10/14] mm: Drop fake head checks
` [PATCHv2 11/14] hugetlb: Remove VMEMMAP_SYNCHRONIZE_RCU
` [PATCHv2 12/14] mm/hugetlb: Remove hugetlb_optimize_vmemmap_key static key
` [PATCHv2 13/14] mm: Remove the branch from compound_head()
` [PATCHv2 14/14] hugetlb: Update vmemmap_dedup.rst

[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
 2025-12-22 15:03 UTC  (3+ messages)

[PATCH] docs: kernel-parameters: add kfence parameters
 2025-12-22 15:00 UTC 

[RFC PATCH 00/10] liveupdate: hugetlb support
 2025-12-22 14:58 UTC  (6+ messages)
` [RFC PATCH 04/10] liveupdate: flb: allow getting FLB data in early boot

[PATCH v7 0/2] Optimize zone->contiguous update and issue fix
 2025-12-22 14:58 UTC  (3+ messages)
` [PATCH v7 1/2] mm/memory hotplug: fix zone->contiguous always false when hotplug
` [PATCH v7 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range

[PATCH v2] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
 2025-12-22 14:25 UTC  (3+ messages)

[PATCH v6 0/2] Optimize zone->contiguous update and issue fix
 2025-12-22 14:06 UTC  (5+ messages)
` [PATCH v6 2/2] mm/memory hotplug: fix zone->contiguous always false when hotplug

[PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes
 2025-12-22 13:36 UTC  (3+ messages)

[RFC PATCH 0/2] mm: improve folio refcount scalability
 2025-12-22 13:33 UTC  (9+ messages)
` [RFC PATCH 2/2] mm: implement page refcount locking via dedicated bit

[PATCH] mm/vmalloc: map contiguous pages in batches for vmap() whenever possible
 2025-12-22 13:08 UTC  (3+ messages)

[PATCH v4 RESEND 0/6] mm: hugetlb: allocate frozen gigantic folio
 2025-12-22 13:03 UTC  (12+ messages)
` [PATCH v4 5/6] mm: cma: add cma_alloc_frozen{_compound}()

[syzbot] [mm?] KMSAN: uninit-value in swap_writeout
 2025-12-22 12:18 UTC 

[RESEND RFC PATCH 0/2] Enable vmalloc huge mappings by default on arm64
 2025-12-22 11:47 UTC  (3+ messages)
` [RESEND RFC PATCH 1/2] mm/vmalloc: Do not align size to huge size

[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-12-22 11:14 UTC  (4+ messages)
` [RFC PATCH V3 7/7] mm/slab: place slabobj_ext metadata in unused space within s->size

[PATCH V4 0/8] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
 2025-12-22 11:08 UTC  (9+ messages)
` [PATCH V4 1/8] mm/slab: use unsigned long for orig_size to ensure proper metadata align
` [PATCH V4 2/8] mm/slab: allow specifying free pointer offset when using constructor
` [PATCH V4 3/8] ext4: specify the free pointer offset for ext4_inode_cache
` [PATCH V4 4/8] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [PATCH V4 5/8] mm/slab: use stride to access slabobj_ext
` [PATCH V4 6/8] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [PATCH V4 7/8] mm/slab: save memory by allocating slabobj_ext array from leftover
` [PATCH V4 8/8] mm/slab: place slabobj_ext metadata in unused space within s->size

[PATCH v6] mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported
 2025-12-22 10:54 UTC  (9+ messages)

[RFC PATCH v4 0/9] mm: Hot page tracking and promotion infrastructure
 2025-12-22 10:26 UTC  (5+ messages)
` [RFC PATCH v4 3/9] mm: Hot page tracking and promotion
` [RFC PATCH v4 8/9] mm: sched: Move hot page promotion from NUMAB=2 to pghot tracking

[PATCH v2] slub: keep empty main sheaf as spare in __pcs_replace_empty_main()
 2025-12-22 10:20 UTC  (3+ messages)

[PATCH v2 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2025-12-22 10:10 UTC  (8+ messages)
` [PATCH v2 4/4] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather

[PATCH v2 0/2] kfence: allow change objects number
 2025-12-22  9:37 UTC  (6+ messages)
` [PATCH v2 1/2] LoongArch: kfence: avoid use CONFIG_KFENCE_NUM_OBJECTS

[PATCH] mm/ksm: fix pte_unmap_unlock of wrong address in break_ksm_pmd_entry
 2025-12-22  8:23 UTC  (2+ messages)

[PATCH RFC v2 2/3] mm/page_alloc: refactor the initial compaction handling
 2025-12-22  7:40 UTC  (2+ messages)

[PATCH] memblock tests: fix unknown macro build error
 2025-12-22  7:15 UTC 

[PATCH] mm: fix huge page table not free after memory unplug
 2025-12-22  4:11 UTC 

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2025-12-22  4:02 UTC  (21+ messages)
` [PATCH v2 13/28] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v2 15/28] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH v2 17/28] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v2 24/28] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v2 26/28] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v2 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios

[syzbot] [tomoyo?] [mm?] INFO: rcu detected stall in sys_newfstat (4)
 2025-12-22  3:48 UTC 

[PATCH v5 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-12-22  3:41 UTC  (8+ messages)
` [PATCH v5 14/19] mm, swap: cleanup swap entry management workflow
` [PATCH v5 15/19] mm, swap: add folio to swap cache directly on allocation

[PATCH RFC 2/3] x86/mm: implement redundant IPI elimination for PMD unsharing
 2025-12-22  3:19 UTC  (2+ messages)
` [PATCH RFC 2/3] x86/mm: implement redundant IPI elimination for

[PATCH] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
 2025-12-22  3:08 UTC  (3+ messages)

[PATCH v2 0/3] mm: fix oom-killer not being invoked when demotion is enabled
 2025-12-22  0:48 UTC  (4+ messages)
` [PATCH v2 1/3] mm: memory-tiers, numa_emu: enable to create memory tiers using fake numa nodes
` [PATCH v2 2/3] mm: numa_emu: add document for NUMA emulation
` [PATCH v2 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[PATCH] powerpc/mm: export symbols for lazy_mmu_mode KUnit tests
 2025-12-21 23:42 UTC  (2+ messages)

[PATCH v1 0/5] MM_CID and HPCC mm_struct static init fixes
 2025-12-21 23:29 UTC  (6+ messages)
` [PATCH v1 1/5] mm: Add missing static initializer for init_mm::mm_cid.lock
` [PATCH v1 2/5] mm: Rename cpu_bitmap field to flexible_array
` [PATCH v1 3/5] mm: Take into account mm_cid size for mm_struct static definitions
` [PATCH v1 4/5] mm: Take into account hierarchical percpu tree items for static mm_struct definitions
` [PATCH v1 5/5] tsacct: Skip all kernel threads

[akpm-mm:mm-new 98/101] htmldocs: Documentation/admin-guide/laptops/index.rst:7: WARNING: toctree contains reference to nonexisting document 'admin-guide/laptops/laptop-mode' [toc.not_readable]
 2025-12-21 21:49 UTC 

[PATCH] mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocations
 2025-12-21 20:43 UTC  (3+ messages)

[PATCH v5] mm, hugetlb: implement movable_gigantic_pages sysctl
 2025-12-21 15:49 UTC  (2+ messages)

[PATCH 0/4] mm: increase lowmem size in linux-7.0
 2025-12-21 15:26 UTC  (7+ messages)
` [PATCH 1/4] arch/*: increase lowmem size to avoid highmem use

mm/hugetlb_cgroup.c:829:44: warning: '%s' directive output may be truncated writing up to 1623 bytes into a region of size between 32 and 63
 2025-12-21 15:23 UTC 

[PATCH v5 0/4] Add ARRAY_END(), and use it to fix off-by-one bugs
 2025-12-21 14:07 UTC  (6+ messages)
  ` [PATCH v5 4/4] mm: Use ARRAY_END() instead of open-coding it

[PATCH v7] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-12-21 12:46 UTC 

[PATCH v6] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-12-21 12:42 UTC  (5+ messages)

[PATCH 0/4] Improve khugepaged scan logic
 2025-12-21 12:38 UTC  (10+ messages)
` [PATCH 3/4] mm: khugepaged: move mm to list tail when MADV_COLD/MADV_FREE

page:  |  | latest

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