summaryrefslogtreecommitdiffstats
path: root/include/linux/vmstat.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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-02-011-17/+0Star
* mm, sysctl: make NUMA stats configurableKemi Wang2017-11-161-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-091-1/+5
* mm: change the call sites of numa statistics itemsKemi Wang2017-09-091-1/+28
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-071-2/+2
* mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner2017-07-071-1/+0Star
* mm: vmstat: replace __count_zone_vm_events with a zone id equivalentMel Gorman2016-07-291-3/+2Star
* mm, workingset: make working set detection node-awareMel Gorman2016-07-291-1/+0Star
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-0/+17
* mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-291-12/+80
* mm, page_alloc: inline zone_statisticsMel Gorman2016-05-201-2/+0Star
* mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins2016-05-201-0/+4
* vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter2016-01-151-0/+2
* mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens2015-12-301-3/+3
* mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa2015-11-061-1/+0Star
* mm/vmstat.c: uninline node_page_state()Andrew Morton2015-11-061-23/+1Star
* mm,vmacache: add debug dataDavidlohr Bueso2014-06-051-0/+6
* vmstat: use raw_cpu_ops to avoid false positives on preemption checksChristoph Lameter2014-04-081-2/+6
* mm: vmstat: fix UP zone state accountingJohannes Weiner2014-04-041-8/+9
* Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-071-2/+0Star
|\
| * mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-01-301-2/+0Star
* | 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-121-1/+0Star
* vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter2013-09-121-1/+2
* mm: remove CONFIG_HOTPLUG ifdefsYijing Wang2013-04-301-6/+1Star
* mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALA...Mel Gorman2013-02-241-1/+1
* mm: numa: Add pte updates, hinting and migration statsMel Gorman2012-12-111-0/+8
* memory-hotplug: fix zone stat mismatchMinchan Kim2012-10-091-0/+4
* cma: count free CMA pagesBartlomiej Zolnierkiewicz2012-10-091-0/+8
* mm: remove redundant initializationMinchan Kim2012-08-011-5/+0Star
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* mm: move enum vm_event_item into a standalone header fileAndrew Morton2011-05-271-61/+1Star
* mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occurKOSAKI Motohiro2011-05-251-0/+3
* mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro2011-05-251-1/+3
* mm: add VM counters for transparent hugepagesAndi Kleen2011-04-151-0/+7
* mm: add __GFP_OTHER_NODE flagAndi Kleen2011-03-231-2/+2
* mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman2011-01-141-4/+6
* mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman2011-01-141-0/+5
* mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2010-09-101-0/+22
* mm: compaction: direct compact when a high-order allocation failsMel Gorman2010-05-251-0/+1
* mm: compaction: memory compaction coreMel Gorman2010-05-251-0/+3
* Merge branch 'master' into percpuTejun Heo2010-01-051-0/+2
|\
| * vmscan: stop kswapd waiting on congestion when the min watermark is not being...KOSAKI Motohiro2009-12-151-1/+2
| * vmscan: have kswapd sleep for a short interval and double check it should be ...Mel Gorman2009-12-151-0/+1
* | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-4/+4
|/
* this_cpu: Use this_cpu ops for VM statisticsChristoph Lameter2009-10-031-6/+4Star