index
:
linux/linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_alloc.c
Age
Commit message (
Expand
)
Author
2025-03-17
mm: move hugetlb specific things in folio to page[3]
David Hildenbrand
2025-03-17
mm: let _folio_nr_pages overlay memcg_data in first tail page
David Hildenbrand
2025-03-17
mm/page_alloc: clarify should_claim_block() commentary
Brendan Jackman
2025-03-17
mm/page_alloc: clarify terminology in migratetype fallback code
Brendan Jackman
2025-03-16
mm/page_alloc: warn on nr_reserved_highatomic underflow
Brendan Jackman
2025-03-16
mm: page_alloc: group fallback functions together
Johannes Weiner
2025-03-16
mm: page_alloc: remove remnants of unlocked migratetype updates
Johannes Weiner
2025-03-16
mm: page_alloc: don't steal single pages from biggest buddy
Johannes Weiner
2025-03-16
alloc_tag: uninline code gated by mem_alloc_profiling_key in page allocator
Suren Baghdasaryan
2025-03-16
mm: avoid extra mem_alloc_profiling_enabled() checks
Suren Baghdasaryan
2025-03-16
mm/page_alloc: fix memory accept before watermarks gets initialized
Kirill A. Shutemov
2025-03-05
mm/page_alloc: fix uninitialized variable
Hao Zhang
2025-03-05
Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] f...
Gabriel Krisman Bertazi
2025-02-27
mm, bpf: Use memcg in try_alloc_pages().
Alexei Starovoitov
2025-02-27
mm, bpf: Introduce free_pages_nolock()
Alexei Starovoitov
2025-02-27
mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
Alexei Starovoitov
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-25
mm/page_alloc: remove the incorrect and misleading comment
Yuntao Wang
2025-01-25
mm: alloc_pages_bulk_noprof: drop page_list argument
Luiz Capitulino
2025-01-25
mm: replace free hugepage folios after migration
yangge
2025-01-15
mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_c...
zihan zhou
2025-01-13
mm/page_alloc: don't use __GFP_HARDWALL when migrating pages via alloc_contig*()
David Hildenbrand
2025-01-13
mm/page_alloc: forward the gfp flags from alloc_contig_range() to post_alloc_...
David Hildenbrand
2025-01-13
mm/page_alloc: sort out the alloc_contig_range() gfp flags mess
David Hildenbrand
2025-01-13
mm/page_alloc: make __alloc_contig_migrate_range() static
David Hildenbrand
2025-01-13
mm/page_isolation: don't pass gfp flags to start_isolate_page_range()
David Hildenbrand
2025-01-13
mm/memory_hotplug: move debug_pagealloc_map_pages() into online_pages_range()
David Hildenbrand
2025-01-13
mm/page_alloc: add some detailed comments in can_steal_fallback
gaoxiang17
2025-01-13
mm/page_alloc: add __alloc_frozen_pages()
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: move set_page_refcounted() to end of __alloc_pages()
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_slowpath()
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_direct_...
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_direct_...
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_may_oom()
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_cpuset_...
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: move set_page_refcounted() to callers of get_page_from_freelist()
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: move set_page_refcounted() to callers of prep_new_page()
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: export free_frozen_pages() instead of free_unref_page()
Matthew Wilcox (Oracle)
2025-01-13
mm/page_alloc: cache page_zone() result in free_unref_page()
Matthew Wilcox (Oracle)
2024-12-18
mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split...
David Hildenbrand
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-11-14
mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
Jinjiang Tu
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-11
mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
Roman Gushchin
2024-11-11
mm: move the page fragment allocator from page_alloc into its own file
Yunsheng Lin
2024-11-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2024-11-07
mm/page_alloc: keep track of free highatomic
Yu Zhao
[prev]
[next]