aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-04memcg: reparent charges of children before processing parentFilipe Brandenburger1-1/+9
2014-03-04memcg: fix endless loop in __mem_cgroup_iter_next()Hugh Dickins1-2/+2
2014-02-25memcg: change oom_info_lock to mutexMichal Hocko1-3/+3
2014-01-30memcg: fix mutex not unlocked on memcg_create_kmem_cache fail pathVladimir Davydov1-4/+3
2014-01-23memcg: remove unused code from kmem_cache_destroy_work_funcVladimir Davydov1-4/+2
2014-01-23memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko1-5/+13
2014-01-23memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko1-3/+14
2014-01-23mm, oom: prefer thread group leaders for display purposesDavid Rientjes1-7/+12
2014-01-23mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins1-4/+2
2014-01-23mm/memcg: fix last_dead_count memory wastageHugh Dickins1-1/+1
2014-01-23memcg: rework memcg_update_kmem_limit synchronizationVladimir Davydov1-91/+105
2014-01-23memcg: remove KMEM_ACCOUNTED_ACTIVATED flagVladimir Davydov1-27/+2
2014-01-23memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov1-7/+8
2014-01-23memcg: get rid of kmem_cache_dup()Vladimir Davydov1-31/+8
2014-01-23memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov1-9/+14
2014-01-23memcg: fix possible NULL deref while traversing memcg_slab_caches listVladimir Davydov1-7/+18
2014-01-23memcg, slab: fix barrier usage when accessing memcg_cachesVladimir Davydov1-14/+10
2014-01-23memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov1-34/+30
2014-01-23memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov1-3/+8
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-14/+14
2014-01-23memcg: do not use vmalloc for mem_cgroup allocationsVladimir Davydov1-22/+6
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-7/+10
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-74/+352
2014-01-21memcg, oom: lock mem_cgroup_print_oom_infoMichal Hocko1-5/+7
2014-01-21memcg: make memcg_update_cache_sizes() staticVladimir Davydov1-1/+1
2014-01-21memcg: fix kmem_account_flags check in memcg_can_account_kmem()Vladimir Davydov1-1/+2
2014-01-02memcg: fix memcg_size() calculationVladimir Davydov1-1/+1
2013-12-12mm: memcg: do not allow task about to OOM kill to bypass the limitJohannes Weiner1-1/+1
2013-12-12mm: memcg: fix race condition between memcg teardown and swapinJohannes Weiner1-0/+36
2013-12-12mm: memcg: do not declare OOM from __GFP_NOFAIL allocationsJohannes Weiner1-0/+3
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-16/+12
2013-12-05memcg: convert away from cftype->read() and ->read_map()Tejun Heo1-28/+21
2013-11-22cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo1-32/+321
2013-11-22memcg: rename cgroup_event to mem_cgroup_eventTejun Heo1-20/+37
2013-11-22memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_stateTejun Heo1-31/+22
2013-11-22memcg: remove cgroup_event->cftTejun Heo1-30/+35
2013-11-22cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo1-27/+60
2013-11-22memcg: cgroup_write_event_control() now knows @css is for memcgTejun Heo1-16/+11
2013-11-22cgroup, memcg: move cgroup_event implementation to memcgTejun Heo1-0/+248
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov1-5/+5
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-49/+48
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-26/+40
2013-11-13memcg, kmem: use cache_from_memcg_idx instead of hard codeQiang Huang1-6/+6
2013-11-13memcg, kmem: use is_root_cache instead of hard codeQiang Huang1-1/+2
2013-11-13memcg: support hierarchical memory.numa_statsYing Han1-0/+17
2013-11-13memcg: refactor mem_control_numa_stat_show()Greg Thelen1-34/+22
2013-11-13mm: add a helper function to check may oom conditionQiang Huang1-8/+1
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+26
2013-11-01memcg: remove incorrect underflow checkGreg Thelen1-1/+0