summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-07-28mm: mprotect: use walk_page_range_vma() in mprotect_fixup()Kefeng Wang1-8/+1
2026-07-28mm: mincore: use walk_page_range_vma() in do_mincore()Kefeng Wang1-1/+10
2026-07-28mm/page_owner: use memcg_data snapshot to avoid TOCTOU in print_page_owner_me...Ye Liu1-3/+7
2026-07-28mm/page_owner: clamp skip_buddy_pages() PFN advance at MAX_ORDER_NR_PAGES bou...Ye Liu1-2/+12
2026-07-28mm/page_owner: drop redundant page_owner prefix from static symbolsYe Liu1-18/+16
2026-07-28mm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()Ye Liu1-4/+5
2026-07-28mm/page_owner: add missing newline to count_threshold format stringYe Liu1-1/+1
2026-07-28mm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()Ye Liu1-2/+8
2026-07-28mm: use enum migrate_reason instead of int for migration reason parametersYe Liu3-8/+9
2026-07-28mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrat...Ye Liu1-4/+4
2026-07-28mm/page_owner: extract skip_buddy_pages() helper to unify buddy page skippingYe Liu1-26/+26
2026-07-28mm/kmemleak: stop the per-cpu and struct page scans early tooBreno Leitao1-6/+17
2026-07-28mm/kmemleak: stop the task stack scan early when interruptedBreno Leitao1-6/+12
2026-07-28mm/kmemleak: avoid soft lockup when scanning task stacksBreno Leitao1-13/+38
2026-07-28mm/vmalloc: use more common error handling code in pcpu_get_vm_areas()Markus Elfring1-3/+1
2026-07-28mm/page_alloc: don't build vm_numa_stat_key if CONFIG_NUMA=nBen Dooks1-0/+2
2026-07-28mm: remove PageTransCompound()Kefeng Wang1-8/+9
2026-07-28mm/percpu: avoid IO/FS reclaim in backing allocationsKaitao Cheng1-5/+13
2026-07-28mm/percpu: make cached pages lookup explicitKaitao Cheng1-3/+9
2026-07-28mm/percpu: honor GFP constraints when populating chunksKaitao Cheng2-13/+27
2026-07-28mm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()Kaitao Cheng2-12/+13
2026-07-28mm/filemap: reduce unnecessary xarray lookups in filemap_get_folios_contig()Chi Zhiling1-15/+14
2026-07-28mm/filemap: reduce unnecessary xarray lookups when read cached pagesChi Zhiling1-1/+6
2026-07-28mm/lruvec: trace LRU add drains and drain-all requestsJP Kobryn1-1/+6
2026-07-28mm: memcg: remove stray text from obj_stock_pcp commentGuopeng Zhang1-1/+1
2026-07-28mm/memory-failure: remove redundant initialization for hw_memory_failureIgor Putko1-1/+1
2026-07-28mm/kasan: remove redundant initialization for kasan_flag_write_onlyIgor Putko1-1/+1
2026-07-28mm/mprotect: drop 'sub' from batching contextDev Jain1-6/+6
2026-07-28mm/swap: rename subpage->page in folio_dup_swap/folio_put_swapDev Jain2-10/+10
2026-07-28mm/memcontrol: remove unused for_each_mem_cgroup macro and cleanupJoshua Hahn2-7/+1
2026-07-28mm/page_reporting: use system_freezable_wq to fix UAF during suspendLink Lin1-2/+4
2026-07-28mm: vmscan: abort proactive reclaim early when freezing for suspendRichard Chang1-1/+11
2026-07-28mm/huge_memory: unlock i_mmap_rwsem before releasing after-split foliosKiryl Shutsemau (Meta)1-0/+12
2026-07-28mm/migrate: exclude hugetlb folios from MTHP_STAT_NR_ANON accountingNico Pache1-1/+2
2026-07-28mm: decrement MTHP_STAT_NR_ANON in free_zone_device_folio()Nico Pache1-0/+1
2026-07-28mm: memcg: initialize *locked in memcg1_oom_prepare() stubBreno Leitao1-1/+5
2026-07-27Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/s...Linus Torvalds7-20/+29
2026-07-26Merge tag 'vfs-7.2-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2026-07-24Merge tag 'slab-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-75/+97
2026-07-23rcu: Rename struct rcu_gp_oldstate to rcu_gp_seqPuranjay Mohan1-3/+3
2026-07-23fs: push nr_cached_objects memcg gating into individual filesystemsUsama Arif1-0/+10
2026-07-22mm/mm_init: remove redundant memset in free_area_init()Sang-Heon Jeon1-1/+0
2026-07-21mm/slub: prevent pfmemalloc objects from entering the barnShengming Hu1-1/+1
2026-07-20mm/hugetlb: fix list corruption in allocate_file_region_entries()Xiangfeng Cai1-1/+1
2026-07-20mm: mglru: fix stale batch updates after memcg reparentingQi Zheng1-7/+4
2026-07-20mm/percpu-km: fix bitmap overflow and accounting in pcpu_create_chunk()Zi Yan1-1/+1
2026-07-20mm/util: don't read __page_2 for order-1 folios in snapshot_page()Aboorva Devarajan1-1/+1
2026-07-20mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()Kiryl Shutsemau (Meta)1-3/+7
2026-07-20mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTEKefeng Wang1-2/+3
2026-07-20userfaultfd: wait on source PMD during UFFDIO_MOVEUsama Arif1-1/+1