summaryrefslogtreecommitdiff
path: root/include/linux/gfp.h
AgeCommit message (Expand)Author
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
2020-04-07mm: make it clear that gfp reclaim modifiers are valid only for sleepable all...Michal Hocko
2020-04-02mm/gup/writeback: add callbacks for inaccessible pagesClaudio Imbrenda
2019-12-01mm/page_alloc: add alloc_contig_pages()Anshuman Khandual
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-09-28Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes
2019-08-13Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli
2019-05-14hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti
2019-03-05mm: shuffle GFP_* flagsAlexey Dobriyan
2018-12-28include/linux/gfp.h: fix typoKyle Spiers
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko
2018-08-23docs/mm: make GFP flags descriptions usable as kernel-docMike Rapoport
2018-06-07include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye
2018-06-07mm: save two stranded bits in gfp_maskShakeel Butt
2018-05-25mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman
2017-11-15kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-06mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka