aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-051-6/+0
|\
| * numa, cpumask: move numa_node_id default implementation to topology.hRusty Russell2009-03-131-6/+0
* | mm: introduce for_each_populated_zone() macroKOSAKI Motohiro2009-04-011-0/+8
|/
* mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki2009-02-181-1/+1
* mm: introduce zone_reclaim structKOSAKI Motohiro2009-01-081-10/+14
* memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki2008-10-201-1/+13
* vmstat: mlocked pages statisticsNick Piggin2008-10-201-0/+2
* Unevictable LRU InfrastructureLee Schermerhorn2008-10-201-1/+23
* vmscan: second chance replacement for anonymous pagesRik van Riel2008-10-201-0/+6
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-7/+40
* vmscan: Use an indexed array for LRU variablesChristoph Lameter2008-10-201-6/+20
* mm: mark the correct zone as full when scanning zonelistsMel Gorman2008-09-131-6/+6
* for_each_online_pgdat(): kerneldoc fixFernando Luis Vazquez Cao2008-05-241-1/+1
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-301-2/+0
* mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi2008-04-301-0/+1
* memory hotplug: register section/node id to freeYasunori Goto2008-04-281-0/+1
* mm: Get rid of __ZONE_COUNTChristoph Lameter2008-04-281-17/+11
* pageflags: get rid of FLAGS_RESERVEDChristoph Lameter2008-04-281-19/+0
* mm: make early_pfn_to_nid() a C functionAndrew Morton2008-04-281-1/+4
* mm: filter based on a nodemask as well as a gfp_maskMel Gorman2008-04-281-30/+50
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-281-10/+54
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-281-22/+43
* remove sparse warning for mmzone.hHarvey Harrison2008-04-281-3/+4
* Remove unused MAX_NODES_SHIFTJohannes Weiner2008-04-211-1/+0
* Page allocator: get rid of the list of cold pagesChristoph Lameter2008-02-051-1/+1
* mm: test and set zone reclaim lock before starting reclaimDavid Rientjes2007-10-171-0/+8
* oom: add per-zone lockingDavid Rientjes2007-10-171-0/+5
* oom: change all_unreclaimable zone member to flagsDavid Rientjes2007-10-171-4/+25
* memory unplug: page isolationKAMEZAWA Hiroyuki2007-10-161-1/+2
* Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Mel Gorman2007-10-161-0/+10
* Do not depend on MAX_ORDER when grouping pages by mobilityMel Gorman2007-10-161-2/+2
* don't group high order atomic allocationsMel Gorman2007-10-161-3/+2
* remove PAGE_GROUP_BY_MOBILITYMel Gorman2007-10-161-9/+0
* Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR...Mel Gorman2007-10-161-1/+3
* Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Mel Gorman2007-10-161-2/+4
* Group high-order atomic allocationsMel Gorman2007-10-161-1/+3
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-161-2/+4
* Add a configure option to group pages by mobilityMel Gorman2007-10-161-0/+6
* Split the free lists for movable and unmovable allocationsMel Gorman2007-10-161-1/+9
* Add a bitmap that is used to track flags affecting a block of pagesMel Gorman2007-10-161-0/+13
* Memoryless nodes: Fix GFP_THISNODE behaviorChristoph Lameter2007-10-161-1/+13
* sparsemem: record when a section has a valid mem_mapAndy Whitcroft2007-10-161-2/+14
* Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman2007-08-221-0/+18
* Remove the arm26 portAdrian Bunk2007-07-311-1/+0
* Lumpy Reclaim V4Andy Whitcroft2007-07-171-0/+8
* Create the ZONE_MOVABLE zoneMel Gorman2007-07-171-2/+18
* change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki2007-07-161-0/+5
* Move remote node draining out of slab allocatorsChristoph Lameter2007-05-091-0/+3
* add pfn_valid_within helper for sub-MAX_ORDER hole detectionAndy Whitcroft2007-05-071-0/+12
* [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter2007-02-111-2/+24