| Commit message (Expand) | Author | Age |
| * | mm, oom: introduce memory.oom.group | Roman Gushchin | 2018-08-22 |
| * | memcg: reduce memcg tree traversals for stats collection | Shakeel Butt | 2018-08-22 |
| * | mm/vmscan.c: clear shrinker bit if there are no objects related to memcg | Kirill Tkhai | 2018-08-17 |
| * | mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear... | Kirill Tkhai | 2018-08-17 |
| * | mm/memcontrol.c: export mem_cgroup_is_root() | Kirill Tkhai | 2018-08-17 |
| * | mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node() | Kirill Tkhai | 2018-08-17 |
| * | mm, memcg: assign memcg-aware shrinkers bitmap to memcg | Kirill Tkhai | 2018-08-17 |
| * | mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} defines | Kirill Tkhai | 2018-08-17 |
| * | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB | Kirill Tkhai | 2018-08-17 |
| * | memcg, oom: move out_of_memory back to the charge path | Michal Hocko | 2018-08-17 |
| * | fs, mm: account buffer_head to kmemcg | Shakeel Butt | 2018-08-17 |
| * | fs: fsnotify: account fsnotify metadata to kmemcg | Shakeel Butt | 2018-08-17 |
| * | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-08-14 |
| |\ |
|
| | * | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe | 2018-08-05 |
| | |\ |
|
| | * | | memcontrol: schedule throttling if we are congested | Tejun Heo | 2018-07-09 |
| * | | | memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure | Kirill Tkhai | 2018-08-02 |
| | |/
|/| |
|
| * | | mm: memcg: fix use after free in mem_cgroup_iter() | Jing Xia | 2018-07-21 |
| |/ |
|
| * | mm: fix oom_kill event handling | Roman Gushchin | 2018-06-14 |
| * | mm: fix null pointer dereference in mem_cgroup_protected | Roman Gushchin | 2018-06-14 |
| * | mm: memcg: allow lowering memory.swap.max below the current usage | Tejun Heo | 2018-06-07 |
| * | memcg: introduce memory.min | Roman Gushchin | 2018-06-07 |
| * | mm: memcontrol: drain memcg stock on force_empty | Junaid Shahid | 2018-06-07 |
| * | mm: memcontrol: drain stocks on resize limit | Shakeel Butt | 2018-06-07 |
| * | memcg: mark memcg1_events static const | Greg Thelen | 2018-06-07 |
| * | memcg: writeback: use memcg->cgwb_list directly | Wang Long | 2018-06-07 |
| * | mm: treat memory.low value inclusive | Roman Gushchin | 2018-06-07 |
| * | mm: memory.low hierarchical behavior | Roman Gushchin | 2018-06-07 |
| * | mm: rename page_counter's count/limit into usage/max | Roman Gushchin | 2018-06-07 |
| * | mm, memcontrol: implement memory.swap.events | Tejun Heo | 2018-06-07 |
| * | mm, memcontrol: move swap charge handling into get_swap_page() | Tejun Heo | 2018-06-07 |
| * | fs: add new vfs_poll and file_can_poll helpers | Christoph Hellwig | 2018-05-26 |
| * | mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create() | Minchan Kim | 2018-04-20 |
| * | page cache: use xa_lock | Matthew Wilcox | 2018-04-11 |
| * | memcg: fix per_node_info cleanup | Michal Hocko | 2018-04-11 |
| * | mm: memcg: make sure memory.events is uptodate when waking pollers | Johannes Weiner | 2018-04-11 |
| * | memcg, thp: do not invoke oom killer on thp charges | Michal Hocko | 2018-04-11 |
| * | mm/memcontrol.c: fix parameter description mismatch | Honglei Wang | 2018-03-28 |
| * | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 |
| * | mm: docs: fix parameter names mismatch | Mike Rapoport | 2018-02-06 |
| * | mm: docs: fixup punctuation | Mike Rapoport | 2018-02-06 |
| * | Revert "defer call to mem_cgroup_sk_alloc()" | Roman Gushchin | 2018-02-02 |
| * | mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytes | Andrey Ryabinin | 2018-01-31 |
| * | mm/memcontrol.c: make local symbol static | Christopher Díaz Riveros | 2018-01-31 |
| * | memcg: refactor mem_cgroup_resize_limit() | Yu Zhao | 2018-01-31 |
| * | mm: memcontrol: fix excessive complexity in memory.stat reporting | Johannes Weiner | 2018-01-31 |
| * | mm: memcontrol: eliminate raw access to stat and event counters | Johannes Weiner | 2018-01-31 |
| * | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-30 |
| |\ |
|
| | * | annotate poll-related wait keys | Al Viro | 2017-11-27 |
| * | | mm, memcg: fix mem_cgroup_swapout() for THPs | Shakeel Butt | 2017-11-29 |
| |/ |
|
| * | mm: slabinfo: remove CONFIG_SLABINFO | Yang Shi | 2017-11-15 |