summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
4 daysmm/page_alloc: don't spin_trylock() in NMI on UPBrendan Jackman
7 daysmm: page_alloc: fix non-movable reclaim storm in defrag_modeJohannes Weiner
7 daysmm: page_alloc: move capture_control to the page allocatorVlastimil Babka (SUSE)
7 daysmm: page_alloc: __GFP_FS lockdep annotation for direct compactionJohannes Weiner
2026-06-01mm/page_alloc: fix initialization of tags of the huge zero folio with init_on...David Hildenbrand (Arm)
2026-05-07mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UPHarry Yoo (Oracle)
2026-05-07mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge
2026-03-19mm/kfence: fix KASAN hardware tag faults during late enablementAlexander Potapenko
2026-03-04mm/page_alloc: clear page->private in free_pages_prepare()Mikhail Gavrilov
2026-03-04mm/page_alloc: skip debug_check_no_{obj,locks}_freed with FPI_TRYLOCKHarry Yoo
2026-03-04mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocationsVlastimil Babka
2026-01-23mm/page_alloc: prevent pcp corruption with SMP=nVlastimil Babka
2026-01-23mm/page_alloc: batch page freeing in decay_pcp_highJoshua Hahn
2026-01-23mm/page_alloc/vmstat: simplify refresh_cpu_vm_stats change detectionJoshua Hahn
2026-01-23mm/page_alloc: make percpu_pagelist_high_fraction reads lock-freeAboorva Devarajan
2026-01-08mm/page_alloc: change all pageblocks migrate type on coalescingAlexander Gordeev
2025-11-18mm/huge_memory: Fix initialization of huge zero folioLinus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29mm: Introduce alloc_frozen_pages_nolock()Alexei Starovoitov
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov
2025-09-23mm: page_alloc: avoid kswapd thrashing due to NUMA restrictionsJohannes Weiner
2025-09-21mm: remove page->orderMatthew Wilcox (Oracle)
2025-09-21alloc_tag: avoid warnings when freeing non-compound "tail" pagesSuren Baghdasaryan
2025-09-21mm: re-enable kswapd when memory pressure subsides or demotion is toggledChanwon Park
2025-09-21mm/page_alloc: check the correct buddy if it is a starting blockWei Yang
2025-09-21mm/page_alloc: add kernel-docs for free_pages()Vishal Moola (Oracle)
2025-09-21mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_...David Hildenbrand
2025-09-13mm/page_alloc: find_large_buddy() from start_pfn aligned orderWei Yang
2025-09-13mm/pageblock-flags: remove PB_migratetype_bits/PB_migrate_endWei Yang
2025-09-13mm/page_alloc: use xxx_pageblock_isolate() for better readingWei Yang
2025-09-13mm/page_alloc: harmonize should_compact_retry() typeBrendan Jackman
2025-09-13mm: remove is_migrate_highatomic()Brendan Jackman
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-13mm/page_alloc: remove redundant pcp->free_count initialization in per_cpu_pag...Ye Liu
2025-09-13mm/page_alloc: simplify lowmem_reserve max calculationYe Liu
2025-09-13mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo
2025-07-26mm/page_alloc: remove trace_mm_alloc_contig_migrate_range_info()Zi Yan
2025-07-13mm/page-alloc: remove PageMappingFlags()David Hildenbrand
2025-07-13mm: rename __PageMovable() to page_has_movable_ops()David Hildenbrand
2025-07-13mm/page_alloc: let page freeing clear any set page typeDavid Hildenbrand
2025-07-13mm/page_isolation: remove migratetype parameter from more functionsZi Yan
2025-07-13mm/page_isolation: remove migratetype from undo_isolate_page_range()Zi Yan
2025-07-13mm/page_isolation: remove migratetype from move_freepages_block_isolate()Zi Yan
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan
2025-07-13mm/page_isolation: make page isolation a standalone bitZi Yan
2025-07-13mm/page_alloc: pageblock flags functions clean upZi Yan
2025-07-09mm: restore documentation for __free_pages()Matthew Wilcox (Oracle)
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-27mm: pcp: increase pcp->free_count threshold to trigger free_highNikhil Dhama