aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-6/+6
2024-01-05mm/vmstat: move pgdemote_* out of CONFIG_NUMA_BALANCINGLi Zhijian1-1/+1
2023-12-12mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo1-0/+1
2023-12-10mm/vmstat: move pgdemote_* to per-node statsLi Zhijian1-3/+3
2023-10-25mm: tune PCP high automaticallyHuang Ying1-4/+4
2023-10-25mm: fix draining remote pagesetHuang Ying1-1/+3
2023-10-04mm/vmstat: use this_cpu_try_cmpxchg in mod_{zone,node}_stateUros Bizjak1-8/+10
2023-08-21mm/vmstat: remove unused page_ext.h from vmstatKemeng Shi1-1/+0
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+15
2023-06-19vmstat: skip periodic vmstat update for isolated CPUsMarcelo Tosatti1-0/+15
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov1-0/+3
2023-04-05mm: introduce per-VMA lock statisticsSuren Baghdasaryan1-0/+6
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-7/+7
2022-11-30mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner1-0/+3
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+1
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-24/+12
2022-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2022-09-26mm: remove vmacacheLiam R. Howlett1-4/+0
2022-09-26mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V1-4/+0
2022-09-19mm/vmstat: Use preempt_[dis|en]able_nested()Thomas Gleixner1-24/+12
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying1-0/+1
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed1-0/+1
2022-08-20mm: add DEVICE_ZONE to FOR_ALL_ZONESHao Lee1-1/+8
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-2/+2
2022-06-03mm/vmstat: replace cpumask_weight with cpumask_empty where appropriateYury Norov1-2/+2
2022-05-19mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner1-0/+4
2022-04-28mm/vmstat: add events for ksm cowYang Yang1-0/+3
2022-04-28mm: untangle config dependencies for demote-on-reclaimOscar Salvador1-2/+0
2022-03-22mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador1-1/+12
2022-03-22mm/vmstat: add event for ksm swapping in copyYang Yang1-0/+3
2022-03-22NUMA Balancing: add page promotion counterHuang Ying1-0/+3
2022-01-15mm/vmstat: add events for THP max_ptes_* exceedsYang Yang1-0/+3
2021-11-06mm: vmstat.c: make extfrag_index show more prettyLin Feng1-1/+1
2021-11-06mm/vmstat: annotate data race for zone->free_area[order].nr_freeLiu Shixin1-3/+12
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman1-0/+1
2021-11-06mm/page_alloc.c: show watermark_boost of zone in zoneinfoLiangcai Fan1-0/+2
2021-11-06mm: move fold_vm_numa_events() to fix NUMA without SMPGeert Uytterhoeven1-28/+28
2021-09-08mm/vmstat: protect per cpu variables with preempt disable on RTIngo Molnar1-0/+48
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-17/+8
2021-09-03mm/vmstat: remove unneeded return valueMiaohe Lin1-6/+2
2021-09-03mm/vmstat: simplify the array size calculationMiaohe Lin1-5/+3
2021-09-03mm/vmstat: correct some wrong commentsMiaohe Lin1-6/+1
2021-09-03mm/vmscan: add page demotion counterYang Shi1-0/+2
2021-08-28mm: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-6/+6
2021-06-29mm/vmstat: inline NUMA event counter updatesMel Gorman1-9/+0
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman1-106/+67
2021-06-29mm/page_alloc: split per cpu page lists and zone statsMel Gorman1-46/+52
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-05-05x86/mm: track linear mapping split eventsSaravanan D1-0/+4
2021-05-05mm: /proc/sys/vm/stat_refresh stop checking monotonic numa statsHugh Dickins1-9/+0
2021-05-05mm: /proc/sys/vm/stat_refresh skip checking known negative statsHugh Dickins1-0/+15
2021-05-05mm: no more EINVAL from /proc/sys/vm/stat_refreshHugh Dickins1-5/+0
2021-05-05mm: restore node stat checking in /proc/sys/vm/stat_refreshHugh Dickins1-0/+8
2021-05-05mm: vmstat: add cma statisticsMinchan Kim1-0/+4
2021-02-26mm/vmstat.c: erase latency in vmstat_shepherdJiang Biao1-0/+2
2021-02-26mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner1-0/+12
2021-02-26mm: vmstat: fix NOHZ wakeups for node stat changesJohannes Weiner1-6/+9
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand1-2/+4
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt1-0/+3
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song1-2/+9
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-4/+0
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt1-1/+1
2020-10-16mm/vmstat.c: use helper macro abs()Miaohe Lin1-4/+4
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds1-0/+1
2020-09-04mm: Add PGREUSE counterPeter Xu1-0/+1
2020-08-14Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He1-6/+6
2020-08-12mm/vmstat: add events for THP migration without splitAnshuman Khandual1-0/+3
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta1-1/+1
2020-08-12mm: proactive compactionNitin Gupta1-0/+18
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim1-3/+6
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt1-4/+4
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin1-4/+26
2020-06-04mm/vmstat.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang1-26/+6
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+10
2020-06-03mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner1-0/+4
2020-06-03mm/vmstat.c: do not show lowmem reserve protection information of empty zoneBaoquan He1-6/+6
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+9
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-2/+9
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+3
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+2
2020-04-07mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes1-0/+2
2020-04-07mm, shmem: add vmstat for hugepage fallbackDavid Rientjes1-0/+1
2020-04-02mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard1-0/+2
2019-12-04mm/memcontrol: use vmstat names for printing statisticsKonstantin Khlebnikov1-4/+5
2019-12-04mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov1-31/+20
2019-11-06mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfoMichal Hocko1-3/+20
2019-11-06mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko1-1/+1
2019-09-24mm,thp: stats for file backed THPSong Liu1-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-19mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov1-5/+0
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+4
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS1-2/+2
2018-11-18mm/vmstat.c: fix NUMA statistics updatesJanne Huttunen1-3/+4
2018-10-26mm/vmstat.c: assert that vmstat_text is in sync with stat_items_sizeJann Horn1-0/+2
2018-10-26mm: workingset: add vmstat counter for shadow nodesJohannes Weiner1-0/+1
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner1-0/+1
2018-10-26mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka1-5/+1
2018-10-05mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-10-05mm/vmstat.c: fix outdated vmstat_textJann Horn1-1/+0
2018-06-28Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior1-2/+0
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-52/+4
2018-05-11mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin1-1/+5
2018-04-11mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTESRoman Gushchin1-0/+1
2018-03-28mm/vmstat.c: fix vmstat_update() preemption BUGSteven J. Hill1-0/+2
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang1-0/+71
2017-11-15mm: remove unused pgdat->inactive_ratioAndrey Ryabinin1-4/+2
2017-09-08mm: consider the number in local CPUs when reading NUMA statsKemi Wang1-2/+7
2017-09-08mm: update NUMA counter threshold sizeKemi Wang1-18/+10
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang1-6/+155
2017-09-06mm, swap: add swap readahead hit statisticsHuang Ying1-0/+4
2017-09-06mm/vmstat.c: fix wrong commentSeongJae Park1-1/+1
2017-09-06mm/vmstat: fix divide error at __fragmentation_indexWen Yang1-0/+3
2017-09-06mm: rename global_page_state to global_zone_page_stateMichal Hocko1-2/+2
2017-09-06mm, THP, swap: add THP swapping out fallback countingHuang Ying1-0/+1
2017-09-06mm: test code to write THP to swap device as a wholeHuang Ying1-0/+1
2017-07-10mm: avoid taking zone lock in pagetypeinfo_showmixed()Vinayak Menon1-10/+14
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner1-2/+2
2017-07-06mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov1-0/+1
2017-07-06mm, vmstat: skip reporting offline pages in pagetypeinfoMichal Hocko1-3/+2
2017-07-06mm/vmstat.c: standardize file operations variable namesAnshuman Khandual1-8/+8
2017-05-12mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab1-2/+0
2017-05-03mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes1-7/+13
2017-05-03mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes1-10/+17
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li1-0/+1
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner1-19/+3
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner1-1/+1
2017-04-19mm: make mm_percpu_wq non freezableMichal Hocko1-2/+1
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko1-6/+9
2017-03-31mm: move mm_percpu_wq initialization earlierMichal Hocko1-3/+1
2017-03-09mm/vmstats: add thp_split_pud event for clarityYisheng Xie1-0/+3
2017-02-22mm, compaction: add vmstats for kcompactd workDavid Rientjes1-0/+2
2016-12-02mm/vmstat: Convert to hotplug state machineSebastian Andrzej Siewior1-41/+35
2016-12-02mm/vmstat: Avoid on each online CPU loopsSebastian Andrzej Siewior1-7/+9
2016-12-02mm/vmstat: Drop get_online_cpus() from init_cpu_node_state/vmstat_cpu_dead()Sebastian Andrzej Siewior1-6/+1
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-1/+1
2016-10-07proc: much faster /proc/vmstatAlexey Dobriyan1-1/+4
2016-10-07cpu: fix node state for whether it contains CPUTim Chen1-0/+11
2016-10-07mm/page_owner: move page_owner specific function to page_owner.cJoonsoo Kim1-79/+0
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman1-0/+1
2016-07-28mm: add per-zone lru list statMinchan Kim1-0/+5
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman1-3/+0
2016-07-28mm, vmstat: print node-based stats in zoneinfo fileMel Gorman1-0/+24
2016-07-28mm: vmstat: account per-zone stalls and pages skipped during reclaimMel Gorman1-1/+2
2016-07-28mm, page_alloc: remove fair zone allocation policyMel Gorman1-3/+1
2016-07-28mm: move vmscan writes and file write accounting to the nodeMel Gorman1-4/+4
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-9/+10
2016-07-28mm: move page mapped accounting to the nodeMel Gorman1-2/+2
2016-07-28mm, workingset: make working set detection node-awareMel Gorman1-17/+3
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-22/+25
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman1-23/+272
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov1-0/+2
2016-07-26thp, vmstats: add counters for huge file pagesKirill A. Shutemov1-0/+2
2016-07-26mm: add NR_ZSMALLOC to vmstatMinchan Kim1-1/+3
2016-06-03mm: check the return value of lookup_page_ext for all call sitesYang Shi1-0/+2
2016-05-20vmstat: get rid of the ugly cpu_stat_off variableChristoph Lameter1-41/+10
2016-05-19mm, page_alloc: inline pageblock lookup in page free fast pathsMel Gorman1-1/+1
2016-05-19mm, page_alloc: inline zone_statisticsMel Gorman1-29/+0
2016-05-19mm, page_alloc: reduce branches in zone_statisticsMel Gorman1-6/+10
2016-05-19mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins1-0/+60
2016-05-19mm/vmstat: make node_page_state() handles all zones by itselfJoonsoo Kim1-12/+6
2016-05-19mm/vmstat: add zone range overlapping checkJoonsoo Kim1-0/+7
2016-03-17thp, vmstats: count deferred split eventsKirill A. Shutemov1-0/+1
2016-03-17mm, compaction: introduce kcompactdVlastimil Babka1-0/+1
2016-03-15mm, page_owner: convert page_owner_inited to static keyVlastimil Babka1-1/+1
2016-03-15mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka1-13/+0
2016-02-05vmstat: make vmstat_update deferrableMichal Hocko1-1/+1
2016-02-05mm, vmstat: make quiet_vmstat lighterMichal Hocko1-22/+46
2016-01-24vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter1-11/+1
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim1-0/+1
2016-01-15mm, vmstats: new THP splitting eventKirill A. Shutemov1-1/+3
2016-01-14vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter1-25/+44
2016-01-08vmstat: allocate vmstat_wq before it is usedMichal Hocko1-1/+1
2015-12-29mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens1-5/+5
2015-12-12mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko1-2/+4
2015-12-12mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfoVlastimil Babka1-1/+1
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman1-0/+1
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman1-1/+0
2015-11-05mm/vmstat.c: uninline node_page_state()Andrew Morton1-0/+22
2015-10-15vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds1-3/+4
2015-02-11vmstat: Reduce time interval to stat update on idle cpuChristoph Lameter1-2/+2
2015-02-11vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko1-1/+1
2015-02-10mm/vmstat.c: fix/cleanup ifdefsAndrew Morton1-62/+62
2014-12-13mm,vmacache: count number of system-wide flushesDavidlohr Bueso1-0/+1
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim1-0/+101
2014-10-09vmstat: on-demand vmstat workers V8Christoph Lameter1-21/+120
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov1-1/+11
2014-08-06mm: vmscan: only update per-cpu thresholds for online CPUMel Gorman1-1/+1
2014-08-06mm: move zone->pages_scanned into a vmstat counterMel Gorman1-1/+2
2014-08-06mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman1-2/+2
2014-06-04mm: use the light version __mod_zone_page_state in mlocked_vma_newpage()Jianyu Zhan1-1/+3
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-2/+2
2014-06-04mm,vmacache: add debug dataDavidlohr Bueso1-0/+4
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2014-04-03drop_caches: add some documentation and info messageDave Hansen1-0/+3
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner1-0/+1
2014-04-03mm: thrash detection-based file cache sizingJohannes Weiner1-0/+2
2014-03-20mm, vmstat: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-3/+3
2014-01-25mm, x86: Account for TLB flushes only when debuggingMel Gorman1-1/+3