aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMChristoph Lameter1-2/+24
2007-02-11[PATCH] Drop __get_zone_counts()Christoph Lameter1-2/+0
2007-02-11[PATCH] Reorder ZVCs according to cachelineChristoph Lameter1-3/+5
2007-02-11[PATCH] Use ZVC for free_pagesChristoph Lameter1-1/+1
2007-02-11[PATCH] Use ZVC for inactive and active countsChristoph Lameter1-2/+2
2007-01-11[PATCH] Fix sparsemem on CellDave Hansen1-2/+6
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-1/+1
2006-12-07[PATCH] memory page_alloc zonelist caching reorder structurePaul Jackson1-1/+1
2006-12-07[PATCH] memory page_alloc zonelist caching speedupPaul Jackson1-5/+80
2006-10-28[PATCH] vmscan: Fix temp_priority raceMartin Bligh1-5/+1
2006-10-21[PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpcAndy Whitcroft1-0/+6
2006-09-27[PATCH] Add node to zone for the NUMA caseChristoph Lameter1-0/+1
2006-09-27[PATCH] own header file for struct pageHeiko Carstens1-0/+5
2006-09-27[PATCH] vm: add per-zone writeout counterAndrew Morton1-0/+1
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryMel Gorman1-1/+9
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter1-0/+3
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-1/+2
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter1-1/+1
2006-09-26[PATCH] linearly index zone->node_zonelists[]Christoph Lameter1-47/+5
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter1-3/+33
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter1-3/+13
2006-09-26[PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and commentChristoph Lameter1-19/+47
2006-09-01[PATCH] ZVC: Scale thresholds depending on the size of the systemChristoph Lameter1-0/+1
2006-07-03[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter1-0/+6
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsChristoph Lameter1-9/+8
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter1-0/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterChristoph Lameter1-0/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterChristoph Lameter1-0/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterChristoph Lameter1-0/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter1-0/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterChristoph Lameter1-0/+1
2006-06-30[PATCH] zoned vm counters: zone_reclaim: remove /proc/sys/vm/zone_reclaim_intervalChristoph Lameter1-6/+0
2006-06-30[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPEDChristoph Lameter1-1/+2
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counterChristoph Lameter1-1/+1
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterChristoph Lameter1-0/+3
2006-06-30[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationChristoph Lameter1-0/+9
2006-06-23[PATCH] sparsemem: record nid during memory presentAndy Whitcroft1-0/+5
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: add return code for init_current_empty_zoneYasunori Goto1-0/+3
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: change name of wait_table_size()Yasunori Goto1-2/+2
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds1-1/+0
2006-06-05[PATCH] Sparsemem build fixRalf Baechle1-0/+1
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2006-05-21[PATCH] Align the node_mem_map endpoints to a MAX_ORDER boundaryBob Picco1-0/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-27[PATCH] uninline zone helpersKAMEZAWA Hiroyuki1-35/+3
2006-03-27[PATCH] for_each_online_pgdat: remove pgdat_listKAMEZAWA Hiroyuki1-3/+0
2006-03-27[PATCH] define for_each_online_pgdatKAMEZAWA Hiroyuki1-51/+57
2006-03-27[PATCH] remove zone_mem_mapKAMEZAWA Hiroyuki1-1/+0
2006-03-27[PATCH] unify pfn_to_page: generic functionsKAMEZAWA Hiroyuki1-11/+0
2006-02-01[PATCH] GFP_ZONETYPES: calculate from GFP_ZONEMASKAndy Whitcroft1-1/+4