summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
23 hoursmm/mm_init: defer sparse_init() until after zone initializationMuchun Song
23 hoursmm/sparse: move subsection_map_init() into sparse_init()Muchun Song
23 hoursmm/sparse: panic on memmap and usemap allocation failureMuchun Song
23 hoursmm/mm_init: simplify deferred_free_pages() migratetype initMuchun Song
23 hoursmm/hugetlb: initialize gigantic bootmem hugepage struct pages earlierMuchun Song
23 hourspowerpc/mm: fix wrong addr_pfn tracking in compound vmemmap populationMuchun Song
23 hoursmm/hugetlb_vmemmap: fix __hugetlb_vmemmap_optimize_folios()Muchun Song
23 hoursmm/hugetlb: fix boot panic with CONFIG_DEBUG_VM and HVO bootmem pagesMuchun Song
23 hourspercpu_ref: fix documentation of maximum valueMatthew Wilcox (Oracle)
23 hoursmm/page_alloc: drop flag-conversion "optimisation"Brendan Jackman
23 hourswriteback.h: fix a typo in the wbc_init_bio() descriptionAndreas Gruenbacher
23 hoursmm: add writeback.h to docs buildMatthew Wilcox (Oracle)
23 hoursmm/page_owner: avoid docs build warningRandy Dunlap
23 hoursmm/page_owner: document page_owner filterZhen Ni
23 hourstools/mm: add page_owner_filter userspace toolZhen Ni
23 hoursmm-page_owner-add-numa-node-filter-fixZi Yan
23 hoursmm/page_owner: add NUMA node filterZhen Ni
23 hoursmm/page_owner: add print_mode filterZhen Ni
23 hoursmm/migrate: use migrate_info field instead of privateShivank Garg
23 hoursmm/migrate: fix stale list name in migrate_folios_move() commentShivank Garg
23 hoursmm/migrate: rename page to folio leftoversShivank Garg
23 hoursmm/page_owner: use memcg_data snapshot instead of PageMemcgKmem() to avoid TO...Ye Liu
23 hoursmm/page_owner: clamp skip_buddy_pages() PFN advance at MAX_ORDER_NR_PAGES bou...Ye Liu
23 hoursmm/page_owner: drop redundant page_owner prefix from static symbolsYe Liu
23 hoursmm/page_owner: move free_ts_nsec output to free section in __dump_page_owner()Ye Liu
23 hoursmm/page_owner: add missing newline to count_threshold format stringYe Liu
23 hoursmm/page_owner: hoist CONFIG_MEMCG to function level for print_page_owner_memcg()Ye Liu
23 hoursmm: use enum migrate_reason instead of int for migration reason parametersYe Liu
23 hoursmm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrat...Ye Liu
23 hoursmm/page_owner: extract skip_buddy_pages() helper to unify buddy page skippingYe Liu
23 hoursmm/kmemleak: stop the per-cpu and struct page scans early tooBreno Leitao
23 hoursmm/kmemleak: stop the task stack scan early when interruptedBreno Leitao
23 hoursmm/kmemleak: avoid soft lockup when scanning task stacksBreno Leitao
23 hoursmm: hugetlb: correct CONFIG_CGROUP_HUGETLB macro name in commentEthan Nelson-Moore
23 hoursmm/vmalloc: use more common error handling code in pcpu_get_vm_areas()Markus Elfring
23 hoursarch_numa: remove redundant nodemask clears in numa_init()Sang-Heon Jeon
23 hourscsky: implement flush_cache_vmap() in CAndrew Morton
23 hoursmm: migrate_device: use walk_page_range_vma() in migrate_vma_collect()Kefeng Wang
23 hoursmm: mlock: use walk_page_range_vma() in mlock_vma_pages_range()Kefeng Wang
23 hoursmm: mprotect: use walk_page_range_vma() in mprotect_fixup()Kefeng Wang
23 hoursmm-mincore-use-walk_page_range_vma-in-do_mincore-fixAndrew Morton
23 hoursmm: mincore: use walk_page_range_vma() in do_mincore()Kefeng Wang
23 hoursmm/page_alloc: don't build vm_numa_stat_key if CONFIG_NUMA=nBen Dooks
23 hoursmm: remove PageTransCompound()Kefeng Wang
23 hoursmm/percpu: avoid IO/FS reclaim in backing allocationsKaitao Cheng
23 hoursmm/percpu: make cached pages lookup explicitKaitao Cheng
23 hoursmm/percpu: honor GFP constraints when populating chunksKaitao Cheng
23 hoursmm/vmalloc: honor GFP constraints in pcpu_get_vm_areas()Kaitao Cheng
23 hoursmm: replace __ASSEMBLY__ with __ASSEMBLER__ in memory management header filesThomas Huth
23 hoursmm/filemap: reduce unnecessary xarray lookups in filemap_get_folios_contig()Chi Zhiling