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
* cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-201-0/+4
* mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin2019-11-251-1/+1
* memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko2019-10-051-0/+10
* mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen2019-08-251-10/+29
* memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai2018-09-051-4/+11
* 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/cgroup: avoid panic when init with low memoryLaurent Dufour2017-10-081-2/+5
* mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov2017-04-211-1/+14
* mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan2017-03-151-3/+8
* mm, memcg: do not retry precharge chargesDavid Rientjes2017-02-011-2/+2
* mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-191-10/+8
* mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2016-10-271-0/+9
* mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-071-10/+13
* mm, swap: use offset of swap entry as key of swap cacheHuang Ying2016-10-071-2/+3
* mm/memcontrol.c: make the walk_page_range() limit obviousJames Morse2016-10-071-2/+4
* mm: memcontrol: add sanity checks for memcg->id.ref on get/putVladimir Davydov2016-10-071-1/+5
* mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov2016-10-071-72/+42
* mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accountingJohannes Weiner2016-09-191-9/+22
* mm: memcontrol: avoid unused function warningArnd Bergmann2016-08-261-18/+18
* mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov2016-08-111-6/+18
* mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov2016-08-111-6/+38
* mm: memcontrol: only mark charged pages with PageKmemcgVladimir Davydov2016-08-091-2/+12
* memcg: put soft limit reclaim out of way if the excess tree is emptyMichal Hocko2016-08-021-0/+9
* mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski2016-07-281-1/+1
* mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman2016-07-281-4/+1
* mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman2016-07-281-107/+83
* mm, vmscan: make shrink_node decisions more node-centricMel Gorman2016-07-281-2/+2
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-8/+9
* mm, vmscan: move lru_lock to the nodeMel Gorman2016-07-281-3/+3
* mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner2016-07-281-42/+0
* mm, oom: fortify task_will_free_mem()Michal Hocko2016-07-281-2/+2
* mm: memcontrol: fix documentation for compound parameterLi RongQing2016-07-261-1/+4
* mm: memcontrol: remove BUG_ON in uncharge_listLi RongQing2016-07-261-1/+0
* mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa2016-07-261-1/+1
* mm: memcontrol: teach uncharge_list to deal with kmem pagesVladimir Davydov2016-07-261-18/+24
* mm: memcontrol: cleanup kmem charge functionsVladimir Davydov2016-07-261-20/+55
* mm: oom: add memcg to oom_controlVladimir Davydov2016-07-261-2/+3
* mm/memcontrol.c: remove the useless parameter for mc_handle_swap_pteLi RongQing2016-07-261-3/+3
* mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner2016-07-231-7/+75
* memcg: css_alloc should return an ERR_PTR value on errorTejun Heo2016-06-241-1/+1
* memcg: mem_cgroup_migrate() may be called with irq disabledTejun Heo2016-06-241-2/+3
* revert "mm: memcontrol: fix possible css ref leak on oom"Andrew Morton2016-06-091-1/+1
* memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_...Tejun Heo2016-06-031-0/+3
* mm/memcontrol.c: move comments for get_mctgt_type() to proper positionLi RongQing2016-05-271-18/+19
* mm/memcontrol.c: fix the margin computation in mem_cgroup_margin()Li RongQing2016-05-271-0/+2
* memcg: fix mem_cgroup_out_of_memory() return value.Tetsuo Handa2016-05-261-0/+2
* mm: memcontrol: fix possible css ref leak on oomVladimir Davydov2016-05-231-1/+1