index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
vmstat.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: move /proc/zoneinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
*
proc: move /proc/vmstat boilerplate to mm/vmstat.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
*
proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
*
proc: move /proc/buddyinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
*
mlock: count attempts to free mlocked page
Lee Schermerhorn
2008-10-20
1
-0
/
+1
*
vmstat: mlocked pages statistics
Nick Piggin
2008-10-20
1
-0
/
+4
*
unevictable lru: add event counting with statistics
Lee Schermerhorn
2008-10-20
1
-0
/
+5
*
vmscan: split LRU lists into anon & file sets
Rik van Riel
2008-10-20
1
-0
/
+10
*
mm/vmstat.c: proper externs
Adrian Bunk
2008-07-24
1
-0
/
+6
*
Subject: [PATCH] hugetlb: vmstat events for huge page allocations
Adam Litke
2008-04-28
1
-0
/
+4
*
mm: remember what the preferred zone is for zone_statistics
Mel Gorman
2008-04-28
1
-1
/
+1
*
let __dec_zone_page_state use __dec_zone_state
Uwe Kleine-König
2008-02-29
1
-2
/
+1
*
Create the ZONE_MOVABLE zone
Mel Gorman
2007-07-17
1
-2
/
+3
*
vmstat: use our own timer events
Christoph Lameter
2007-05-09
1
-3
/
+0
*
[PATCH] count_vm_events-warning-fix
Andrew Morton
2007-02-11
1
-18
/
+29
*
[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM
Christoph Lameter
2007-02-11
1
-4
/
+13
*
[PATCH] Drop free_pages()
Christoph Lameter
2007-02-11
1
-0
/
+1
*
[PATCH] Use ZVC for inactive and active counts
Christoph Lameter
2007-02-11
1
-0
/
+9
*
[PATCH] fix vm_events_fold_cpu() build breakage
Magnus Damm
2006-12-22
1
-0
/
+6
*
[PATCH] CONFIG_VM_EVENT_COUNTER comment decrustify
Paul Jackson
2006-12-22
1
-2
/
+3
*
[PATCH] Remove another config.h
Dave Jones
2006-09-29
1
-1
/
+0
*
[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones
Christoph Lameter
2006-09-26
1
-1
/
+13
*
[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional
Christoph Lameter
2006-09-26
1
-3
/
+1
*
[PATCH] fix vmstat per cpu usage
Jan Blunck
2006-08-06
1
-4
/
+4
*
[PATCH] ZVC: add __inc_zone_state for !SMP configuration
Christoph Lameter
2006-07-10
1
-2
/
+7
*
[PATCH] count_vm_events() fix
Andrew Morton
2006-07-10
1
-1
/
+1
*
[PATCH] Light weight event counters
Christoph Lameter
2006-06-30
1
-104
/
+66
*
[PATCH] Use Zoned VM Counters for NUMA statistics
Christoph Lameter
2006-06-30
1
-1
/
+9
*
[PATCH] zoned-vm-counters: remove read_page_state()
Andrew Morton
2006-06-30
1
-4
/
+0
*
[PATCH] zoned vm counters: conversion of nr_bounce to per zone counter
Christoph Lameter
2006-06-30
1
-1
/
+0
*
[PATCH] zoned vm counters: conversion of nr_unstable to per zone counter
Christoph Lameter
2006-06-30
1
-9
/
+0
*
[PATCH] zoned vm counters: conversion of nr_writeback to per zone counter
Christoph Lameter
2006-06-30
1
-1
/
+0
*
[PATCH] zoned vm counters: conversion of nr_dirty to per zone counter
Christoph Lameter
2006-06-30
1
-1
/
+0
*
[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter
Christoph Lameter
2006-06-30
1
-2
/
+1
*
[PATCH] zoned vm counters: conversion of nr_slab to per zone counter
Christoph Lameter
2006-06-30
1
-2
/
+1
*
[PATCH] zoned vm counters: convert nr_mapped to per zone counter
Christoph Lameter
2006-06-30
1
-2
/
+0
*
[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation
Christoph Lameter
2006-06-30
1
-1
/
+128
*
[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.h
Christoph Lameter
2006-06-30
1
-0
/
+138