summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: do not acquire page_cgroup lock for kmem pagesJohannes Weiner2014-08-061-14/+7
* mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsedJohannes Weiner2014-08-061-9/+0
* mm: memcontrol: use root_mem_cgroup res_counterJohannes Weiner2014-08-061-108/+44
* mm: memcontrol: catch root bypass in move prechargeJohannes Weiner2014-08-061-1/+8
* mm: memcontrol: simplify move precharge functionJohannes Weiner2014-08-061-33/+15
* mm: memcontrol: remove explicit OOM parameter in charge pathMichal Hocko2014-08-061-22/+10
* mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL chargesJohannes Weiner2014-08-061-4/+4
* mm: memcontrol: reclaim at least once for __GFP_NORETRYJohannes Weiner2014-08-061-3/+3
* mm: memcontrol: rearrange charging fast pathJohannes Weiner2014-08-061-16/+17
* mm: memcontrol: fold mem_cgroup_do_charge()Johannes Weiner2014-08-061-102/+64
* Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-08-041-6/+31
|\
| * cgroup: distinguish the default and legacy hierarchies when handling cftypesTejun Heo2014-07-151-1/+0
| * cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo2014-07-151-1/+2
| * cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo2014-07-151-1/+1
| * cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo2014-07-091-3/+4
| * blkcg, memcg: make blkcg depend on memcg on the default hierarchyTejun Heo2014-07-081-0/+24
* | memcg: oom_notify use-after-free fixMichal Hocko2014-07-301-0/+4
|/
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-091-90/+98
|\
| * memcg: update memcg_has_children() to use css_next_child()Tejun Heo2014-05-161-10/+21
| * memcg: remove tasks/children test from mem_cgroup_force_empty()Michal Hocko2014-05-161-7/+0
| * cgroup: remove css_parent()Tejun Heo2014-05-161-7/+7
| * cgroup: replace cftype->trigger() with cftype->write()Tejun Heo2014-05-131-16/+18
| * cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-131-21/+25
| * cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-131-22/+24
| * cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo2014-05-041-2/+2
| * cgroup, memcg: allocate cgroup ID from 1Tejun Heo2014-05-041-6/+2
* | mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner2014-06-061-20/+14
* | mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan2014-06-061-50/+39
* | vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko2014-06-061-1/+1
* | mm, memcg: periodically schedule when emptying page listHugh Dickins2014-06-041-1/+1
* | memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov2014-06-041-32/+28
* | memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocatedVladimir Davydov2014-06-041-7/+2
* | memcg: get rid of memcg_create_cache_nameVladimir Davydov2014-06-041-24/+9
* | memcg: correct comments for __mem_cgroup_begin_update_page_statQiang Huang2014-06-041-5/+4
* | memcg: fold mem_cgroup_stolenQiang Huang2014-06-041-18/+7
* | mm/memcontrol.c: remove NULL assignment on staticFabian Frederick2014-06-041-2/+2
* | mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter2014-06-041-1/+1
* | memcg, slab: simplify synchronization schemeVladimir Davydov2014-06-041-91/+59
* | memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov2014-06-041-2/+20
* | memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov2014-06-041-61/+2
* | memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko2014-06-041-1/+2
* | memcg: un-export __memcg_kmem_get_cacheVladimir Davydov2014-06-041-1/+0
* | mm: memcontrol: remove hierarchy restrictions for swappiness and oom_controlJohannes Weiner2014-06-041-22/+7
* | mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-041-5/+6
* | sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov2014-06-041-2/+2
* | memcg: fix swapcache charge from kernel thread contextMichal Hocko2014-05-231-13/+14
* | mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner2014-05-061-8/+12
|/
* memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov2014-04-071-7/+6
* memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov2014-04-071-6/+6
* memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov2014-04-071-6/+1
OpenPOWER on IntegriCloud