summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2014-04-07memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov
2014-04-07memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov
2014-04-07memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov
2014-04-07memcg, slab: cleanup memcg cache creationVladimir Davydov
2014-04-07memcg: rename high level charging functionsMichal Hocko
2014-04-07memcg: sanitize __mem_cgroup_try_charge() call protocolJohannes Weiner
2014-04-07memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_chargeMichal Hocko
2014-04-07memcg: get_mem_cgroup_from_mm()Johannes Weiner
2014-04-07memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()Johannes Weiner
2014-04-07mm: memcg: push !mm handling out to page cache charge functionJohannes Weiner
2014-04-07mm: memcg: inline mem_cgroup_charge_common()Johannes Weiner
2014-04-07mm: memcg: remove mem_cgroup_move_account_page_stat()Johannes Weiner
2014-04-07mm: memcg: remove unnecessary preemption disablingJohannes Weiner
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo
2014-03-04memcg: reparent charges of children before processing parentFilipe Brandenburger
2014-03-04memcg: fix endless loop in __mem_cgroup_iter_next()Hugh Dickins
2014-02-25memcg: change oom_info_lock to mutexMichal Hocko
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo
2014-02-12cgroup: remove cgroup->nameTejun Heo
2014-02-11cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo
2014-01-30memcg: fix mutex not unlocked on memcg_create_kmem_cache fail pathVladimir Davydov
2014-01-23memcg: remove unused code from kmem_cache_destroy_work_funcVladimir Davydov
2014-01-23memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko
2014-01-23memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko
2014-01-23mm, oom: prefer thread group leaders for display purposesDavid Rientjes
2014-01-23mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins
2014-01-23mm/memcg: fix last_dead_count memory wastageHugh Dickins
2014-01-23memcg: rework memcg_update_kmem_limit synchronizationVladimir Davydov
2014-01-23memcg: remove KMEM_ACCOUNTED_ACTIVATED flagVladimir Davydov
2014-01-23memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov
2014-01-23memcg: get rid of kmem_cache_dup()Vladimir Davydov
2014-01-23memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov
2014-01-23memcg: fix possible NULL deref while traversing memcg_slab_caches listVladimir Davydov
2014-01-23memcg, slab: fix barrier usage when accessing memcg_cachesVladimir Davydov
2014-01-23memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov
2014-01-23memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-23memcg: do not use vmalloc for mem_cgroup allocationsVladimir Davydov
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-01-21memcg, oom: lock mem_cgroup_print_oom_infoMichal Hocko
2014-01-21memcg: make memcg_update_cache_sizes() staticVladimir Davydov
2014-01-21memcg: fix kmem_account_flags check in memcg_can_account_kmem()Vladimir Davydov
2014-01-02memcg: fix memcg_size() calculationVladimir Davydov
2013-12-12mm: memcg: do not allow task about to OOM kill to bypass the limitJohannes Weiner
2013-12-12mm: memcg: fix race condition between memcg teardown and swapinJohannes Weiner
2013-12-12mm: memcg: do not declare OOM from __GFP_NOFAIL allocationsJohannes Weiner
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo