summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-0/+7
|\
| * mm/page_pool: catch page_pool memory leaksJesper Dangaard Brouer2023-11-261-0/+7
* | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-12/+12
* | mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov2024-01-081-7/+6
* | mm, kasan: use KASAN_TAG_KERNEL instead of 0xffAndrey Konovalov2023-12-291-1/+1
* | mm: page_alloc: simplify __free_pages_ok()Yajun Deng2023-12-201-8/+1
* | mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla2023-12-101-8/+8
* | mm: page_alloc: enforce minimum zone size to do high atomic reservesCharan Teja Kalla2023-12-101-1/+4
* | mm: page_alloc: correct high atomic reserve calculationsCharan Teja Kalla2023-12-101-2/+3
* | mm/page_alloc: dedupe some memcg uncharging logicBrendan Jackman2023-12-101-8/+4
|/
* mm: add page_rmappable_folio() wrapperHugh Dickins2023-10-251-6/+2
* mm: page_alloc: check the order of compound page even when the order is zeroHyesoo Yu2023-10-251-3/+3
* mm: page_alloc: skip memoryless nodes entirelyQi Zheng2023-10-251-2/+5
* mm, pcp: reduce detecting time of consecutive high order page freeingHuang Ying2023-10-251-12/+15
* mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying2023-10-251-2/+31
* mm: tune PCP high automaticallyHuang Ying2023-10-251-25/+94
* mm: add framework for PCP high auto-tuningHuang Ying2023-10-251-25/+46
* mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying2023-10-251-10/+43
* mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying2023-10-251-1/+1
* mm, pcp: reduce lock contention for draining high-order pagesHuang Ying2023-10-251-1/+37
* mm, pcp: avoid to drain PCP when process exitHuang Ying2023-10-251-3/+8
* mm/page_alloc: remove unnecessary next_page in break_down_buddy_pagesKemeng Shi2023-10-181-4/+2
* mm/page_alloc: remove unnecessary check in break_down_buddy_pagesKemeng Shi2023-10-181-4/+2
* mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi2023-10-061-1/+1
* mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner2023-09-191-6/+6
* mm: page_alloc: remove stale CMA guard codeJohannes Weiner2023-09-021-17/+4
* mm: add large_rmappable page flagMatthew Wilcox (Oracle)2023-08-211-6/+1
* mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)2023-08-211-1/+1
* mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)2023-08-211-19/+5
* mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)2023-08-211-3/+4
* mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)2023-08-211-3/+6
* mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)2023-08-211-1/+1
* mm: call free_huge_page() directlyMatthew Wilcox (Oracle)2023-08-211-3/+5
* mm/page_alloc: use get_pfnblock_migratetype to avoid extra page_to_pfnKemeng Shi2023-08-211-2/+2
* mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_maskKemeng Shi2023-08-211-19/+11
* mm: page_alloc: remove unused parameter from reserve_highatomic_pageblock()ZhangPeng2023-08-211-3/+2
* mm/page_alloc: remove unnecessary parameter batch of nr_pcp_freeKemeng Shi2023-08-211-5/+3
* mm/page_alloc: remove track of active PCP lists range in bulk freeKemeng Shi2023-08-211-12/+3
* mm/page_alloc: remove unneeded variable baseMiaohe Lin2023-08-211-3/+1
* mm/page_alloc: avoid unneeded alike_pages calculationMiaohe Lin2023-08-211-6/+5
* mm: page_alloc: avoid false page outside zone error infoMiaohe Lin2023-08-181-3/+2
* mm/page_alloc: use write_seqlock_irqsave() instead write_seqlock() + local_ir...Sebastian Andrzej Siewior2023-08-181-9/+6
* mm/page_alloc: fix min_free_kbytes calculation regarding ZONE_MOVABLEliuq2023-08-181-6/+6
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-749/+124
|\
| * mm: page_alloc: use the correct type of list for free pagesBaolin Wang2023-06-231-1/+1
| * mm: page_alloc: make compound_page_dtors staticMiaohe Lin2023-06-191-1/+1
| * mm: page_alloc: remove unneeded header filesMiaohe Lin2023-06-091-4/+0
| * mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM i...Tetsuo Handa2023-06-091-1/+2
| * mm: compaction: simplify should_compact_retry()Johannes Weiner2023-06-091-38/+19
| * mm: compaction: remove compaction result helpersJohannes Weiner2023-06-091-13/+17