aboutsummaryrefslogtreecommitdiff
path: root/include/linux/vmstat.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-25mm: compaction: direct compact when a high-order allocation failsGravatar Mel Gorman 1-0/+1
2010-05-25mm: compaction: memory compaction coreGravatar Mel Gorman 1-0/+3
2010-01-05Merge branch 'master' into percpuGravatar Tejun Heo 1-0/+2
2009-12-15vmscan: stop kswapd waiting on congestion when the min watermark is not being...Gravatar KOSAKI Motohiro 1-1/+2
2009-12-15vmscan: have kswapd sleep for a short interval and double check it should be ...Gravatar Mel Gorman 1-0/+1
2009-10-29percpu: remove per_cpu__ prefix.Gravatar Rusty Russell 1-4/+4
2009-10-03this_cpu: Use this_cpu ops for VM statisticsGravatar Christoph Lameter 1-6/+4
2009-09-22mm: count only reclaimable lru pagesGravatar Wu Fengguang 1-9/+2
2009-09-22mm: remove __{add,sub}_zone_page_state()Gravatar KOSAKI Motohiro 1-5/+0
2009-06-16vmscan: count the number of times zone_reclaim() scans and failsGravatar Mel Gorman 1-0/+3
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionGravatar KOSAKI Motohiro 1-2/+0
2008-10-23proc: move /proc/zoneinfo boilerplate to mm/vmstat.cGravatar Alexey Dobriyan 1-1/+0
2008-10-23proc: move /proc/vmstat boilerplate to mm/vmstat.cGravatar Alexey Dobriyan 1-1/+0
2008-10-23proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cGravatar Alexey Dobriyan 1-1/+0
2008-10-23proc: move /proc/buddyinfo boilerplate to mm/vmstat.cGravatar Alexey Dobriyan 1-1/+0
2008-10-20mlock: count attempts to free mlocked pageGravatar Lee Schermerhorn 1-0/+1
2008-10-20vmstat: mlocked pages statisticsGravatar Nick Piggin 1-0/+4
2008-10-20unevictable lru: add event counting with statisticsGravatar Lee Schermerhorn 1-0/+5
2008-10-20vmscan: split LRU lists into anon & file setsGravatar Rik van Riel 1-0/+10
2008-07-24mm/vmstat.c: proper externsGravatar Adrian Bunk 1-0/+6
2008-04-28Subject: [PATCH] hugetlb: vmstat events for huge page allocationsGravatar Adam Litke 1-0/+4
2008-04-28mm: remember what the preferred zone is for zone_statisticsGravatar Mel Gorman 1-1/+1
2008-02-29let __dec_zone_page_state use __dec_zone_stateGravatar Uwe Kleine-König 1-2/+1
2007-07-17Create the ZONE_MOVABLE zoneGravatar Mel Gorman 1-2/+3
2007-05-09vmstat: use our own timer eventsGravatar Christoph Lameter 1-3/+0
2007-02-11[PATCH] count_vm_events-warning-fixGravatar Andrew Morton 1-18/+29
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VMGravatar Christoph Lameter 1-4/+13
2007-02-11[PATCH] Drop free_pages()Gravatar Christoph Lameter 1-0/+1
2007-02-11[PATCH] Use ZVC for inactive and active countsGravatar Christoph Lameter 1-0/+9
2006-12-22[PATCH] fix vm_events_fold_cpu() build breakageGravatar Magnus Damm 1-0/+6
2006-12-22[PATCH] CONFIG_VM_EVENT_COUNTER comment decrustifyGravatar Paul Jackson 1-2/+3
2006-09-29[PATCH] Remove another config.hGravatar Dave Jones 1-1/+0
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zonesGravatar Christoph Lameter 1-1/+13
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalGravatar Christoph Lameter 1-3/+1
2006-08-06[PATCH] fix vmstat per cpu usageGravatar Jan Blunck 1-4/+4
2006-07-10[PATCH] ZVC: add __inc_zone_state for !SMP configurationGravatar Christoph Lameter 1-2/+7
2006-07-10[PATCH] count_vm_events() fixGravatar Andrew Morton 1-1/+1
2006-06-30[PATCH] Light weight event countersGravatar Christoph Lameter 1-104/+66
2006-06-30[PATCH] Use Zoned VM Counters for NUMA statisticsGravatar Christoph Lameter 1-1/+9
2006-06-30[PATCH] zoned-vm-counters: remove read_page_state()Gravatar Andrew Morton 1-4/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterGravatar Christoph Lameter 1-1/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_unstable to per zone counterGravatar Christoph Lameter 1-9/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_writeback to per zone counterGravatar Christoph Lameter 1-1/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_dirty to per zone counterGravatar Christoph Lameter 1-1/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterGravatar Christoph Lameter 1-2/+1
2006-06-30[PATCH] zoned vm counters: conversion of nr_slab to per zone counterGravatar Christoph Lameter 1-2/+1
2006-06-30[PATCH] zoned vm counters: convert nr_mapped to per zone counterGravatar Christoph Lameter 1-2/+0
2006-06-30[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementationGravatar Christoph Lameter 1-1/+128
2006-06-30[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.hGravatar Christoph Lameter 1-0/+138