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-20  5:26 UTC  (17+ messages)
` [PATCH bpf-next v2 1/7] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH bpf-next v2 2/7] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH bpf-next v2 3/7] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH bpf-next v2 4/7] mm: introduce BPF kfuncs to access memcg statistics and events
` [PATCH bpf-next v2 5/7] mm: introduce BPF kfunc to access memory events
` [PATCH bpf-next v2 6/7] bpf: selftests: selftests for memcg stat kfuncs
` [PATCH bpf-next v2 7/7] MAINTAINERS: add an entry for MM BPF extensions

[PATCH v3 0/5] support batch checking of references and unmapping for large folios
 2025-12-20  4:29 UTC  (5+ messages)
` [PATCH v3 1/5] mm: rmap: support batched checks of the references "

[PATCH v5 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-12-20  4:12 UTC  (23+ messages)
` [PATCH v5 01/19] mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH v5 02/19] mm, swap: split swap cache preparation loop into a standalone helper
` [PATCH v5 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH v5 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH v5 05/19] mm, swap: simplify the code and reduce indention
` [PATCH v5 06/19] mm, swap: free the swap cache after folio is mapped
` [PATCH v5 08/19] mm/shmem, swap: remove SWAP_MAP_SHMEM
` [PATCH v5 09/19] mm, swap: swap entry of a bad slot should not be considered as swapped out
` [PATCH v5 10/19] mm, swap: consolidate cluster reclaim and usability check
` [PATCH v5 11/19] mm, swap: split locked entry duplicating into a standalone helper
` [PATCH v5 12/19] mm, swap: use swap cache as the swap in synchronize layer
` [PATCH v5 13/19] mm, swap: remove workaround for unsynchronized swap map cache state
` [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 v5 16/19] mm, swap: check swap table directly for checking cache
` [PATCH v5 17/19] mm, swap: clean up and improve swap entries freeing
` [PATCH v5 18/19] mm, swap: drop the SWAP_HAS_CACHE flag
` [PATCH v5 19/19] mm, swap: remove no longer needed _swap_info_get
` [PATCH v5 07/19] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO

[PATCH 00/13] Enable compound page for p2pdma memory
 2025-12-20  4:04 UTC  (14+ 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 03/13] kernfs: add support for get_unmapped_area callback
` [PATCH 04/13] kernfs: add support for may_split and pagesize callbacks
` [PATCH 05/13] sysfs: support get_unmapped_area callback for binary file
` [PATCH 06/13] PCI/P2PDMA: add align parameter for pci_p2pdma_add_resource()
` [PATCH 07/13] PCI/P2PDMA: create compound page for aligned p2pdma memory
` [PATCH 08/13] mm/huge_memory: add helpers to insert huge page during mmap
` [PATCH 09/13] PCI/P2PDMA: support get_unmapped_area to return aligned vaddr
` [PATCH 10/13] PCI/P2PDMA: support compound page in p2pmem_alloc_mmap()
` [PATCH 11/13] PCI/P2PDMA: add helper pci_p2pdma_max_pagemap_align()
` [PATCH 12/13] nvme-pci: introduce cmb_devmap_align module parameter
` [PATCH 13/13] PCI/P2PDMA: enable compound page support for p2pdma memory

[PATCH v4 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-12-20  4:00 UTC  (6+ messages)
` [PATCH v4 11/19] mm, swap: split locked entry duplicating into a standalone helper

[PATCH] mm: fix minor spelling mistakes in comments
 2025-12-20  3:56 UTC  (4+ messages)

[PATCH 0/3] mm/memory: align alloc_swap_folio() logic with alloc_anon_folio()
 2025-12-20  3:36 UTC  (7+ messages)
` [PATCH 1/2] mm: bail out do_swap_page() when no PTE table exist
` [PATCH 2/2] mm: avoid unnecessary PTE table lock during initial swap folio scan

[RFC PATCH] liveupdate: list all file handler versions in vmlinux section
 2025-12-20  3:30 UTC  (3+ messages)

[RFC PATCH 00/10] liveupdate: hugetlb support
 2025-12-20  3:26 UTC  (4+ messages)
` [RFC PATCH 04/10] liveupdate: flb: allow getting FLB data in early boot

[PATCH bpf-next v1 0/6] mm: bpf kfuncs to access memcg data
 2025-12-20  3:20 UTC  (15+ messages)
` [PATCH bpf-next v1 1/6] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH bpf-next v1 2/6] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH bpf-next v1 3/6] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH bpf-next v1 4/6] mm: introduce BPF kfuncs to access memcg statistics and events
` [PATCH bpf-next v1 5/6] mm: introduce BPF kfunc to access memory events
` [PATCH bpf-next v1 6/6] bpf: selftests: selftests for memcg stat kfuncs

[PATCH] kho: add support for deferred struct page init
 2025-12-20  3:20 UTC  (10+ messages)

[PATCH v2] mm/page_alloc: Report 1 as zone_batchsize for !CONFIG_MMU
 2025-12-20  2:41 UTC  (4+ messages)

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2025-12-20  2:03 UTC  (27+ messages)
` [PATCH v2 11/28] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH v2 12/28] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v2 13/28] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v2 14/28] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v2 15/28] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH v2 16/28] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH v2 17/28] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v2 18/28] mm: zswap: prevent memory cgroup release in zswap_compress()
` [PATCH v2 20/28] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH v2 21/28] mm: swap: prevent lruvec release in lru_gen_clear_refs()
` [PATCH v2 22/28] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH v2 23/28] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock

[RFC] Proposal: Kernel-supported mechanism for shared memory state cleanup on exit
 2025-12-20  1:07 UTC 

[PATCH] mm: Consider non-anon swap cache folios in folio_expected_ref_count()
 2025-12-20  0:47 UTC  (7+ messages)

[PATCH 0/3] mm/khugepaged: minor cleanups
 2025-12-20  0:38 UTC  (9+ messages)
` [PATCH 1/3] mm/khugepaged: remove unnecessary goto 'skip' label

[Patch v2] mm/huge_memory: use end_folio to terminate anonymous folio remapping
 2025-12-20  0:33 UTC  (8+ messages)

[PATCH] percpu: add basic double free check
 2025-12-20  0:27 UTC 

[PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes
 2025-12-20  0:03 UTC 

[linus:master] [mm/vmalloc] a061578043: BUG:spinlock_trylock_failure_on_UP_on_CPU
 2025-12-19 23:37 UTC  (3+ messages)

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-12-22
 2025-12-19 23:22 UTC 

[RFC PATCH v4 0/4] Hazard Pointers
 2025-12-19 22:39 UTC  (11+ messages)
` [RFC PATCH v4 3/4] hazptr: Implement "

Your brand gave me that ‘my old neighbor would respect this’ feeling…
 2025-12-19 21:52 UTC 

[PATCH v5 00/36] Compiler-Based Context- and Locking-Analysis
 2025-12-19 21:48 UTC  (53+ messages)
` [PATCH v5 02/36] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v5 04/36] Documentation: Add documentation for Compiler-Based Context Analysis
` [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
` [PATCH v5 07/36] lockdep: Annotate lockdep assertions for "
` [PATCH v5 08/36] locking/rwlock, spinlock: Support Clang's "
` [PATCH v5 12/36] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v5 13/36] bit_spinlock: Support Clang's context analysis
` [PATCH v5 16/36] kref: Add context-analysis annotations
` [PATCH v5 17/36] locking/rwsem: Support Clang's context analysis
` [PATCH v5 18/36] locking/local_lock: Include missing headers
` [PATCH v5 20/36] locking/ww_mutex: Support Clang's context analysis
` [PATCH v5 21/36] debugfs: Make debugfs_cancellation a context lock struct
` [PATCH v5 22/36] um: Fix incorrect __acquires/__releases annotations
` [PATCH v5 23/36] compiler-context-analysis: Remove Sparse support
` [PATCH v5 24/36] compiler-context-analysis: Remove __cond_lock() function-like helper
` [PATCH v5 25/36] compiler-context-analysis: Introduce header suppressions
` [PATCH v5 26/36] compiler: Let data_race() imply disabled context analysis
` [PATCH v5 27/36] MAINTAINERS: Add entry for Context Analysis
` [PATCH v5 28/36] kfence: Enable context analysis
` [PATCH v5 29/36] kcov: "
` [PATCH v5 30/36] kcsan: "
` [PATCH v5 31/36] stackdepot: "
` [PATCH v5 32/36] rhashtable: "
` [PATCH v5 33/36] printk: Move locking annotation to printk.c
` [PATCH v5 34/36] security/tomoyo: Enable context analysis
` [PATCH v5 35/36] crypto: "
` [PATCH v5 36/36] sched: Enable context analysis for core.c and fair.c

[PATCH v2 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2025-12-19 21:37 UTC  (7+ messages)
` [PATCH v2 2/4] mm/hugetlb: fix two comments related to huge_pmd_unshare()

[PATCH] rust: page: Simplify overflow check using checked_add()
 2025-12-19 21:29 UTC 

[PATCH v6] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-12-19 20:59 UTC  (7+ messages)

[PATCH 0/4] mm: increase lowmem size in linux-7.0
 2025-12-19 20:52 UTC  (10+ messages)
` [PATCH 1/4] arch/*: increase lowmem size to avoid highmem use
` [PATCH 2/4] ARM: add CONFIG_VMSPLIT_2G_OPT option
` [PATCH 3/4] ARM: remove support for highmem on VIVT
` [PATCH 4/4] mm: remove ARCH_NEEDS_KMAP_HIGH_GET

[PATCH V2] mm/memremap: fix spurious large folio warning for FS-DAX
 2025-12-19 20:47 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_munmap (2)
 2025-12-19 19:37 UTC  (2+ messages)

[PATCH] mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCING
 2025-12-19 19:23 UTC  (4+ messages)

[PATCH v2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
 2025-12-19 19:15 UTC 

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

[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
 2025-12-19 19:03 UTC  (8+ messages)
` [PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-12-19 18:59 UTC  (10+ messages)
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis

[PATCH v2 0/3] Only free healthy pages in high-order HWPoison folio
 2025-12-19 18:33 UTC  (4+ messages)
` [PATCH v2 1/3] mm/memory-failure: set has_hwpoisoned flags on HugeTLB folio
` [PATCH v2 2/3] mm/page_alloc: only free healthy pages in high-order HWPoison folio
` [PATCH v2 3/3] mm/memory-failure: simplify __page_handle_poison

[PATCH 0/8] mm: clean up anon_vma implementation
 2025-12-19 18:28 UTC  (5+ messages)
` [PATCH 1/8] mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add asserts
` [PATCH 2/8] mm/rmap: skip unfaulted VMAs on anon_vma clone, unlink

[PATCH v2] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
 2025-12-19 18:18 UTC  (2+ messages)

[PATCH] slab: fix kmalloc_nolock() context check for PREEMPT_RT
 2025-12-19 18:02 UTC  (6+ messages)

[PATCH bpf v2] lib/buildid: use __kernel_read() for sleepable context
 2025-12-19 17:42 UTC  (6+ messages)

[PATCH RFC v2 0/3] tweaks for __alloc_pages_slowpath()
 2025-12-19 17:38 UTC  (4+ messages)
` [PATCH RFC v2 1/3] mm/page_alloc: ignore the exact initial compaction result
` [PATCH RFC v2 2/3] mm/page_alloc: refactor the initial compaction handling
` [PATCH RFC v2 3/3] mm/page_alloc: simplify __alloc_pages_slowpath() flow

[PATCH v4] io: add io_pgtable abstraction
 2025-12-19 17:32 UTC  (7+ messages)

[PATCH] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
 2025-12-19 17:29 UTC  (3+ messages)

[PATCH] mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocations
 2025-12-19 16:33 UTC  (2+ messages)

[GIT PULL] slab fix for 6.19-rc2
 2025-12-19 16:22 UTC 

[linux-next:master] BUILD REGRESSION cc3aa43b44bdb43dfbac0fcb51c56594a11338a8
 2025-12-19 16:07 UTC 

[PATCH v10 2/3] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-12-19 16:01 UTC  (5+ messages)

[PATCH] dma-buf: system_heap: account for system heap allocation in memcg
 2025-12-19 15:58 UTC  (8+ messages)

[PATCH v2 2/4] mm: Add file_operations.get_mapping_order()
 2025-12-19 15:53 UTC  (11+ 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