index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
vmstat.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-15
vmscan: stop kswapd waiting on congestion when the min watermark is not being...
KOSAKI Motohiro
1
-1
/
+2
2009-12-15
vmscan: have kswapd sleep for a short interval and double check it should be ...
Mel Gorman
1
-0
/
+1
2009-10-03
this_cpu: Use this_cpu ops for VM statistics
Christoph Lameter
1
-6
/
+4
2009-09-22
mm: count only reclaimable lru pages
Wu Fengguang
1
-9
/
+2
2009-09-22
mm: remove __{add,sub}_zone_page_state()
KOSAKI Motohiro
1
-5
/
+0
2009-06-16
vmscan: count the number of times zone_reclaim() scans and fails
Mel Gorman
1
-0
/
+3
2009-06-16
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
1
-2
/
+0
2008-10-23
proc: move /proc/zoneinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
1
-1
/
+0
2008-10-23
proc: move /proc/vmstat boilerplate to mm/vmstat.c
Alexey Dobriyan
1
-1
/
+0
2008-10-23
proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
1
-1
/
+0
2008-10-23
proc: move /proc/buddyinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
1
-1
/
+0
2008-10-20
mlock: count attempts to free mlocked page
Lee Schermerhorn
1
-0
/
+1
2008-10-20
vmstat: mlocked pages statistics
Nick Piggin
1
-0
/
+4
2008-10-20
unevictable lru: add event counting with statistics
Lee Schermerhorn
1
-0
/
+5
2008-10-20
vmscan: split LRU lists into anon & file sets
Rik van Riel
1
-0
/
+10
2008-07-24
mm/vmstat.c: proper externs
Adrian Bunk
1
-0
/
+6
2008-04-28
Subject: [PATCH] hugetlb: vmstat events for huge page allocations
Adam Litke
1
-0
/
+4
2008-04-28
mm: remember what the preferred zone is for zone_statistics
Mel Gorman
1
-1
/
+1
2008-02-29
let __dec_zone_page_state use __dec_zone_state
Uwe Kleine-König
1
-2
/
+1
2007-07-17
Create the ZONE_MOVABLE zone
Mel Gorman
1
-2
/
+3
2007-05-09
vmstat: use our own timer events
Christoph Lameter
1
-3
/
+0
2007-02-11
[PATCH] count_vm_events-warning-fix
Andrew Morton
1
-18
/
+29
2007-02-11
[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM
Christoph Lameter
1
-4
/
+13
2007-02-11
[PATCH] Drop free_pages()
Christoph Lameter
1
-0
/
+1
2007-02-11
[PATCH] Use ZVC for inactive and active counts
Christoph Lameter
1
-0
/
+9
2006-12-22
[PATCH] fix vm_events_fold_cpu() build breakage
Magnus Damm
1
-0
/
+6
2006-12-22
[PATCH] CONFIG_VM_EVENT_COUNTER comment decrustify
Paul Jackson
1
-2
/
+3
2006-09-29
[PATCH] Remove another config.h
Dave Jones
1
-1
/
+0
2006-09-26
[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones
Christoph Lameter
1
-1
/
+13
2006-09-26
[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional
Christoph Lameter
1
-3
/
+1
2006-08-06
[PATCH] fix vmstat per cpu usage
Jan Blunck
1
-4
/
+4
2006-07-10
[PATCH] ZVC: add __inc_zone_state for !SMP configuration
Christoph Lameter
1
-2
/
+7
2006-07-10
[PATCH] count_vm_events() fix
Andrew Morton
1
-1
/
+1
2006-06-30
[PATCH] Light weight event counters
Christoph Lameter
1
-104
/
+66
2006-06-30
[PATCH] Use Zoned VM Counters for NUMA statistics
Christoph Lameter
1
-1
/
+9
2006-06-30
[PATCH] zoned-vm-counters: remove read_page_state()
Andrew Morton
1
-4
/
+0
2006-06-30
[PATCH] zoned vm counters: conversion of nr_bounce to per zone counter
Christoph Lameter
1
-1
/
+0
2006-06-30
[PATCH] zoned vm counters: conversion of nr_unstable to per zone counter
Christoph Lameter
1
-9
/
+0
2006-06-30
[PATCH] zoned vm counters: conversion of nr_writeback to per zone counter
Christoph Lameter
1
-1
/
+0
2006-06-30
[PATCH] zoned vm counters: conversion of nr_dirty to per zone counter
Christoph Lameter
1
-1
/
+0
2006-06-30
[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter
Christoph Lameter
1
-2
/
+1
2006-06-30
[PATCH] zoned vm counters: conversion of nr_slab to per zone counter
Christoph Lameter
1
-2
/
+1
2006-06-30
[PATCH] zoned vm counters: convert nr_mapped to per zone counter
Christoph Lameter
1
-2
/
+0
2006-06-30
[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation
Christoph Lameter
1
-1
/
+128
2006-06-30
[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.h
Christoph Lameter
1
-0
/
+138