summaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h
Commit message (Expand)AuthorAgeFilesLines
* mm: fix up sparse warning in gfpflags_allow_blockingJeff Layton2015-11-201-1/+1
* mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman2015-11-061-80/+171
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-8/+8
* mm: page_alloc: remove GFP_IOFSMel Gorman2015-11-061-1/+0
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-13/+33
* mm, page_alloc: use masks and shifts when converting GFP flags to migrate typesMel Gorman2015-11-061-5/+7
* mm: use numa_mem_id() in alloc_pages_node()Vlastimil Babka2015-09-081-2/+3
* mm: unify checks in alloc_pages_node() and __alloc_pages_node()Vlastimil Babka2015-09-081-5/+5
* mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-8/+15
* mm: improve __GFP_NORETRY comment based on implementationDavid Rientjes2015-09-081-1/+4
* mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-301-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-0/+2
|\
| * gfp: add __GFP_NOACCOUNTVladimir Davydov2015-05-141-0/+2
* | mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-121-0/+5
|/
* mm: clarify __GFP_NOFAIL deprecation statusMichal Hocko2015-04-141-2/+4
* mm: remove GFP_THISNODEDavid Rientjes2015-04-141-10/+0
* mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka2015-02-111-6/+6
* mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V2015-02-111-0/+4
* mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLEJianyu Zhan2014-12-131-5/+2
* mm: introduce single zone pcplists drainVlastimil Babka2014-12-101-2/+2
* mm: rename allocflags_to_migratetype for clarityDavid Rientjes2014-10-091-1/+1
* mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick2014-08-061-1/+1
* include/linux/gfp.h: exclude duplicate headerAndy Shevchenko2014-06-041-1/+0
* mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-041-2/+2
* mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-041-4/+6
* mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-101-0/+4
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-0/+1
* include/linux/gfp.h: fix the comment for GFP_ZONE_TABLEZhang Yanfei2013-07-091-1/+1
* mm: allocate kernel pages to the right memcgGlauber Costa2012-12-181-0/+3
* mm: add a __GFP_KMEMCG flagGlauber Costa2012-12-181-0/+2
* mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton2012-12-121-0/+1
* mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2012-12-111-1/+1
* Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds2012-12-101-5/+8
* revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton2012-11-301-8/+5
* Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman2012-11-261-1/+4
* make GFP_NOTRACK definition unconditionalGlauber Costa2012-10-091-4/+0
* mm: remove __GFP_NO_KSWAPDRik van Riel2012-10-091-4/+1
* netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-07-311-0/+3
* mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman2012-07-311-2/+8
* mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz2012-05-211-1/+2
* mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz2012-05-211-0/+3
* mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz2012-05-211-0/+8
* mm: try to distribute dirty pages fairly across zonesJohannes Weiner2012-01-101-1/+3
* mm, debug: test for online nid when allocating on single nodeDavid Rientjes2012-01-101-1/+1
* mm: avoid livelock on !__GFP_FS allocationsMel Gorman2012-01-101-0/+16
* mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov2012-01-101-0/+1
* mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODEJohannes Weiner2011-08-031-1/+1
* include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON()Dave Hansen2011-05-251-3/+1
* include/linux/gfp.h: work around apparent sparse confusionDave Hansen2011-05-251-6/+1
* mm: add alloc_pages_exact_nid()Andi Kleen2011-05-111-0/+2
OpenPOWER on IntegriCloud