summaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
Commit message (Expand)AuthorAgeFilesLines
* mm, sysctl: make NUMA stats configurableKemi Wang2017-11-151-0/+71
* mm: remove unused pgdat->inactive_ratioAndrey Ryabinin2017-11-151-4/+2
* mm: consider the number in local CPUs when reading NUMA statsKemi Wang2017-09-081-2/+7
* mm: update NUMA counter threshold sizeKemi Wang2017-09-081-18/+10
* mm: change the call sites of numa statistics itemsKemi Wang2017-09-081-6/+155
* mm, swap: add swap readahead hit statisticsHuang Ying2017-09-061-0/+4
* mm/vmstat.c: fix wrong commentSeongJae Park2017-09-061-1/+1
* mm/vmstat: fix divide error at __fragmentation_indexWen Yang2017-09-061-0/+3
* mm: rename global_page_state to global_zone_page_stateMichal Hocko2017-09-061-2/+2
* mm, THP, swap: add THP swapping out fallback countingHuang Ying2017-09-061-0/+1
* mm: test code to write THP to swap device as a wholeHuang Ying2017-09-061-0/+1
* mm: avoid taking zone lock in pagetypeinfo_showmixed()Vinayak Menon2017-07-101-10/+14
* mm: vmstat: move slab statistics from zone to node countersJohannes Weiner2017-07-061-2/+2
* mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov2017-07-061-0/+1
* mm, vmstat: skip reporting offline pages in pagetypeinfoMichal Hocko2017-07-061-3/+2
* mm/vmstat.c: standardize file operations variable namesAnshuman Khandual2017-07-061-8/+8
* mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab2017-05-121-2/+0
* mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes2017-05-031-7/+13
* mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes2017-05-031-10/+17
* mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li2017-05-031-0/+1
* mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner2017-05-031-19/+3
* mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner2017-05-031-1/+1
* mm: make mm_percpu_wq non freezableMichal Hocko2017-04-191-2/+1
* mm: move pcp and lru-pcp draining into single wqMichal Hocko2017-04-081-6/+9
* mm: move mm_percpu_wq initialization earlierMichal Hocko2017-03-311-3/+1
* mm/vmstats: add thp_split_pud event for clarityYisheng Xie2017-03-091-0/+3
* mm, compaction: add vmstats for kcompactd workDavid Rientjes2017-02-221-0/+2
* mm/vmstat: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-021-41/+35
* mm/vmstat: Avoid on each online CPU loopsSebastian Andrzej Siewior2016-12-021-7/+9
* mm/vmstat: Drop get_online_cpus() from init_cpu_node_state/vmstat_cpu_dead()Sebastian Andrzej Siewior2016-12-021-6/+1
* seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-071-1/+1
* proc: much faster /proc/vmstatAlexey Dobriyan2016-10-071-1/+4
* cpu: fix node state for whether it contains CPUTim Chen2016-10-071-0/+11
* mm/page_owner: move page_owner specific function to page_owner.cJoonsoo Kim2016-10-071-79/+0
* mm: remove reclaim and compaction retry approximationsMel Gorman2016-07-281-0/+1
* mm: add per-zone lru list statMinchan Kim2016-07-281-0/+5
* mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman2016-07-281-3/+0
* mm, vmstat: print node-based stats in zoneinfo fileMel Gorman2016-07-281-0/+24
* mm: vmstat: account per-zone stalls and pages skipped during reclaimMel Gorman2016-07-281-1/+2
* mm, page_alloc: remove fair zone allocation policyMel Gorman2016-07-281-3/+1
* mm: move vmscan writes and file write accounting to the nodeMel Gorman2016-07-281-4/+4
* mm: move most file-based accounting to the nodeMel Gorman2016-07-281-9/+10
* mm: move page mapped accounting to the nodeMel Gorman2016-07-281-2/+2
* mm, workingset: make working set detection node-awareMel Gorman2016-07-281-17/+3
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-22/+25
* mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-281-23/+272
* mm, rmap: account shmem thp pagesKirill A. Shutemov2016-07-261-0/+2
* thp, vmstats: add counters for huge file pagesKirill A. Shutemov2016-07-261-0/+2
* mm: add NR_ZSMALLOC to vmstatMinchan Kim2016-07-261-1/+3
* mm: check the return value of lookup_page_ext for all call sitesYang Shi2016-06-031-0/+2
OpenPOWER on IntegriCloud