summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2026-05-21Revert "mm: introduce a new page type for page pool in page type"Byungchul Park
2026-05-13mm/page_alloc: fix initialization of tags of the huge zero folio with init_on...David Hildenbrand (Arm)
2026-05-03Merge tag 'slab-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-27mm/page_alloc: return NULL early from alloc_frozen_pages_nolock() in NMI on UPHarry Yoo (Oracle)
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-18mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge
2026-04-05mm/page_alloc: don't increase highatomic reserve after pcp allocFrank van der Linden
2026-04-05mm: introduce is_pmd_order helperNico Pache
2026-04-05mm: ratelimit min_free_kbytes adjustment messagesBreno Leitao
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park
2026-04-05mm/page_alloc: remove pcpu_spin_* wrappersVlastimil Babka
2026-04-05mm/page_alloc: remove IRQ saving/restoring from pcp lockingVlastimil Babka
2026-04-05mm/page_alloc: effectively disable pcp with CONFIG_SMP=nVlastimil Babka
2026-04-05mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'Kiryl Shutsemau
2026-04-05mm: change the interface of prep_compound_tail()Kiryl Shutsemau
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-04-01memblock: warn when freeing reserved memory before memory map is initializedMike Rapoport (Microsoft)
2026-04-01mm: move free_reserved_area() to mm/memblock.cMike Rapoport (Microsoft)
2026-03-24mm/page_alloc: avoid overcounting bulk alloc in watermark checkShengming Hu
2026-02-24mm/kfence: fix KASAN hardware tag faults during late enablementAlexander Potapenko
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-13Merge tag 'mm-hotfixes-stable-2026-02-13-07-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-12mm/page_alloc: clear page->private in free_pages_prepare()Mikhail Gavrilov
2026-02-12mm/page_alloc: skip debug_check_no_{obj,locks}_freed with FPI_TRYLOCKHarry Yoo
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-11Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-01-31mm: page_alloc: optimize pfn_range_valid_contig()Kefeng Wang
2026-01-31mm/vmscan: add tracepoint and reason for kswapd_failures resetJiayuan Chen
2026-01-31mm: drop filename from page_alloc.c header commentManish Kumar
2026-01-29slab: remove defer_deactivate_slab()Vlastimil Babka
2026-01-26mm: page_alloc: add alloc_contig_frozen_{range,pages}()Kefeng Wang
2026-01-26mm: page_alloc: add __split_page()Kefeng Wang
2026-01-26mm: debug_vm_pgtable: add debug_vm_pgtable_free_huge_page()Kefeng Wang
2026-01-26mm/page_alloc: simplify __alloc_pages_slowpath() flowVlastimil Babka
2026-01-26mm/page_alloc: refactor the initial compaction handlingVlastimil Babka
2026-01-26mm/page_alloc: ignore the exact initial compaction resultVlastimil Babka
2026-01-20page_alloc: allow migration of smaller hugepages during contig_allocGregory Price
2026-01-20mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP allocationsVlastimil Babka
2026-01-20mm: fix minor spelling mistakes in commentsKevin Lourenco
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-14mm/page_alloc: prevent pcp corruption with SMP=nVlastimil Babka
2026-01-14mm/page_alloc: make percpu_pagelist_high_fraction reads lock-freeAboorva Devarajan
2026-01-14mm_zone: Generalise has_managed_dma()Robin Murphy
2025-12-23mm/page_alloc: report 1 as zone_batchsize for !CONFIG_MMUJoshua Hahn
2025-12-23mm/page_alloc: change all pageblocks migrate type on coalescingAlexander Gordeev
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-03Merge tag 'slab-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-11-29mm/page_alloc: optimize lowmem_reserve max lookup using its semantic monotoni...fujunjie
2025-11-20mm: memcg: dump memcg protection info on oom or alloc failuresShakeel Butt