aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mmzone.h
AgeCommit message (Expand)Author
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
2007-07-17Create the ZONE_MOVABLE zoneMel Gorman
2007-07-16change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki
2007-05-09Move remote node draining out of slab allocatorsChristoph Lameter
2007-05-07add pfn_valid_within helper for sub-MAX_ORDER hole detectionAndy Whitcroft
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter
2007-02-11[PATCH] Drop __get_zone_counts()Christoph Lameter
2007-02-11[PATCH] Reorder ZVCs according to cachelineChristoph Lameter
2007-02-11[PATCH] Use ZVC for free_pagesChristoph Lameter
2007-02-11[PATCH] Use ZVC for inactive and active countsChristoph Lameter
2007-01-11[PATCH] Fix sparsemem on CellDave Hansen