summaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h
Commit message (Expand)AuthorAgeFilesLines
...
* mm: improve __GFP_NORETRY comment based on implementationDavid Rientjes2015-09-091-1/+4
* mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-07-011-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-151-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-151-2/+4
* mm: remove GFP_THISNODEDavid Rientjes2015-04-151-10/+0Star
* mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka2015-02-121-6/+6
* mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V2015-02-121-0/+4
* mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLEJianyu Zhan2014-12-131-5/+2Star
* mm: introduce single zone pcplists drainVlastimil Babka2014-12-111-2/+2
* mm: rename allocflags_to_migratetype for clarityDavid Rientjes2014-10-101-1/+1
* mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick2014-08-071-1/+1
* include/linux/gfp.h: exclude duplicate headerAndy Shevchenko2014-06-051-1/+0Star
* mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-06-051-2/+2
* mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-051-4/+6
* mm: fix GFP_THISNODE callers and clarifyJohannes Weiner2014-03-111-0/+4
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-241-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-191-0/+3
* mm: add a __GFP_KMEMCG flagGlauber Costa2012-12-191-0/+2
* mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton2012-12-131-0/+1
* mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2012-12-121-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/+5Star
* Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman2012-11-271-1/+4
* make GFP_NOTRACK definition unconditionalGlauber Costa2012-10-091-4/+0Star
* mm: remove __GFP_NO_KSWAPDRik van Riel2012-10-091-4/+1Star
* netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-08-011-0/+3
* mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman2012-08-011-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-111-1/+3
* mm, debug: test for online nid when allocating on single nodeDavid Rientjes2012-01-111-1/+1
* mm: avoid livelock on !__GFP_FS allocationsMel Gorman2012-01-111-0/+16
* mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov2012-01-111-0/+1
* mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODEJohannes Weiner2011-08-041-1/+1
* include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON()Dave Hansen2011-05-251-3/+1Star
* include/linux/gfp.h: work around apparent sparse confusionDave Hansen2011-05-251-6/+1Star
* mm: add alloc_pages_exact_nid()Andi Kleen2011-05-121-0/+2
* mm: add __GFP_OTHER_NODE flagAndi Kleen2011-03-231-0/+2
* mm: add alloc_page_vma_node()Andi Kleen2011-03-051-0/+2
* mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen2011-03-051-4/+5
* Remove MAYBE_BUILD_BUG_ONRusty Russell2011-01-241-1/+1
* thp: add numa awareness to hugepage allocationsAndrea Arcangeli2011-01-141-2/+5
* thp: transparent hugepage coreAndrea Arcangeli2011-01-141-0/+3
* thp: _GFP_NO_KSWAPDAndrea Arcangeli2011-01-141-1/+4
* PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki2010-12-061-2/+2
* mm: fix sparse warnings on GFP_ZONE_TABLE/BADNamhyung Kim2010-10-271-42/+63