summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-231-1/+1
|\
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2024-11-111-3/+7
| |\
| * | mm/page_alloc: use str_off_on() helper in build_all_zonelists()Thorsten Blum2024-11-061-1/+1
* | | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-211-136/+0
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-141-7/+24
| |\ \ \
| * | | | mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin2024-11-111-136/+0
* | | | | mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu2024-11-141-1/+2
| |/ / / |/| | |
* | | | mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin2024-11-111-0/+15
| |_|/ |/| |
* | | mm/page_alloc: keep track of free highatomicYu Zhao2024-11-071-3/+7
| |/ |/|
* | mm/thp: fix deferred split unqueue naming and lockingHugh Dickins2024-11-051-1/+0
* | mm/thp: fix deferred split queue not partially_mappedHugh Dickins2024-11-051-3/+2
|/
* mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming2024-10-281-5/+5
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-130/+219
|\
| * mm/codetag: fix pgalloc_tag_split()Yu Zhao2024-09-091-2/+2
| * mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=nAndrew Morton2024-09-091-11/+5
| * mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}Yosry Ahmed2024-09-091-6/+4
| * mm: page_alloc: simpify page del and expandHuan Yang2024-09-091-10/+25
| * mm: introduce a pageflag for partially mapped foliosUsama Arif2024-09-091-2/+3
| * mm: warn about illegal __GFP_NOFAIL usage in a more appropriate location and ...Barry Song2024-09-091-25/+25
| * mm: count the number of anonymous THPs per sizeBarry Song2024-09-091-1/+4
| * mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()Zhongkun He2024-09-031-0/+5
| * mm/contig_alloc: support __GFP_COMPYu Zhao2024-09-031-31/+80
| * mm: accept to promo watermarkKirill A. Shutemov2024-09-011-2/+2
| * mm: add a helper to accept pageKirill A. Shutemov2024-09-011-12/+35
| * mm: rework accept memory helpersKirill A. Shutemov2024-09-011-16/+3
| * mm: introduce PageUnaccepted() page typeKirill A. Shutemov2024-09-011-0/+2
| * mm: accept memory in __alloc_pages_bulk()Kirill A. Shutemov2024-09-011-0/+11
| * mm: reduce deferred struct page init ifdefferyKirill A. Shutemov2024-09-011-4/+5
| * mm: improve code consistency with zonelist_* helper functionsWei Yang2024-09-011-11/+11
* | Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-191-1/+1
|\ \
| * | sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef2024-08-071-1/+1
| * | sched/rt: Clean up usage of rt_task()Qais Yousef2024-08-071-1/+1
* | | codetag: debug: mark codetags for poisoned page as emptyHao Ge2024-09-011-0/+7
| |/ |/|
* | alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan2024-08-151-8/+1
* | mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov2024-08-151-22/+20
* | mm: don't account memmap per-nodePasha Tatashin2024-08-151-1/+0
|/
* mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian2024-07-261-7/+11
* alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan2024-07-261-0/+17
* sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-7/+7
* mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka2024-07-171-6/+0
* mm/page_alloc: put __free_pages_core() in __meminit sectionWei Yang2024-07-121-1/+1
* mm/page_alloc: remove prefetchw() on freeing page to buddy systemWei Yang2024-07-101-11/+2
* mm: refactor folio_undo_large_rmappable()Kefeng Wang2024-07-041-2/+1
* mm/page_alloc: reword the comment of buddy_merge_likely()Wei Yang2024-07-031-3/+3
* mm/page_alloc: fix a typo in comment about GFP flagWei Yang2024-07-031-1/+1
* mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...David Hildenbrand2024-07-031-2/+10
* mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand2024-07-031-9/+23
* mm: pass meminit_context to __free_pages_core()David Hildenbrand2024-07-031-2/+15
* mm/page_alloc: clear PageBuddy using __ClearPageBuddy() for bad pagesDavid Hildenbrand2024-07-031-2/+4
* mm: report per-page metadata informationSourav Panda2024-07-031-0/+1