Age | Commit message (Expand) | Author | Files | Lines |
2014-01-30 | memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path | Vladimir Davydov | 1 | -4/+3 |
2014-01-23 | memcg: remove unused code from kmem_cache_destroy_work_func | Vladimir Davydov | 1 | -4/+2 |
2014-01-23 | memcg: fix css reference leak and endless loop in mem_cgroup_iter | Michal Hocko | 1 | -5/+13 |
2014-01-23 | memcg: fix endless loop caused by mem_cgroup_iter | Michal Hocko | 1 | -3/+14 |
2014-01-23 | mm, oom: prefer thread group leaders for display purposes | David Rientjes | 1 | -7/+12 |
2014-01-23 | mm/memcg: iteration skip memcgs not yet fully initialized | Hugh Dickins | 1 | -4/+2 |
2014-01-23 | mm/memcg: fix last_dead_count memory wastage | Hugh Dickins | 1 | -1/+1 |
2014-01-23 | memcg: rework memcg_update_kmem_limit synchronization | Vladimir Davydov | 1 | -91/+105 |
2014-01-23 | memcg: remove KMEM_ACCOUNTED_ACTIVATED flag | Vladimir Davydov | 1 | -27/+2 |
2014-01-23 | memcg, slab: RCU protect memcg_params for root caches | Vladimir Davydov | 1 | -7/+8 |
2014-01-23 | memcg: get rid of kmem_cache_dup() | Vladimir Davydov | 1 | -31/+8 |
2014-01-23 | memcg, slab: fix races in per-memcg cache creation/destruction | Vladimir Davydov | 1 | -9/+14 |
2014-01-23 | memcg: fix possible NULL deref while traversing memcg_slab_caches list | Vladimir Davydov | 1 | -7/+18 |
2014-01-23 | memcg, slab: fix barrier usage when accessing memcg_caches | Vladimir Davydov | 1 | -14/+10 |
2014-01-23 | memcg, slab: clean up memcg cache initialization/destruction | Vladimir Davydov | 1 | -34/+30 |
2014-01-23 | memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path | Vladimir Davydov | 1 | -3/+8 |
2014-01-23 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -14/+14 |
2014-01-23 | memcg: do not use vmalloc for mem_cgroup allocations | Vladimir Davydov | 1 | -22/+6 |
2014-01-21 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 1 | -7/+10 |
2014-01-21 | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -74/+352 |
2014-01-21 | memcg, oom: lock mem_cgroup_print_oom_info | Michal Hocko | 1 | -5/+7 |
2014-01-21 | memcg: make memcg_update_cache_sizes() static | Vladimir Davydov | 1 | -1/+1 |
2014-01-21 | memcg: fix kmem_account_flags check in memcg_can_account_kmem() | Vladimir Davydov | 1 | -1/+2 |
2014-01-02 | memcg: fix memcg_size() calculation | Vladimir Davydov | 1 | -1/+1 |
2013-12-12 | mm: memcg: do not allow task about to OOM kill to bypass the limit | Johannes Weiner | 1 | -1/+1 |
2013-12-12 | mm: memcg: fix race condition between memcg teardown and swapin | Johannes Weiner | 1 | -0/+36 |
2013-12-12 | mm: memcg: do not declare OOM from __GFP_NOFAIL allocations | Johannes Weiner | 1 | -0/+3 |
2013-12-05 | cgroup: replace cftype->read_seq_string() with cftype->seq_show() | Tejun Heo | 1 | -16/+12 |
2013-12-05 | memcg: convert away from cftype->read() and ->read_map() | Tejun Heo | 1 | -28/+21 |
2013-11-22 | cgroup: Merge branch 'memcg_event' into for-3.14 | Tejun Heo | 1 | -32/+321 |
2013-11-22 | memcg: rename cgroup_event to mem_cgroup_event | Tejun Heo | 1 | -20/+37 |
2013-11-22 | memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state | Tejun Heo | 1 | -31/+22 |
2013-11-22 | memcg: remove cgroup_event->cft | Tejun Heo | 1 | -30/+35 |
2013-11-22 | cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg | Tejun Heo | 1 | -27/+60 |
2013-11-22 | memcg: cgroup_write_event_control() now knows @css is for memcg | Tejun Heo | 1 | -16/+11 |
2013-11-22 | cgroup, memcg: move cgroup_event implementation to memcg | Tejun Heo | 1 | -0/+248 |
2013-11-15 | mm, thp: change pmd_trans_huge_lock() to return taken lock | Kirill A. Shutemov | 1 | -5/+5 |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -3/+3 |
2013-11-13 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 1 | -49/+48 |
2013-11-13 | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -26/+40 |
2013-11-13 | memcg, kmem: use cache_from_memcg_idx instead of hard code | Qiang Huang | 1 | -6/+6 |
2013-11-13 | memcg, kmem: use is_root_cache instead of hard code | Qiang Huang | 1 | -1/+2 |
2013-11-13 | memcg: support hierarchical memory.numa_stats | Ying Han | 1 | -0/+17 |
2013-11-13 | memcg: refactor mem_control_numa_stat_show() | Greg Thelen | 1 | -34/+22 |
2013-11-13 | mm: add a helper function to check may oom condition | Qiang Huang | 1 | -8/+1 |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -31/+26 |
2013-11-01 | memcg: remove incorrect underflow check | Greg Thelen | 1 | -1/+0 |
2013-10-31 | mm: memcg: fix test for child groups | Johannes Weiner | 1 | -24/+11 |
2013-10-31 | mm: memcg: lockdep annotation for memcg OOM lock | Johannes Weiner | 1 | -1/+10 |
2013-10-31 | mm: memcg: use proper memcg in limit bypass | Johannes Weiner | 1 | -4/+4 |