summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-09-05memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai1-4/+11
2018-07-25mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-01-31hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko2-1/+8
2017-10-08mm/cgroup: avoid panic when init with low memoryLaurent Dufour1-2/+5
2017-04-21mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov1-1/+14
2017-03-15mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan1-3/+8
2017-02-01mm, memcg: do not retry precharge chargesDavid Rientjes1-2/+2
2017-01-19mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko4-24/+49
2016-10-28mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2-0/+11
2016-10-08mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner5-20/+20
2016-10-08mm, swap: use offset of swap entry as key of swap cacheHuang Ying5-14/+16
2016-10-08mm/memcontrol.c: make the walk_page_range() limit obviousJames Morse1-2/+4
2016-10-08mm: memcontrol: add sanity checks for memcg->id.ref on get/putVladimir Davydov1-1/+5
2016-10-08mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov4-205/+167
2016-09-19mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accountingJohannes Weiner1-9/+22
2016-08-27mm: memcontrol: avoid unused function warningArnd Bergmann1-18/+18
2016-08-11mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov1-6/+18
2016-08-11mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov1-6/+38
2016-08-09mm: memcontrol: only mark charged pages with PageKmemcgVladimir Davydov3-14/+18
2016-08-02memcg: put soft limit reclaim out of way if the excess tree is emptyMichal Hocko1-0/+9
2016-07-28mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski3-13/+10
2016-07-28mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman4-15/+37
2016-07-28mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman5-144/+111
2016-07-28mm, vmscan: make shrink_node decisions more node-centricMel Gorman7-44/+54
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman29-300/+386
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman14-69/+75
2016-07-28mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner4-47/+58
2016-07-28mm, oom: fortify task_will_free_mem()Michal Hocko3-78/+85
2016-07-26mm: memcontrol: fix documentation for compound parameterLi RongQing1-1/+4
2016-07-26mm: memcontrol: remove BUG_ON in uncharge_listLi RongQing1-1/+0
2016-07-26mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa3-4/+4
2016-07-26mm: memcontrol: teach uncharge_list to deal with kmem pagesVladimir Davydov1-18/+24
2016-07-26mm: memcontrol: cleanup kmem charge functionsVladimir Davydov4-123/+80
2016-07-26mm: oom: add memcg to oom_controlVladimir Davydov5-22/+25
2016-07-26mm/memcontrol.c: remove the useless parameter for mc_handle_swap_pteLi RongQing1-3/+3
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner3-24/+87
2016-06-25memcg: css_alloc should return an ERR_PTR value on errorTejun Heo1-1/+1
2016-06-25memcg: mem_cgroup_migrate() may be called with irq disabledTejun Heo1-2/+3
2016-06-09revert "mm: memcontrol: fix possible css ref leak on oom"Andrew Morton1-1/+1
2016-06-03memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_...Tejun Heo1-0/+3
2016-05-27mm/memcontrol.c: move comments for get_mctgt_type() to proper positionLi RongQing1-18/+19
2016-05-27mm/memcontrol.c: fix the margin computation in mem_cgroup_margin()Li RongQing1-0/+2
2016-05-26memcg: fix mem_cgroup_out_of_memory() return value.Tetsuo Handa1-0/+2
2016-05-24mm: memcontrol: fix possible css ref leak on oomVladimir Davydov1-1/+1
2016-05-21memcg: fix stale mem_cgroup_force_empty() commentGreg Thelen1-2/+1
2016-05-20oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko3-18/+77
2016-05-20mm: update_lru_size do the __mod_zone_page_stateHugh Dickins4-25/+30
2016-05-20mm: update_lru_size warn and reset bad lru_sizeHugh Dickins2-5/+21
2016-05-20mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify commentMichal Hocko1-4/+3
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton11-59/+54
[next]