summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* 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-251-1/+1
* memcg: mem_cgroup_migrate() may be called with irq disabledTejun Heo2016-06-251-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-041-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-271-0/+2
* mm: memcontrol: fix possible css ref leak on oomVladimir Davydov2016-05-241-1/+1
* memcg: fix stale mem_cgroup_force_empty() commentGreg Thelen2016-05-211-2/+1Star
* oom, oom_reaper: try to reap tasks which skip regular OOM killer pathMichal Hocko2016-05-201-0/+1
* mm: update_lru_size do the __mod_zone_page_stateHugh Dickins2016-05-201-0/+2
* mm: update_lru_size warn and reset bad lru_sizeHugh Dickins2016-05-201-4/+20
* mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify commentMichal Hocko2016-05-201-4/+3Star
* include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-201-3/+1Star
* memcg: relocate charge moving from ->attach to ->post_attachTejun Heo2016-04-251-18/+19
* mm: memcontrol: zap oom_info_lockVladimir Davydov2016-03-171-4/+0Star
* mm: memcontrol: clarify the uncharge_list() loopJohannes Weiner2016-03-171-0/+4
* mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner2016-03-171-4/+34
* mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner2016-03-171-0/+6
* mm: memcontrol: cleanup css_reset callbackVladimir Davydov2016-03-171-3/+5
* mm: workingset: make shadow node shrinker memcg awareVladimir Davydov2016-03-171-3/+2Star
* mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov2016-03-171-1/+1
* mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchyVladimir Davydov2016-03-171-36/+5Star
* mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov2016-03-171-0/+2
* mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov2016-03-171-0/+8
* mm: memcontrol: make tree_{stat,events} fetch all statsVladimir Davydov2016-03-171-28/+39
* mm: memcontrol: do not bypass slab charge if memcg is offlineVladimir Davydov2016-03-171-5/+3Star
* mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate()Johannes Weiner2016-03-161-2/+1Star
* mm: simplify lock_page_memcg()Johannes Weiner2016-03-161-14/+9Star
* mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-161-6/+7
* mm: workingset: per-cgroup cache thrash detectionJohannes Weiner2016-03-161-25/+0Star
* mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2016-03-161-20/+14Star
* thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-221-2/+4
* mm: memcontrol: add "sock" to cgroup2 memory.statJohannes Weiner2016-01-211-0/+6
* mm: memcontrol: basic memory statistics in cgroup2 memory controllerJohannes Weiner2016-01-211-0/+68
* mm: memcontrol: do not uncharge old page in page cache replacementJohannes Weiner2016-01-211-11/+15
* mm: free swap cache aggressively if memcg swap is fullVladimir Davydov2016-01-211-0/+22
* mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov2016-01-211-0/+13
* mm: memcontrol: charge swap to cgroup2Vladimir Davydov2016-01-211-7/+111
* mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner2016-01-211-173/+84Star
* mm: memcontrol: flatten struct cg_protoJohannes Weiner2016-01-211-18/+15Star
* mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner2016-01-211-49/+4Star
* net: drop tcp_memcontrol.cVladimir Davydov2016-01-211-8/+90
* mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner2016-01-211-9/+9
* mm: memcontrol: allow to disable kmem accounting for cgroup2Vladimir Davydov2016-01-211-2/+7
* mm: memcontrol: account "kmem" consumers in cgroup2 memory controllerJohannes Weiner2016-01-211-7/+11
* mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner2016-01-211-28/+41
* mm: memcontrol: separate kmem code from legacy tcp accounting codeJohannes Weiner2016-01-211-21/+12Star
* mm: memcontrol: group kmem init and exit functions togetherJohannes Weiner2016-01-211-81/+76Star