summaryrefslogtreecommitdiff
path: root/include/linux/gfp.h
AgeCommit message (Expand)Author
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins
2023-10-25mm: tune PCP high automaticallyHuang Ying
2023-10-25mm, pcp: reduce lock contention for draining high-order pagesHuang Ying
2023-06-09mm: page_alloc: move pm_* function into powerKefeng Wang
2023-04-05mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)
2023-04-05mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)
2022-11-30mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODEYang Shi
2022-10-03mm/page_alloc: remove obsolete gfpflags_normal_context()Miaohe Lin
2022-09-11mm: add more BUILD_BUG_ONs to gfp_migratetype()Peter Collingbourne
2022-07-15headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>Ingo Molnar
2022-07-15headers/deps: mm: Optimize <linux/gfp.h> header dependenciesIngo Molnar
2022-05-13tracing: incorrect gfp_t conversionVasily Averin
2022-05-13mm: remove alloc_pages_vma()Matthew Wilcox (Oracle)
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)
2022-04-01mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEPAndrey Konovalov
2022-03-24kasan, page_alloc: allow skipping memory init for HW_TAGSAndrey Konovalov
2022-03-24kasan, page_alloc: allow skipping unpoisoning for HW_TAGSAndrey Konovalov
2022-03-24kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGSAndrey Konovalov
2022-03-24mm: clarify __GFP_ZEROTAGS commentAndrey Konovalov
2022-03-22doc: convert 'subsection' to 'section' in gfp.hNeilBrown
2022-01-15include/linux/gfp.h: further document GFP_DMA32Miles Chen
2022-01-15mm: drop node from alloc_pages_vmaMichal Hocko
2021-12-25mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nidThibaut Sautereau
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun
2021-11-06mm/page_alloc: add __alloc_size attributes for better bounds checkingKees Cook
2021-10-18mm/page_alloc: Add folio allocation functionsMatthew Wilcox (Oracle)
2021-10-18mm: Add arch_make_folio_accessible()Matthew Wilcox (Oracle)
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport
2021-06-29mm/page_alloc: add an alloc_pages_bulk_array_node() helperUladzislau Rezki (Sony)
2021-06-04kasan: disable freed user page poisoning with HW tagsPeter Collingbourne
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne
2021-05-07mm: fix some typos and code style problemsShijie Luo
2021-05-05mm: use proper type for cma_[alloc|release]Minchan Kim
2021-04-30mm/page_alloc: add an array-based interface to the bulk page allocatorMel Gorman
2021-04-30mm/page_alloc: add a bulk page allocatorMel Gorman
2021-04-30mm/mempolicy: rename alloc_pages_current to alloc_pagesMatthew Wilcox (Oracle)
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)
2021-02-26mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel
2021-02-24mm/gfp: add kernel-doc for gfp_tMatthew Wilcox (Oracle)
2021-02-06mm: page_frag: Introduce page_frag_alloc_align()Kevin Hao
2020-12-15mm: move free_unref_page to mm/internal.hMatthew Wilcox (Oracle)
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-13mm: remove unused alloc_page_vma_node()Wei Yang
2020-10-13include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contextsMichal Hocko
2020-09-25mm: turn alloc_pages into an inline functionChristoph Hellwig
2020-06-03mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang
2020-06-03mm: clarify __GFP_MEMALLOC usageMichal Hocko