summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-08-24zsmalloc: account for handle size in class lookupLonglong Xia
2026-08-24mm/page-writeback: document folio_mark_dirty() locking more explicitlyJann Horn
2026-08-24mm: kmemleak: default min_unref_scans to 2 for verbose auto-scanBreno Leitao
2026-08-24mm: kmemleak: factor leak confirmation into a helperBreno Leitao
2026-08-24mm: kmemleak: report leaks only after N consecutive unreferenced scansBreno Leitao
2026-08-24mm: kmemleak: confirm suspected leaks with a second scanCatalin Marinas
2026-08-24mm/gup_test: keep longterm pin state per fileDavid Hildenbrand (Arm)
2026-08-24kasan: fix cache shrink race with CPU hotplugHui Su
2026-08-24mm/cma: remove stray newline from auto-generated CMA area nameHongfu Li
2026-08-24mm/zswap: use ratelimited stats flush in zswap_shrinker_count()Yunzhao Li
2026-08-24mm/swap: fix swap_cluster_lock() !CONFIG_SWAP stub signature mismatchHongfu Li
2026-08-24mm/vmstat: add NRSWP{IN,OUT} countersChristoph Hellwig
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig
2026-08-24mm/swap: use swap_ops to register swap device's methodsChristoph Hellwig
2026-08-24mm/swap: remove count_swpout_vm_eventChristoph Hellwig
2026-08-24mm/swap: also use struct swap_iocb for block I/OChristoph Hellwig
2026-08-24mm/swap: introduce struct swap_io_ctxChristoph Hellwig
2026-08-24shmem: provide a shmem_write_folio wrapperChristoph Hellwig
2026-08-24mm: shmem: reject page-aligned fallocate end overflowZhiling Zou
2026-08-24alloc_tag: add accuracy based filtering to ioctlAbhishek Bapat
2026-08-24alloc_tag: add size-based filtering to ioctlAbhishek Bapat
2026-08-24alloc_tag: add ioctl filters to /proc/allocinfoAbhishek Bapat
2026-08-24alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan
2026-08-24mm/hugetlb_cma: support percentage-based hugetlb_cma reservationSourav Panda
2026-08-24drivers/base, mm: move arch_numa.c to mm/Mike Rapoport (Microsoft)
2026-08-24mm/zswap: support batch writeback in shrink_memcg()Hao Jia
2026-08-24mm/zswap: fix global shrinker when memory cgroup is disabledHao Jia
2026-08-24mm: debug_page_alloc: fix NULL buf in debug_guardpage_minorder_setupYe Liu
2026-08-24mm/show_mem: fix format string inconsistencies and type mismatchesYe Liu
2026-08-24mm/sparse: keep mem_section_usage_size() internalMuchun Song
2026-08-24alloc_tag: expose boot-time compression configurationAbhishek Bapat
2026-08-24mm: debug_page_alloc: fix type mismatch for debug_guardpage_minorderYe Liu
2026-08-24mm/page_ext: remove pgdat_page_ext_init()Sang-Heon Jeon
2026-08-24mm/Kconfig: make FLATMEM depend on !NUMASang-Heon Jeon
2026-08-24mm: add some missing includes to mm-local headersLorenzo Stoakes (ARM)
2026-08-24mm/vmalloc: do not warn on -ENOMEM from va_alloc()Uladzislau Rezki (Sony)
2026-08-24ksm: update comments and docs to reference folio->mappingHongfu Li
2026-08-24mm/ksm: avoid missing ksmd wakeups in ksm_enterLonglong Xia
2026-08-24mm/page_alloc: only update lowmem_reserve_ratio on sysctl writeJianlin Shi
2026-08-24mm/swap: reject swapon() on filesystem-level encrypted filesEric Biggers
2026-08-24mm/vmalloc: make vm_struct.nr_pages an unsigned longArtem Lytkin
2026-08-24mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()David Hildenbrand (Arm)
2026-08-24mm/gup: fix always draining LRU caches in collect_longterm_unpinnable_folios()David Hildenbrand (Arm)
2026-08-24mm/huge_memory: use folio's memcg inside __folio_split()Zi Yan
2026-08-24mm/migrate_device: clear stale mapping after freeing swapcacheArvind Yadav
2026-08-24mm: zswap: drop list_lru param from zswap_lru_add() and _del()Wilson Felipe Pereira
2026-08-24mm/sparse: correct init section annotationsSang-Heon Jeon
2026-08-24mm/page_reporting: add page_reporting_delay_ms module parameterPratyush Mallick
2026-08-24hugetlb: only adjust reservation during unmapping if mapcount is 0Guillaume Morin
2026-08-24mm: use proper PTE accessor in move_ptes()Alexander Gordeev