summaryrefslogtreecommitdiff
path: root/include/linux/memcontrol.h
AgeCommit message (Expand)Author
2014-01-23memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov
2014-01-23memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2013-09-24revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton
2013-09-24revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton
2013-09-24revert "memcg: enhance memcg iterator to support predicates"Andrew Morton
2013-09-12memcg: add per cgroup writeback pages accountingSha Zhengju
2013-09-12memcg: remove MEMCG_NR_FILE_MAPPEDSha Zhengju
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko
2013-09-12vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko
2013-09-12memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo
2013-07-03mm, memcg: don't take task_lock in task_in_mem_cgroupDavid Rientjes
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner
2013-02-05memcg: fix typo in kmemcg cache walk macroGlauber Costa
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa
2012-12-18slab: propagate tunable valuesGlauber Costa
2012-12-18memcg: aggregate memcg cache values in slabinfoGlauber Costa
2012-12-18memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa
2012-12-18memcg: destroy memcg cachesGlauber Costa
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa
2012-12-18memcg: infrastructure to match an allocation to the right cacheGlauber Costa
2012-12-18memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa
2012-12-18memcg: use static branches when code not in useGlauber Costa
2012-12-18memcg: kmem controller infrastructureGlauber Costa
2012-12-12mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes
2012-10-11memcg, kmem: fix build error when CONFIG_INET is disabledDavid Rientjes
2012-10-09mm: memcg: clean up mm_match_cgroup() signatureJohannes Weiner
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes
2012-07-31mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hDavid Rientjes
2012-07-31memcg: rename config variablesAndrew Morton
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins
2012-05-29mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins
2012-05-29mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov
2012-05-29mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov
2012-05-29mm/memcg: kill mem_cgroup_lru_del()Konstantin Khlebnikov
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins
2012-05-29mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner
2012-03-21memcg: fix performance of mem_cgroup_begin_update_page_stat()KAMEZAWA Hiroyuki
2012-03-21memcg: use new logic for page stat accountingKAMEZAWA Hiroyuki
2012-03-21memcg: kill dead prev_priority stubsKonstantin Khlebnikov
2012-03-21memcg: replace MEM_CONT by MEM_RES_CTLRHugh Dickins
2012-03-21mm, memcg: pass charge order to oom killerDavid Rientjes
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki