Age | Commit message (Expand) | Author | Files | Lines |
2023-12-12 | mm: memcg: add per-memcg zswap writeback stat |  Domenico Cerasuolo | 1 | -0/+1 |
2023-12-10 | mm/vmstat: move pgdemote_* to per-node stats |  Li Zhijian | 1 | -3/+0 |
2023-04-05 | mm: introduce per-VMA lock statistics |  Suren Baghdasaryan | 1 | -0/+6 |
2022-11-30 | mm: vmscan: split khugepaged stats from direct reclaim stats |  Johannes Weiner | 1 | -0/+3 |
2022-09-26 | mm: remove vmacache |  Liam R. Howlett | 1 | -4/+0 |
2022-08-20 | mm: add DEVICE_ZONE to FOR_ALL_ZONES |  Hao Lee | 1 | -4/+11 |
2022-05-19 | mm: zswap: add basic meminfo and vmstat coverage |  Johannes Weiner | 1 | -0/+4 |
2022-04-28 | mm/vmstat: add events for ksm cow |  Yang Yang | 1 | -0/+3 |
2022-03-22 | mm/vmstat: add event for ksm swapping in copy |  Yang Yang | 1 | -0/+3 |
2022-01-15 | mm/vmstat: add events for THP max_ptes_* exceeds |  Yang Yang | 1 | -0/+3 |
2021-09-03 | mm/vmscan: add page demotion counter |  Yang Shi | 1 | -0/+2 |
2021-05-05 | x86/mm: track linear mapping split events |  Saravanan D | 1 | -0/+4 |
2021-05-05 | mm: vmstat: add cma statistics |  Minchan Kim | 1 | -0/+4 |
2020-09-04 | Merge branch 'simplify-do_wp_page' |  Linus Torvalds | 1 | -0/+1 |
2020-09-04 | mm: Add PGREUSE counter |  Peter Xu | 1 | -0/+1 |
2020-08-12 | mm/vmstat: add events for THP migration without split |  Anshuman Khandual | 1 | -0/+3 |
2020-06-03 | mm: keep separate anon and file statistics on page reclaim activity |  Johannes Weiner | 1 | -0/+4 |
2020-04-07 | mm, thp: track fallbacks due to failed memcg charges separately |  David Rientjes | 1 | -0/+3 |
2020-04-07 | mm, shmem: add vmstat for hugepage fallback |  David Rientjes | 1 | -0/+2 |
2018-09-13 | mm: get rid of vmacache_flush_all() entirely |  Linus Torvalds | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-06 | mm, swap: add swap readahead hit statistics |  Huang Ying | 1 | -0/+4 |
2017-09-06 | mm, THP, swap: add THP swapping out fallback counting |  Huang Ying | 1 | -0/+1 |
2017-09-06 | mm: test code to write THP to swap device as a whole |  Huang Ying | 1 | -0/+1 |
2017-07-06 | mm/oom_kill: count global and memory cgroup oom kills |  Konstantin Khlebnikov | 1 | -0/+1 |
2017-06-08 | mm/vmstat: Make NR_TLB_REMOTE_FLUSH_RECEIVED available even on UP |  Andy Lutomirski | 1 | -2/+0 |
2017-05-03 | mm: move MADV_FREE pages into LRU_INACTIVE_FILE list |  Shaohua Li | 1 | -1/+1 |
2017-03-09 | mm/vmstats: add thp_split_pud event for clarity |  Yisheng Xie | 1 | -0/+3 |
2017-02-22 | mm, compaction: add vmstats for kcompactd work |  David Rientjes | 1 | -0/+1 |
2016-07-28 | mm: vmstat: account per-zone stalls and pages skipped during reclaim |  Mel Gorman | 1 | -1/+3 |
2016-07-28 | mm, vmscan: move LRU lists to node |  Mel Gorman | 1 | -5/+5 |
2016-07-26 | thp, vmstats: add counters for huge file pages |  Kirill A. Shutemov | 1 | -0/+7 |
2016-03-17 | thp, vmstats: count deferred split events |  Kirill A. Shutemov | 1 | -0/+1 |
2016-03-17 | mm, compaction: introduce kcompactd |  Vlastimil Babka | 1 | -0/+1 |
2016-01-15 | mm: support madvise(MADV_FREE) |  Minchan Kim | 1 | -0/+1 |
2016-01-15 | mm, vmstats: new THP splitting event |  Kirill A. Shutemov | 1 | -1/+3 |
2015-11-05 | include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definition |  yalin wang | 1 | -2/+2 |
2014-12-13 | mm,vmacache: count number of system-wide flushes |  Davidlohr Bueso | 1 | -0/+1 |
2014-10-09 | mm/balloon_compaction: add vmstat counters and kpageflags bit |  Konstantin Khlebnikov | 1 | -0/+7 |
2014-06-04 | mm,vmacache: add debug data |  Davidlohr Bueso | 1 | -0/+4 |
2014-04-03 | drop_caches: add some documentation and info message |  Dave Hansen | 1 | -0/+1 |
2014-01-25 | mm, x86: Account for TLB flushes only when debugging |  Mel Gorman | 1 | -1/+3 |
2013-11-13 | mm: numa: return the number of base pages altered by protection changes |  Mel Gorman | 1 | -0/+1 |
2013-09-11 | mm: vmstats: track TLB flush stats on UP too |  Dave Hansen | 1 | -1/+2 |
2013-09-11 | mm: vmstats: tlb flush counters |  Dave Hansen | 1 | -0/+5 |
2013-02-23 | mm: don't wait on congested zones in balance_pgdat() |  Zlatko Calusic | 1 | -1/+0 |
2012-12-16 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma |  Linus Torvalds | 1 | -1/+11 |
2012-12-12 | thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events |  Kirill A. Shutemov | 1 | -0/+2 |
2012-12-11 | mm: numa: Add pte updates, hinting and migration stats |  Mel Gorman | 1 | -0/+6 |
2012-12-11 | mm: compaction: Add scanned and isolated counters for compaction |  Mel Gorman | 1 | -0/+2 |