summaryrefslogtreecommitdiffstats
path: root/include/linux/vmstat.h
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce per-VMA lock statisticsSuren Baghdasaryan2023-04-051-0/+6
* mm: remove vmacacheLiam R. Howlett2022-09-261-6/+0
* mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)2021-10-181-6/+0
* mm/vmstat: Add functions to account folio statisticsMatthew Wilcox (Oracle)2021-09-271-0/+107
* mm/page_alloc: batch the accounting updates in the bulk allocatorMel Gorman2021-06-291-0/+8
* mm/vmstat: inline NUMA event counter updatesMel Gorman2021-06-291-1/+9
* mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-06-291-23/+20
* mm/page_alloc: split per cpu page lists and zone statsMel Gorman2021-06-291-4/+4
* mm: page-writeback: simplify memcg handling in test_clear_page_writeback()Johannes Weiner2021-04-301-21/+3
* mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner2021-02-261-0/+6
* mm: move lruvec stats update functions to vmstat.hShakeel Butt2020-12-151-0/+104
* mm: use self-explanatory macros rather than "2"Yu Zhao2020-10-161-1/+1
* mm: memcg/slab: fix slab statistics in !SMP configurationRoman Gushchin2020-10-021-0/+5
* mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin2020-08-071-1/+13
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-0/+2
|\
| * mm: vmscan: reclaim writepage is IO costJohannes Weiner2020-06-031-0/+1
| * mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim2020-06-031-0/+1
* | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-4/+4
|/
* mm/memcontrol: use vmstat names for printing statisticsKonstantin Khlebnikov2019-12-041-2/+2
* mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov2019-12-041-0/+50
* mm: move recent_rotated pages calculation to shrink_inactive_list()Kirill Tkhai2019-05-141-1/+1
* include/linux/vmstat.h: remove unused page state adjustment macroWei Yang2018-12-281-5/+0
* mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt2018-04-111-0/+11
* mm: remove unused pgdat_reclaimable_pages()Jan Kara2018-01-311-17/+0
* mm, sysctl: make NUMA stats configurableKemi Wang2017-11-151-0/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: consider the number in local CPUs when reading NUMA statsKemi Wang2017-09-081-1/+5
* mm: change the call sites of numa statistics itemsKemi Wang2017-09-081-1/+28
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-061-2/+2
* mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner2017-07-061-1/+0
* mm: vmstat: replace __count_zone_vm_events with a zone id equivalentMel Gorman2016-07-281-3/+2
* mm, workingset: make working set detection node-awareMel Gorman2016-07-281-1/+0
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-0/+17
* mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-281-12/+80
* mm, page_alloc: inline zone_statisticsMel Gorman2016-05-191-2/+0
* mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins2016-05-191-0/+4
* vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter2016-01-141-0/+2
* mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens2015-12-291-3/+3
* mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa2015-11-051-1/+0
* mm/vmstat.c: uninline node_page_state()Andrew Morton2015-11-051-23/+1
* mm,vmacache: add debug dataDavidlohr Bueso2014-06-041-0/+6
* vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter2014-04-071-2/+6
* mm: vmstat: fix UP zone state accountingJohannes Weiner2014-04-031-8/+9
* Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-071-2/+0
|\
| * mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-01-291-2/+0
* | mm, x86: Account for TLB flushes only when debuggingMel Gorman2014-01-251-0/+8
|/
* mm: vmscan: fix do_try_to_free_pages() livelockLisa Du2013-09-111-1/+0
* vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter2013-09-111-1/+2
* mm: remove CONFIG_HOTPLUG ifdefsYijing Wang2013-04-291-6/+1
* mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALA...Mel Gorman2013-02-231-1/+1