index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_alloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-23
1
-1
/
+1
|
\
|
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2024-11-11
1
-3
/
+7
|
|
\
|
*
|
mm/page_alloc: use str_off_on() helper in build_all_zonelists()
Thorsten Blum
2024-11-06
1
-1
/
+1
*
|
|
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-11-21
1
-136
/
+0
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-14
1
-7
/
+24
|
|
\
\
\
|
*
|
|
|
mm: move the page fragment allocator from page_alloc into its own file
Yunsheng Lin
2024-11-11
1
-136
/
+0
*
|
|
|
|
mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
Jinjiang Tu
2024-11-14
1
-1
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
mm: page_alloc: move mlocked flag clearance into free_pages_prepare()
Roman Gushchin
2024-11-11
1
-0
/
+15
|
|
_
|
/
|
/
|
|
*
|
|
mm/page_alloc: keep track of free highatomic
Yu Zhao
2024-11-07
1
-3
/
+7
|
|
/
|
/
|
*
|
mm/thp: fix deferred split unqueue naming and locking
Hugh Dickins
2024-11-05
1
-1
/
+0
*
|
mm/thp: fix deferred split queue not partially_mapped
Hugh Dickins
2024-11-05
1
-3
/
+2
|
/
*
mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves
Matt Fleming
2024-10-28
1
-5
/
+5
*
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-21
1
-130
/
+219
|
\
|
*
mm/codetag: fix pgalloc_tag_split()
Yu Zhao
2024-09-09
1
-2
/
+2
|
*
mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=n
Andrew Morton
2024-09-09
1
-11
/
+5
|
*
mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}
Yosry Ahmed
2024-09-09
1
-6
/
+4
|
*
mm: page_alloc: simpify page del and expand
Huan Yang
2024-09-09
1
-10
/
+25
|
*
mm: introduce a pageflag for partially mapped folios
Usama Arif
2024-09-09
1
-2
/
+3
|
*
mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...
Barry Song
2024-09-09
1
-25
/
+25
|
*
mm: count the number of anonymous THPs per size
Barry Song
2024-09-09
1
-1
/
+4
|
*
mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
Zhongkun He
2024-09-03
1
-0
/
+5
|
*
mm/contig_alloc: support __GFP_COMP
Yu Zhao
2024-09-03
1
-31
/
+80
|
*
mm: accept to promo watermark
Kirill A. Shutemov
2024-09-01
1
-2
/
+2
|
*
mm: add a helper to accept page
Kirill A. Shutemov
2024-09-01
1
-12
/
+35
|
*
mm: rework accept memory helpers
Kirill A. Shutemov
2024-09-01
1
-16
/
+3
|
*
mm: introduce PageUnaccepted() page type
Kirill A. Shutemov
2024-09-01
1
-0
/
+2
|
*
mm: accept memory in __alloc_pages_bulk()
Kirill A. Shutemov
2024-09-01
1
-0
/
+11
|
*
mm: reduce deferred struct page init ifdeffery
Kirill A. Shutemov
2024-09-01
1
-4
/
+5
|
*
mm: improve code consistency with zonelist_* helper functions
Wei Yang
2024-09-01
1
-11
/
+11
*
|
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-19
1
-1
/
+1
|
\
\
|
*
|
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
2024-08-07
1
-1
/
+1
|
*
|
sched/rt: Clean up usage of rt_task()
Qais Yousef
2024-08-07
1
-1
/
+1
*
|
|
codetag: debug: mark codetags for poisoned page as empty
Hao Ge
2024-09-01
1
-0
/
+7
|
|
/
|
/
|
*
|
alloc_tag: introduce clear_page_tag_ref() helper function
Suren Baghdasaryan
2024-08-15
1
-8
/
+1
*
|
mm: fix endless reclaim on machines with unaccepted memory
Kirill A. Shutemov
2024-08-15
1
-22
/
+20
*
|
mm: don't account memmap per-node
Pasha Tatashin
2024-08-15
1
-1
/
+0
|
/
*
mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...
Li Zhijian
2024-07-26
1
-7
/
+11
*
alloc_tag: outline and export free_reserved_page()
Suren Baghdasaryan
2024-07-26
1
-0
/
+17
*
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-24
1
-7
/
+7
*
mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
Vlastimil Babka
2024-07-17
1
-6
/
+0
*
mm/page_alloc: put __free_pages_core() in __meminit section
Wei Yang
2024-07-12
1
-1
/
+1
*
mm/page_alloc: remove prefetchw() on freeing page to buddy system
Wei Yang
2024-07-10
1
-11
/
+2
*
mm: refactor folio_undo_large_rmappable()
Kefeng Wang
2024-07-04
1
-2
/
+1
*
mm/page_alloc: reword the comment of buddy_merge_likely()
Wei Yang
2024-07-03
1
-3
/
+3
*
mm/page_alloc: fix a typo in comment about GFP flag
Wei Yang
2024-07-03
1
-1
/
+1
*
mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...
David Hildenbrand
2024-07-03
1
-2
/
+10
*
mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...
David Hildenbrand
2024-07-03
1
-9
/
+23
*
mm: pass meminit_context to __free_pages_core()
David Hildenbrand
2024-07-03
1
-2
/
+15
*
mm/page_alloc: clear PageBuddy using __ClearPageBuddy() for bad pages
David Hildenbrand
2024-07-03
1
-2
/
+4
*
mm: report per-page metadata information
Sourav Panda
2024-07-03
1
-0
/
+1
[next]