'robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2026-03-04mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocationsVlastimil Babka
2026-01-30mm/page_alloc: prevent pcp corruption with SMP=nVlastimil Babka
2026-01-30mm/page_alloc: make percpu_pagelist_high_fraction reads lock-freeAboorva Devarajan
2025-10-19mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo
2025-06-04mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang
2025-05-22mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov
2025-04-07mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov
2025-03-13mm/page_alloc: fix uninitialized variableHao Zhang
2024-12-14mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin
2024-11-22mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu
2024-11-17mm/thp: fix deferred split unqueue naming and lockingHugh Dickins
2024-11-17mm: refactor folio_undo_large_rmappable()Kefeng Wang
2024-11-17mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)
2024-11-17mm: add page_rmappable_folio() wrapperHugh Dickins
2024-11-08mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming
2024-08-29mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov