Age | Commit message (Expand) | Author | Files | Lines |
2020-07-29 | mm/memcg: fix refcount error while moving and swapping | Hugh Dickins | 1 | -2/+2 |
2020-03-25 | memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event | Chunguang Xu | 1 | -2/+8 |
2020-03-18 | net: memcg: late association of sock to memcg | Shakeel Butt | 1 | -14/+0 |
2020-03-18 | cgroup: memcg: net: do not associate sock with unrelated cgroup | Shakeel Butt | 1 | -0/+4 |
2020-02-28 | mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps() | Vasily Averin | 1 | -1/+3 |
2019-12-01 | mm: handle no memcg case in memcg_kmem_charge() properly | Roman Gushchin | 1 | -1/+1 |
2019-11-20 | mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm() | Roman Gushchin | 1 | -1/+1 |
2019-11-12 | mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges | Johannes Weiner | 1 | -0/+9 |
2019-10-05 | memcg, kmem: do not fail __GFP_NOFAIL charges | Michal Hocko | 1 | -0/+10 |
2019-08-25 | mm/memcontrol.c: fix use after free in mem_cgroup_iter() | Miles Chen | 1 | -10/+29 |
2019-04-17 | mm: writeback: use exact memcg dirty counts | Greg Thelen | 1 | -2/+18 |
2019-04-05 | memcg: killed threads should not invoke memcg OOM killer | Tetsuo Handa | 1 | -5/+14 |
2019-01-13 | memcg, oom: notify on oom killer invocation from the charge path | Michal Hocko | 1 | -2/+18 |
2018-09-05 | 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-18 | mm/vmscan.c: clear shrinker bit if there are no objects related to memcg | Kirill Tkhai | 1 | -0/+2 |
2018-08-18 | mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear... | Kirill Tkhai | 1 | -0/+13 |
2018-08-18 | mm/memcontrol.c: export mem_cgroup_is_root() | Kirill Tkhai | 1 | -5/+0 |
2018-08-18 | mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node() | Kirill Tkhai | 1 | -1/+1 |
2018-08-18 | mm, memcg: assign memcg-aware shrinkers bitmap to memcg | Kirill Tkhai | 1 | -0/+124 |
2018-08-18 | mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} defines | Kirill Tkhai | 1 | -15/+15 |
2018-08-18 | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB | Kirill Tkhai | 1 | -8/+8 |
2018-08-18 | memcg, oom: move out_of_memory back to the charge path | Michal Hocko | 1 | -15/+60 |
2018-08-18 | fs, mm: account buffer_head to kmemcg | Shakeel Butt | 1 | -0/+22 |
2018-08-18 | fs: fsnotify: account fsnotify metadata to kmemcg | Shakeel Butt | 1 | -4/+33 |
2018-08-14 | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+13 |
2018-08-06 | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe | 1 | -1/+1 |
2018-08-03 | memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure | Kirill Tkhai | 1 | -4/+11 |
2018-07-21 | mm: memcg: fix use after free in mem_cgroup_iter() | Jing Xia | 1 | -1/+1 |
2018-07-09 | memcontrol: schedule throttling if we are congested | Tejun Heo | 1 | -0/+13 |
2018-06-15 | mm: fix oom_kill event handling | Roman Gushchin | 1 | -2/+4 |
2018-06-15 | mm: fix null pointer dereference in mem_cgroup_protected | Roman Gushchin | 1 | -0/+4 |
2018-06-08 | mm: memcg: allow lowering memory.swap.max below the current usage | Tejun Heo | 1 | -5/+1 |
2018-06-08 | memcg: introduce memory.min | Roman Gushchin | 1 | -24/+94 |
2018-06-08 | mm: memcontrol: drain memcg stock on force_empty | Junaid Shahid | 1 | -0/+3 |
2018-06-08 | mm: memcontrol: drain stocks on resize limit | Shakeel Butt | 1 | -0/+7 |
2018-06-08 | memcg: mark memcg1_events static const | Greg Thelen | 1 | -1/+1 |
2018-06-08 | memcg: writeback: use memcg->cgwb_list directly | Wang Long | 1 | -5/+0 |
2018-06-08 | mm: treat memory.low value inclusive | Roman Gushchin | 1 | -3/+3 |
2018-06-08 | mm: memory.low hierarchical behavior | Roman Gushchin | 1 | -29/+83 |
2018-06-08 | mm: rename page_counter's count/limit into usage/max | Roman Gushchin | 1 | -56/+56 |
2018-06-08 | mm, memcontrol: implement memory.swap.events | Tejun Heo | 1 | -1/+23 |
2018-06-08 | mm, memcontrol: move swap charge handling into get_swap_page() | Tejun Heo | 1 | -0/+3 |
2018-05-26 | fs: add new vfs_poll and file_can_poll helpers | Christoph Hellwig | 1 | -1/+1 |
2018-04-21 | mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create() | Minchan Kim | 1 | -1/+1 |
2018-04-11 | page cache: use xa_lock | Matthew Wilcox | 1 | -2/+2 |
2018-04-11 | memcg: fix per_node_info cleanup | Michal Hocko | 1 | -0/+3 |
2018-04-11 | mm: memcg: make sure memory.events is uptodate when waking pollers | Johannes Weiner | 1 | -12/+16 |
2018-04-11 | memcg, thp: do not invoke oom killer on thp charges | Michal Hocko | 1 | -1/+1 |