aboutsummaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2015-02-11memcg, shmem: fix shmem migration to use lrucareMichal Hocko
2015-02-05memcg: remove extra newlines from memcg oom kill logGreg Thelen
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner
2014-10-09memcg: zap memcg_can_account_kmemVladimir Davydov
2014-10-09mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner
2014-10-09mm: memcontrol: simplify detecting when the memory+swap limit is hitJohannes Weiner
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov
2014-10-09memcg: don't call memcg_update_all_caches if new cache id fitsVladimir Davydov
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov
2014-10-02mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner
2014-09-05mm: memcontrol: revert use of root_mem_cgroup res_counterJohannes Weiner
2014-08-08mm: memcontrol: avoid charge statistics churn during page migrationJohannes Weiner
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner
2014-08-06mm: memcontrol: clean up reclaim size variable use in try_charge()Johannes Weiner
2014-08-06mm: memcontrol: do not acquire page_cgroup lock for kmem pagesJohannes Weiner
2014-08-06mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsedJohannes Weiner
2014-08-06mm: memcontrol: use root_mem_cgroup res_counterJohannes Weiner
2014-08-06mm: memcontrol: catch root bypass in move prechargeJohannes Weiner
2014-08-06mm: memcontrol: simplify move precharge functionJohannes Weiner
2014-08-06mm: memcontrol: remove explicit OOM parameter in charge pathMichal Hocko
2014-08-06mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL chargesJohannes Weiner
2014-08-06mm: memcontrol: reclaim at least once for __GFP_NORETRYJohannes Weiner
2014-08-06mm: memcontrol: rearrange charging fast pathJohannes Weiner
2014-08-06mm: memcontrol: fold mem_cgroup_do_charge()Johannes Weiner
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-07-30memcg: oom_notify use-after-free fixMichal Hocko
2014-07-15cgroup: distinguish the default and legacy hierarchies when handling cftypesTejun Heo
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo
2014-07-09cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo
2014-07-08blkcg, memcg: make blkcg depend on memcg on the default hierarchyTejun Heo
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-06-06mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner
2014-06-06mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan
2014-06-06vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko
2014-06-04mm, memcg: periodically schedule when emptying page listHugh Dickins
2014-06-04memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov
2014-06-04memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocatedVladimir Davydov
2014-06-04memcg: get rid of memcg_create_cache_nameVladimir Davydov
2014-06-04memcg: correct comments for __mem_cgroup_begin_update_page_statQiang Huang
2014-06-04memcg: fold mem_cgroup_stolenQiang Huang
2014-06-04mm/memcontrol.c: remove NULL assignment on staticFabian Frederick
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-06-04memcg, slab: simplify synchronization schemeVladimir Davydov
2014-06-04memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov
2014-06-04memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov
2014-06-04memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko
2014-06-04memcg: un-export __memcg_kmem_get_cacheVladimir Davydov