summaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vmstat: get rid of the ugly cpu_stat_off variableChristoph Lameter2016-05-201-41/+10
* mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman2016-05-191-1/+1
* mm, page_alloc: inline zone_statisticsMel Gorman2016-05-191-29/+0
* mm, page_alloc: reduce branches in zone_statisticsMel Gorman2016-05-191-6/+10
* mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins2016-05-191-0/+60
* mm/vmstat: make node_page_state() handles all zones by itselfJoonsoo Kim2016-05-191-12/+6
* mm/vmstat: add zone range overlapping checkJoonsoo Kim2016-05-191-0/+7
* thp, vmstats: count deferred split eventsKirill A. Shutemov2016-03-171-0/+1
* mm, compaction: introduce kcompactdVlastimil Babka2016-03-171-0/+1
* mm, page_owner: convert page_owner_inited to static keyVlastimil Babka2016-03-151-1/+1
* mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka2016-03-151-13/+0
* vmstat: make vmstat_update deferrableMichal Hocko2016-02-051-1/+1
* mm, vmstat: make quiet_vmstat lighterMichal Hocko2016-02-051-22/+46
* vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter2016-01-241-11/+1
* mm: support madvise(MADV_FREE)Minchan Kim2016-01-151-0/+1
* mm, vmstats: new THP splitting eventKirill A. Shutemov2016-01-151-1/+3
* vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter2016-01-141-25/+44
* vmstat: allocate vmstat_wq before it is usedMichal Hocko2016-01-081-1/+1
* mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens2015-12-291-5/+5
* mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko2015-12-121-2/+4
* mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfoVlastimil Babka2015-12-121-1/+1
* mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman2015-11-061-0/+1
* mm, page_alloc: remove MIGRATE_RESERVEMel Gorman2015-11-061-1/+0
* mm/vmstat.c: uninline node_page_state()Andrew Morton2015-11-051-0/+22
* vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds2015-10-151-3/+4
* vmstat: Reduce time interval to stat update on idle cpuChristoph Lameter2015-02-111-2/+2
* vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko2015-02-111-1/+1
* mm/vmstat.c: fix/cleanup ifdefsAndrew Morton2015-02-101-62/+62
* mm,vmacache: count number of system-wide flushesDavidlohr Bueso2014-12-131-0/+1
* mm/page_owner: keep track of page ownersJoonsoo Kim2014-12-131-0/+101
OpenPOWER on IntegriCloud