aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vmstat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28include/linux/vmstat.h: remove unused page state adjustment macroWei Yang1-5/+0
2018-04-11mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt1-0/+11
2018-01-31mm: remove unused pgdat_reclaimable_pages()Jan Kara1-17/+0
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang1-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm: consider the number in local CPUs when reading NUMA statsKemi Wang1-1/+5
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang1-1/+28
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko1-2/+2
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner1-1/+0
2016-07-28mm: vmstat: replace __count_zone_vm_events with a zone id equivalentMel Gorman1-3/+2
2016-07-28mm, workingset: make working set detection node-awareMel Gorman1-1/+0
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-0/+17
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman1-12/+80
2016-05-19mm, page_alloc: inline zone_statisticsMel Gorman1-2/+0
2016-05-19mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins1-0/+4
2016-01-14vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter1-0/+2
2015-12-29mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens1-3/+3
2015-11-05mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa1-1/+0
2015-11-05mm/vmstat.c: uninline node_page_state()Andrew Morton1-23/+1
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso1-0/+6
2014-04-07vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter1-2/+6
2014-04-03mm: vmstat: fix UP zone state accountingJohannes Weiner1-8/+9
2014-02-07Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin1-2/+0
2014-01-29mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner1-2/+0
2014-01-25mm, x86: Account for TLB flushes only when debuggingMel Gorman1-0/+8
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du1-1/+0
2013-09-11vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter1-1/+2
2013-04-29mm: remove CONFIG_HOTPLUG ifdefsYijing Wang1-6/+1
2013-02-23mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALANCINGMel Gorman1-1/+1
2012-12-11mm: numa: Add pte updates, hinting and migration statsMel Gorman1-0/+8
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim1-0/+4
2012-10-09cma: count free CMA pagesBartlomiej Zolnierkiewicz1-0/+8
2012-07-31mm: remove redundant initializationMinchan Kim1-5/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-26mm: move enum vm_event_item into a standalone header fileAndrew Morton1-61/+1
2011-05-25mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occurKOSAKI Motohiro1-0/+3
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro1-1/+3
2011-04-14mm: add VM counters for transparent hugepagesAndi Kleen1-0/+7
2011-03-22mm: add __GFP_OTHER_NODE flagAndi Kleen1-2/+2
2011-01-13mm: vmstat: use a single setter function and callback for adjusting percpu thresholdsMel Gorman1-4/+6
2011-01-13mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman1-0/+5
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awakeChristoph Lameter1-0/+22
2010-05-25mm: compaction: direct compact when a high-order allocation failsMel Gorman1-0/+1
2010-05-25mm: compaction: memory compaction coreMel Gorman1-0/+3
2010-01-05Merge branch 'master' into percpuTejun Heo1-0/+2
2009-12-15vmscan: stop kswapd waiting on congestion when the min watermark is not being metKOSAKI Motohiro1-1/+2
2009-12-15vmscan: have kswapd sleep for a short interval and double check it should be asleepMel Gorman1-0/+1
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-4/+4
2009-10-03this_cpu: Use this_cpu ops for VM statisticsChristoph Lameter1-6/+4
2009-09-22mm: count only reclaimable lru pagesWu Fengguang1-9/+2