aboutsummaryrefslogtreecommitdiff
path: root/include/linux/gfp.h
AgeCommit message (Expand)Author
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
2007-10-16Categorize GFP flagsChristoph Lameter
2007-10-16Memoryless nodes: Fix GFP_THISNODE behaviorChristoph Lameter
2007-07-17Create the ZONE_MOVABLE zoneMel Gorman
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman
2007-05-09Move remote node draining out of slab allocatorsChristoph Lameter
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter
2007-02-09[PATCH] in non-NUMA case mark GFP_THISNODE gfp_tAl Viro
2006-12-07[PATCH] mm: add arch_alloc_pageNick Piggin
2006-09-27[PATCH] Disable GFP_THISNODE in the non-NUMA caseChristoph Lameter
2006-09-26[PATCH] Define easier to handle GFP_THISNODEChristoph Lameter
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter
2006-09-26[PATCH] linearly index zone->node_zonelists[]Christoph Lameter
2006-09-26[PATCH] mempolicies: fix policy_zone checkChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-04-11[PATCH] Add GFP_NOWAITJeff Dike
2006-03-09[PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.Christoph Lameter
2006-01-11[PATCH] x86_64: Handle unknown node (-1) in alloc_pages_nodeAndi Kleen
2006-01-11[PATCH] mm: gfp_atomic commentsPaul Jackson
2005-11-22Fix up GFP_ZONEMASK for GFP_DMA32 usageLinus Torvalds
2005-11-14Merge x86-64 update from AndiLinus Torvalds
2005-11-14[PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen
2005-11-13[PATCH] mm: gfp_noreclaim cleanupPaul Jackson
2005-10-28[PATCH] gfp_t: infrastructureAl Viro
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-09-07[PATCH] cpusets: new __GFP_HARDWALL flagPaul Jackson
2005-07-07[PATCH] propagate __nocast annotationsAlexey Dobriyan
2005-06-21[PATCH] Periodically drain non local pagesetsChristoph Lameter
2005-06-21[PATCH] VM: add __GFP_NORECLAIMMartin Hicks
2005-05-01[PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds