summaryrefslogtreecommitdiff
path: root/include/linux/vmstat.h
AgeCommit message (Expand)Author
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)
2021-09-27mm/vmstat: Add functions to account folio statisticsMatthew Wilcox (Oracle)
2021-06-29mm/page_alloc: batch the accounting updates in the bulk allocatorMel Gorman
2021-06-29mm/vmstat: inline NUMA event counter updatesMel Gorman
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman
2021-06-29mm/page_alloc: split per cpu page lists and zone statsMel Gorman
2021-04-30mm: page-writeback: simplify memcg handling in test_clear_page_writeback()Johannes Weiner
2021-02-26mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner
2020-12-15mm: move lruvec stats update functions to vmstat.hShakeel Butt
2020-10-16mm: use self-explanatory macros rather than "2"Yu Zhao
2020-10-02mm: memcg/slab: fix slab statistics in !SMP configurationRoman Gushchin
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner
2020-06-03mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-12-04mm/memcontrol: use vmstat names for printing statisticsKonstantin Khlebnikov
2019-12-04mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov
2019-05-14mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai
2018-12-28include/linux/vmstat.h: remove unused page state adjustment macroWei Yang
2018-04-11mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt
2018-01-31mm: remove unused pgdat_reclaimable_pages()Jan Kara
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08mm: consider the number in local CPUs when reading NUMA statsKemi Wang
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner
2016-07-28mm: vmstat: replace __count_zone_vm_events with a zone id equivalentMel Gorman
2016-07-28mm, workingset: make working set detection node-awareMel Gorman
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman
2016-05-19mm, page_alloc: inline zone_statisticsMel Gorman
2016-05-19mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins
2016-01-14vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2015-12-29mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens
2015-11-05mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa
2015-11-05mm/vmstat.c: uninline node_page_state()Andrew Morton
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso
2014-04-07vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter
2014-04-03mm: vmstat: fix UP zone state accountingJohannes Weiner
2014-02-07Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin
2014-01-29mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner
2014-01-25mm, x86: Account for TLB flushes only when debuggingMel Gorman
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du
2013-09-11vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter
2013-04-29mm: remove CONFIG_HOTPLUG ifdefsYijing Wang
2013-02-23mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALA...Mel Gorman
2012-12-11mm: numa: Add pte updates, hinting and migration statsMel Gorman
2012-10-09memory-hotplug: fix zone stat mismatchMinchan Kim