summaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: add __GFP_OTHER_NODE flagAndi Kleen2011-03-221-0/+2
* mm: add alloc_page_vma_node()Andi Kleen2011-03-041-0/+2
* mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen2011-03-041-4/+5
* Remove MAYBE_BUILD_BUG_ONRusty Russell2011-01-241-1/+1
* thp: add numa awareness to hugepage allocationsAndrea Arcangeli2011-01-131-2/+5
* thp: transparent hugepage coreAndrea Arcangeli2011-01-131-0/+3
* thp: _GFP_NO_KSWAPDAndrea Arcangeli2011-01-131-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-261-42/+63
* include/linux/gfp.h: fix coding stylematt mooney2010-05-251-5/+5
* include/linux/gfp.h: spelling fixesmatt mooney2010-05-251-4/+4
* mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes2010-03-061-1/+2
* mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-061-4/+3
* mm: remove free_hot_page()Li Hong2010-03-061-1/+1
* BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich2009-09-231-1/+1
* oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan2009-09-221-12/+0
* page-allocator: remove dead function free_cold_page()Mel Gorman2009-09-221-1/+0
* mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt2009-06-181-1/+8
* Merge branch 'akpm'Linus Torvalds2009-06-161-31/+119
|\
| * page-allocator: use integer fields lookup for gfp_zone and check for errors i...Christoph Lameter2009-06-161-15/+96
| * mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki2009-06-161-0/+12
| * page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-0/+9
| * page allocator: do not sanity check order in the fast pathMel Gorman2009-06-161-6/+0
| * page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Mel Gorman2009-06-161-10/+2
* | Merge commit 'linus/master' into HEADVegard Nossum2009-06-151-0/+3
|\|
| * slab,slub: don't enable interrupts during early bootPekka Enberg2009-06-121-0/+3
* | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-151-0/+5