aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01memcg: remove incorrect underflow checkGreg Thelen1-1/+0
2013-10-31mm: memcg: fix test for child groupsJohannes Weiner1-24/+11
2013-10-31mm: memcg: lockdep annotation for memcg OOM lockJohannes Weiner1-1/+10
2013-10-31mm: memcg: use proper memcg in limit bypassJohannes Weiner1-4/+4
2013-10-30memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend castingGreg Thelen1-1/+1
2013-10-16fs: buffer: move allocation failure loop into the allocatorJohannes Weiner1-0/+2
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner1-88/+51
2013-10-16mm, memcg: protect mem_cgroup_read_events for cpu hotplugDavid Rientjes1-0/+2
2013-09-24revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton1-21/+142
2013-09-24revert "memcg: get rid of soft-limit tree infrastructure"Andrew Morton1-2/+263
2013-09-24revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton1-9/+5
2013-09-24revert "memcg: enhance memcg iterator to support predicates"Andrew Morton1-55/+15
2013-09-24revert "memcg: track children in soft limit excess to improve soft limit"Andrew Morton1-71/+0
2013-09-24revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything"Andrew Morton1-5/+1
2013-09-24revert "memcg: track all children over limit in the root"Andrew Morton1-9/+0
2013-09-12memcg: add per cgroup writeback pages accountingSha Zhengju1-7/+23
2013-09-12memcg: check for proper lock held in mem_cgroup_update_page_statSha Zhengju1-0/+1
2013-09-12memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju1-24/+1
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-2/+2
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner1-47/+107
2013-09-12mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner1-37/+46
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner1-1/+1
2013-09-12memcg: trivial cleanupsAndrew Morton1-15/+15
2013-09-12memcg: track all children over limit in the rootMichal Hocko1-0/+9
2013-09-12memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko1-1/+5
2013-09-12memcg: track children in soft limit excess to improve soft limitMichal Hocko1-0/+71
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko1-15/+55
2013-09-12vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko1-5/+9
2013-09-12memcg: get rid of soft-limit tree infrastructureMichal Hocko1-263/+2
2013-09-12memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko1-142/+21
2013-09-12memcg: remove redundant code in mem_cgroup_force_empty_write()Li Zefan1-7/+1
2013-09-11memcg: fix multiple large threshold notificationsGreg Thelen1-1/+7
2013-09-11kmemcg: don't allocate extra memory for root memcg_cache_paramsAndrey Vagin1-3/+6
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-127/+96
2013-08-23memcg: get rid of swapaccount leftoversMichal Hocko1-1/+0
2013-08-13memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin1-2/+2
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in the iterationTejun Heo1-8/+1
2013-08-08cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroupTejun Heo1-13/+8
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-6/+5
2013-08-08cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo1-3/+3
2013-08-08cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo1-5/+5
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-11/+9
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-43/+45
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-19/+19
2013-08-08cgroup: add css_parent()Tejun Heo1-28/+11