aboutsummaryrefslogtreecommitdiff
path: root/include/linux/gfp.h
AgeCommit message (Expand)Author
2012-01-10mm: try to distribute dirty pages fairly across zonesJohannes Weiner
2012-01-10mm, debug: test for online nid when allocating on single nodeDavid Rientjes
2012-01-10mm: avoid livelock on !__GFP_FS allocationsMel Gorman
2012-01-10mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov
2011-08-03mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODEJohannes Weiner
2011-05-25include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON()Dave Hansen
2011-05-25include/linux/gfp.h: work around apparent sparse confusionDave Hansen
2011-05-11mm: add alloc_pages_exact_nid()Andi Kleen
2011-03-22mm: add __GFP_OTHER_NODE flagAndi Kleen
2011-03-04mm: add alloc_page_vma_node()Andi Kleen
2011-03-04mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell
2011-01-13thp: add numa awareness to hugepage allocationsAndrea Arcangeli
2011-01-13thp: transparent hugepage coreAndrea Arcangeli
2011-01-13thp: _GFP_NO_KSWAPDAndrea Arcangeli
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki
2010-10-26mm: fix sparse warnings on GFP_ZONE_TABLE/BADNamhyung Kim
2010-05-25include/linux/gfp.h: fix coding stylematt mooney
2010-05-25include/linux/gfp.h: spelling fixesmatt mooney
2010-03-06mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki
2010-03-06mm: remove free_hot_page()Li Hong
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan
2009-09-22page-allocator: remove dead function free_cold_page()Mel Gorman
2009-06-18mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt
2009-06-16Merge branch 'akpm'Linus Torvalds
2009-06-16page-allocator: use integer fields lookup for gfp_zone and check for errors i...Christoph Lameter
2009-06-16mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman
2009-06-16page allocator: do not sanity check order in the fast pathMel Gorman
2009-06-16page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Mel Gorman
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum
2009-06-15kmemcheck: add mm functionsVegard Nossum
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg
2009-03-13numa, cpumask: move numa_node_id default implementation to topology.hRusty Russell
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins
2008-07-24mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi
2008-07-24page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro
2008-04-29mm: fix misleading __GFP_REPEAT related commentsNishanth Aravamudan
2008-04-28mm: fix broken gfp_zone with __GFP_THISNODEKAMEZAWA Hiroyuki
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman
2008-04-28Remove set_migrateflags()Christoph Lameter
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison
2008-02-05Page allocator: clean up pcp draining functionsChristoph Lameter
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Mel Gorman
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman