aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-7/+6
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman1-1/+4
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang1-1/+5
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro1-0/+2
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+1
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-1/+2
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-13/+0
2009-06-16vmscan: cleanup the scan batching codeWu Fengguang1-2/+2
2009-06-16page allocator: use allocation flags as an index to the zone watermarkMel Gorman1-1/+15
2009-06-16page allocator: move check for disabled anti-fragmentation out of fastpathMel Gorman1-3/+0
2009-05-18[ARM] Double check memmap is actually valid with a memmap has unexpected holes V2Mel Gorman1-0/+26
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-6/+0
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro1-0/+8
2009-03-13numa, cpumask: move numa_node_id default implementation to topology.hRusty Russell1-6/+0
2009-02-18mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki1-1/+1
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro1-10/+14
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki1-1/+13
2008-10-20vmstat: mlocked pages statisticsNick Piggin1-0/+2
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn1-1/+23
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel1-0/+6
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-7/+40
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter1-6/+20
2008-09-13mm: mark the correct zone as full when scanning zonelistsMel Gorman1-6/+6
2008-05-24for_each_online_pgdat(): kerneldoc fixFernando Luis Vazquez Cao1-1/+1
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-2/+0
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi1-0/+1
2008-04-28memory hotplug: register section/node id to freeYasunori Goto1-0/+1
2008-04-28mm: Get rid of __ZONE_COUNTChristoph Lameter1-17/+11
2008-04-28pageflags: get rid of FLAGS_RESERVEDChristoph Lameter1-19/+0
2008-04-28mm: make early_pfn_to_nid() a C functionAndrew Morton1-1/+4
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-30/+50
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-10/+54
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-22/+43
2008-04-28remove sparse warning for mmzone.hHarvey Harrison1-3/+4
2008-04-21Remove unused MAX_NODES_SHIFTJohannes Weiner1-1/+0
2008-02-05Page allocator: get rid of the list of cold pagesChristoph Lameter1-1/+1
2007-10-17mm: test and set zone reclaim lock before starting reclaimDavid Rientjes1-0/+8
2007-10-17oom: add per-zone lockingDavid Rientjes1-0/+5
2007-10-17oom: change all_unreclaimable zone member to flagsDavid Rientjes1-4/+25
2007-10-16memory unplug: page isolationKAMEZAWA Hiroyuki1-1/+2
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfoMel Gorman1-0/+10
2007-10-16Do not depend on MAX_ORDER when grouping pages by mobilityMel Gorman1-2/+2
2007-10-16don't group high order atomic allocationsMel Gorman1-3/+2
2007-10-16remove PAGE_GROUP_BY_MOBILITYMel Gorman1-9/+0
2007-10-16Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocksMel Gorman1-1/+3
2007-10-16Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Mel Gorman1-2/+4
2007-10-16Group high-order atomic allocationsMel Gorman1-1/+3
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-2/+4
2007-10-16Add a configure option to group pages by mobilityMel Gorman1-0/+6
2007-10-16Split the free lists for movable and unmovable allocationsMel Gorman1-1/+9