index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_alloc.c
Age
Commit message (
Expand
)
Author
13 days
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]