summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorLines
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-51/+106
2025-09-29mm: Introduce alloc_frozen_pages_nolock()Alexei Starovoitov-21/+28
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov-4/+6
2025-09-23mm: page_alloc: avoid kswapd thrashing due to NUMA restrictionsJohannes Weiner-0/+24
2025-09-21mm: remove page->orderMatthew Wilcox (Oracle)-2/+2
2025-09-21alloc_tag: avoid warnings when freeing non-compound "tail" pagesSuren Baghdasaryan-1/+8
2025-09-21mm: re-enable kswapd when memory pressure subsides or demotion is toggledChanwon Park-7/+22
2025-09-21mm/page_alloc: check the correct buddy if it is a starting blockWei Yang-17/+8
2025-09-21mm/page_alloc: add kernel-docs for free_pages()Vishal Moola (Oracle)-0/+9
2025-09-21mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_...David Hildenbrand-1/+9
2025-09-13mm/page_alloc: find_large_buddy() from start_pfn aligned orderWei Yang-1/+7
2025-09-13mm/pageblock-flags: remove PB_migratetype_bits/PB_migrate_endWei Yang-2/+2
2025-09-13mm/page_alloc: use xxx_pageblock_isolate() for better readingWei Yang-4/+3
2025-09-13mm/page_alloc: harmonize should_compact_retry() typeBrendan Jackman-1/+1
2025-09-13mm: remove is_migrate_highatomic()Brendan Jackman-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-6/+6
2025-09-13mm/page_alloc: remove redundant pcp->free_count initialization in per_cpu_pag...Ye Liu-1/+0
2025-09-13mm/page_alloc: simplify lowmem_reserve max calculationYe Liu-6/+3
2025-09-13mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo-1/+1
2025-07-26mm/page_alloc: remove trace_mm_alloc_contig_migrate_range_info()Zi Yan-29/+3
2025-07-13mm/page-alloc: remove PageMappingFlags()David Hildenbrand-4/+3
2025-07-13mm: rename __PageMovable() to page_has_movable_ops()David Hildenbrand-1/+1
2025-07-13mm/page_alloc: let page freeing clear any set page typeDavid Hildenbrand-0/+4
2025-07-13mm/page_isolation: remove migratetype parameter from more functionsZi Yan-13/+14
2025-07-13mm/page_isolation: remove migratetype from undo_isolate_page_range()Zi Yan-1/+1
2025-07-13mm/page_isolation: remove migratetype from move_freepages_block_isolate()Zi Yan-17/+63
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan-0/+26
2025-07-13mm/page_isolation: make page isolation a standalone bitZi Yan-3/+24
2025-07-13mm/page_alloc: pageblock flags functions clean upZi Yan-39/+132
2025-07-09mm: restore documentation for __free_pages()Matthew Wilcox (Oracle)-19/+19
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-36/+26
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-6/+2
2025-05-27mm: pcp: increase pcp->free_count threshold to trigger free_highNikhil Dhama-1/+1
2025-05-22mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov-7/+8
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-68/+20
2025-05-20mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang-0/+8
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price-2/+2
2025-05-11mm: page_alloc: tighten up find_suitable_fallback()Johannes Weiner-18/+13
2025-05-11mm/page_alloc: simplify free_page_is_bad by removing free_page_is_bad_reportYe Liu-7/+1
2025-05-11mm: page_alloc: remove redundant READ_ONCESongtang Liu-1/+1
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov-47/+0
2025-05-11mm/page_alloc: ensure try_alloc_pages() plays well with unaccepted memoryKirill A. Shutemov-13/+15
2025-05-11mm/codetag: move tag retrieval back upfront in __free_pages()David Wang-9/+6
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+26
2025-04-17mm: vmscan: restore high-cpu watermark safety in kswapdJohannes Weiner-12/+0
2025-04-17mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov-2/+26
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-40/+88
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen-6/+2
2025-04-11mm: page_alloc: speed up fallbacks in rmqueue_bulk()Johannes Weiner-34/+79
2025-04-11mm/page_alloc: avoid second trylock of zone->lockAlexei Starovoitov-6/+9