summaryrefslogtreecommitdiff
path: root/include/linux/gfp.h
Commit message (Expand)AuthorAge
* include/linux/gfp.h: fix the comment for GFP_ZONE_TABLEZhang Yanfei2013-07-09
* mm: allocate kernel pages to the right memcgGlauber Costa2012-12-18
* mm: add a __GFP_KMEMCG flagGlauber Costa2012-12-18
* mm: add a reminder comment for __GFP_BITS_SHIFTAndrew Morton2012-12-12
* mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILDKirill A. Shutemov2012-12-11
* Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damageLinus Torvalds2012-12-10
* revert "Revert "mm: remove __GFP_NO_KSWAPD""Andrew Morton2012-11-30
* Revert "mm: remove __GFP_NO_KSWAPD"Mel Gorman2012-11-26
* make GFP_NOTRACK definition unconditionalGlauber Costa2012-10-09
* mm: remove __GFP_NO_KSWAPDRik van Riel2012-10-09
* netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-07-31
* mm: introduce __GFP_MEMALLOC to allow access to emergency reservesMel Gorman2012-07-31
* mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz2012-05-21
* mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz2012-05-21
* mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz2012-05-21
* mm: try to distribute dirty pages fairly across zonesJohannes Weiner2012-01-10
* mm, debug: test for online nid when allocating on single nodeDavid Rientjes2012-01-10
* mm: avoid livelock on !__GFP_FS allocationsMel Gorman2012-01-10
* mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov2012-01-10
* mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODEJohannes Weiner2011-08-03
* include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON()Dave Hansen2011-05-25
* include/linux/gfp.h: work around apparent sparse confusionDave Hansen2011-05-25
* mm: add alloc_pages_exact_nid()Andi Kleen2011-05-11
* mm: add __GFP_OTHER_NODE flagAndi Kleen2011-03-22
* mm: add alloc_page_vma_node()Andi Kleen2011-03-04
* mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen2011-03-04
* Remove MAYBE_BUILD_BUG_ONRusty Russell2011-01-24
* thp: add numa awareness to hugepage allocationsAndrea Arcangeli2011-01-13
* thp: transparent hugepage coreAndrea Arcangeli2011-01-13
* thp: _GFP_NO_KSWAPDAndrea Arcangeli2011-01-13
* PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki2010-12-06
* mm: fix sparse warnings on GFP_ZONE_TABLE/BADNamhyung Kim2010-10-26
* include/linux/gfp.h: fix coding stylematt mooney2010-05-25
* include/linux/gfp.h: spelling fixesmatt mooney2010-05-25
* mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes2010-03-06
* mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-06
* mm: remove free_hot_page()Li Hong2010-03-06
* BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich2009-09-23
* oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan2009-09-22
* page-allocator: remove dead function free_cold_page()Mel Gorman2009-09-22
* mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt2009-06-18
* Merge branch 'akpm'Linus Torvalds2009-06-16
|\
| * page-allocator: use integer fields lookup for gfp_zone and check for errors i...Christoph Lameter2009-06-16
| * mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki2009-06-16
| * page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-16
| * page allocator: do not sanity check order in the fast pathMel Gorman2009-06-16
| * page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Mel Gorman2009-06-16
* | Merge commit 'linus/master' into HEADVegard Nossum2009-06-15
|\ \ | |/
| * slab,slub: don't enable interrupts during early bootPekka Enberg2009-06-12
* | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-15