summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-25mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin1-1/+1
2019-08-25mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen1-11/+30
2018-07-25mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-01-31hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko1-1/+1
2017-03-18mm: memcontrol: avoid unused function warningArnd Bergmann1-18/+18
2017-02-01mm, memcg: do not retry precharge chargesDavid Rientjes1-2/+2
2016-11-10mm: memcontrol: do not recurse in direct reclaimJohannes Weiner1-0/+9
2016-08-16mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov1-6/+18
2016-08-16mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov1-4/+33
2016-08-16mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner1-18/+73
2016-06-24memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_...Tejun Heo1-0/+3
2016-05-05memcg: relocate charge moving from ->attach to ->post_attachTejun Heo1-18/+19
2016-04-12mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner1-4/+34
2016-04-12mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner1-0/+6
2016-02-25memcg: only free spare array when readers are doneMartijn Coenen1-5/+6
2015-12-30mm: memcontrol: fix possible memcg leak due to interrupted reclaimVladimir Davydov1-14/+46
2015-12-12mm: fix kerneldoc on mem_cgroup_replace_pageHugh Dickins1-1/+1
2015-12-12memcg: fix memory.high targetVladimir Davydov1-1/+1
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo1-22/+23
2015-11-07mm/memcontrol.c: uninline mem_cgroup_usageAndrew Morton1-1/+1
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-3/+3
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-179/+116
2015-11-06memcg: fix thresholds for 32b architectures.Michal Hocko1-6/+5
2015-11-06mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner1-6/+5
2015-11-06mm: memcontrol: eliminate root memory.currentJohannes Weiner1-1/+4
2015-11-06mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins1-21/+8
2015-11-06memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov1-18/+0
2015-11-06memcg: unify slab and other kmem pages chargingVladimir Davydov1-38/+33
2015-11-06memcg: simplify charging kmem pagesVladimir Davydov1-35/+4
2015-11-06mm/memcontrol.c: fix order calculation in try_charge()Jerome Marchand1-1/+2
2015-11-06memcg: ratify and consolidate over-charge handlingTejun Heo1-49/+20
2015-11-06memcg: punt high overage reclaim to return-to-userland pathTejun Heo1-8/+39
2015-11-06memcg: flatten task_struct->memcg_oomTejun Heo1-8/+8
2015-11-06Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-7/+20
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+17
2015-10-16memcg: convert threshold to bytesShaohua Li1-0/+1
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo1-1/+1
2015-10-12writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo1-18/+17
2015-10-02memcg: remove pcp_counter_lockGreg Thelen1-1/+0
2015-10-02memcg: make mem_cgroup_read_stat() unsignedGreg Thelen1-12/+18
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo1-2/+15
2015-09-21memcg: generate file modified notifications on "memory.events"Tejun Heo1-0/+1
2015-09-19cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo1-2/+1
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo1-2/+2
2015-09-10memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov1-36/+12
2015-09-10memcg: add page_cgroup_ino helperVladimir Davydov1-0/+28
2015-09-09memcg: move memcg_proto_active from sock.hMichal Hocko1-1/+1
2015-09-09memcg, tcp_kmem: check for cg_proto in sock_update_memcgMichal Hocko1-2/+1
2015-09-09memcg: restructure mem_cgroup_can_attach()Tejun Heo1-29/+32