Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
960cba672bcecc6357984101703e70a8c819ccaa
/
include
/
linux
/
vmstat.h
3c0ff46
mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALANCING
by Mel Gorman
· 12 years ago
03c5a6e
mm: numa: Add pte updates, hinting and migration stats
by Mel Gorman
· 12 years ago
5a88381
memory-hotplug: fix zone stat mismatch
by Minchan Kim
· 12 years ago
d1ce749
cma: count free CMA pages
by Bartlomiej Zolnierkiewicz
· 12 years ago
6527af5
mm: remove redundant initialization
by Minchan Kim
· 12 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
f042e70
mm: move enum vm_event_item into a standalone header file
by Andrew Morton
· 13 years ago
a6cccdc
mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur
by KOSAKI Motohiro
· 13 years ago
fa25c50
mm: per-node vmstat: show proper vmstats
by KOSAKI Motohiro
· 13 years ago
81ab420
mm: add VM counters for transparent hugepages
by Andi Kleen
· 14 years ago
78afd56
mm: add __GFP_OTHER_NODE flag
by Andi Kleen
· 14 years ago
b44129b
mm: vmstat: use a single setter function and callback for adjusting percpu thresholds
by Mel Gorman
· 14 years ago
88f5acf
mm: page allocator: adjust the per-cpu counter threshold when memory is low
by Mel Gorman
· 14 years ago
aa45484
mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake
by Christoph Lameter
· 14 years ago
56de726
mm: compaction: direct compact when a high-order allocation fails
by Mel Gorman
· 14 years ago
748446b
mm: compaction: memory compaction core
by Mel Gorman
· 14 years ago
32032df
Merge branch 'master' into percpu
by Tejun Heo
· 15 years ago
bb3ab59
vmscan: stop kswapd waiting on congestion when the min watermark is not being met
by KOSAKI Motohiro
· 15 years ago
f50de2d
vmscan: have kswapd sleep for a short interval and double check it should be asleep
by Mel Gorman
· 15 years ago
dd17c8f
percpu: remove per_cpu__ prefix.
by Rusty Russell
· 15 years ago
4dac3e9
this_cpu: Use this_cpu ops for VM statistics
by Christoph Lameter
· 15 years ago
adea02a
mm: count only reclaimable lru pages
by Wu Fengguang
· 15 years ago
5a2ae91
mm: remove __{add,sub}_zone_page_state()
by KOSAKI Motohiro
· 15 years ago
24cf72518
vmscan: count the number of times zone_reclaim() scans and fails
by Mel Gorman
· 15 years ago
6837765
mm: remove CONFIG_UNEVICTABLE_LRU config option
by KOSAKI Motohiro
· 15 years ago
5c9fe62
proc: move /proc/zoneinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
b6aa44a
proc: move /proc/vmstat boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
74e2e8e
proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
8f32f7e
proc: move /proc/buddyinfo boilerplate to mm/vmstat.c
by Alexey Dobriyan
· 16 years ago
985737c
mlock: count attempts to free mlocked page
by Lee Schermerhorn
· 16 years ago
5344b7e
vmstat: mlocked pages statistics
by Nick Piggin
· 16 years ago
bbfd28e
unevictable lru: add event counting with statistics
by Lee Schermerhorn
· 16 years ago
4f98a2f
vmscan: split LRU lists into anon & file sets
by Rik van Riel
· 16 years ago
c748e13
mm/vmstat.c: proper externs
by Adrian Bunk
· 16 years ago
3b11630
Subject: [PATCH] hugetlb: vmstat events for huge page allocations
by Adam Litke
· 17 years ago
18ea7e7
mm: remember what the preferred zone is for zone_statistics
by Mel Gorman
· 17 years ago
57ce36f
let __dec_zone_page_state use __dec_zone_state
by Uwe Kleine-König
· 17 years ago
2a1e274
Create the ZONE_MOVABLE zone
by Mel Gorman
· 17 years ago
d1187ed
vmstat: use our own timer events
by Christoph Lameter
· 18 years ago
780a065
[PATCH] count_vm_events-warning-fix
by Andrew Morton
· 18 years ago
4b51d66
[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM
by Christoph Lameter
· 18 years ago
9617729
[PATCH] Drop free_pages()
by Christoph Lameter
· 18 years ago
c878538
[PATCH] Use ZVC for inactive and active counts
by Christoph Lameter
· 18 years ago
e903387
[PATCH] fix vm_events_fold_cpu() build breakage
by Magnus Damm
· 18 years ago
2aea4fb
[PATCH] CONFIG_VM_EVENT_COUNTER comment decrustify
by Paul Jackson
· 18 years ago
3ca212b
[PATCH] Remove another config.h
by Dave Jones
· 18 years ago
27bf71c
[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones
by Christoph Lameter
· 18 years ago
fb0e794
[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optional
by Christoph Lameter
· 18 years ago
38cbcdc
[PATCH] fix vmstat per cpu usage
by Jan Blunck
· 18 years ago
7f4599e
[PATCH] ZVC: add __inc_zone_state for !SMP configuration
by Christoph Lameter
· 18 years ago
e45b3b6
[PATCH] count_vm_events() fix
by Andrew Morton
· 18 years ago
f8891e5
[PATCH] Light weight event counters
by Christoph Lameter
· 18 years ago
ca889e6
[PATCH] Use Zoned VM Counters for NUMA statistics
by Christoph Lameter
· 18 years ago
bab1846
[PATCH] zoned-vm-counters: remove read_page_state()
by Andrew Morton
· 18 years ago
d2c5e30
[PATCH] zoned vm counters: conversion of nr_bounce to per zone counter
by Christoph Lameter
· 18 years ago
fd39fc8
[PATCH] zoned vm counters: conversion of nr_unstable to per zone counter
by Christoph Lameter
· 18 years ago
ce866b3
[PATCH] zoned vm counters: conversion of nr_writeback to per zone counter
by Christoph Lameter
· 18 years ago
b1e7a8f
[PATCH] zoned vm counters: conversion of nr_dirty to per zone counter
by Christoph Lameter
· 18 years ago
df849a1
[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter
by Christoph Lameter
· 18 years ago
9a865ff
[PATCH] zoned vm counters: conversion of nr_slab to per zone counter
by Christoph Lameter
· 18 years ago
65ba55f
[PATCH] zoned vm counters: convert nr_mapped to per zone counter
by Christoph Lameter
· 18 years ago
2244b95
[PATCH] zoned vm counters: basic ZVC (zoned vm counter) implementation
by Christoph Lameter
· 18 years ago
f6ac235
[PATCH] zoned vm counters: create vmstat.c/.h from page_alloc.c/.h
by Christoph Lameter
· 18 years ago