| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-06-09 | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 1 | -90/+98 |
| 2014-06-06 | mm: memcontrol: remove unnecessary memcg argument from soft limit functions |  Johannes Weiner | 1 | -20/+14 |
| 2014-06-06 | mm: memcontrol: clean up memcg zoneinfo lookup |  Jianyu Zhan | 1 | -50/+39 |
| 2014-06-06 | vmscan: memcg: always use swappiness of the reclaimed memcg |  Michal Hocko | 1 | -1/+1 |
| 2014-06-04 | mm, memcg: periodically schedule when emptying page list |  Hugh Dickins | 1 | -1/+1 |
| 2014-06-04 | memcg: cleanup kmem cache creation/destruction functions naming |  Vladimir Davydov | 1 | -32/+28 |
| 2014-06-04 | memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocated |  Vladimir Davydov | 1 | -7/+2 |
| 2014-06-04 | memcg: get rid of memcg_create_cache_name |  Vladimir Davydov | 1 | -24/+9 |
| 2014-06-04 | memcg: correct comments for __mem_cgroup_begin_update_page_stat |  Qiang Huang | 1 | -5/+4 |
| 2014-06-04 | memcg: fold mem_cgroup_stolen |  Qiang Huang | 1 | -18/+7 |
| 2014-06-04 | mm/memcontrol.c: remove NULL assignment on static |  Fabian Frederick | 1 | -2/+2 |
| 2014-06-04 | mm: replace __get_cpu_var uses with this_cpu_ptr |  Christoph Lameter | 1 | -1/+1 |
| 2014-06-04 | memcg, slab: simplify synchronization scheme |  Vladimir Davydov | 1 | -91/+59 |
| 2014-06-04 | memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab |  Vladimir Davydov | 1 | -2/+20 |
| 2014-06-04 | memcg, slab: do not schedule cache destruction when last page goes away |  Vladimir Davydov | 1 | -61/+2 |
| 2014-06-04 | memcg: do not hang on OOM when killed by userspace OOM access to memory reserves |  Michal Hocko | 1 | -1/+2 |
| 2014-06-04 | memcg: un-export __memcg_kmem_get_cache |  Vladimir Davydov | 1 | -1/+0 |
| 2014-06-04 | mm: memcontrol: remove hierarchy restrictions for swappiness and oom_control |  Johannes Weiner | 1 | -22/+7 |
| 2014-06-04 | mm: get rid of __GFP_KMEMCG |  Vladimir Davydov | 1 | -5/+6 |
| 2014-06-04 | sl[au]b: charge slabs to kmemcg explicitly |  Vladimir Davydov | 1 | -2/+2 |
| 2014-05-23 | memcg: fix swapcache charge from kernel thread context |  Michal Hocko | 1 | -13/+14 |
| 2014-05-16 | memcg: update memcg_has_children() to use css_next_child() |  Tejun Heo | 1 | -10/+21 |
| 2014-05-16 | memcg: remove tasks/children test from mem_cgroup_force_empty() |  Michal Hocko | 1 | -7/+0 |
| 2014-05-16 | cgroup: remove css_parent() |  Tejun Heo | 1 | -7/+7 |
| 2014-05-13 | cgroup: replace cftype->trigger() with cftype->write() |  Tejun Heo | 1 | -16/+18 |
| 2014-05-13 | cgroup: replace cftype->write_string() with cftype->write() |  Tejun Heo | 1 | -21/+25 |
| 2014-05-13 | cgroup: rename css_tryget*() to css_tryget_online*() |  Tejun Heo | 1 | -22/+24 |
| 2014-05-06 | mm: filemap: update find_get_pages_tag() to deal with shadow entries |  Johannes Weiner | 1 | -8/+12 |
| 2014-05-04 | cgroup, memcg: implement css->id and convert css_from_id() to use it |  Tejun Heo | 1 | -2/+2 |
| 2014-05-04 | cgroup, memcg: allocate cgroup ID from 1 |  Tejun Heo | 1 | -6/+2 |
| 2014-04-07 | memcg, slab: do not destroy children caches if parent has aliases |  Vladimir Davydov | 1 | -7/+6 |
| 2014-04-07 | memcg, slab: unregister cache from memcg before starting to destroy it |  Vladimir Davydov | 1 | -6/+6 |
| 2014-04-07 | memcg, slab: separate memcg vs root cache creation paths |  Vladimir Davydov | 1 | -6/+1 |
| 2014-04-07 | memcg, slab: cleanup memcg cache creation |  Vladimir Davydov | 1 | -50/+39 |
| 2014-04-07 | memcg: rename high level charging functions |  Michal Hocko | 1 | -2/+2 |
| 2014-04-07 | memcg: sanitize __mem_cgroup_try_charge() call protocol |  Johannes Weiner | 1 | -105/+102 |
| 2014-04-07 | memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge |  Michal Hocko | 1 | -44/+6 |
| 2014-04-07 | memcg: get_mem_cgroup_from_mm() |  Johannes Weiner | 1 | -14/+4 |
| 2014-04-07 | memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm() |  Johannes Weiner | 1 | -7/+0 |
| 2014-04-07 | mm: memcg: push !mm handling out to page cache charge function |  Johannes Weiner | 1 | -9/+6 |
| 2014-04-07 | mm: memcg: inline mem_cgroup_charge_common() |  Johannes Weiner | 1 | -24/+16 |
| 2014-04-07 | mm: memcg: remove mem_cgroup_move_account_page_stat() |  Johannes Weiner | 1 | -16/+12 |
| 2014-04-07 | mm: memcg: remove unnecessary preemption disabling |  Johannes Weiner | 1 | -11/+4 |
| 2014-04-03 | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 1 | -73/+37 |
| 2014-03-19 | cgroup: drop const from @buffer of cftype->write_string() |  Tejun Heo | 1 | -2/+2 |
| 2014-03-04 | memcg: reparent charges of children before processing parent |  Filipe Brandenburger | 1 | -1/+9 |
| 2014-03-04 | memcg: fix endless loop in __mem_cgroup_iter_next() |  Hugh Dickins | 1 | -2/+2 |
| 2014-02-25 | memcg: change oom_info_lock to mutex |  Michal Hocko | 1 | -3/+3 |
| 2014-02-13 | cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() |  Tejun Heo | 1 | -2/+2 |
| 2014-02-12 | cgroup: remove cgroup->name |  Tejun Heo | 1 | -50/+18 |