aboutsummaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2013-07-09memcg: don't need to free memcg via RCU or workqueueLi Zefan
2013-07-09memcg: kill memcg refcntLi Zefan
2013-07-09memcg: don't need to get a reference to the parentLi Zefan
2013-07-09memcg: use css_get/put for swap memcgLi Zefan
2013-07-09memcg: use css_get/put when charging/uncharging kmemLi Zefan
2013-07-09memcg: don't use mem_cgroup_get() when creating a kmemcg cacheLi Zefan
2013-07-09memcg: use css_get() in sock_update_memcg()Li Zefan
2013-07-09memcg, kmem: fix reference count handling on the error pathMichal Hocko
2013-07-09Revert "memcg: avoid dangling reference count in creation failure"Michal Hocko
2013-07-09memcg: do not account memory used for cache creationGlauber Costa
2013-07-09memcg: also test for skip accounting at the page allocation levelGlauber Costa
2013-07-09memcg: clean up memcg->nodeinfoJohannes Weiner
2013-07-03mm: memcontrol: factor out reclaim iterator loading and updatingJohannes Weiner
2013-07-03mm, memcg: don't take task_lock in task_in_mem_cgroupDavid Rientjes
2013-06-12mm: memcontrol: fix lockless reclaim hierarchy iteratorJohannes Weiner
2013-06-12memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin
2013-05-24mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner
2013-05-07mm, memcg: add rss_huge stat to memory.statDavid Rientjes
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-04-29memcg: take reference before releasing rcu_read_lockLi Zefan
2013-04-29mm, memcg: give exiting processes access to memory reservesDavid Rientjes
2013-04-29memcg: avoid accessing memcg after releasing referenceLi Zefan
2013-04-29memcg: add memory.pressure_level eventsAnton Vorontsov
2013-04-29mm/memcontrol.c: remove unnecessary ;Michel Lespinasse
2013-04-29memcg: do not check for do_swap_account in mem_cgroup_{read,write,reset}Michal Hocko
2013-04-29memcg: further simplify mem_cgroup_iterMichal Hocko
2013-04-29memcg: simplify mem_cgroup_iterMichal Hocko
2013-04-29memcg: relax memcg iter cachingMichal Hocko
2013-04-29memcg: rework mem_cgroup_iter to use cgroup iteratorsMichal Hocko
2013-04-29memcg: keep prev's css alive for the whole mem_cgroup_iterMichal Hocko
2013-04-15memcg: force use_hierarchy if sane_behaviorTejun Heo
2013-04-07memcg: fix memcg_cache_name() to use cgroup_name()Michal Hocko
2013-03-08memcg: initialize kmem-cache destroying work earlierKonstantin Khlebnikov
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