summaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h
Commit message (Expand)AuthorAgeFilesLines
* mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi2008-07-241-0/+3
* page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro2008-07-241-4/+17
* mm: fix misleading __GFP_REPEAT related commentsNishanth Aravamudan2008-04-291-3/+3
* mm: fix broken gfp_zone with __GFP_THISNODEKAMEZAWA Hiroyuki2008-04-281-12/+5
* mm: filter based on a nodemask as well as a gfp_maskMel Gorman2008-04-281-0/+4
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-281-2/+11
* mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman2008-04-281-2/+6
* Remove set_migrateflags()Christoph Lameter2008-04-281-6/+0
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-131-8/+7
* Page allocator: clean up pcp draining functionsChristoph Lameter2008-02-051-0/+2
* Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Mel Gorman2007-10-161-0/+12
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-161-3/+12
* Categorize GFP flagsChristoph Lameter2007-10-161-7/+13
* Memoryless nodes: Fix GFP_THISNODE behaviorChristoph Lameter2007-10-161-5/+12
* Create the ZONE_MOVABLE zoneMel Gorman2007-07-171-0/+3
* Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman2007-07-171-1/+15
* Move remote node draining out of slab allocatorsChristoph Lameter2007-05-091-5/+1
* Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter2007-05-071-2/+1
* [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter2007-02-111-0/+2
* [PATCH] in non-NUMA case mark GFP_THISNODE gfp_tAl Viro2007-02-091-1/+1
* [PATCH] mm: add arch_alloc_pageNick Piggin2006-12-071-0/+3
* [PATCH] Disable GFP_THISNODE in the non-NUMA caseChristoph Lameter2006-09-271-0/+5
* [PATCH] Define easier to handle GFP_THISNODEChristoph Lameter2006-09-261-0/+2
* [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter2006-09-261-1/+2
* [PATCH] linearly index zone->node_zonelists[]Christoph Lameter2006-09-261-11/+1
* [PATCH] mempolicies: fix policy_zone checkChristoph Lameter2006-09-261-0/+15
* [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter2006-09-261-8/+10
* [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter2006-09-261-1/+1
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [PATCH] Add GFP_NOWAITJeff Dike2006-04-111-0/+2
* [PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.Christoph Lameter2006-03-091-2/+2
* [PATCH] x86_64: Handle unknown node (-1) in alloc_pages_nodeAndi Kleen2006-01-111-0/+4
* [PATCH] mm: gfp_atomic commentsPaul Jackson2006-01-111-0/+1
* Fix up GFP_ZONEMASK for GFP_DMA32 usageLinus Torvalds2005-11-221-2/+7
* Merge x86-64 update from AndiLinus Torvalds2005-11-141-0/+11
|\
| * [PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen2005-11-141-0/+11
* | [PATCH] mm: gfp_noreclaim cleanupPaul Jackson2005-11-131-3/+2
|/
* [PATCH] gfp_t: infrastructureAl Viro2005-10-281-19/+20
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-7/+7
* [PATCH] cpusets: new __GFP_HARDWALL flagPaul Jackson2005-09-071-3/+5
* [PATCH] propagate __nocast annotationsAlexey Dobriyan2005-07-071-2/+2
* [PATCH] Periodically drain non local pagesetsChristoph Lameter2005-06-211-0/+5
* [PATCH] VM: add __GFP_NORECLAIMMartin Hicks2005-06-211-1/+2
* [PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin2005-05-011-2/+4
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+134
OpenPOWER on IntegriCloud