aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAge
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-09
|\
| * memcg: update memcg_has_children() to use css_next_child()Tejun Heo2014-05-16
| * memcg: remove tasks/children test from mem_cgroup_force_empty()Michal Hocko2014-05-16
| * cgroup: remove css_parent()Tejun Heo2014-05-16
| * cgroup: replace cftype->trigger() with cftype->write()Tejun Heo2014-05-13
| * cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-13
| * cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-13
| * cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo2014-05-04
| * cgroup, memcg: allocate cgroup ID from 1Tejun Heo2014-05-04
* | mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner2014-06-06
* | mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan2014-06-06
* | vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko2014-06-06
* | mm, memcg: periodically schedule when emptying page listHugh Dickins2014-06-04
* | memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov2014-06-04
* | memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocatedVladimir Davydov2014-06-04
* | memcg: get rid of memcg_create_cache_nameVladimir Davydov2014-06-04
* | memcg: correct comments for __mem_cgroup_begin_update_page_statQiang Huang2014-06-04
* | memcg: fold mem_cgroup_stolenQiang Huang2014-06-04
* | mm/memcontrol.c: remove NULL assignment on staticFabian Frederick2014-06-04
* | mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2014-06-04
* | memcg, slab: simplify synchronization schemeVladimir Davydov2014-06-04
* | memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov2014-06-04
* | memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov2014-06-04
* | memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko2014-06-04
* | memcg: un-export __memcg_kmem_get_cacheVladimir Davydov2014-06-04
* | mm: memcontrol: remove hierarchy restrictions for swappiness and oom_controlJohannes Weiner2014-06-04
* | mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-04
* | sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov2014-06-04
* | memcg: fix swapcache charge from kernel thread contextMichal Hocko2014-05-23
* | mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner2014-05-06
|/
* memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov2014-04-07
* memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov2014-04-07
* memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov2014-04-07
* memcg, slab: cleanup memcg cache creationVladimir Davydov2014-04-07
* memcg: rename high level charging functionsMichal Hocko2014-04-07
* memcg: sanitize __mem_cgroup_try_charge() call protocolJohannes Weiner2014-04-07
* memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_chargeMichal Hocko2014-04-07
* memcg: get_mem_cgroup_from_mm()Johannes Weiner2014-04-07
* memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()Johannes Weiner2014-04-07
* mm: memcg: push !mm handling out to page cache charge functionJohannes Weiner2014-04-07
* mm: memcg: inline mem_cgroup_charge_common()Johannes Weiner2014-04-07
* mm: memcg: remove mem_cgroup_move_account_page_stat()Johannes Weiner2014-04-07
* mm: memcg: remove unnecessary preemption disablingJohannes Weiner2014-04-07
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-03
|\
| * cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-19
| * cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo2014-02-13
| * cgroup: remove cgroup->nameTejun Heo2014-02-12
| * cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo2014-02-11
| * cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-08
* | memcg: reparent charges of children before processing parentFilipe Brandenburger2014-03-04