Age | Commit message (Expand) | Author | Files | Lines |
2019-07-16 | mm/memcontrol.c: keep local VM counters in sync with the hierarchical ones | Yafang Shao | 1 | -7/+15 |
2019-07-14 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -7/+6 |
2019-07-12 | mm, oom: remove redundant task_in_mem_cgroup() check | Shakeel Butt | 1 | -26/+0 |
2019-07-12 | mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks() | Tetsuo Handa | 1 | -1/+1 |
2019-07-12 | mm: memcg/slab: reparent memcg kmem_caches on cgroup removal | Roman Gushchin | 1 | -6/+8 |
2019-07-12 | mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pages | Roman Gushchin | 1 | -5/+7 |
2019-07-12 | mm: memcg/slab: rework non-root kmem_cache lifecycle management | Roman Gushchin | 1 | -12/+38 |
2019-07-12 | mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg() | Roman Gushchin | 1 | -8/+17 |
2019-07-12 | mm: memcontrol: dump memory.stat during cgroup OOM | Johannes Weiner | 1 | -132/+157 |
2019-07-12 | mm, memcg: introduce memory.events.local | Shakeel Butt | 1 | -10/+24 |
2019-07-12 | memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL | Shakeel Butt | 1 | -3/+1 |
2019-07-12 | mm/memcontrol: fix wrong statistics in memory.stat | Yafang Shao | 1 | -2/+3 |
2019-07-02 | mm: remove MEMORY_DEVICE_PUBLIC support | Christoph Hellwig | 1 | -7/+6 |
2019-06-13 | mm: memcontrol: don't batch updates of local VM stats and events | Johannes Weiner | 1 | -13/+28 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
2019-05-14 | mm: memcontrol: fix NUMA round-robin reclaim at intermediate level | Johannes Weiner | 1 | -4/+4 |
2019-05-14 | mm: memcontrol: fix recursive statistics correctness & scalabilty | Johannes Weiner | 1 | -106/+99 |
2019-05-14 | mm: memcontrol: move stat/event counting functions out-of-line | Johannes Weiner | 1 | -0/+79 |
2019-05-14 | mm: memcontrol: make cgroup stats and events query API explicitly local | Johannes Weiner | 1 | -19/+21 |
2019-05-14 | mm, memcg: rename ambiguously named memory.stat counters and functions | Chris Down | 1 | -72/+76 |
2019-05-14 | mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API | Johannes Weiner | 1 | -31/+36 |
2019-05-14 | mm: memcontrol: push down mem_cgroup_nr_lru_pages() | Johannes Weiner | 1 | -6/+7 |
2019-05-14 | mm: memcontrol: push down mem_cgroup_node_nr_lru_pages() | Johannes Weiner | 1 | -3/+7 |
2019-05-14 | mm: memcontrol: replace node summing with memcg_page_state() | Johannes Weiner | 1 | -3/+6 |
2019-05-14 | mm: memcontrol: replace zone summing with lruvec_page_state() | Johannes Weiner | 1 | -1/+1 |
2019-04-05 | mm: writeback: use exact memcg dirty counts | Greg Thelen | 1 | -2/+18 |
2019-03-05 | mm/memcontrol.c: fix bad line in comment | Qian Cai | 1 | -1/+1 |
2019-03-05 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin | 1 | -7/+7 |
2019-03-05 | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 1 | -1/+1 |
2019-03-05 | mm: memcontrol: expose THP events on a per-memcg basis | Chris Down | 1 | -0/+16 |
2019-03-05 | memcg: killed threads should not invoke memcg OOM killer | Tetsuo Handa | 1 | -5/+14 |
2019-03-05 | mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunable | Chris Down | 1 | -45/+19 |
2019-03-05 | mm, memcg: create mem_cgroup_from_seq | Chris Down | 1 | -12/+12 |
2019-03-05 | mm/memcontrol.c: use struct_size() in kmalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
2019-03-05 | memcg: localize memcg_kmem_enabled() check | Shakeel Butt | 1 | -8/+8 |
2018-12-28 | memcg, oom: notify on oom killer invocation from the charge path | Michal Hocko | 1 | -2/+18 |
2018-12-28 | mm, oom: add oom victim's memcg to the oom context information | yuzhoujian | 1 | -13/+20 |
2018-11-03 | mm: handle no memcg case in memcg_kmem_charge() properly | Roman Gushchin | 1 | -1/+1 |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -1/+1 |
2018-10-26 | mm: don't raise MEMCG_OOM event due to failed high-order allocation | Roman Gushchin | 1 | -2/+2 |
2018-10-26 | mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type | Kirill Tkhai | 1 | -6/+4 |
2018-10-26 | memcg: remove memcg_kmem_skip_account | Shakeel Butt | 1 | -23/+1 |
2018-10-26 | mm/memcontrol.c: fix memory.stat item ordering | Johannes Weiner | 1 | -7/+7 |
2018-10-26 | mm: drain memcg stocks on css offlining | Roman Gushchin | 1 | -0/+2 |
2018-09-29 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -1/+1 |
2018-09-04 | mm: memcontrol: print proper OOM header when no eligible victim left | Johannes Weiner | 1 | -2/+0 |
2018-08-22 | mm, oom: introduce memory.oom.group | Roman Gushchin | 1 | -0/+93 |
2018-08-22 | memcg: reduce memcg tree traversals for stats collection | Shakeel Butt | 1 | -77/+73 |
2018-08-17 | mm/vmscan.c: clear shrinker bit if there are no objects related to memcg | Kirill Tkhai | 1 | -0/+2 |
2018-08-17 | mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear... | Kirill Tkhai | 1 | -0/+13 |