summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-07-28mm: drop pte_clear_not_present_full()David Hildenbrand (Arm)1-2/+2
2026-07-28mm/damon/sysfs-schemes: kobject_del() region for populate_region errorSJ Park1-1/+3
2026-07-28mm/damon/sysfs: kobject_del() probe dirs in probes_addd_dir error pathSJ Park1-0/+1
2026-07-28mm/damon/sysfs: kobject_del() probe filter dirsSJ Park1-1/+3
2026-07-28mm/damon/sysfs: kobject_del() probe dirsSJ Park1-0/+1
2026-07-28mm/damon/sysfs-schemes: kobject_del() scheme action destination dirsSJ Park1-1/+3
2026-07-28mm/damon/sysfs-schemes: kobject_del() scheme quota goal dirsSJ Park1-1/+3
2026-07-28mm/damon/sysfs-schemes: kobject_del() scheme filter dirsSJ Park1-1/+3
2026-07-28mm/damon/sysfs-schemes: kobject_del() scheme region dirsSJ Park1-0/+1
2026-07-28mm/damon/sysfs-schemes: kobject_del() scheme dirsSJ Park1-1/+4
2026-07-28mm/damon/sysfs: kobject_del() region and target (error) dirsSJ Park1-2/+6
2026-07-28mm/damon/sysfs: kobject_del() target (normal), context and kdamond dirsSJ Park1-2/+9
2026-07-28mm/vmstat: avoid taking zone lock in /proc/buddyinfo readsImran Khan1-1/+1
2026-07-28mm/swap_state: remove unnecessary lru_add_drain() from readaheadUsama Arif1-2/+0
2026-07-28mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price5-12/+16
2026-07-28mm/damon/core: reduce kernel stack usageArnd Bergmann1-1/+1
2026-07-28mm: move alloc tag to mmLorenzo Stoakes3-0/+1058
2026-07-28mm/zsmalloc: document free_zspage helper variantsWenchao Hao1-0/+16
2026-07-28mm/zsmalloc: drop class lock before freeing zspageXueyuan Chen1-6/+23
2026-07-28mm/zsmalloc: drop pool->lock from zs_free on 64-bit systemsWenchao Hao1-25/+73
2026-07-28mm/zsmalloc: encode class index in obj value for lockless class lookupWenchao Hao1-16/+90
2026-07-28mm: annotate data-race in cpu_needs_drain()Xuewen Wang1-7/+7
2026-07-28tmpfs: zero unused folio tail for long symlinksYousef Alhouseen1-0/+1
2026-07-28mm/kmemleak: skip the remaining scan phases when interruptedBreno Leitao1-2/+5
2026-07-28mm/mm_init: fold __init_page_from_nid() into __init_deferred_page()Muchun Song2-27/+16
2026-07-28mm/hugetlb: remove unused bootmem cma fieldMuchun Song3-24/+12
2026-07-28mm/sparse-vmemmap: remove sparse_vmemmap_init_nid_late()Muchun Song4-21/+0
2026-07-28mm/hugetlb: remove obsolete bootmem cross-zone checksMuchun Song1-70/+0
2026-07-28mm/hugetlb_vmemmap: move bootmem HVO setup to early initMuchun Song1-68/+25
2026-07-28mm/hugetlb: free cross-zone bootmem gigantic pages after allocationMuchun Song1-11/+64
2026-07-28mm/hugetlb: refactor early boot gigantic hugepage allocationMuchun Song4-71/+54
2026-07-28mm/hugetlb_cma: validate hugetlb CMA range by zone at reserve timeMuchun Song2-3/+6
2026-07-28mm/sparse: move sparse_vmemmap_init_nid_late() into sparse_init_nid()Muchun Song2-4/+1
2026-07-28mm/mm_init: remove set_pageblock_order() call from sparse_init()Muchun Song3-6/+2
2026-07-28mm/mm_init: defer hugetlb reservation until after zone initializationMuchun Song1-2/+2
2026-07-28mm/mm_init: defer sparse_init() until after zone initializationMuchun Song1-5/+7
2026-07-28mm/sparse: move subsection_map_init() into sparse_init()Muchun Song4-12/+15
2026-07-28mm/sparse: panic on memmap and usemap allocation failureMuchun Song1-35/+9
2026-07-28mm/mm_init: simplify deferred_free_pages() migratetype initMuchun Song1-11/+8
2026-07-28mm/hugetlb: initialize gigantic bootmem hugepage struct pages earlierMuchun Song3-5/+5
2026-07-28mm/hugetlb_vmemmap: fix __hugetlb_vmemmap_optimize_folios()Muchun Song1-3/+3
2026-07-28mm/hugetlb: fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pagesMuchun Song3-18/+26
2026-07-28mm/page_alloc: drop flag-conversion "optimisation"Brendan Jackman1-16/+7
2026-07-28mm/page_owner: add NUMA node filterZhen Ni1-2/+52
2026-07-28mm/page_owner: add print_mode filterZhen Ni1-6/+110
2026-07-28mm/migrate: use migrate_info field instead of privateShivank Garg1-7/+7
2026-07-28mm/migrate: fix stale list name in migrate_folios_move() commentShivank Garg1-1/+1
2026-07-28mm/migrate: rename page to folio leftoversShivank Garg1-19/+17
2026-07-28mm: migrate_device: use walk_page_range_vma() in migrate_vma_collect()Kefeng Wang1-1/+1
2026-07-28mm: mlock: use walk_page_range_vma() in mlock_vma_pages_range()Kefeng Wang1-1/+1