summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-29mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang1-0/+8
2025-05-22mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov1-23/+0
2025-05-18mm: page_alloc: speed up fallbacks in rmqueue_bulk()Johannes Weiner1-34/+81
2025-05-18mm: page_alloc: don't steal single pages from biggest buddyJohannes Weiner1-46/+34
2025-03-17mm/page_alloc: fix memory accept before watermarks gets initializedKirill A. Shutemov1-2/+12
2025-03-06mm/page_alloc: fix uninitialized variableHao Zhang1-0/+1
2025-03-06Revert "mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] f...Gabriel Krisman Bertazi1-2/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-68/+111
2025-01-26mm/page_alloc: remove the incorrect and misleading commentYuntao Wang1-7/+0
2025-01-26mm: alloc_pages_bulk_noprof: drop page_list argumentLuiz Capitulino1-27/+12
2025-01-26mm: replace free hugepage folios after migrationyangge1-1/+11
2025-01-16mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_c...zihan zhou1-0/+3
2025-01-14mm/page_alloc: don't use __GFP_HARDWALL when migrating pages via alloc_contig*()David Hildenbrand1-3/+3
2025-01-14mm/page_alloc: forward the gfp flags from alloc_contig_range() to post_alloc_...David Hildenbrand1-4/+5
2025-01-14mm/page_alloc: sort out the alloc_contig_range() gfp flags messDavid Hildenbrand1-4/+44
2025-01-14mm/page_alloc: make __alloc_contig_migrate_range() staticDavid Hildenbrand1-3/+2
2025-01-14mm/page_isolation: don't pass gfp flags to start_isolate_page_range()David Hildenbrand1-1/+1
2025-01-14mm/memory_hotplug: move debug_pagealloc_map_pages() into online_pages_range()David Hildenbrand1-6/+0
2025-01-14mm/page_alloc: add some detailed comments in can_steal_fallbackgaoxiang171-0/+8
2025-01-14mm/page_alloc: add __alloc_frozen_pages()Matthew Wilcox (Oracle)1-4/+14
2025-01-14mm/page_alloc: move set_page_refcounted() to end of __alloc_pages()Matthew Wilcox (Oracle)1-6/+4
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_slowpath()Matthew Wilcox (Oracle)1-21/+9
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_direct_...Matthew Wilcox (Oracle)1-2/+3
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_direct_...Matthew Wilcox (Oracle)1-3/+6
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_may_oom()Matthew Wilcox (Oracle)1-6/+4
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of __alloc_pages_cpuset_...Matthew Wilcox (Oracle)1-4/+5
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of get_page_from_freelist()Matthew Wilcox (Oracle)1-8/+17
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of prep_new_page()Matthew Wilcox (Oracle)1-2/+6
2025-01-14mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()Matthew Wilcox (Oracle)1-1/+2
2025-01-14mm/page_alloc: export free_frozen_pages() instead of free_unref_page()Matthew Wilcox (Oracle)1-9/+9
2025-01-14mm/page_alloc: cache page_zone() result in free_unref_page()Matthew Wilcox (Oracle)1-2/+2
2024-12-19mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split...David Hildenbrand1-2/+4
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-136/+0
2024-11-15mm: fix NULL pointer dereference in alloc_pages_bulk_noprofJinjiang Tu1-1/+2
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+24
2024-11-12mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin1-0/+15
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin1-136/+0
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-3/+7
2024-11-08mm/page_alloc: keep track of free highatomicYu Zhao1-3/+7
2024-11-07mm/page_alloc: use str_off_on() helper in build_all_zonelists()Thorsten Blum1-1/+1
2024-11-06mm/thp: fix deferred split unqueue naming and lockingHugh Dickins1-1/+0
2024-11-06mm/thp: fix deferred split queue not partially_mappedHugh Dickins1-3/+2
2024-10-29mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reservesMatt Fleming1-5/+5
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-130/+219
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-09-10mm/codetag: fix pgalloc_tag_split()Yu Zhao1-2/+2
2024-09-10mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=nAndrew Morton1-11/+5
2024-09-10mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}Yosry Ahmed1-6/+4