aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-04-11[PATCH] Add GFP_NOWAITJeff Dike1-0/+2
2006-03-09[PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.Christoph Lameter1-2/+2
2006-01-11[PATCH] x86_64: Handle unknown node (-1) in alloc_pages_nodeAndi Kleen1-0/+4
2006-01-11[PATCH] mm: gfp_atomic commentsPaul Jackson1-0/+1
2005-11-22Fix up GFP_ZONEMASK for GFP_DMA32 usageLinus Torvalds1-2/+7
2005-11-14Merge x86-64 update from AndiLinus Torvalds1-0/+11
2005-11-14[PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen1-0/+11
2005-11-13[PATCH] mm: gfp_noreclaim cleanupPaul Jackson1-3/+2
2005-10-28[PATCH] gfp_t: infrastructureAl Viro1-19/+20
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-7/+7
2005-09-07[PATCH] cpusets: new __GFP_HARDWALL flagPaul Jackson1-3/+5
2005-07-07[PATCH] propagate __nocast annotationsAlexey Dobriyan1-2/+2
2005-06-21[PATCH] Periodically drain non local pagesetsChristoph Lameter1-0/+5
2005-06-21[PATCH] VM: add __GFP_NORECLAIMMartin Hicks1-1/+2
2005-05-01[PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin1-2/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+134