index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
mm/kfence: fix KASAN hardware tag faults during late enablement
Alexander Potapenko
1
-1
/
+2
9 days
mm/page_alloc: forward the gfp flags from alloc_contig_range() to post_alloc_...
David Hildenbrand
1
-4
/
+5
9 days
mm/page_alloc: sort out the alloc_contig_range() gfp flags mess
David Hildenbrand
1
-4
/
+44
9 days
mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()
Matthew Wilcox (Oracle)
1
-1
/
+2
2026-03-04
mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocations
Vlastimil Babka
1
-0
/
+14
2026-01-23
mm/page_alloc: prevent pcp corruption with SMP=n
Vlastimil Babka
1
-8
/
+39
2026-01-23
mm/page_alloc: batch page freeing in decay_pcp_high
Joshua Hahn
1
-3
/
+6
2026-01-23
mm/page_alloc/vmstat: simplify refresh_cpu_vm_stats change detection
Joshua Hahn
1
-4
/
+4
2026-01-23
mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free
Aboorva Devarajan
1
-1
/
+9
2026-01-11
mm/page_alloc: change all pageblocks migrate type on coalescing
Alexander Gordeev
1
-12
/
+12
2025-10-19
mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocations
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2025-06-19
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
1
-6
/
+2
2025-05-29
mm/page_alloc.c: avoid infinite retries caused by cpuset race
Tianyang Zhang
1
-0
/
+8
2025-05-22
mm/page_alloc: fix race condition in unaccepted memory handling
Kirill A. Shutemov
1
-23
/
+0
2025-05-18
mm: page_alloc: speed up fallbacks in rmqueue_bulk()
Johannes Weiner
1
-33
/
+80
2025-05-18
mm: page_alloc: don't steal single pages from biggest buddy
Johannes Weiner
1
-46
/
+34
2025-03-28
mm/page_alloc: fix memory accept before watermarks gets initialized
Kirill A. Shutemov
1
-2
/
+12
2025-03-13
mm/page_alloc: fix uninitialized variable
Hao Zhang
1
-0
/
+1
2025-03-13
Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] f...
Gabriel Krisman Bertazi
1
-2
/
+1
2024-12-27
mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split...
David Hildenbrand
1
-2
/
+4
2024-11-14
mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
Jinjiang Tu
1
-1
/
+2
2024-11-11
mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
Roman Gushchin
1
-0
/
+15
2024-11-07
mm/page_alloc: keep track of free highatomic
Yu Zhao
1
-3
/
+7
2024-11-05
mm/thp: fix deferred split unqueue naming and locking
Hugh Dickins
1
-1
/
+0
2024-11-05
mm/thp: fix deferred split queue not partially_mapped
Hugh Dickins
1
-3
/
+2
2024-10-28
mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves
Matt Fleming
1
-5
/
+5
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-130
/
+219
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2024-09-09
mm/codetag: fix pgalloc_tag_split()
Yu Zhao
1
-2
/
+2
2024-09-09
mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=n
Andrew Morton
1
-11
/
+5
2024-09-09
mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}
Yosry Ahmed
1
-6
/
+4
2024-09-09
mm: page_alloc: simpify page del and expand
Huan Yang
1
-10
/
+25
2024-09-09
mm: introduce a pageflag for partially mapped folios
Usama Arif
1
-2
/
+3
2024-09-09
mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...
Barry Song
1
-25
/
+25
2024-09-09
mm: count the number of anonymous THPs per size
Barry Song
1
-1
/
+4
2024-09-03
mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
Zhongkun He
1
-0
/
+5
2024-09-03
mm/contig_alloc: support __GFP_COMP
Yu Zhao
1
-31
/
+80
2024-09-01
mm: accept to promo watermark
Kirill A. Shutemov
1
-2
/
+2
2024-09-01
mm: add a helper to accept page
Kirill A. Shutemov
1
-12
/
+35
2024-09-01
mm: rework accept memory helpers
Kirill A. Shutemov
1
-16
/
+3
2024-09-01
mm: introduce PageUnaccepted() page type
Kirill A. Shutemov
1
-0
/
+2
2024-09-01
mm: accept memory in __alloc_pages_bulk()
Kirill A. Shutemov
1
-0
/
+11
2024-09-01
mm: reduce deferred struct page init ifdeffery
Kirill A. Shutemov
1
-4
/
+5
2024-09-01
mm: improve code consistency with zonelist_* helper functions
Wei Yang
1
-11
/
+11
2024-09-01
codetag: debug: mark codetags for poisoned page as empty
Hao Ge
1
-0
/
+7
2024-08-15
alloc_tag: introduce clear_page_tag_ref() helper function
Suren Baghdasaryan
1
-8
/
+1
2024-08-15
mm: fix endless reclaim on machines with unaccepted memory
Kirill A. Shutemov
1
-22
/
+20
2024-08-15
mm: don't account memmap per-node
Pasha Tatashin
1
-1
/
+0
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
1
-1
/
+1
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
1
-1
/
+1
[next]