summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memcg: fix refcount error while moving and swappingHugh Dickins2020-07-311-2/+2
* memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu2020-04-021-2/+8
* mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin2019-11-251-1/+1
* mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen2019-08-251-11/+30
* mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia2018-07-251-1/+1
* hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2018-01-311-1/+1
* mm: memcontrol: avoid unused function warningArnd Bergmann2017-03-181-18/+18
* mm, memcg: do not retry precharge chargesDavid Rientjes2017-02-011-2/+2
* mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2016-11-101-0/+9
* mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov2016-08-161-6/+18
* mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov2016-08-161-4/+33
* mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner2016-08-161-18/+73
* memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_...Tejun Heo2016-06-241-0/+3
* memcg: relocate charge moving from ->attach to ->post_attachTejun Heo2016-05-041-18/+19
* mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner2016-04-121-4/+34
* mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner2016-04-121-0/+6
* memcg: only free spare array when readers are doneMartijn Coenen2016-02-251-5/+6
* mm: memcontrol: fix possible memcg leak due to interrupted reclaimVladimir Davydov2015-12-291-14/+46
* mm: fix kerneldoc on mem_cgroup_replace_pageHugh Dickins2015-12-121-1/+1
* memcg: fix memory.high targetVladimir Davydov2015-12-121-1/+1
* cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-22/+23
* mm/memcontrol.c: uninline mem_cgroup_usageAndrew Morton2015-11-061-1/+1
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-051-179/+116
|\
| * memcg: fix thresholds for 32b architectures.Michal Hocko2015-11-051-6/+5
| * mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner2015-11-051-6/+5
| * mm: memcontrol: eliminate root memory.currentJohannes Weiner2015-11-051-1/+4
| * mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins2015-11-051-21/+8
| * memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov2015-11-051-18/+0
| * memcg: unify slab and other kmem pages chargingVladimir Davydov2015-11-051-38/+33
| * memcg: simplify charging kmem pagesVladimir Davydov2015-11-051-35/+4
| * mm/memcontrol.c: fix order calculation in try_charge()Jerome Marchand2015-11-051-1/+2
| * memcg: ratify and consolidate over-charge handlingTejun Heo2015-11-051-49/+20
| * memcg: punt high overage reclaim to return-to-userland pathTejun Heo2015-11-051-8/+39
| * memcg: flatten task_struct->memcg_oomTejun Heo2015-11-051-8/+8
* | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-051-7/+20
|\ \ | |/ |/|
| * cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo2015-10-151-1/+1
| * cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo2015-09-221-2/+15
| * memcg: generate file modified notifications on "memory.events"Tejun Heo2015-09-211-0/+1
| * cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo2015-09-181-2/+1
| * cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-181-2/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-10-241-18/+17
|\ \
| * | writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo2015-10-121-18/+17
* | | memcg: convert threshold to bytesShaohua Li2015-10-161-0/+1
|/ /
* | memcg: remove pcp_counter_lockGreg Thelen2015-10-011-1/+0
* | memcg: make mem_cgroup_read_stat() unsignedGreg Thelen2015-10-011-12/+18
|/
* memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov2015-09-101-36/+12
* memcg: add page_cgroup_ino helperVladimir Davydov2015-09-101-0/+28
* memcg: move memcg_proto_active from sock.hMichal Hocko2015-09-081-1/+1