summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | memcg: convert to use cgroup idLi Zefan2013-09-231-10/+22
| * | | memcg: convert to use cgroup_is_descendant()Li Zefan2013-09-231-1/+1
* | | | memcg: remove incorrect underflow checkGreg Thelen2013-11-011-1/+0
* | | | mm: memcg: fix test for child groupsJohannes Weiner2013-10-311-24/+11
* | | | mm: memcg: lockdep annotation for memcg OOM lockJohannes Weiner2013-10-311-1/+10
* | | | mm: memcg: use proper memcg in limit bypassJohannes Weiner2013-10-311-4/+4
* | | | memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend castingGreg Thelen2013-10-301-1/+1
| |_|/ |/| |
* | | fs: buffer: move allocation failure loop into the allocatorJohannes Weiner2013-10-161-0/+2
* | | mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2013-10-161-88/+51
* | | mm, memcg: protect mem_cgroup_read_events for cpu hotplugDavid Rientjes2013-10-161-0/+2
| |/ |/|
* | revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton2013-09-241-21/+142
* | revert "memcg: get rid of soft-limit tree infrastructure"Andrew Morton2013-09-241-2/+263
* | revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton2013-09-241-9/+5
* | revert "memcg: enhance memcg iterator to support predicates"Andrew Morton2013-09-241-55/+15
* | revert "memcg: track children in soft limit excess to improve soft limit"Andrew Morton2013-09-241-71/+0
* | revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...Andrew Morton2013-09-241-5/+1
* | revert "memcg: track all children over limit in the root"Andrew Morton2013-09-241-9/+0
|/
* memcg: add per cgroup writeback pages accountingSha Zhengju2013-09-121-7/+23
* memcg: check for proper lock held in mem_cgroup_update_page_statSha Zhengju2013-09-121-0/+1
* memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju2013-09-121-24/+1
* memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju2013-09-121-2/+2
* mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2013-09-121-47/+107
* mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner2013-09-121-37/+46
* mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner2013-09-121-1/+1
* memcg: trivial cleanupsAndrew Morton2013-09-121-15/+15
* memcg: track all children over limit in the rootMichal Hocko2013-09-121-0/+9
* memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko2013-09-121-1/+5
* memcg: track children in soft limit excess to improve soft limitMichal Hocko2013-09-121-0/+71
* memcg: enhance memcg iterator to support predicatesMichal Hocko2013-09-121-15/+55
* vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko2013-09-121-5/+9
* memcg: get rid of soft-limit tree infrastructureMichal Hocko2013-09-121-263/+2
* memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko2013-09-121-142/+21
OpenPOWER on IntegriCloud