aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-05mm: fix vmstat after removing NR_BOUNCEKirill A. Shutemov1-1/+0
2025-05-31sched/numa: add statistics of numa balance taskChen Yu1-0/+2
2025-05-12Update Christoph's Email address and make it consistentChristoph Lameter (Ampere)1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+5
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-4/+40
2025-03-21mm: vmscan: split proactive reclaim statistics from direct reclaim statisticsHao Jia1-0/+3
2025-03-21meminfo: add a per node counter for balloon driversNico Pache1-0/+1
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner1-0/+1
2025-02-07mm: vmstat: move sysctls to mm/vmstat.cKaixiong Yu1-4/+40
2025-02-03x86/mm/pat: restore large ROX pages after fragmentationKirill A. Shutemov1-0/+2
2025-01-12vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den1-2/+13
2025-01-06Revert "vmstat: disable vmstat_work on vmstat_cpu_down_prep()"Linus Torvalds1-2/+1
2024-12-30vmstat: disable vmstat_work on vmstat_cpu_down_prep()Koichiro Den1-1/+2
2024-11-14memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn1-0/+3
2024-11-14vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun1-0/+1
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+2
2024-11-11mm: count zeromap read and set for swapout and swapinBarry Song1-0/+2
2024-11-06mm/vmstat: defer the refresh_zone_stat_thresholds after all CPUs bringupSaurabh Sengar1-1/+11
2024-11-06mm: add pcp high_min high_max to proc zoneinfoMengEn Sun1-4/+8
2024-09-09mm: split underused THPsUsama Arif1-0/+1
2024-09-01mm: print the promo watermark in zoneinfoKaiyang Zhao1-0/+2
2024-09-01vmstat: kernel stack usage histogramPasha Tatashin1-0/+24
2024-09-01mm: add node_reclaim successes to VM event countersMatthew Cassell1-0/+1
2024-08-15mm: don't account memmap per-nodePasha Tatashin1-24/+22
2024-08-15mm: add system wide stats items categoryPasha Tatashin1-3/+3
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-2/+2
2024-07-03mm: report per-page metadata informationSourav Panda1-1/+25
2024-04-15iommu: observability of the IOMMU allocationsPasha Tatashin1-0/+3
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/kernel/git/akpm/mmLinus 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/git/akpm/mmLinus Torvalds1-8/+1
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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