summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-13mm: memcg: do not allow task about to OOM kill to bypass the limitJohannes Weiner1-1/+1
2013-12-13mm: memcg: fix race condition between memcg teardown and swapinJohannes Weiner1-0/+36
2013-12-13mm: memcg: do not declare OOM from __GFP_NOFAIL allocationsJohannes Weiner1-0/+3
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/c...Linus 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
2013-11-01mm: memcg: fix test for child groupsJohannes Weiner1-24/+11
2013-11-01mm: memcg: lockdep annotation for memcg OOM lockJohannes Weiner1-1/+10
2013-11-01mm: memcg: use proper memcg in limit bypassJohannes Weiner1-4/+4
2013-10-31memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend castingGreg Thelen1-1/+1
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-88/+55
2013-10-22tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman1-3/+3
2013-10-17fs: buffer: move allocation failure loop into the allocatorJohannes Weiner1-0/+2
2013-10-17mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner1-88/+51
2013-10-17mm, memcg: protect mem_cgroup_read_events for cpu hotplugDavid Rientjes1-0/+2
2013-09-25revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton1-21/+142
2013-09-25revert "memcg: get rid of soft-limit tree infrastructure"Andrew Morton1-2/+263
2013-09-25revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton1-9/+5
2013-09-25revert "memcg: enhance memcg iterator to support predicates"Andrew Morton1-55/+15
2013-09-25revert "memcg: track children in soft limit excess to improve soft limit"Andrew Morton1-71/+0
2013-09-25revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...Andrew Morton1-5/+1
2013-09-25revert "memcg: track all children over limit in the root"Andrew Morton1-9/+0
2013-09-24memcg: stop using css idLi Zefan1-16/+8
2013-09-24memcg: fail to create cgroup if the cgroup id is too bigLi Zefan1-0/+9
2013-09-24memcg: convert to use cgroup idLi Zefan1-10/+22
2013-09-24memcg: convert to use cgroup_is_descendant()Li Zefan1-1/+1
2013-09-13memcg: add per cgroup writeback pages accountingSha Zhengju1-7/+23
2013-09-13memcg: check for proper lock held in mem_cgroup_update_page_statSha Zhengju1-0/+1
2013-09-13memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju1-24/+1
2013-09-13memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-2/+2
2013-09-13mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner1-47/+107
2013-09-13mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner1-37/+46
2013-09-13mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner1-1/+1
2013-09-13memcg: trivial cleanupsAndrew Morton1-15/+15
2013-09-13memcg: track all children over limit in the rootMichal Hocko1-0/+9
2013-09-13memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko1-1/+5
2013-09-13memcg: track children in soft limit excess to improve soft limitMichal Hocko1-0/+71
2013-09-13memcg: enhance memcg iterator to support predicatesMichal Hocko1-15/+55
2013-09-13vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko1-5/+9
2013-09-13memcg: get rid of soft-limit tree infrastructureMichal Hocko1-263/+2
2013-09-13memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko1-142/+21
2013-09-13memcg: remove redundant code in mem_cgroup_force_empty_write()Li Zefan1-7/+1