| Commit message (Expand) | Author | Age | Files | Lines |
* | memcg, slab: do not destroy children caches if parent has aliases | Vladimir Davydov | 2014-04-07 | 1 | -7/+6 |
* | memcg, slab: unregister cache from memcg before starting to destroy it | Vladimir Davydov | 2014-04-07 | 1 | -6/+6 |
* | memcg, slab: separate memcg vs root cache creation paths | Vladimir Davydov | 2014-04-07 | 1 | -6/+1 |
* | memcg, slab: cleanup memcg cache creation | Vladimir Davydov | 2014-04-07 | 1 | -50/+39 |
* | memcg: rename high level charging functions | Michal Hocko | 2014-04-07 | 1 | -2/+2 |
* | memcg: sanitize __mem_cgroup_try_charge() call protocol | Johannes Weiner | 2014-04-07 | 1 | -105/+102 |
* | memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge | Michal Hocko | 2014-04-07 | 1 | -44/+6 |
* | memcg: get_mem_cgroup_from_mm() | Johannes Weiner | 2014-04-07 | 1 | -14/+4 |
* | memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm() | Johannes Weiner | 2014-04-07 | 1 | -7/+0 |
* | mm: memcg: push !mm handling out to page cache charge function | Johannes Weiner | 2014-04-07 | 1 | -9/+6 |
* | mm: memcg: inline mem_cgroup_charge_common() | Johannes Weiner | 2014-04-07 | 1 | -24/+16 |
* | mm: memcg: remove mem_cgroup_move_account_page_stat() | Johannes Weiner | 2014-04-07 | 1 | -16/+12 |
* | mm: memcg: remove unnecessary preemption disabling | Johannes Weiner | 2014-04-07 | 1 | -11/+4 |
* | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-04-03 | 1 | -73/+37 |
|\ |
|
| * | cgroup: drop const from @buffer of cftype->write_string() | Tejun Heo | 2014-03-19 | 1 | -2/+2 |
| * | cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() | Tejun Heo | 2014-02-13 | 1 | -2/+2 |
| * | cgroup: remove cgroup->name | Tejun Heo | 2014-02-12 | 1 | -50/+18 |
| * | cgroup: improve css_from_dir() into css_tryget_from_dir() | Tejun Heo | 2014-02-11 | 1 | -9/+7 |
| * | cgroup: clean up cgroup_subsys names and initialization | Tejun Heo | 2014-02-08 | 1 | -12/+10 |
* | | memcg: reparent charges of children before processing parent | Filipe Brandenburger | 2014-03-04 | 1 | -1/+9 |
* | | memcg: fix endless loop in __mem_cgroup_iter_next() | Hugh Dickins | 2014-03-04 | 1 | -2/+2 |
* | | memcg: change oom_info_lock to mutex | Michal Hocko | 2014-02-25 | 1 | -3/+3 |
|/ |
|
* | memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path | Vladimir Davydov | 2014-01-30 | 1 | -4/+3 |
* | memcg: remove unused code from kmem_cache_destroy_work_func | Vladimir Davydov | 2014-01-23 | 1 | -4/+2 |
* | memcg: fix css reference leak and endless loop in mem_cgroup_iter | Michal Hocko | 2014-01-23 | 1 | -5/+13 |
* | memcg: fix endless loop caused by mem_cgroup_iter | Michal Hocko | 2014-01-23 | 1 | -3/+14 |
* | mm, oom: prefer thread group leaders for display purposes | David Rientjes | 2014-01-23 | 1 | -7/+12 |
* | mm/memcg: iteration skip memcgs not yet fully initialized | Hugh Dickins | 2014-01-23 | 1 | -4/+2 |
* | mm/memcg: fix last_dead_count memory wastage | Hugh Dickins | 2014-01-23 | 1 | -1/+1 |
* | memcg: rework memcg_update_kmem_limit synchronization | Vladimir Davydov | 2014-01-23 | 1 | -91/+105 |
* | memcg: remove KMEM_ACCOUNTED_ACTIVATED flag | Vladimir Davydov | 2014-01-23 | 1 | -27/+2 |
* | memcg, slab: RCU protect memcg_params for root caches | Vladimir Davydov | 2014-01-23 | 1 | -7/+8 |
* | memcg: get rid of kmem_cache_dup() | Vladimir Davydov | 2014-01-23 | 1 | -31/+8 |
* | memcg, slab: fix races in per-memcg cache creation/destruction | Vladimir Davydov | 2014-01-23 | 1 | -9/+14 |
* | memcg: fix possible NULL deref while traversing memcg_slab_caches list | Vladimir Davydov | 2014-01-23 | 1 | -7/+18 |
* | memcg, slab: fix barrier usage when accessing memcg_caches | Vladimir Davydov | 2014-01-23 | 1 | -14/+10 |
* | memcg, slab: clean up memcg cache initialization/destruction | Vladimir Davydov | 2014-01-23 | 1 | -34/+30 |
* | memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path | Vladimir Davydov | 2014-01-23 | 1 | -3/+8 |
* | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 2014-01-23 | 1 | -14/+14 |
* | memcg: do not use vmalloc for mem_cgroup allocations | Vladimir Davydov | 2014-01-23 | 1 | -22/+6 |
* | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-01-21 | 1 | -7/+10 |
|\ |
|
| * | memcg, oom: lock mem_cgroup_print_oom_info | Michal Hocko | 2014-01-21 | 1 | -5/+7 |
| * | memcg: make memcg_update_cache_sizes() static | Vladimir Davydov | 2014-01-21 | 1 | -1/+1 |
| * | memcg: fix kmem_account_flags check in memcg_can_account_kmem() | Vladimir Davydov | 2014-01-21 | 1 | -1/+2 |
* | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-01-21 | 1 | -74/+352 |
|\ \
| |/
|/| |
|
| * | cgroup: replace cftype->read_seq_string() with cftype->seq_show() | Tejun Heo | 2013-12-05 | 1 | -16/+12 |
| * | memcg: convert away from cftype->read() and ->read_map() | Tejun Heo | 2013-12-05 | 1 | -28/+21 |
| * | cgroup: Merge branch 'memcg_event' into for-3.14 | Tejun Heo | 2013-11-22 | 1 | -32/+321 |
| |\ |
|
| | * | memcg: rename cgroup_event to mem_cgroup_event | Tejun Heo | 2013-11-22 | 1 | -20/+37 |
| | * | memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state | Tejun Heo | 2013-11-22 | 1 | -31/+22 |