Age | Commit message (Expand) | Author | Files | Lines |
2014-08-09 | mm: memcontrol: use page lists for uncharge batching | Johannes Weiner | 1 | -10/+2 |
2014-08-09 | mm: memcontrol: rewrite uncharge API | Johannes Weiner | 1 | -34/+15 |
2014-08-09 | mm: memcontrol: rewrite charge API | Johannes Weiner | 1 | -39/+14 |
2014-06-05 | memcg: cleanup kmem cache creation/destruction functions naming | Vladimir Davydov | 1 | -1/+1 |
2014-06-05 | memcg: get rid of memcg_create_cache_name | Vladimir Davydov | 1 | -2/+0 |
2014-06-05 | memcg, slab: simplify synchronization scheme | Vladimir Davydov | 1 | -10/+0 |
2014-06-05 | memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab | Vladimir Davydov | 1 | -2/+2 |
2014-06-05 | memcg, slab: do not schedule cache destruction when last page goes away | Vladimir Davydov | 1 | -1/+0 |
2014-06-05 | mm: get rid of __GFP_KMEMCG | Vladimir Davydov | 1 | -1/+1 |
2014-06-05 | sl[au]b: charge slabs to kmemcg explicitly | Vladimir Davydov | 1 | -11/+4 |
2014-04-08 | memcg, slab: do not destroy children caches if parent has aliases | Vladimir Davydov | 1 | -5/+1 |
2014-04-08 | memcg, slab: separate memcg vs root cache creation paths | Vladimir Davydov | 1 | -6/+0 |
2014-04-08 | memcg, slab: cleanup memcg cache creation | Vladimir Davydov | 1 | -0/+9 |
2014-04-08 | memcg: rename high level charging functions | Michal Hocko | 1 | -4/+4 |
2014-04-08 | memcg: get_mem_cgroup_from_mm() | Johannes Weiner | 1 | -6/+0 |
2014-02-08 | cgroup: clean up cgroup_subsys names and initialization | Tejun Heo | 1 | -1/+1 |
2014-01-24 | memcg, slab: clean up memcg cache initialization/destruction | Vladimir Davydov | 1 | -5/+4 |
2014-01-24 | memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path | Vladimir Davydov | 1 | -5/+9 |
2013-10-17 | mm: memcg: handle non-error OOM situations more gracefully | Johannes Weiner | 1 | -39/+11 |
2013-09-25 | revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code" | Andrew Morton | 1 | -3/+7 |
2013-09-25 | revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim" | Andrew Morton | 1 | -4/+2 |
2013-09-25 | revert "memcg: enhance memcg iterator to support predicates" | Andrew Morton | 1 | -43/+6 |
2013-09-13 | memcg: add per cgroup writeback pages accounting | Sha Zhengju | 1 | -0/+1 |
2013-09-13 | memcg: remove MEMCG_NR_FILE_MAPPED | Sha Zhengju | 1 | -8/+19 |
2013-09-13 | mm: memcg: do not trap chargers with full callstack on OOM | Johannes Weiner | 1 | -0/+21 |
2013-09-13 | mm: memcg: enable memcg OOM killer only for user faults | Johannes Weiner | 1 | -0/+44 |
2013-09-13 | memcg: enhance memcg iterator to support predicates | Michal Hocko | 1 | -6/+43 |
2013-09-13 | vmscan, memcg: do softlimit reclaim also for targeted reclaim | Michal Hocko | 1 | -2/+4 |
2013-09-13 | memcg, vmscan: integrate soft reclaim tighter with zone shrinking code | Michal Hocko | 1 | -7/+3 |
2013-08-09 | cgroup: pass around cgroup_subsys_state instead of cgroup in file methods | Tejun Heo | 1 | -1/+1 |
2013-07-04 | mm, memcg: don't take task_lock in task_in_mem_cgroup | David Rientjes | 1 | -4/+5 |
2013-02-24 | mm: refactor inactive_file_is_low() to use get_lru_size() | Johannes Weiner | 1 | -7/+0 |
2013-02-05 | memcg: fix typo in kmemcg cache walk macro | Glauber Costa | 1 | -1/+1 |
2012-12-19 | memcg: add comments clarifying aspects of cache attribute propagation | Glauber Costa | 1 | -0/+6 |
2012-12-19 | slab: propagate tunable values | Glauber Costa | 1 | -3/+5 |
2012-12-19 | memcg: aggregate memcg cache values in slabinfo | Glauber Costa | 1 | -0/+8 |
2012-12-19 | memcg/sl[au]b: track all the memcg children of a kmem_cache | Glauber Costa | 1 | -0/+5 |
2012-12-19 | memcg: destroy memcg caches | Glauber Costa | 1 | -0/+2 |
2012-12-19 | sl[au]b: always get the cache from its page in kmem_cache_free() | Glauber Costa | 1 | -0/+5 |
2012-12-19 | memcg: infrastructure to match an allocation to the right cache | Glauber Costa | 1 | -0/+41 |
2012-12-19 | memcg: allocate memory for memcg caches whenever a new memcg appears | Glauber Costa | 1 | -0/+2 |
2012-12-19 | slab/slub: consider a memcg parameter in kmem_create_cache | Glauber Costa | 1 | -0/+26 |
2012-12-19 | memcg: use static branches when code not in use | Glauber Costa | 1 | -1/+3 |
2012-12-19 | memcg: kmem controller infrastructure | Glauber Costa | 1 | -0/+110 |
2012-12-13 | mm, memcg: avoid unnecessary function call when memcg is disabled | David Rientjes | 1 | -1/+8 |
2012-10-11 | memcg, kmem: fix build error when CONFIG_INET is disabled | David Rientjes | 1 | -2/+2 |
2012-10-09 | mm: memcg: clean up mm_match_cgroup() signature | Johannes Weiner | 1 | -7/+7 |
2012-08-01 | mm: memcg: fix compaction/migration failing due to memcg limits | Johannes Weiner | 1 | -6/+5 |
2012-08-01 | mm, memcg: move all oom handling to memcontrol.c | David Rientjes | 1 | -2/+0 |
2012-08-01 | mm, memcg: introduce own oom handler to iterate only over its own threads | David Rientjes | 1 | -7/+2 |