aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka1-6/+6
2015-02-11mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V1-0/+4
2014-12-13mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLEJianyu Zhan1-5/+2
2014-12-10mm: introduce single zone pcplists drainVlastimil Babka1-2/+2
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes1-1/+1
2014-08-06mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick1-1/+1
2014-06-04include/linux/gfp.h: exclude duplicate headerAndy Shevchenko1-1/+0
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-2/+2
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov1-4/+6
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-0/+4
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-0/+1
2013-07-09include/linux/gfp.h: fix the comment for GFP_ZONE_TABLEZhang Yanfei1-1/+1
2012-12-18mm: allocate kernel pages to the right memcgGlauber Costa1-0/+3
2012-12-18mm: add a __GFP_KMEMCG flagGlauber Costa1-0/+2
2012-12-12mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton1-0/+1
2012-12-11mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov1-1/+1
2012-12-10Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds1-5/+8
2012-11-30revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton1-8/+5
2012-11-26Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman1-1/+4
2012-10-09make GFP_NOTRACK definition unconditionalGlauber Costa1-4/+0
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel1-4/+1
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-0/+3
2012-07-31mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman1-2/+8
2012-05-21mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz1-1/+2
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz1-0/+3
2012-05-21mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz1-0/+8
2012-01-10mm: try to distribute dirty pages fairly across zonesJohannes Weiner1-1/+3
2012-01-10mm, debug: test for online nid when allocating on single nodeDavid Rientjes1-1/+1
2012-01-10mm: avoid livelock on !__GFP_FS allocationsMel Gorman1-0/+16
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov1-0/+1
2011-08-03mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODEJohannes Weiner1-1/+1
2011-05-25include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON()Dave Hansen1-3/+1
2011-05-25include/linux/gfp.h: work around apparent sparse confusionDave Hansen1-6/+1
2011-05-11mm: add alloc_pages_exact_nid()Andi Kleen1-0/+2
2011-03-22mm: add __GFP_OTHER_NODE flagAndi Kleen1-0/+2
2011-03-04mm: add alloc_page_vma_node()Andi Kleen1-0/+2
2011-03-04mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen1-4/+5
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell1-1/+1
2011-01-13thp: add numa awareness to hugepage allocationsAndrea Arcangeli1-2/+5
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-0/+3
2011-01-13thp: _GFP_NO_KSWAPDAndrea Arcangeli1-1/+4
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki1-2/+2
2010-10-26mm: fix sparse warnings on GFP_ZONE_TABLE/BADNamhyung Kim1-42/+63
2010-05-25include/linux/gfp.h: fix coding stylematt mooney1-5/+5
2010-05-25include/linux/gfp.h: spelling fixesmatt mooney1-4/+4
2010-03-06mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes1-1/+2
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki1-4/+3
2010-03-06mm: remove free_hot_page()Li Hong1-1/+1
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich1-1/+1
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan1-12/+0