aboutsummaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2014-02-13memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko
2014-02-13memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko
2014-02-13mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins
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-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-11-13memcg, kmem: use cache_from_memcg_idx instead of hard codeQiang Huang
2013-11-13memcg, kmem: use is_root_cache instead of hard codeQiang Huang
2013-11-13memcg: support hierarchical memory.numa_statsYing Han
2013-11-13memcg: refactor mem_control_numa_stat_show()Greg Thelen
2013-11-13mm: add a helper function to check may oom conditionQiang Huang
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-01memcg: remove incorrect underflow checkGreg Thelen
2013-10-31mm: memcg: fix test for child groupsJohannes Weiner
2013-10-31mm: memcg: lockdep annotation for memcg OOM lockJohannes Weiner
2013-10-31mm: memcg: use proper memcg in limit bypassJohannes Weiner
2013-10-30memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend castingGreg Thelen
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-21tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman
2013-10-16fs: buffer: move allocation failure loop into the allocatorJohannes Weiner
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2013-10-16mm, memcg: protect mem_cgroup_read_events for cpu hotplugDavid Rientjes
2013-09-24revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton
2013-09-24revert "memcg: get rid of soft-limit tree infrastructure"Andrew Morton
2013-09-24revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton
2013-09-24revert "memcg: enhance memcg iterator to support predicates"Andrew Morton
2013-09-24revert "memcg: track children in soft limit excess to improve soft limit"Andrew Morton
2013-09-24revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...Andrew Morton
2013-09-24revert "memcg: track all children over limit in the root"Andrew Morton
2013-09-23memcg: stop using css idLi Zefan
2013-09-23memcg: fail to create cgroup if the cgroup id is too bigLi Zefan
2013-09-23memcg: convert to use cgroup idLi Zefan
2013-09-23memcg: convert to use cgroup_is_descendant()Li Zefan
2013-09-12memcg: add per cgroup writeback pages accountingSha Zhengju
2013-09-12memcg: check for proper lock held in mem_cgroup_update_page_statSha Zhengju
2013-09-12memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner
2013-09-12mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner
2013-09-12memcg: trivial cleanupsAndrew Morton
2013-09-12memcg: track all children over limit in the rootMichal Hocko
2013-09-12memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko
2013-09-12memcg: track children in soft limit excess to improve soft limitMichal Hocko
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko