| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: add DEVICE_ZONE to FOR_ALL_ZONES | Hao Lee | 2022-08-21 | 1 | -1/+8 |
* | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux | Linus Torvalds | 2022-06-04 | 1 | -2/+2 |
|\ |
|
| * | mm/vmstat: replace cpumask_weight with cpumask_empty where appropriate | Yury Norov | 2022-06-03 | 1 | -2/+2 |
* | | mm: zswap: add basic meminfo and vmstat coverage | Johannes Weiner | 2022-05-19 | 1 | -0/+4 |
* | | mm/vmstat: add events for ksm cow | Yang Yang | 2022-04-29 | 1 | -0/+3 |
* | | mm: untangle config dependencies for demote-on-reclaim | Oscar Salvador | 2022-04-29 | 1 | -2/+0 |
|/ |
|
* | mm: only re-generate demotion targets when a numa node changes its N_CPU state | Oscar Salvador | 2022-03-22 | 1 | -1/+12 |
* | mm/vmstat: add event for ksm swapping in copy | Yang Yang | 2022-03-22 | 1 | -0/+3 |
* | NUMA Balancing: add page promotion counter | Huang Ying | 2022-03-22 | 1 | -0/+3 |
* | mm/vmstat: add events for THP max_ptes_* exceeds | Yang Yang | 2022-01-15 | 1 | -0/+3 |
* | mm: vmstat.c: make extfrag_index show more pretty | Lin Feng | 2021-11-06 | 1 | -1/+1 |
* | mm/vmstat: annotate data race for zone->free_area[order].nr_free | Liu Shixin | 2021-11-06 | 1 | -3/+12 |
* | mm/vmscan: throttle reclaim until some writeback completes if congested | Mel Gorman | 2021-11-06 | 1 | -0/+1 |
* | mm/page_alloc.c: show watermark_boost of zone in zoneinfo | Liangcai Fan | 2021-11-06 | 1 | -0/+2 |
* | mm: move fold_vm_numa_events() to fix NUMA without SMP | Geert Uytterhoeven | 2021-11-06 | 1 | -28/+28 |
* | mm/vmstat: protect per cpu variables with preempt disable on RT | Ingo Molnar | 2021-09-09 | 1 | -0/+48 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -17/+8 |
|\ |
|
| * | mm/vmstat: remove unneeded return value | Miaohe Lin | 2021-09-03 | 1 | -6/+2 |
| * | mm/vmstat: simplify the array size calculation | Miaohe Lin | 2021-09-03 | 1 | -5/+3 |
| * | mm/vmstat: correct some wrong comments | Miaohe Lin | 2021-09-03 | 1 | -6/+1 |
| * | mm/vmscan: add page demotion counter | Yang Shi | 2021-09-03 | 1 | -0/+2 |
* | | mm: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior | 2021-08-28 | 1 | -6/+6 |
|/ |
|
* | mm/vmstat: inline NUMA event counter updates | Mel Gorman | 2021-06-29 | 1 | -9/+0 |
* | mm/vmstat: convert NUMA statistics to basic NUMA counters | Mel Gorman | 2021-06-29 | 1 | -106/+67 |
* | mm/page_alloc: split per cpu page lists and zone stats | Mel Gorman | 2021-06-29 | 1 | -46/+52 |
* | mm: fix typos in comments | Ingo Molnar | 2021-05-07 | 1 | -1/+1 |
* | x86/mm: track linear mapping split events | Saravanan D | 2021-05-05 | 1 | -0/+4 |
* | mm: /proc/sys/vm/stat_refresh stop checking monotonic numa stats | Hugh Dickins | 2021-05-05 | 1 | -9/+0 |
* | mm: /proc/sys/vm/stat_refresh skip checking known negative stats | Hugh Dickins | 2021-05-05 | 1 | -0/+15 |
* | mm: no more EINVAL from /proc/sys/vm/stat_refresh | Hugh Dickins | 2021-05-05 | 1 | -5/+0 |
* | mm: restore node stat checking in /proc/sys/vm/stat_refresh | Hugh Dickins | 2021-05-05 | 1 | -0/+8 |
* | mm: vmstat: add cma statistics | Minchan Kim | 2021-05-05 | 1 | -0/+4 |
* | mm/vmstat.c: erase latency in vmstat_shepherd | Jiang Biao | 2021-02-26 | 1 | -0/+2 |
* | mm: vmstat: add some comments on internal storage of byte items | Johannes Weiner | 2021-02-26 | 1 | -0/+12 |
* | mm: vmstat: fix NOHZ wakeups for node stat changes | Johannes Weiner | 2021-02-26 | 1 | -6/+9 |
* | mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo | David Hildenbrand | 2021-02-26 | 1 | -2/+4 |
* | mm: memcg: add swapcache stat for memcg v2 | Shakeel Butt | 2021-02-24 | 1 | -0/+3 |
* | mm: memcontrol: convert NR_ANON_THPS account to pages | Muchun Song | 2021-02-24 | 1 | -2/+9 |
* | arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL | Mike Rapoport | 2020-12-15 | 1 | -4/+0 |
* | mm: memcontrol: account pagetables per node | Shakeel Butt | 2020-12-15 | 1 | -1/+1 |
* | mm/vmstat.c: use helper macro abs() | Miaohe Lin | 2020-10-16 | 1 | -4/+4 |
* | Merge branch 'simplify-do_wp_page' | Linus Torvalds | 2020-09-04 | 1 | -0/+1 |
|\ |
|
| * | mm: Add PGREUSE counter | Peter Xu | 2020-09-04 | 1 | -0/+1 |
* | | Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp... | Baoquan He | 2020-08-15 | 1 | -6/+6 |
* | | mm/vmstat: add events for THP migration without split | Anshuman Khandual | 2020-08-12 | 1 | -0/+3 |
* | | mm: use unsigned types for fragmentation score | Nitin Gupta | 2020-08-12 | 1 | -1/+1 |
* | | mm: proactive compaction | Nitin Gupta | 2020-08-12 | 1 | -0/+18 |
* | | mm/workingset: prepare the workingset detection infrastructure for anon LRU | Joonsoo Kim | 2020-08-12 | 1 | -3/+6 |
* | | mm: memcontrol: account kernel stack per node | Shakeel Butt | 2020-08-07 | 1 | -4/+4 |
* | | mm: memcg: prepare for byte-sized vmstat items | Roman Gushchin | 2020-08-07 | 1 | -4/+26 |
|/ |
|