summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2026-06-21mm/page_alloc: only update NUMA min ratios on sysctl writeJianlin Shi
2026-06-21mm/alloc_tag: replace fixed-size early PFN array with dynamic linked listHao Ge
2026-06-08mm/page_alloc: fix deferred compaction accountingfujunjie
2026-06-08mm/compaction: respect cpusets when checking retry suitabilityfujunjie
2026-06-04mm/page_alloc: remove VM_BUG_ON()s from pindex helpersBrendan Jackman
2026-06-04mm/page_alloc: fix defrag_mode for non-reclaimable allocationsDmitry Ilvokhin
2026-06-02mm/page_alloc: document that alloc_pages_nolock() uses RCUBrendan Jackman
2026-06-02mm/page_alloc: drop a misleading __always_inlineBrendan Jackman
2026-06-02mm/page_alloc: remove ifdefs from pindex helpersBrendan Jackman
2026-06-02mm: rejig pageblock mask definitionsBrendan Jackman
2026-06-02mm/page_alloc: don't overload migratetype in find_suitable_fallback()Brendan Jackman
2026-05-28mm: use zone lock guard in __offline_isolated_pages()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in free_pcppages_bulk()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in put_page_back_buddy()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in take_page_off_buddy()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in unreserve_highatomic_pageblock()Dmitry Ilvokhin
2026-05-28mm: use zone lock guard in reserve_highatomic_pageblock()Dmitry Ilvokhin
2026-05-28mm, page_alloc: reintroduce page allocation stall warningDavid Rientjes
2026-05-28mm/page_alloc: cleanup flag vars in alloc_pages_bulk_noprof()Brendan Jackman
2026-05-28mm/page_alloc: optimize __free_contig_frozen_range()Muhammad Usama Anjum
2026-05-28vmalloc: optimize vfree with free_pages_bulk()Ryan Roberts
2026-05-28mm/page_alloc: optimize free_contig_range()Ryan Roberts
2026-05-28mm/page_alloc: replace kernel_init_pages() with batch page clearingHrushikesh Salunke
2026-05-21Revert "mm: introduce a new page type for page pool in page type"Byungchul Park
2026-05-13mm/page_alloc: fix initialization of tags of the huge zero folio with init_on...David Hildenbrand (Arm)
2026-05-03Merge tag 'slab-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-27mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UPHarry Yoo (Oracle)
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-18mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge
2026-04-05mm/page_alloc: don't increase highatomic reserve after pcp allocFrank van der Linden
2026-04-05mm: introduce is_pmd_order helperNico Pache
2026-04-05mm: ratelimit min_free_kbytes adjustment messagesBreno Leitao
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park
2026-04-05mm/page_alloc: remove pcpu_spin_* wrappersVlastimil Babka
2026-04-05mm/page_alloc: remove IRQ saving/restoring from pcp lockingVlastimil Babka
2026-04-05mm/page_alloc: effectively disable pcp with CONFIG_SMP=nVlastimil Babka
2026-04-05mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'Kiryl Shutsemau
2026-04-05mm: change the interface of prep_compound_tail()Kiryl Shutsemau
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-04-01memblock: warn when freeing reserved memory before memory map is initializedMike Rapoport (Microsoft)
2026-04-01mm: move free_reserved_area() to mm/memblock.cMike Rapoport (Microsoft)
2026-03-24mm/page_alloc: avoid overcounting bulk alloc in watermark checkShengming Hu
2026-02-24mm/kfence: fix KASAN hardware tag faults during late enablementAlexander Potapenko
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-13Merge tag 'mm-hotfixes-stable-2026-02-13-07-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-12mm/page_alloc: clear page->private in free_pages_prepare()Mikhail Gavrilov
2026-02-12mm/page_alloc: skip debug_check_no_{obj,locks}_freed with FPI_TRYLOCKHarry Yoo
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-11Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds