aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmzone.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-01[PATCH] GFP_ZONETYPES: add commentry on how to calculateAndy Whitcroft1-0/+8
2006-01-18[PATCH] Zone reclaim: Reclaim logicChristoph Lameter1-5/+7
2006-01-11[PATCH] x86_64: Minor GFP_DMA32 comment fixAndi Kleen1-1/+1
2006-01-08[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp macrosRavikiran G Thirumalai1-2/+2
2006-01-08[PATCH] Make high and batch sizes of per_cpu_pagelists configurableRohit Seth1-0/+2
2006-01-06[PATCH] mm: add populated_zone() helperCon Kolivas1-0/+5
2006-01-06[PATCH] mm: dma32 zone statisticsNick Piggin1-0/+11
2006-01-06[PATCH] mm: remove pcp lowNick Piggin1-1/+0
2006-01-06[PATCH] sparsemem: provide pfn_to_nidAndy Whitcroft1-1/+5
2006-01-06[PATCH] flatmem split out memory modelAndy Whitcroft1-1/+6
2006-01-06[PATCH] mm: remove arch independent NODES_SPAN_OTHER_NODESMike Kravetz1-6/+0
2006-01-06[PATCH] mm: pfn_to_pgdat not used in common codeAndy Whitcroft1-5/+0
2006-01-06[PATCH] mm: kvaddr_to_nid not used in common codeAndy Whitcroft1-5/+0
2005-11-22Fix up GFP_ZONEMASK for GFP_DMA32 usageLinus Torvalds1-14/+4
2005-11-14Merge x86-64 update from AndiLinus Torvalds1-8/+12
2005-11-14[PATCH] x86_64: Speed up numa_node_id by putting it directly into the PDAAndi Kleen1-0/+2
2005-11-14[PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_tAndi Kleen1-1/+1
2005-11-14[PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen1-7/+9
2005-11-13[PATCH] mm: __alloc_pages cleanupRohit Seth1-1/+1
2005-10-29[PATCH] memory hotplug locking: zone span seqlockDave Hansen1-0/+15
2005-10-29[PATCH] memory hotplug locking: node_size_lockDave Hansen1-0/+12
2005-10-29[PATCH] memory hotplug prep: __section_nr helperDave Hansen1-0/+1
2005-10-28[PATCH] gfp_t: the restAl Viro1-1/+1