index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-07-26
mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...
Li Zhijian
1
-7
/
+11
2024-07-26
alloc_tag: outline and export free_reserved_page()
Suren Baghdasaryan
1
-0
/
+17
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-7
/
+7
2024-07-17
mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
Vlastimil Babka
1
-6
/
+0
2024-07-12
mm/page_alloc: put __free_pages_core() in __meminit section
Wei Yang
1
-1
/
+1
2024-07-10
mm/page_alloc: remove prefetchw() on freeing page to buddy system
Wei Yang
1
-11
/
+2
2024-07-04
mm: refactor folio_undo_large_rmappable()
Kefeng Wang
1
-2
/
+1
2024-07-03
mm/page_alloc: reword the comment of buddy_merge_likely()
Wei Yang
1
-3
/
+3
2024-07-03
mm/page_alloc: fix a typo in comment about GFP flag
Wei Yang
1
-1
/
+1
2024-07-03
mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...
David Hildenbrand
1
-2
/
+10
2024-07-03
mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...
David Hildenbrand
1
-9
/
+23
2024-07-03
mm: pass meminit_context to __free_pages_core()
David Hildenbrand
1
-2
/
+15
2024-07-03
mm/page_alloc: clear PageBuddy using __ClearPageBuddy() for bad pages
David Hildenbrand
1
-2
/
+4
2024-07-03
mm: report per-page metadata information
Sourav Panda
1
-0
/
+1
2024-07-03
mm/highmem: reimplement totalhigh_pages() by walking zones
David Hildenbrand
1
-4
/
+0
2024-06-24
mm/page_alloc: Separate THP PCP into movable and non-movable categories
yangge
1
-2
/
+7
2024-06-15
Revert "mm: init_mlocked_on_free_v3"
David Hildenbrand
1
-1
/
+1
2024-06-05
mm: page_alloc: fix highatomic typing in multi-block buddies
Johannes Weiner
1
-16
/
+34
2024-05-05
mm: page_alloc: allowing mTHP compaction to capture the freed page directly
Baolin Wang
1
-2
/
+4
2024-05-05
mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range()
David Hildenbrand
1
-2
/
+6
[next]