summaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli2019-08-141-8/+4Star
* hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-1/+1
* mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-141-1/+1
* mm: shuffle GFP_* flagsAlexey Dobriyan2019-03-061-15/+15
* include/linux/gfp.h: fix typoKyle Spiers2018-12-281-1/+1
* Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes2018-12-081-4/+8
* mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko2018-11-031-8/+4Star
* docs/mm: make GFP flags descriptions usable as kernel-docMike Rapoport2018-08-241-137/+154
* include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye2018-06-081-2/+2
* mm: save two stranded bits in gfp_maskShakeel Butt2018-06-081-5/+5
* mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko2018-05-261-1/+1
* mm: remove __GFP_COLDMel Gorman2017-11-161-5/+0Star
* mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-161-2/+2
* kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-161-9/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-141-2/+0Star
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-131-13/+43
* mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka2017-07-071-6/+5Star
* include/linux/gfp.h: fix ___GFP_NOLOCKDEP valueMichal Hocko2017-06-031-1/+1
* mm: fix spelling errorHao Lee2017-05-041-2/+2
* mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-041-0/+8
* lockdep: allow to disable reclaim lockup detectionMichal Hocko2017-05-041-1/+9
* mm: alloc_contig_range: allow to specify GFP maskLucas Stach2017-02-251-1/+1
* mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-111-2/+1Star
* mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-111-3/+3
* mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-111-10/+3Star
* mm: add support for releasing multiple instances of a pageAlexander Duyck2016-12-151-0/+2
* mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka2016-07-291-6/+8
* mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-271-9/+1Star
* mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams2016-03-171-13/+20
* mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman2016-03-171-1/+1
* mm: remove unnecessary description about a non-exist gfp flagSatoru Takeuchi2016-03-171-2/+0Star
* mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim2016-03-161-6/+0Star
* mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka2016-03-161-1/+1
* tools, perf: make gfp_compact_table up to dateVlastimil Babka2016-03-161-1/+1
* mm, tracing: make show_gfp_flags() up to dateVlastimil Babka2016-03-161-1/+5
* mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2016-02-061-3/+3
* mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE()Joshua Clayton2016-01-151-1/+1
* mm/zonelist: enumerate zonelists array indexYaowei Bai2016-01-151-4/+5
* memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov2016-01-151-0/+9
* Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov2016-01-151-2/+0Star
* mm: fix up sparse warning in gfpflags_allow_blockingJeff Layton2015-11-211-1/+1
* mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman2015-11-071-80/+171
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-071-8/+8
* mm: page_alloc: remove GFP_IOFSMel Gorman2015-11-071-1/+0Star
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-13/+33
* mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman2015-11-071-5/+7
* mm: use numa_mem_id() in alloc_pages_node()Vlastimil Babka2015-09-091-2/+3
* mm: unify checks in alloc_pages_node() and __alloc_pages_node()Vlastimil Babka2015-09-091-5/+5
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-091-8/+15