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.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
13 hours
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
2025-05-29
mm/page_alloc.c: avoid infinite retries caused by cpuset race
Tianyang Zhang
2025-05-22
mm/page_alloc: fix race condition in unaccepted memory handling
Kirill A. Shutemov
2025-05-18
mm: page_alloc: speed up fallbacks in rmqueue_bulk()
Johannes Weiner
2025-05-18
mm: page_alloc: don't steal single pages from biggest buddy
Johannes Weiner
2025-03-28
mm/page_alloc: fix memory accept before watermarks gets initialized
Kirill A. Shutemov
2025-03-13
mm/page_alloc: fix uninitialized variable
Hao Zhang
2025-03-13
Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] f...
Gabriel Krisman Bertazi
2024-12-27
mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split...
David Hildenbrand
2024-11-14
mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
Jinjiang Tu
2024-11-11
mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
Roman Gushchin
2024-11-07
mm/page_alloc: keep track of free highatomic
Yu Zhao
2024-11-05
mm/thp: fix deferred split unqueue naming and locking
Hugh Dickins
2024-11-05
mm/thp: fix deferred split queue not partially_mapped
Hugh Dickins
2024-10-28
mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves
Matt Fleming
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-09
mm/codetag: fix pgalloc_tag_split()
Yu Zhao
2024-09-09
mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=n
Andrew Morton
2024-09-09
mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}
Yosry Ahmed
2024-09-09
mm: page_alloc: simpify page del and expand
Huan Yang
2024-09-09
mm: introduce a pageflag for partially mapped folios
Usama Arif
2024-09-09
mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...
Barry Song
2024-09-09
mm: count the number of anonymous THPs per size
Barry Song
2024-09-03
mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
Zhongkun He
2024-09-03
mm/contig_alloc: support __GFP_COMP
Yu Zhao
2024-09-01
mm: accept to promo watermark
Kirill A. Shutemov
2024-09-01
mm: add a helper to accept page
Kirill A. Shutemov
2024-09-01
mm: rework accept memory helpers
Kirill A. Shutemov
2024-09-01
mm: introduce PageUnaccepted() page type
Kirill A. Shutemov
2024-09-01
mm: accept memory in __alloc_pages_bulk()
Kirill A. Shutemov
2024-09-01
mm: reduce deferred struct page init ifdeffery
Kirill A. Shutemov
2024-09-01
mm: improve code consistency with zonelist_* helper functions
Wei Yang
2024-09-01
codetag: debug: mark codetags for poisoned page as empty
Hao Ge
2024-08-15
alloc_tag: introduce clear_page_tag_ref() helper function
Suren Baghdasaryan
2024-08-15
mm: fix endless reclaim on machines with unaccepted memory
Kirill A. Shutemov
2024-08-15
mm: don't account memmap per-node
Pasha Tatashin
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
2024-07-26
mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...
Li Zhijian
2024-07-26
alloc_tag: outline and export free_reserved_page()
Suren Baghdasaryan
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-17
mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
Vlastimil Babka
2024-07-12
mm/page_alloc: put __free_pages_core() in __meminit section
Wei Yang
2024-07-10
mm/page_alloc: remove prefetchw() on freeing page to buddy system
Wei Yang
2024-07-04
mm: refactor folio_undo_large_rmappable()
Kefeng Wang
2024-07-03
mm/page_alloc: reword the comment of buddy_merge_likely()
Wei Yang
2024-07-03
mm/page_alloc: fix a typo in comment about GFP flag
Wei Yang
2024-07-03
mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...
David Hildenbrand
2024-07-03
mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...
David Hildenbrand
[next]