Age | Commit message (Expand) | Author | Files | Lines |
2021-02-26 | mm/vmstat.c: erase latency in vmstat_shepherd | Jiang Biao | 1 | -0/+2 |
2021-02-26 | mm: vmstat: add some comments on internal storage of byte items | Johannes Weiner | 1 | -0/+12 |
2021-02-26 | mm: vmstat: fix NOHZ wakeups for node stat changes | Johannes Weiner | 1 | -6/+9 |
2021-02-26 | mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo | David Hildenbrand | 1 | -2/+4 |
2021-02-25 | mm: memcg: add swapcache stat for memcg v2 | Shakeel Butt | 1 | -0/+3 |
2021-02-25 | mm: memcontrol: convert NR_ANON_THPS account to pages | Muchun Song | 1 | -2/+9 |
2020-12-15 | arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL | Mike Rapoport | 1 | -4/+0 |
2020-12-15 | mm: memcontrol: account pagetables per node | Shakeel Butt | 1 | -1/+1 |
2020-10-16 | mm/vmstat.c: use helper macro abs() | Miaohe Lin | 1 | -4/+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-15 | Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp... | Baoquan He | 1 | -6/+6 |
2020-08-12 | mm/vmstat: add events for THP migration without split | Anshuman Khandual | 1 | -0/+3 |
2020-08-12 | mm: use unsigned types for fragmentation score | Nitin Gupta | 1 | -1/+1 |
2020-08-12 | mm: proactive compaction | Nitin Gupta | 1 | -0/+18 |
2020-08-12 | mm/workingset: prepare the workingset detection infrastructure for anon LRU | Joonsoo Kim | 1 | -3/+6 |
2020-08-07 | mm: memcontrol: account kernel stack per node | Shakeel Butt | 1 | -4/+4 |
2020-08-07 | mm: memcg: prepare for byte-sized vmstat items | Roman Gushchin | 1 | -4/+26 |
2020-06-05 | mm/vmstat.c: convert to use DEFINE_SEQ_ATTRIBUTE macro | Kefeng Wang | 1 | -26/+6 |
2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -6/+10 |
2020-06-04 | mm: keep separate anon and file statistics on page reclaim activity | Johannes Weiner | 1 | -0/+4 |
2020-06-04 | mm/vmstat.c: do not show lowmem reserve protection information of empty zone | Baoquan He | 1 | -6/+6 |
2020-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -2/+2 |
2020-06-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+9 |
2020-06-02 | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead | NeilBrown | 1 | -2/+9 |
2020-05-15 | scs: Add page accounting for shadow call stack allocations | Sami Tolvanen | 1 | -0/+3 |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -2/+2 |
2020-04-07 | mm, thp: track fallbacks due to failed memcg charges separately | David Rientjes | 1 | -0/+2 |
2020-04-07 | mm, shmem: add vmstat for hugepage fallback | David Rientjes | 1 | -0/+1 |
2020-04-02 | mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting | John Hubbard | 1 | -0/+2 |
2019-12-05 | mm/memcontrol: use vmstat names for printing statistics | Konstantin Khlebnikov | 1 | -4/+5 |
2019-12-05 | mm/vmstat: add helpers to get vmstat item names for each enum type | Konstantin Khlebnikov | 1 | -31/+20 |
2019-11-06 | mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfo | Michal Hocko | 1 | -3/+20 |
2019-11-06 | mm, vmstat: hide /proc/pagetypeinfo from normal users | Michal Hocko | 1 | -1/+1 |
2019-09-25 | mm,thp: stats for file backed THP | Song Liu | 1 | -0/+2 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-04-19 | mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n | Konstantin Khlebnikov | 1 | -5/+0 |
2019-03-06 | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -11/+4 |
2018-12-28 | mm: convert zone->managed_pages to atomic variable | Arun KS | 1 | -2/+2 |
2018-11-18 | mm/vmstat.c: fix NUMA statistics updates | Janne Huttunen | 1 | -3/+4 |
2018-10-27 | mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size | Jann Horn | 1 | -0/+2 |
2018-10-27 | mm: workingset: add vmstat counter for shadow nodes | Johannes Weiner | 1 | -0/+1 |
2018-10-27 | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner | 1 | -0/+1 |
2018-10-27 | mm: rename and change semantics of nr_indirectly_reclaimable_bytes | Vlastimil Babka | 1 | -5/+1 |
2018-10-06 | mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly | Jann Horn | 1 | -0/+3 |
2018-10-06 | mm/vmstat.c: fix outdated vmstat_text | Jann Horn | 1 | -1/+0 |
2018-06-28 | Revert mm/vmstat.c: fix vmstat_update() preemption BUG | Sebastian Andrzej Siewior | 1 | -2/+0 |
2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 1 | -52/+4 |
2018-05-12 | mm: don't show nr_indirectly_reclaimable in /proc/vmstat | Roman Gushchin | 1 | -1/+5 |
2018-04-11 | mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES | Roman Gushchin | 1 | -0/+1 |