index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_alloc.c
Age
Commit message (
Expand
)
Author
2026-08-24
mm/page_alloc: only update lowmem_reserve_ratio on sysctl write
Jianlin Shi
2026-08-06
mm: page_alloc: fix non-movable reclaim storm in defrag_mode
Johannes Weiner
2026-08-06
mm: page_alloc: move capture_control to the page allocator
Vlastimil Babka (SUSE)
2026-08-06
mm: page_alloc: __GFP_FS lockdep annotation for direct compaction
Johannes Weiner
2026-08-06
mm/page_alloc: remove a couple of VM_BUG_ON()st
Brendan Jackman
2026-08-06
mm/page_alloc: fixup alloc_pages_nolock_noprof() comment
Brendan Jackman
2026-08-06
mm/page_alloc: rename FPI_TRYLOCK -> FPI_NOLOCK
Brendan Jackman
2026-08-06
mm/page_alloc: don't spin_trylock() when disallowed in free_one_page()
Brendan Jackman
2026-08-06
mm/page_alloc: don't spin_trylock() in NMI on UP
Brendan Jackman
2026-08-06
mm: let node_reclaim() return the number of pages reclaimed
Petr Tesarik
2026-08-04
mm: split out mm_init and memblock declarations from internal.h
Mike Rapoport (Microsoft)
2026-08-04
mm: provide free_reserved_pages(), removing x86 variant
David Hildenbrand (Arm)
2026-08-04
mm/page_alloc: make sure tail_page->private is zero at page free time
Zi Yan
2026-07-30
mm: factor out can_spin_trylock()
Brendan Jackman
2026-07-30
mm/page_alloc: drop alloc_flags arg from alloc_flags_cma()
Brendan Jackman
2026-07-30
mm: replace __GFP_NO_CODETAG with ALLOC_NO_CODETAG
Brendan Jackman
2026-07-30
mm: move __alloc_pages() to mm/page_alloc.h
Brendan Jackman
2026-07-30
mm/page_alloc: relax GFP WARN in nolock allocs
Brendan Jackman
2026-07-30
mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
Brendan Jackman
2026-07-30
mm: split out internal page_alloc.h
Brendan Jackman
2026-07-30
mm/page_alloc: some renames to clarify alloc_flags scopes
Brendan Jackman
2026-07-30
mm/page_alloc: rename ALLOC_TRYLOCK -> ALLOC_NOLOCK
Brendan Jackman
2026-07-30
mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointer
Hui Zhu
2026-07-30
mm/page_alloc: use existing highatomic reserves on the buddy fastpath
JP Kobryn
2026-07-28
mm: constify oom_control, scan_control, and alloc_context nodemask
Gregory Price
2026-07-28
mm/page_alloc: drop flag-conversion "optimisation"
Brendan Jackman
2026-07-28
mm/page_alloc: don't build vm_numa_stat_key if CONFIG_NUMA=n
Ben Dooks
2026-06-21
mm/page_alloc: only update NUMA min ratios on sysctl write
Jianlin Shi
2026-06-21
mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
Hao Ge
2026-06-08
mm/page_alloc: fix deferred compaction accounting
fujunjie
2026-06-08
mm/compaction: respect cpusets when checking retry suitability
fujunjie
2026-06-04
mm/page_alloc: remove VM_BUG_ON()s from pindex helpers
Brendan Jackman
2026-06-04
mm/page_alloc: fix defrag_mode for non-reclaimable allocations
Dmitry Ilvokhin
2026-06-02
mm/page_alloc: document that alloc_pages_nolock() uses RCU
Brendan Jackman
2026-06-02
mm/page_alloc: drop a misleading __always_inline
Brendan Jackman
2026-06-02
mm/page_alloc: remove ifdefs from pindex helpers
Brendan Jackman
2026-06-02
mm: rejig pageblock mask definitions
Brendan Jackman
2026-06-02
mm/page_alloc: don't overload migratetype in find_suitable_fallback()
Brendan Jackman
2026-05-28
mm: use zone lock guard in __offline_isolated_pages()
Dmitry Ilvokhin
2026-05-28
mm: use zone lock guard in free_pcppages_bulk()
Dmitry Ilvokhin
2026-05-28
mm: use zone lock guard in put_page_back_buddy()
Dmitry Ilvokhin
2026-05-28
mm: use zone lock guard in take_page_off_buddy()
Dmitry Ilvokhin
2026-05-28
mm: use zone lock guard in unreserve_highatomic_pageblock()
Dmitry Ilvokhin
2026-05-28
mm: use zone lock guard in reserve_highatomic_pageblock()
Dmitry Ilvokhin
2026-05-28
mm, page_alloc: reintroduce page allocation stall warning
David Rientjes
2026-05-28
mm/page_alloc: cleanup flag vars in alloc_pages_bulk_noprof()
Brendan Jackman
2026-05-28
mm/page_alloc: optimize __free_contig_frozen_range()
Muhammad Usama Anjum
2026-05-28
vmalloc: optimize vfree with free_pages_bulk()
Ryan Roberts
2026-05-28
mm/page_alloc: optimize free_contig_range()
Ryan Roberts
2026-05-28
mm/page_alloc: replace kernel_init_pages() with batch page clearing
Hrushikesh Salunke
[next]