aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-06-16vmscan: cleanup the scan batching codeWu Fengguang
2009-06-16page allocator: use allocation flags as an index to the zone watermarkMel Gorman
2009-06-16page allocator: move check for disabled anti-fragmentation out of fastpathMel Gorman
2009-05-18[ARM] Double check memmap is actually valid with a memmap has unexpected hole...Mel Gorman
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro
2009-03-13numa, cpumask: move numa_node_id default implementation to topology.hRusty Russell
2009-02-18mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki
2008-10-20vmstat: mlocked pages statisticsNick Piggin
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter
2008-09-13mm: mark the correct zone as full when scanning zonelistsMel Gorman
2008-05-24for_each_online_pgdat(): kerneldoc fixFernando Luis Vazquez Cao
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi
2008-04-28memory hotplug: register section/node id to freeYasunori Goto
2008-04-28mm: Get rid of __ZONE_COUNTChristoph Lameter
2008-04-28pageflags: get rid of FLAGS_RESERVEDChristoph Lameter
2008-04-28mm: make early_pfn_to_nid() a C functionAndrew Morton
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman
2008-04-28remove sparse warning for mmzone.hHarvey Harrison
2008-04-21Remove unused MAX_NODES_SHIFTJohannes Weiner
2008-02-05Page allocator: get rid of the list of cold pagesChristoph Lameter
2007-10-17mm: test and set zone reclaim lock before starting reclaimDavid Rientjes
2007-10-17oom: add per-zone lockingDavid Rientjes
2007-10-17oom: change all_unreclaimable zone member to flagsDavid Rientjes
2007-10-16memory unplug: page isolationKAMEZAWA Hiroyuki
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Mel Gorman
2007-10-16Do not depend on MAX_ORDER when grouping pages by mobilityMel Gorman
2007-10-16don't group high order atomic allocationsMel Gorman
2007-10-16remove PAGE_GROUP_BY_MOBILITYMel Gorman
2007-10-16Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR...Mel Gorman
2007-10-16Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Mel Gorman
2007-10-16Group high-order atomic allocationsMel Gorman
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-10-16Add a configure option to group pages by mobilityMel Gorman
2007-10-16Split the free lists for movable and unmovable allocationsMel Gorman
2007-10-16Add a bitmap that is used to track flags affecting a block of pagesMel Gorman
2007-10-16Memoryless nodes: Fix GFP_THISNODE behaviorChristoph Lameter
2007-10-16sparsemem: record when a section has a valid mem_mapAndy Whitcroft
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman
2007-07-31Remove the arm26 portAdrian Bunk
2007-07-17Lumpy Reclaim V4Andy Whitcroft