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
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
2025-06-04
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
-27
/
+0
2025-04-07
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
2024-12-14
mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
Roman Gushchin
1
-0
/
+15
2024-11-22
mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
Jinjiang Tu
1
-1
/
+2
2024-11-17
mm/thp: fix deferred split unqueue naming and locking
Hugh Dickins
1
-1
/
+1
2024-11-17
mm: refactor folio_undo_large_rmappable()
Kefeng Wang
1
-3
/
+1
2024-11-17
mm: always initialise folio->_deferred_list
Matthew Wilcox (Oracle)
1
-4
/
+5
2024-11-17
mm: add page_rmappable_folio() wrapper
Hugh Dickins
1
-6
/
+2
2024-11-08
mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves
Matt Fleming
1
-5
/
+5
2024-08-29
mm: fix endless reclaim on machines with unaccepted memory
Kirill A. Shutemov
1
-22
/
+20
2024-08-11
mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...
Li Zhijian
1
-7
/
+11
2024-08-11
mm: page_alloc: control latency caused by zone PCP draining
Lucas Stach
1
-4
/
+7
2024-08-11
mm: restrict the pcp batch scale factor to avoid too long latency
Huang Ying
1
-1
/
+1
2024-07-05
mm/page_alloc: Separate THP PCP into movable and non-movable categories
yangge
1
-2
/
+7
2024-05-02
mm, treewide: introduce NR_PAGE_ORDERS
Kirill A. Shutemov
1
-7
/
+6
2024-04-03
mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...
Vlastimil Babka
1
-4
/
+6
2024-01-31
mm: page_alloc: unreserve highatomic page blocks before oom
Charan Teja Kalla
1
-8
/
+8
2023-10-06
mm/page_alloc: correct start page when guard page debug is enabled
Kemeng Shi
1
-1
/
+1
2023-09-19
mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy list
Johannes Weiner
1
-6
/
+6
2023-09-02
mm: page_alloc: remove stale CMA guard code
Johannes Weiner
1
-17
/
+4
2023-08-21
mm: add large_rmappable page flag
Matthew Wilcox (Oracle)
1
-6
/
+1
2023-08-21
mm: remove HUGETLB_PAGE_DTOR
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-21
mm: remove free_compound_page() and the compound_page_dtors array
Matthew Wilcox (Oracle)
1
-19
/
+5
2023-08-21
mm: convert prep_transhuge_page() to folio_prep_large_rmappable()
Matthew Wilcox (Oracle)
1
-3
/
+4
2023-08-21
mm: convert free_transhuge_folio() to folio_undo_large_rmappable()
Matthew Wilcox (Oracle)
1
-3
/
+6
2023-08-21
mm: convert free_huge_page() to free_huge_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-21
mm: call free_huge_page() directly
Matthew Wilcox (Oracle)
1
-3
/
+5
2023-08-21
mm/page_alloc: use get_pfnblock_migratetype to avoid extra page_to_pfn
Kemeng Shi
1
-2
/
+2
2023-08-21
mm/page_alloc: remove unnecessary inner __get_pfnblock_flags_mask
Kemeng Shi
1
-19
/
+11
2023-08-21
mm: page_alloc: remove unused parameter from reserve_highatomic_pageblock()
ZhangPeng
1
-3
/
+2
2023-08-21
mm/page_alloc: remove unnecessary parameter batch of nr_pcp_free
Kemeng Shi
1
-5
/
+3
2023-08-21
mm/page_alloc: remove track of active PCP lists range in bulk free
Kemeng Shi
1
-12
/
+3
2023-08-21
mm/page_alloc: remove unneeded variable base
Miaohe Lin
1
-3
/
+1
2023-08-21
mm/page_alloc: avoid unneeded alike_pages calculation
Miaohe Lin
1
-6
/
+5
2023-08-18
mm: page_alloc: avoid false page outside zone error info
Miaohe Lin
1
-3
/
+2
2023-08-18
mm/page_alloc: use write_seqlock_irqsave() instead write_seqlock() + local_ir...
Sebastian Andrzej Siewior
1
-9
/
+6
2023-08-18
mm/page_alloc: fix min_free_kbytes calculation regarding ZONE_MOVABLE
liuq
1
-6
/
+6
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-749
/
+124
2023-06-23
mm: page_alloc: use the correct type of list for free pages
Baolin Wang
1
-1
/
+1
2023-06-19
mm: page_alloc: make compound_page_dtors static
Miaohe Lin
1
-1
/
+1
2023-06-09
mm: page_alloc: remove unneeded header files
Miaohe Lin
1
-4
/
+0
2023-06-09
mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM i...
Tetsuo Handa
1
-1
/
+2
2023-06-09
mm: compaction: simplify should_compact_retry()
Johannes Weiner
1
-38
/
+19
2023-06-09
mm: compaction: remove compaction result helpers
Johannes Weiner
1
-13
/
+17
2023-06-09
mm: page_alloc: set sysctl_lowmem_reserve_ratio storage-class-specifier to st...
Tom Rix
1
-1
/
+1
2023-06-09
mm: page_alloc: move is_check_pages_enabled() into page_alloc.c
Kefeng Wang
1
-1
/
+6
2023-06-09
mm: page_alloc: move sysctls into it own fils
Kefeng Wang
1
-14
/
+89
2023-06-09
mm: page_alloc: move pm_* function into power
Kefeng Wang
1
-38
/
+0
[next]