aboutsummaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2013-02-23memcg: stop warning on memcg_propagate_kmemHugh Dickins
2013-02-23memcg: cleanup mem_cgroup_init commentMichal Hocko
2013-02-23memcg: move memcg_stock initialization to mem_cgroup_initMichal Hocko
2013-02-23memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_initMichal Hocko
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner
2013-02-23memcg: avoid dangling reference count in creation failure.Glauber Costa
2013-02-23memcg: increment static branch right after limit setGlauber Costa
2013-02-23memcg: replace cgroup_lock with memcg specific memcg_lockGlauber Costa
2013-02-23memcg: fast hierarchy-aware child testGlauber Costa
2013-02-23memcg: split part of memcg creation to css_onlineGlauber Costa
2013-02-23memcg: prevent changes to move_charge_at_immigrate during task attachGlauber Costa
2013-02-23memcg: reduce the size of struct memcg 244-fold.Glauber Costa
2013-02-23memcg: clean up swap accounting initialization codeMichal Hocko
2013-02-23memcg: do not create memsw files if swap accounting is disabledMichal Hocko
2013-02-23swap: make each swap partition have one address_spaceShaohua Li
2013-02-23mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton
2013-02-23memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju
2013-02-12memcg: fix kmemcg registration for late cachesGlauber Costa
2012-12-20memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo
2012-12-18slab: propagate tunable valuesGlauber Costa
2012-12-18memcg: aggregate memcg cache values in slabinfoGlauber Costa
2012-12-18memcg/sl[au]b: shrink dead cachesGlauber 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: allocate objects from memcg cacheGlauber Costa
2012-12-18memcg: skip memcg kmem allocations in specified code regionsGlauber 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: execute the whole memcg freeing in free_worker()Glauber Costa
2012-12-18memcg: allow a memcg with kmem charges to be destructedGlauber Costa
2012-12-18memcg: use static branches when code not in useGlauber Costa
2012-12-18memcg: kmem accounting lifecycle managementGlauber Costa
2012-12-18memcg: kmem controller infrastructureGlauber Costa
2012-12-18memcg: kmem accounting basic infrastructureGlauber Costa
2012-12-18memcg: change defines to an enumGlauber Costa
2012-12-18memcg: reclaim when more than one page neededSuleiman Souhlal
2012-12-18memcg: make it possible to use the stock for more than one pageSuleiman Souhlal
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12memcg: do not check for mm in __mem_cgroup_count_vm_eventMichal Hocko
2012-12-12mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes
2012-12-12memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-11mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins
2012-11-16memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo