summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-22memcg, kmem: fix reference count handling on the error pathMichal Hocko1-8/+0
2013-07-13Revert "memcg: avoid dangling reference count in creation failure"Michal Hocko1-2/+0
2013-06-13mm: memcontrol: fix lockless reclaim hierarchy iteratorJohannes Weiner1-7/+5
2013-06-13memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin1-2/+0
2013-05-25mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner1-2/+12
2013-05-08mm, memcg: add rss_huge stat to memory.statDavid Rientjes1-10/+26
2013-04-30Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-31/+49
2013-04-30memcg: take reference before releasing rcu_read_lockLi Zefan1-30/+33
2013-04-30mm, memcg: give exiting processes access to memory reservesDavid Rientjes1-4/+4
2013-04-30memcg: avoid accessing memcg after releasing referenceLi Zefan1-1/+1
2013-04-30memcg: add memory.pressure_level eventsAnton Vorontsov1-0/+29
2013-04-30mm/memcontrol.c: remove unnecessary ;Michel Lespinasse1-1/+1
2013-04-30memcg: do not check for do_swap_account in mem_cgroup_{read,write,reset}Michal Hocko1-9/+0
2013-04-30memcg: further simplify mem_cgroup_iterMichal Hocko1-33/+46
2013-04-30memcg: simplify mem_cgroup_iterMichal Hocko1-27/+25
2013-04-30memcg: relax memcg iter cachingMichal Hocko1-17/+52
2013-04-30memcg: rework mem_cgroup_iter to use cgroup iteratorsMichal Hocko1-18/+68
2013-04-30memcg: keep prev's css alive for the whole mem_cgroup_iterMichal Hocko1-6/+7
2013-04-16memcg: force use_hierarchy if sane_behaviorTejun Heo1-0/+17
2013-04-07memcg: fix memcg_cache_name() to use cgroup_name()Michal Hocko1-31/+32
2013-03-09memcg: initialize kmem-cache destroying work earlierKonstantin Khlebnikov1-2/+6
2013-02-24memcg: stop warning on memcg_propagate_kmemHugh Dickins1-2/+2
2013-02-24memcg: cleanup mem_cgroup_init commentMichal Hocko1-4/+6
2013-02-24memcg: move memcg_stock initialization to mem_cgroup_initMichal Hocko1-8/+12
2013-02-24memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_initMichal Hocko1-16/+3
2013-02-24mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner1-11/+0
2013-02-24memcg: avoid dangling reference count in creation failure.Glauber Costa1-0/+2
2013-02-24memcg: increment static branch right after limit setGlauber Costa1-24/+7
2013-02-24memcg: replace cgroup_lock with memcg specific memcg_lockGlauber Costa1-18/+21
2013-02-24memcg: fast hierarchy-aware child testGlauber Costa1-7/+31
2013-02-24memcg: split part of memcg creation to css_onlineGlauber Costa1-22/+40
2013-02-24memcg: prevent changes to move_charge_at_immigrate during task attachGlauber Costa1-13/+19
2013-02-24memcg: reduce the size of struct memcg 244-fold.Glauber Costa1-15/+26
2013-02-24memcg: clean up swap accounting initialization codeMichal Hocko1-18/+12
2013-02-24memcg: do not create memsw files if swap accounting is disabledMichal Hocko1-40/+54
2013-02-24swap: make each swap partition have one address_spaceShaohua Li1-2/+2
2013-02-24mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton1-8/+7
2013-02-24memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju1-10/+37
2013-02-13memcg: fix kmemcg registration for late cachesGlauber Costa1-1/+3
2012-12-21memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo1-1/+13
2012-12-19slab: propagate tunable valuesGlauber Costa1-4/+6
2012-12-19memcg: aggregate memcg cache values in slabinfoGlauber Costa1-1/+29
2012-12-19memcg/sl[au]b: shrink dead cachesGlauber Costa1-3/+43
2012-12-19memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa1-2/+47
2012-12-19memcg: destroy memcg cachesGlauber Costa1-0/+63
2012-12-19sl[au]b: allocate objects from memcg cacheGlauber Costa1-0/+3
2012-12-19memcg: skip memcg kmem allocations in specified code regionsGlauber Costa1-3/+54
2012-12-19memcg: infrastructure to match an allocation to the right cacheGlauber Costa1-0/+217
2012-12-19memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa1-16/+191
2012-12-19slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa1-0/+51