aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner1-41/+17
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov1-1/+0
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov1-14/+0
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-10/+2
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-34/+15
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner1-39/+14
2014-06-04memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov1-1/+1
2014-06-04memcg: get rid of memcg_create_cache_nameVladimir Davydov1-2/+0
2014-06-04memcg, slab: simplify synchronization schemeVladimir Davydov1-10/+0
2014-06-04memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov1-2/+2
2014-06-04memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov1-1/+0
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov1-1/+1
2014-06-04sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov1-11/+4
2014-04-07memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov1-5/+1
2014-04-07memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov1-6/+0
2014-04-07memcg, slab: cleanup memcg cache creationVladimir Davydov1-0/+9
2014-04-07memcg: rename high level charging functionsMichal Hocko1-4/+4
2014-04-07memcg: get_mem_cgroup_from_mm()Johannes Weiner1-6/+0
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-1/+1
2014-01-23memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov1-5/+4
2014-01-23memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov1-5/+9
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner1-39/+11
2013-09-24revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton1-3/+7
2013-09-24revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton1-4/+2
2013-09-24revert "memcg: enhance memcg iterator to support predicates"Andrew Morton1-43/+6
2013-09-12memcg: add per cgroup writeback pages accountingSha Zhengju1-0/+1
2013-09-12memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju1-8/+19
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner1-0/+21
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner1-0/+44
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko1-6/+43
2013-09-12vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko1-2/+4
2013-09-12memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko1-7/+3
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-1/+1
2013-07-03mm, memcg: don't take task_lock in task_in_mem_cgroupDavid Rientjes1-4/+5
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner1-7/+0
2013-02-05memcg: fix typo in kmemcg cache walk macroGlauber Costa1-1/+1
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa1-0/+6
2012-12-18slab: propagate tunable valuesGlauber Costa1-3/+5
2012-12-18memcg: aggregate memcg cache values in slabinfoGlauber Costa1-0/+8
2012-12-18memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa1-0/+5
2012-12-18memcg: destroy memcg cachesGlauber Costa1-0/+2
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa1-0/+5
2012-12-18memcg: infrastructure to match an allocation to the right cacheGlauber Costa1-0/+41
2012-12-18memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa1-0/+2
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa1-0/+26
2012-12-18memcg: use static branches when code not in useGlauber Costa1-1/+3
2012-12-18memcg: kmem controller infrastructureGlauber Costa1-0/+110
2012-12-12mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes1-1/+8
2012-10-11memcg, kmem: fix build error when CONFIG_INET is disabledDavid Rientjes1-2/+2
2012-10-09mm: memcg: clean up mm_match_cgroup() signatureJohannes Weiner1-7/+7