summaryrefslogtreecommitdiff
path: root/mm/vmstat.c
AgeCommit message (Expand)Author
2021-08-19seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches
2021-07-10Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-06-03mm, vmstat: drop zone->lock in /proc/pagetypeinfoStephen Brennan
2019-11-20Merge android-4.4-p.201 (ef0b39d) into msm-4.4Srinivasarao P
2019-11-12mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko
2019-08-07Merge android-4.4.187 (8eb3d65) into msm-4.4Srinivasarao P
2019-08-04mm, vmstat: make quiet_vmstat lighterMichal Hocko
2019-08-04vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter
2019-05-02Merge android-4.4.179 (aab9adb) into msm-4.4Srinivasarao P
2019-04-27mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov
2019-04-03vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2018-10-22Merge android-4.4.162 (3eb8e73) into msm-4.4Srinivasarao P
2018-10-20Merge 4.4.162 into android-4.4Greg Kroah-Hartman
2018-10-20mm/vmstat.c: fix outdated vmstat_textJann Horn
2018-10-15Merge android-4.4.161 (8e7f196) into msm-4.4Srinivasarao P
2018-10-13Merge 4.4.161 into android-4.4Greg Kroah-Hartman
2018-10-13mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn
2018-05-07mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin
2018-01-24Merge android-4.4.111 (f851888) into msm-4.4Srinivasarao P
2018-01-18Merge android-4.4.110 (5cc8c2e) into msm-4.4Srinivasarao P
2018-01-10Merge 4.4.111 into android-4.4Greg Kroah-Hartman
2018-01-10proc: much faster /proc/vmstatAlexey Dobriyan
2018-01-06Merge 4.4.110 into android-4.4Greg Kroah-Hartman
2018-01-05kaiser: vmstat show NR_KAISERTABLE as nr_overheadHugh Dickins
2017-11-24Merge 4.4.101 into android-4.4Greg Kroah-Hartman
2017-11-24mm: check the return value of lookup_page_ext for all call sitesYang Shi
2017-07-07mm: check the return value of lookup_page_ext for all call sitesYang Shi
2017-07-07mm, page_owner: convert page_owner_inited to static keyVlastimil Babka
2017-07-07mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka
2017-06-28mm: avoid taking zone lock in pagetypeinfo_showmixed()Vinayak Menon
2017-02-21mm, compaction: introduce kcompactdVlastimil Babka
2016-09-24vmstat: Add cpu isolation awarenessOlav Haugan
2016-08-11vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2016-04-13mm: add cma pcp listLiam Mark
2016-04-13lowmemorykiller: Don't count swap cache pages twiceLiam Mark
2016-03-25mm: vmstat: add pageoutcleanVinayak Menon
2016-03-23vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter
2016-03-23vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2016-01-08vmstat: allocate vmstat_wq before it is usedMichal Hocko
2015-12-29mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens
2015-12-12mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko
2015-12-12mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfoVlastimil Babka
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman
2015-11-05mm/vmstat.c: uninline node_page_state()Andrew Morton
2015-10-15vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds
2015-02-11vmstat: Reduce time interval to stat update on idle cpuChristoph Lameter
2015-02-11vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko
2015-02-10mm/vmstat.c: fix/cleanup ifdefsAndrew Morton
2014-12-13mm,vmacache: count number of system-wide flushesDavidlohr Bueso