| Age | Commit message (Expand) | Author | Lines |
| 2017-07-10 | mm: avoid taking zone lock in pagetypeinfo_showmixed() | Vinayak Menon | -10/+14 |
| 2017-07-06 | mm: vmstat: move slab statistics from zone to node counters | Johannes Weiner | -2/+2 |
| 2017-07-06 | mm/oom_kill: count global and memory cgroup oom kills | Konstantin Khlebnikov | -0/+1 |
| 2017-07-06 | mm, vmstat: skip reporting offline pages in pagetypeinfo | Michal Hocko | -3/+2 |
| 2017-07-06 | mm/vmstat.c: standardize file operations variable names | Anshuman Khandual | -8/+8 |
| 2017-05-12 | mm, vmstat: Remove spurious WARN() during zoneinfo print | Reza Arbab | -2/+0 |
| 2017-05-03 | mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo | David Rientjes | -7/+13 |
| 2017-05-03 | mm, vmstat: print non-populated zones in zoneinfo | David Rientjes | -10/+17 |
| 2017-05-03 | mm: move MADV_FREE pages into LRU_INACTIVE_FILE list | Shaohua Li | -0/+1 |
| 2017-05-03 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | -19/+3 |
| 2017-05-03 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | -1/+1 |
| 2017-04-19 | mm: make mm_percpu_wq non freezable | Michal Hocko | -2/+1 |
| 2017-04-08 | mm: move pcp and lru-pcp draining into single wq | Michal Hocko | -6/+9 |
| 2017-03-31 | mm: move mm_percpu_wq initialization earlier | Michal Hocko | -3/+1 |
| 2017-03-09 | mm/vmstats: add thp_split_pud event for clarity | Yisheng Xie | -0/+3 |
| 2017-02-22 | mm, compaction: add vmstats for kcompactd work | David Rientjes | -0/+2 |
| 2016-12-02 | mm/vmstat: Convert to hotplug state machine | Sebastian Andrzej Siewior | -41/+35 |
| 2016-12-02 | mm/vmstat: Avoid on each online CPU loops | Sebastian Andrzej Siewior | -7/+9 |
| 2016-12-02 | mm/vmstat: Drop get_online_cpus() from init_cpu_node_state/vmstat_cpu_dead() | Sebastian Andrzej Siewior | -6/+1 |
| 2016-10-07 | seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char | Joe Perches | -1/+1 |
| 2016-10-07 | proc: much faster /proc/vmstat | Alexey Dobriyan | -1/+4 |
| 2016-10-07 | cpu: fix node state for whether it contains CPU | Tim Chen | -0/+11 |
| 2016-10-07 | mm/page_owner: move page_owner specific function to page_owner.c | Joonsoo Kim | -79/+0 |
| 2016-07-28 | mm: remove reclaim and compaction retry approximations | Mel Gorman | -0/+1 |
| 2016-07-28 | mm: add per-zone lru list stat | Minchan Kim | -0/+5 |
| 2016-07-28 | mm, vmstat: remove zone and node double accounting by approximating retries | Mel Gorman | -3/+0 |
| 2016-07-28 | mm, vmstat: print node-based stats in zoneinfo file | Mel Gorman | -0/+24 |
| 2016-07-28 | mm: vmstat: account per-zone stalls and pages skipped during reclaim | Mel Gorman | -1/+2 |
| 2016-07-28 | mm, page_alloc: remove fair zone allocation policy | Mel Gorman | -3/+1 |
| 2016-07-28 | mm: move vmscan writes and file write accounting to the node | Mel Gorman | -4/+4 |
| 2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman | -9/+10 |
| 2016-07-28 | mm: move page mapped accounting to the node | Mel Gorman | -2/+2 |
| 2016-07-28 | mm, workingset: make working set detection node-aware | Mel Gorman | -17/+3 |
| 2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman | -22/+25 |
| 2016-07-28 | mm, vmstat: add infrastructure for per-node vmstats | Mel Gorman | -23/+272 |
| 2016-07-26 | mm, rmap: account shmem thp pages | Kirill A. Shutemov | -0/+2 |
| 2016-07-26 | thp, vmstats: add counters for huge file pages | Kirill A. Shutemov | -0/+2 |
| 2016-07-26 | mm: add NR_ZSMALLOC to vmstat | Minchan Kim | -1/+3 |
| 2016-06-03 | mm: check the return value of lookup_page_ext for all call sites | Yang Shi | -0/+2 |
| 2016-05-20 | vmstat: get rid of the ugly cpu_stat_off variable | Christoph Lameter | -41/+10 |
| 2016-05-19 | mm, page_alloc: inline pageblock lookup in page free fast paths | Mel Gorman | -1/+1 |
| 2016-05-19 | mm, page_alloc: inline zone_statistics | Mel Gorman | -29/+0 |
| 2016-05-19 | mm, page_alloc: reduce branches in zone_statistics | Mel Gorman | -6/+10 |
| 2016-05-19 | mm: /proc/sys/vm/stat_refresh to force vmstat update | Hugh Dickins | -0/+60 |
| 2016-05-19 | mm/vmstat: make node_page_state() handles all zones by itself | Joonsoo Kim | -12/+6 |
| 2016-05-19 | mm/vmstat: add zone range overlapping check | Joonsoo Kim | -0/+7 |
| 2016-03-17 | thp, vmstats: count deferred split events | Kirill A. Shutemov | -0/+1 |
| 2016-03-17 | mm, compaction: introduce kcompactd | Vlastimil Babka | -0/+1 |
| 2016-03-15 | mm, page_owner: convert page_owner_inited to static key | Vlastimil Babka | -1/+1 |
| 2016-03-15 | mm, page_owner: print migratetype of page and pageblock, symbolic flags | Vlastimil Babka | -13/+0 |