| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/memcontrol.c: fix bad line in comment | Qian Cai | 2019-03-05 | 1 | -1/+1 |
* | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin | 2019-03-05 | 1 | -7/+7 |
* | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 2019-03-05 | 1 | -1/+1 |
* | mm: memcontrol: expose THP events on a per-memcg basis | Chris Down | 2019-03-05 | 1 | -0/+16 |
* | memcg: killed threads should not invoke memcg OOM killer | Tetsuo Handa | 2019-03-05 | 1 | -5/+14 |
* | mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunable | Chris Down | 2019-03-05 | 1 | -45/+19 |
* | mm, memcg: create mem_cgroup_from_seq | Chris Down | 2019-03-05 | 1 | -12/+12 |
* | mm/memcontrol.c: use struct_size() in kmalloc() | Gustavo A. R. Silva | 2019-03-05 | 1 | -2/+1 |
* | memcg: localize memcg_kmem_enabled() check | Shakeel Butt | 2019-03-05 | 1 | -8/+8 |
* | memcg, oom: notify on oom killer invocation from the charge path | Michal Hocko | 2018-12-28 | 1 | -2/+18 |
* | mm, oom: add oom victim's memcg to the oom context information | yuzhoujian | 2018-12-28 | 1 | -13/+20 |
* | mm: handle no memcg case in memcg_kmem_charge() properly | Roman Gushchin | 2018-11-03 | 1 | -1/+1 |
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-10-28 | 1 | -1/+1 |
|\ |
|
| * | xarray: Replace exceptional entries | Matthew Wilcox | 2018-09-29 | 1 | -1/+1 |
* | | mm: don't raise MEMCG_OOM event due to failed high-order allocation | Roman Gushchin | 2018-10-26 | 1 | -2/+2 |
* | | mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type | Kirill Tkhai | 2018-10-26 | 1 | -6/+4 |
* | | memcg: remove memcg_kmem_skip_account | Shakeel Butt | 2018-10-26 | 1 | -23/+1 |
* | | mm/memcontrol.c: fix memory.stat item ordering | Johannes Weiner | 2018-10-26 | 1 | -7/+7 |
* | | mm: drain memcg stocks on css offlining | Roman Gushchin | 2018-10-26 | 1 | -0/+2 |
|/ |
|
* | mm: memcontrol: print proper OOM header when no eligible victim left | Johannes Weiner | 2018-09-04 | 1 | -2/+0 |
* | mm, oom: introduce memory.oom.group | Roman Gushchin | 2018-08-22 | 1 | -0/+93 |
* | memcg: reduce memcg tree traversals for stats collection | Shakeel Butt | 2018-08-22 | 1 | -77/+73 |
* | mm/vmscan.c: clear shrinker bit if there are no objects related to memcg | Kirill Tkhai | 2018-08-17 | 1 | -0/+2 |
* | mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear... | Kirill Tkhai | 2018-08-17 | 1 | -0/+13 |
* | mm/memcontrol.c: export mem_cgroup_is_root() | Kirill Tkhai | 2018-08-17 | 1 | -5/+0 |
* | mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node() | Kirill Tkhai | 2018-08-17 | 1 | -1/+1 |
* | mm, memcg: assign memcg-aware shrinkers bitmap to memcg | Kirill Tkhai | 2018-08-17 | 1 | -0/+124 |
* | mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} defines | Kirill Tkhai | 2018-08-17 | 1 | -15/+15 |
* | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB | Kirill Tkhai | 2018-08-17 | 1 | -8/+8 |
* | memcg, oom: move out_of_memory back to the charge path | Michal Hocko | 2018-08-17 | 1 | -15/+60 |
* | fs, mm: account buffer_head to kmemcg | Shakeel Butt | 2018-08-17 | 1 | -0/+22 |
* | fs: fsnotify: account fsnotify metadata to kmemcg | Shakeel Butt | 2018-08-17 | 1 | -4/+33 |
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-08-14 | 1 | -0/+13 |
|\ |
|
| * | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe | 2018-08-05 | 1 | -1/+1 |
| |\ |
|
| * | | memcontrol: schedule throttling if we are congested | Tejun Heo | 2018-07-09 | 1 | -0/+13 |
* | | | memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure | Kirill Tkhai | 2018-08-02 | 1 | -4/+11 |
| |/
|/| |
|
* | | mm: memcg: fix use after free in mem_cgroup_iter() | Jing Xia | 2018-07-21 | 1 | -1/+1 |
|/ |
|
* | mm: fix oom_kill event handling | Roman Gushchin | 2018-06-15 | 1 | -2/+4 |
* | mm: fix null pointer dereference in mem_cgroup_protected | Roman Gushchin | 2018-06-15 | 1 | -0/+4 |
* | mm: memcg: allow lowering memory.swap.max below the current usage | Tejun Heo | 2018-06-07 | 1 | -5/+1 |
* | memcg: introduce memory.min | Roman Gushchin | 2018-06-07 | 1 | -24/+94 |
* | mm: memcontrol: drain memcg stock on force_empty | Junaid Shahid | 2018-06-07 | 1 | -0/+3 |
* | mm: memcontrol: drain stocks on resize limit | Shakeel Butt | 2018-06-07 | 1 | -0/+7 |
* | memcg: mark memcg1_events static const | Greg Thelen | 2018-06-07 | 1 | -1/+1 |
* | memcg: writeback: use memcg->cgwb_list directly | Wang Long | 2018-06-07 | 1 | -5/+0 |
* | mm: treat memory.low value inclusive | Roman Gushchin | 2018-06-07 | 1 | -3/+3 |
* | mm: memory.low hierarchical behavior | Roman Gushchin | 2018-06-07 | 1 | -29/+83 |
* | mm: rename page_counter's count/limit into usage/max | Roman Gushchin | 2018-06-07 | 1 | -56/+56 |
* | mm, memcontrol: implement memory.swap.events | Tejun Heo | 2018-06-07 | 1 | -1/+23 |
* | mm, memcontrol: move swap charge handling into get_swap_page() | Tejun Heo | 2018-06-07 | 1 | -0/+3 |