aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-90/+98
2014-06-06mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner1-20/+14
2014-06-06mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan1-50/+39
2014-06-06vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko1-1/+1
2014-06-04mm, memcg: periodically schedule when emptying page listHugh Dickins1-1/+1
2014-06-04memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov1-32/+28
2014-06-04memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocatedVladimir Davydov1-7/+2
2014-06-04memcg: get rid of memcg_create_cache_nameVladimir Davydov1-24/+9
2014-06-04memcg: correct comments for __mem_cgroup_begin_update_page_statQiang Huang1-5/+4
2014-06-04memcg: fold mem_cgroup_stolenQiang Huang1-18/+7
2014-06-04mm/memcontrol.c: remove NULL assignment on staticFabian Frederick1-2/+2
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-1/+1
2014-06-04memcg, slab: simplify synchronization schemeVladimir Davydov1-91/+59
2014-06-04memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov1-2/+20
2014-06-04memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov1-61/+2
2014-06-04memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko1-1/+2
2014-06-04memcg: un-export __memcg_kmem_get_cacheVladimir Davydov1-1/+0
2014-06-04mm: memcontrol: remove hierarchy restrictions for swappiness and oom_controlJohannes Weiner1-22/+7
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov1-5/+6
2014-06-04sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov1-2/+2
2014-05-23memcg: fix swapcache charge from kernel thread contextMichal Hocko1-13/+14
2014-05-16memcg: update memcg_has_children() to use css_next_child()Tejun Heo1-10/+21
2014-05-16memcg: remove tasks/children test from mem_cgroup_force_empty()Michal Hocko1-7/+0
2014-05-16cgroup: remove css_parent()Tejun Heo1-7/+7
2014-05-13cgroup: replace cftype->trigger() with cftype->write()Tejun Heo1-16/+18
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo1-21/+25
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo1-22/+24
2014-05-06mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner1-8/+12
2014-05-04cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo1-2/+2
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo1-6/+2
2014-04-07memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov1-7/+6
2014-04-07memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov1-6/+6
2014-04-07memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov1-6/+1
2014-04-07memcg, slab: cleanup memcg cache creationVladimir Davydov1-50/+39
2014-04-07memcg: rename high level charging functionsMichal Hocko1-2/+2
2014-04-07memcg: sanitize __mem_cgroup_try_charge() call protocolJohannes Weiner1-105/+102
2014-04-07memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_chargeMichal Hocko1-44/+6
2014-04-07memcg: get_mem_cgroup_from_mm()Johannes Weiner1-14/+4
2014-04-07memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()Johannes Weiner1-7/+0
2014-04-07mm: memcg: push !mm handling out to page cache charge functionJohannes Weiner1-9/+6
2014-04-07mm: memcg: inline mem_cgroup_charge_common()Johannes Weiner1-24/+16
2014-04-07mm: memcg: remove mem_cgroup_move_account_page_stat()Johannes Weiner1-16/+12
2014-04-07mm: memcg: remove unnecessary preemption disablingJohannes Weiner1-11/+4
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-73/+37
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-2/+2
2014-03-04memcg: reparent charges of children before processing parentFilipe Brandenburger1-1/+9
2014-03-04memcg: fix endless loop in __mem_cgroup_iter_next()Hugh Dickins1-2/+2
2014-02-25memcg: change oom_info_lock to mutexMichal Hocko1-3/+3
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo1-2/+2
2014-02-12cgroup: remove cgroup->nameTejun Heo1-50/+18