summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: fix mutex not unlocked on memcg_create_kmem_cache fail pathVladimir Davydov2014-01-301-4/+3
* memcg: remove unused code from kmem_cache_destroy_work_funcVladimir Davydov2014-01-231-4/+2
* memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko2014-01-231-5/+13
* memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko2014-01-231-3/+14
* mm, oom: prefer thread group leaders for display purposesDavid Rientjes2014-01-231-7/+12
* mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins2014-01-231-4/+2
* mm/memcg: fix last_dead_count memory wastageHugh Dickins2014-01-231-1/+1
* memcg: rework memcg_update_kmem_limit synchronizationVladimir Davydov2014-01-231-91/+105
* memcg: remove KMEM_ACCOUNTED_ACTIVATED flagVladimir Davydov2014-01-231-27/+2
* memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov2014-01-231-7/+8
* memcg: get rid of kmem_cache_dup()Vladimir Davydov2014-01-231-31/+8
* memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov2014-01-231-9/+14
* memcg: fix possible NULL deref while traversing memcg_slab_caches listVladimir Davydov2014-01-231-7/+18
* memcg, slab: fix barrier usage when accessing memcg_cachesVladimir Davydov2014-01-231-14/+10
* memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov2014-01-231-34/+30
* memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov2014-01-231-3/+8
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-14/+14
* memcg: do not use vmalloc for mem_cgroup allocationsVladimir Davydov2014-01-231-22/+6
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-211-7/+10
|\
| * memcg, oom: lock mem_cgroup_print_oom_infoMichal Hocko2014-01-211-5/+7
| * memcg: make memcg_update_cache_sizes() staticVladimir Davydov2014-01-211-1/+1
| * memcg: fix kmem_account_flags check in memcg_can_account_kmem()Vladimir Davydov2014-01-211-1/+2
* | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-01-211-74/+352
|\ \ | |/ |/|
| * cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-051-16/+12
| * memcg: convert away from cftype->read() and ->read_map()Tejun Heo2013-12-051-28/+21
| * cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo2013-11-221-32/+321
| |\
| | * memcg: rename cgroup_event to mem_cgroup_eventTejun Heo2013-11-221-20/+37
| | * memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_stateTejun Heo2013-11-221-31/+22
| | * memcg: remove cgroup_event->cftTejun Heo2013-11-221-30/+35
| | * cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo2013-11-221-27/+60
| | * memcg: cgroup_write_event_control() now knows @css is for memcgTejun Heo2013-11-221-16/+11
| | * cgroup, memcg: move cgroup_event implementation to memcgTejun Heo2013-11-221-0/+248
* | | memcg: fix memcg_size() calculationVladimir Davydov2014-01-021-1/+1
* | | mm: memcg: do not allow task about to OOM kill to bypass the limitJohannes Weiner2013-12-121-1/+1
* | | mm: memcg: fix race condition between memcg teardown and swapinJohannes Weiner2013-12-121-0/+36
* | | mm: memcg: do not declare OOM from __GFP_NOFAIL allocationsJohannes Weiner2013-12-121-0/+3
|/ /
* | mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov2013-11-151-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-3/+3
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-31/+26
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-88/+55
| |\ \
| * | | tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman2013-10-211-3/+3
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-49/+48
|\ \ \ \
| * | | | memcg, kmem: use cache_from_memcg_idx instead of hard codeQiang Huang2013-11-131-6/+6
| * | | | memcg, kmem: use is_root_cache instead of hard codeQiang Huang2013-11-131-1/+2
| * | | | memcg: support hierarchical memory.numa_statsYing Han2013-11-131-0/+17
| * | | | memcg: refactor mem_control_numa_stat_show()Greg Thelen2013-11-131-34/+22
| * | | | mm: add a helper function to check may oom conditionQiang Huang2013-11-131-8/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-11-131-26/+40
|\ \ \ \ | |/ / / |/| | |
| * | | memcg: stop using css idLi Zefan2013-09-231-16/+8
| * | | memcg: fail to create cgroup if the cgroup id is too bigLi Zefan2013-09-231-0/+9