aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-22page-allocator: remove dead function free_cold_page()Mel Gorman1-1/+0
2009-06-18mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt1-1/+8
2009-06-16Merge branch 'akpm'Linus Torvalds1-31/+119
2009-06-16page-allocator: use integer fields lookup for gfp_zone and check for errors in flags passed to the page allocatorChristoph Lameter1-15/+96
2009-06-16mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki1-0/+12
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman1-0/+9
2009-06-16page allocator: do not sanity check order in the fast pathMel Gorman1-6/+0
2009-06-16page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Mel Gorman1-10/+2
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum1-0/+3
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum1-0/+5
2009-06-15kmemcheck: add mm functionsVegard Nossum1-1/+8
2009-06-12slab,slub: don't enable interrupts during early bootPekka Enberg1-0/+3
2009-03-13numa, cpumask: move numa_node_id default implementation to topology.hRusty Russell1-0/+1
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins1-6/+0
2008-07-24mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi1-0/+3
2008-07-24page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro1-4/+17
2008-04-29mm: fix misleading __GFP_REPEAT related commentsNishanth Aravamudan1-3/+3
2008-04-28mm: fix broken gfp_zone with __GFP_THISNODEKAMEZAWA Hiroyuki1-12/+5
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-0/+4
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-2/+11
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman1-2/+6
2008-04-28Remove set_migrateflags()Christoph Lameter1-6/+0
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison1-8/+7
2008-02-05Page allocator: clean up pcp draining functionsChristoph Lameter1-0/+2
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfoMel Gorman1-0/+12
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-3/+12
2007-10-16Categorize GFP flagsChristoph Lameter1-7/+13
2007-10-16Memoryless nodes: Fix GFP_THISNODE behaviorChristoph Lameter1-5/+12
2007-07-17Create the ZONE_MOVABLE zoneMel Gorman1-0/+3
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migratedMel Gorman1-1/+15
2007-05-09Move remote node draining out of slab allocatorsChristoph Lameter1-5/+1
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter1-2/+1
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter1-0/+2
2007-02-09[PATCH] in non-NUMA case mark GFP_THISNODE gfp_tAl Viro1-1/+1
2006-12-07[PATCH] mm: add arch_alloc_pageNick Piggin1-0/+3
2006-09-27[PATCH] Disable GFP_THISNODE in the non-NUMA caseChristoph Lameter1-0/+5
2006-09-26[PATCH] Define easier to handle GFP_THISNODEChristoph Lameter1-0/+2
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictionsChristoph Lameter1-1/+2
2006-09-26[PATCH] linearly index zone->node_zonelists[]Christoph Lameter1-11/+1
2006-09-26[PATCH] mempolicies: fix policy_zone checkChristoph Lameter1-0/+15
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter1-8/+10
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter1-1/+1