summaryrefslogtreecommitdiff
path: root/include/linux/gfp.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-23mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov1-4/+4
2025-03-15mm: Fix the flipped condition in gfpflags_allow_spinning()Vlastimil Babka1-1/+1
2025-02-27mm, bpf: Introduce free_pages_nolock()Alexei Starovoitov1-0/+1
2025-02-27mm, bpf: Introduce try_alloc_pages() for opportunistic page allocationAlexei Starovoitov1-0/+22
2025-01-26mm: alloc_pages_bulk: rename APILuiz Capitulino1-7/+7
2025-01-26mm: alloc_pages_bulk_noprof: drop page_list argumentLuiz Capitulino1-6/+2
2025-01-14mm: make alloc_pages_mpol() staticMatthew Wilcox (Oracle)1-8/+0
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin1-22/+0
2024-11-07mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang1-3/+3
2024-09-10mm: fix folio_alloc_noprof()Kent Overstreet1-1/+1
2024-09-04mm/contig_alloc: support __GFP_COMPYu Zhao1-0/+23
2024-07-04mm: add folio_alloc_mpol()Kefeng Wang1-0/+8
2024-05-20mm: lift gfp_kmemleak_mask() to gfp.hDave Chinner1-0/+25
2024-04-26mm: enable page allocation taggingSuren Baghdasaryan1-47/+79
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+12
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin1-0/+1
2024-03-05mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin1-4/+11
2024-03-05mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka1-0/+9
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateHuang Ying1-1/+1
2023-10-26mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins1-1/+9
2023-10-26mm: tune PCP high automaticallyHuang Ying1-0/+1
2023-10-26mm, pcp: reduce lock contention for draining high-order pagesHuang Ying1-0/+1
2023-06-10mm: page_alloc: move pm_* function into powerKefeng Wang1-11/+4
2023-04-06mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)1-1/+1
2023-04-06mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)1-5/+0
2022-12-01mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODEYang Shi1-2/+16
2022-10-04mm/page_alloc: remove obsolete gfpflags_normal_context()Miaohe Lin1-23/+0
2022-09-12mm: add more BUILD_BUG_ONs to gfp_migratetype()Peter Collingbourne1-0/+3
2022-07-15headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>Ingo Molnar1-343/+2
2022-07-15headers/deps: mm: Optimize <linux/gfp.h> header dependenciesIngo Molnar1-3/+0
2022-05-13tracing: incorrect gfp_t conversionVasily Averin1-1/+1
2022-05-13mm: remove alloc_pages_vma()Matthew Wilcox (Oracle)1-11/+7
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)1-2/+6
2022-04-01mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEPAndrey Konovalov1-3/+1
2022-03-25kasan, page_alloc: allow skipping memory init for HW_TAGSAndrey Konovalov1-7/+11
2022-03-25kasan, page_alloc: allow skipping unpoisoning for HW_TAGSAndrey Konovalov1-8/+13
2022-03-25kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGSAndrey Konovalov1-1/+7
2022-03-25mm: clarify __GFP_ZEROTAGS commentAndrey Konovalov1-2/+4
2022-03-23doc: convert 'subsection' to 'section' in gfp.hNeilBrown1-5/+5
2022-01-15include/linux/gfp.h: further document GFP_DMA32Miles Chen1-1/+3
2022-01-15mm: drop node from alloc_pages_vmaMichal Hocko1-4/+4
2021-12-25mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nidThibaut Sautereau1-1/+1
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+6
2021-11-06mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun1-0/+4
2021-11-06mm/page_alloc: add __alloc_size attributes for better bounds checkingKees Cook1-2/+2
2021-10-18mm/page_alloc: Add folio allocation functionsMatthew Wilcox (Oracle)1-0/+16
2021-10-18mm: Add arch_make_folio_accessible()Matthew Wilcox (Oracle)1-6/+0
2021-06-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+11