summaryrefslogtreecommitdiff
path: root/include/linux/memcontrol.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-13list_lru: introduce per-memcg listsVladimir Davydov1-0/+14
2015-02-13memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov1-2/+10
2015-02-13memcg: rename some cache id related variablesVladimir Davydov1-2/+2
2015-02-13vmscan: per memory cgroup slab shrinkersVladimir Davydov1-0/+7
2015-02-12mm: memcontrol: default hierarchy interface for memoryJohannes Weiner1-0/+32
2015-02-12vmscan: force scan offline memory cgroupsVladimir Davydov1-0/+6
2015-02-12mm: memcontrol: track move_lock state internallyJohannes Weiner1-8/+4
2015-02-11memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov1-2/+0
2015-02-11memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov1-2/+3
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov1-2/+12
2014-12-13mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()Zhang Zhen1-2/+2
2014-12-11mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner1-17/+0
2014-12-11mm: embed the memcg pointer directly into struct pageJohannes Weiner1-5/+1
2014-12-11mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko1-3/+3
2014-12-11mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner1-7/+6
2014-12-11mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()Johannes Weiner1-2/+3
2014-12-11mm: memcontrol: lockless page countersJohannes Weiner1-3/+2
2014-10-30mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner1-41/+17
2014-10-10memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov1-1/+0
2014-10-10memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov1-14/+0
2014-08-09mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-10/+2
2014-08-09mm: memcontrol: rewrite uncharge APIJohannes Weiner1-34/+15
2014-08-09mm: memcontrol: rewrite charge APIJohannes Weiner1-39/+14
2014-06-05memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov1-1/+1
2014-06-05memcg: get rid of memcg_create_cache_nameVladimir Davydov1-2/+0
2014-06-05memcg, slab: simplify synchronization schemeVladimir Davydov1-10/+0
2014-06-05memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov1-2/+2
2014-06-05memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov1-1/+0
2014-06-05mm: get rid of __GFP_KMEMCGVladimir Davydov1-1/+1
2014-06-05sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov1-11/+4
2014-04-08memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov1-5/+1
2014-04-08memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov1-6/+0
2014-04-08memcg, slab: cleanup memcg cache creationVladimir Davydov1-0/+9
2014-04-08memcg: rename high level charging functionsMichal Hocko1-4/+4
2014-04-08memcg: get_mem_cgroup_from_mm()Johannes Weiner1-6/+0
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-1/+1
2014-01-24memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov1-5/+4
2014-01-24memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov1-5/+9
2013-10-17mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner1-39/+11
2013-09-25revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton1-3/+7
2013-09-25revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton1-4/+2
2013-09-25revert "memcg: enhance memcg iterator to support predicates"Andrew Morton1-43/+6
2013-09-13memcg: add per cgroup writeback pages accountingSha Zhengju1-0/+1
2013-09-13memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju1-8/+19
2013-09-13mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner1-0/+21
2013-09-13mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner1-0/+44
2013-09-13memcg: enhance memcg iterator to support predicatesMichal Hocko1-6/+43
2013-09-13vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko1-2/+4
2013-09-13memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko1-7/+3
2013-08-09cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-1/+1