summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
13 daysmm/page_alloc: only update lowmem_reserve_ratio on sysctl writeJianlin Shi
2026-08-06mm: page_alloc: fix non-movable reclaim storm in defrag_modeJohannes Weiner
2026-08-06mm: page_alloc: move capture_control to the page allocatorVlastimil Babka (SUSE)
2026-08-06mm: page_alloc: __GFP_FS lockdep annotation for direct compactionJohannes Weiner
2026-08-06mm/page_alloc: remove a couple of VM_BUG_ON()stBrendan Jackman
2026-08-06mm/page_alloc: fixup alloc_pages_nolock_noprof() commentBrendan Jackman
2026-08-06mm/page_alloc: rename FPI_TRYLOCK -> FPI_NOLOCKBrendan Jackman
2026-08-06mm/page_alloc: don't spin_trylock() when disallowed in free_one_page()Brendan Jackman
2026-08-06mm/page_alloc: don't spin_trylock() in NMI on UPBrendan Jackman
2026-08-06mm: let node_reclaim() return the number of pages reclaimedPetr Tesarik
2026-08-04mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)
2026-08-04mm: provide free_reserved_pages(), removing x86 variantDavid Hildenbrand (Arm)
2026-08-04mm/page_alloc: make sure tail_page->private is zero at page free timeZi Yan
2026-07-30mm: factor out can_spin_trylock()Brendan Jackman
2026-07-30mm/page_alloc: drop alloc_flags arg from alloc_flags_cma()Brendan Jackman
2026-07-30mm: replace __GFP_NO_CODETAG with ALLOC_NO_CODETAGBrendan Jackman
2026-07-30mm: move __alloc_pages() to mm/page_alloc.hBrendan Jackman
2026-07-30mm/page_alloc: relax GFP WARN in nolock allocsBrendan Jackman
2026-07-30mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()Brendan Jackman
2026-07-30mm: split out internal page_alloc.hBrendan Jackman
2026-07-30mm/page_alloc: some renames to clarify alloc_flags scopesBrendan Jackman
2026-07-30mm/page_alloc: rename ALLOC_TRYLOCK -> ALLOC_NOLOCKBrendan Jackman
2026-07-30mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointerHui Zhu
2026-07-30mm/page_alloc: use existing highatomic reserves on the buddy fastpathJP Kobryn
2026-07-28mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price
2026-07-28mm/page_alloc: drop flag-conversion "optimisation"Brendan Jackman
2026-07-28mm/page_alloc: don't build vm_numa_stat_key if CONFIG_NUMA=nBen Dooks
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