Age | Commit message (Expand) | Author | Files | Lines |
2013-03-08 | memcg: initialize kmem-cache destroying work earlier | Konstantin Khlebnikov | 1 | -2/+6 |
2013-02-23 | memcg: stop warning on memcg_propagate_kmem | Hugh Dickins | 1 | -2/+2 |
2013-02-23 | memcg: cleanup mem_cgroup_init comment | Michal Hocko | 1 | -4/+6 |
2013-02-23 | memcg: move memcg_stock initialization to mem_cgroup_init | Michal Hocko | 1 | -8/+12 |
2013-02-23 | memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_init | Michal Hocko | 1 | -16/+3 |
2013-02-23 | mm: refactor inactive_file_is_low() to use get_lru_size() | Johannes Weiner | 1 | -11/+0 |
2013-02-23 | memcg: avoid dangling reference count in creation failure. | Glauber Costa | 1 | -0/+2 |
2013-02-23 | memcg: increment static branch right after limit set | Glauber Costa | 1 | -24/+7 |
2013-02-23 | memcg: replace cgroup_lock with memcg specific memcg_lock | Glauber Costa | 1 | -18/+21 |
2013-02-23 | memcg: fast hierarchy-aware child test | Glauber Costa | 1 | -7/+31 |
2013-02-23 | memcg: split part of memcg creation to css_online | Glauber Costa | 1 | -22/+40 |
2013-02-23 | memcg: prevent changes to move_charge_at_immigrate during task attach | Glauber Costa | 1 | -13/+19 |
2013-02-23 | memcg: reduce the size of struct memcg 244-fold. | Glauber Costa | 1 | -15/+26 |
2013-02-23 | memcg: clean up swap accounting initialization code | Michal Hocko | 1 | -18/+12 |
2013-02-23 | memcg: do not create memsw files if swap accounting is disabled | Michal Hocko | 1 | -40/+54 |
2013-02-23 | swap: make each swap partition have one address_space | Shaohua Li | 1 | -2/+2 |
2013-02-23 | mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo() | Andrew Morton | 1 | -8/+7 |
2013-02-23 | memcg, oom: provide more precise dump info while memcg oom happening | Sha Zhengju | 1 | -10/+37 |
2013-02-12 | memcg: fix kmemcg registration for late caches | Glauber Costa | 1 | -1/+3 |
2012-12-20 | memcg: don't register hotcpu notifier from ->css_alloc() | Tejun Heo | 1 | -1/+13 |
2012-12-18 | slab: propagate tunable values | Glauber Costa | 1 | -4/+6 |
2012-12-18 | memcg: aggregate memcg cache values in slabinfo | Glauber Costa | 1 | -1/+29 |
2012-12-18 | memcg/sl[au]b: shrink dead caches | Glauber Costa | 1 | -3/+43 |
2012-12-18 | memcg/sl[au]b: track all the memcg children of a kmem_cache | Glauber Costa | 1 | -2/+47 |
2012-12-18 | memcg: destroy memcg caches | Glauber Costa | 1 | -0/+63 |
2012-12-18 | sl[au]b: allocate objects from memcg cache | Glauber Costa | 1 | -0/+3 |
2012-12-18 | memcg: skip memcg kmem allocations in specified code regions | Glauber Costa | 1 | -3/+54 |
2012-12-18 | memcg: infrastructure to match an allocation to the right cache | Glauber Costa | 1 | -0/+217 |
2012-12-18 | memcg: allocate memory for memcg caches whenever a new memcg appears | Glauber Costa | 1 | -16/+191 |
2012-12-18 | slab/slub: consider a memcg parameter in kmem_create_cache | Glauber Costa | 1 | -0/+51 |
2012-12-18 | memcg: execute the whole memcg freeing in free_worker() | Glauber Costa | 1 | -32/+34 |
2012-12-18 | memcg: allow a memcg with kmem charges to be destructed | Glauber Costa | 1 | -1/+14 |
2012-12-18 | memcg: use static branches when code not in use | Glauber Costa | 1 | -4/+75 |
2012-12-18 | memcg: kmem accounting lifecycle management | Glauber Costa | 1 | -7/+50 |
2012-12-18 | memcg: kmem controller infrastructure | Glauber Costa | 1 | -0/+170 |
2012-12-18 | memcg: kmem accounting basic infrastructure | Glauber Costa | 1 | -3/+123 |
2012-12-18 | memcg: change defines to an enum | Glauber Costa | 1 | -10/+16 |
2012-12-18 | memcg: reclaim when more than one page needed | Suleiman Souhlal | 1 | -7/+9 |
2012-12-18 | memcg: make it possible to use the stock for more than one page | Suleiman Souhlal | 1 | -10/+18 |
2012-12-16 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+5 |
2012-12-12 | memcg: do not check for mm in __mem_cgroup_count_vm_event | Michal Hocko | 1 | -3/+0 |
2012-12-12 | mm, memcg: avoid unnecessary function call when memcg is disabled | David Rientjes | 1 | -2/+4 |
2012-12-12 | memcontrol: use N_MEMORY instead N_HIGH_MEMORY | Lai Jiangshan | 1 | -9/+9 |
2012-12-12 | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -95/+96 |
2012-12-11 | mm, memcg: make mem_cgroup_out_of_memory() static | David Rientjes | 1 | -2/+2 |
2012-12-11 | mm: numa: Add THP migration for the NUMA working set scanning fault case. | Mel Gorman | 1 | -2/+5 |
2012-11-19 | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli... | Tejun Heo | 1 | -6/+6 |
2012-11-16 | memcg: fix hotplugged memory zone oops | Hugh Dickins | 1 | -11/+35 |
2012-11-16 | memcg: oom: fix totalpages calculation for memory.swappiness==0 | Michal Hocko | 1 | -6/+15 |
2012-11-05 | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 | Tejun Heo | 1 | -90/+91 |