summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: don't need to free memcg via RCU or workqueueLi Zefan2013-07-091-46/+5
* memcg: kill memcg refcntLi Zefan2013-07-091-17/+1
* memcg: don't need to get a reference to the parentLi Zefan2013-07-091-16/+3
* memcg: use css_get/put for swap memcgLi Zefan2013-07-091-10/+16
* memcg: use css_get/put when charging/uncharging kmemLi Zefan2013-07-091-26/+54
* memcg: don't use mem_cgroup_get() when creating a kmemcg cacheLi Zefan2013-07-091-5/+5
* memcg: use css_get() in sock_update_memcg()Li Zefan2013-07-091-4/+4
* memcg, kmem: fix reference count handling on the error pathMichal Hocko2013-07-091-8/+0
* Revert "memcg: avoid dangling reference count in creation failure"Michal Hocko2013-07-091-2/+0
* memcg: do not account memory used for cache creationGlauber Costa2013-07-091-0/+2
* memcg: also test for skip accounting at the page allocation levelGlauber Costa2013-07-091-0/+28
* memcg: clean up memcg->nodeinfoJohannes Weiner2013-07-091-15/+5
* mm: memcontrol: factor out reclaim iterator loading and updatingJohannes Weiner2013-07-031-29/+57
* mm, memcg: don't take task_lock in task_in_mem_cgroupDavid Rientjes2013-07-031-5/+6
* mm: memcontrol: fix lockless reclaim hierarchy iteratorJohannes Weiner2013-06-121-7/+5
* memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin2013-06-121-2/+0
* mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner2013-05-241-2/+12
* mm, memcg: add rss_huge stat to memory.statDavid Rientjes2013-05-071-10/+26
* Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-04-291-31/+49
|\
| * memcg: force use_hierarchy if sane_behaviorTejun Heo2013-04-151-0/+17
| * memcg: fix memcg_cache_name() to use cgroup_name()Michal Hocko2013-04-071-31/+32
* | memcg: take reference before releasing rcu_read_lockLi Zefan2013-04-291-30/+33
* | mm, memcg: give exiting processes access to memory reservesDavid Rientjes2013-04-291-4/+4
* | memcg: avoid accessing memcg after releasing referenceLi Zefan2013-04-291-1/+1
* | memcg: add memory.pressure_level eventsAnton Vorontsov2013-04-291-0/+29
* | mm/memcontrol.c: remove unnecessary ;Michel Lespinasse2013-04-291-1/+1
* | memcg: do not check for do_swap_account in mem_cgroup_{read,write,reset}Michal Hocko2013-04-291-9/+0
* | memcg: further simplify mem_cgroup_iterMichal Hocko2013-04-291-33/+46
* | memcg: simplify mem_cgroup_iterMichal Hocko2013-04-291-27/+25
* | memcg: relax memcg iter cachingMichal Hocko2013-04-291-17/+52
* | memcg: rework mem_cgroup_iter to use cgroup iteratorsMichal Hocko2013-04-291-18/+68
* | memcg: keep prev's css alive for the whole mem_cgroup_iterMichal Hocko2013-04-291-6/+7
* | memcg: initialize kmem-cache destroying work earlierKonstantin Khlebnikov2013-03-081-2/+6
|/
* memcg: stop warning on memcg_propagate_kmemHugh Dickins2013-02-231-2/+2
* memcg: cleanup mem_cgroup_init commentMichal Hocko2013-02-231-4/+6
* memcg: move memcg_stock initialization to mem_cgroup_initMichal Hocko2013-02-231-8/+12
* memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_initMichal Hocko2013-02-231-16/+3
* mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner2013-02-231-11/+0
* memcg: avoid dangling reference count in creation failure.Glauber Costa2013-02-231-0/+2
* memcg: increment static branch right after limit setGlauber Costa2013-02-231-24/+7
* memcg: replace cgroup_lock with memcg specific memcg_lockGlauber Costa2013-02-231-18/+21
* memcg: fast hierarchy-aware child testGlauber Costa2013-02-231-7/+31
* memcg: split part of memcg creation to css_onlineGlauber Costa2013-02-231-22/+40
* memcg: prevent changes to move_charge_at_immigrate during task attachGlauber Costa2013-02-231-13/+19
* memcg: reduce the size of struct memcg 244-fold.Glauber Costa2013-02-231-15/+26
* memcg: clean up swap accounting initialization codeMichal Hocko2013-02-231-18/+12
* memcg: do not create memsw files if swap accounting is disabledMichal Hocko2013-02-231-40/+54
* swap: make each swap partition have one address_spaceShaohua Li2013-02-231-2/+2
* mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton2013-02-231-8/+7
* memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2013-02-231-10/+37