summaryrefslogtreecommitdiffstats
path: root/include/linux/gfp.h
Commit message (Expand)AuthorAgeFilesLines
* mm: fix sparse warnings on GFP_ZONE_TABLE/BADNamhyung Kim2010-10-261-42/+63
* include/linux/gfp.h: fix coding stylematt mooney2010-05-251-5/+5
* include/linux/gfp.h: spelling fixesmatt mooney2010-05-251-4/+4
* mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes2010-03-061-1/+2
* mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-061-4/+3
* mm: remove free_hot_page()Li Hong2010-03-061-1/+1
* BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich2009-09-231-1/+1
* oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan2009-09-221-12/+0
* page-allocator: remove dead function free_cold_page()Mel Gorman2009-09-221-1/+0
* mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt2009-06-181-1/+8
* Merge branch 'akpm'Linus Torvalds2009-06-161-31/+119
|\
| * page-allocator: use integer fields lookup for gfp_zone and check for errors i...Christoph Lameter2009-06-161-15/+96
| * mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki2009-06-161-0/+12
| * page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-0/+9
| * page allocator: do not sanity check order in the fast pathMel Gorman2009-06-161-6/+0
| * page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Mel Gorman2009-06-161-10/+2
* | Merge commit 'linus/master' into HEADVegard Nossum2009-06-151-0/+3
|\ \ | |/
| * slab,slub: don't enable interrupts during early bootPekka Enberg2009-06-121-0/+3
* | kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-151-0/+5
* | kmemcheck: add mm functionsVegard Nossum2009-06-151-1/+8
|/
* numa, cpumask: move numa_node_id default implementation to topology.hRusty Russell2009-03-131-0/+1
* mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins2009-01-061-6/+0
* 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
OpenPOWER on IntegriCloud