aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-104/+43
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins1-5/+2
2015-11-05memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov1-15/+0
2015-11-05memcg: unify slab and other kmem pages chargingVladimir Davydov1-4/+2
2015-11-05memcg: simplify charging kmem pagesVladimir Davydov1-50/+19
2015-11-05mm/memcontrol: make mem_cgroup_inactive_anon_is_low() return boolYaowei Bai1-3/+3
2015-11-05memcg: drop unnecessary cold-path tests from __memcg_kmem_bypass()Tejun Heo1-14/+0
2015-11-05memcg: collect kmem bypass conditions into __memcg_kmem_bypass()Tejun Heo1-24/+22
2015-11-05memcg: punt high overage reclaim to return-to-userland pathTejun Heo1-0/+6
2015-11-05memcg: flatten task_struct->memcg_oomTejun Heo1-5/+5
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+5
2015-10-12writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo1-3/+5
2015-10-01memcg: remove pcp_counter_lockGreg Thelen1-1/+0
2015-09-21memcg: generate file modified notifications on "memory.events"Tejun Heo1-0/+4
2015-09-18cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo1-3/+1
2015-09-10memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov1-8/+1
2015-09-10memcg: add page_cgroup_ino helperVladimir Davydov1-0/+1
2015-09-08memcg: get rid of extern for functions in memcontrol.hMichal Hocko1-8/+8
2015-09-08memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCGMichal Hocko1-2/+0
2015-09-08memcg: export struct mem_cgroupMichal Hocko1-33/+337
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+29
2015-06-02writeback: implement memcg writeback domain based throttlingTejun Heo1-0/+9
2015-06-02writeback: implement memcg wb_domainTejun Heo1-1/+11
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo1-0/+4
2015-06-02memcg: implement mem_cgroup_css_from_page()Tejun Heo1-0/+1
2015-06-02memcg: add mem_cgroup_root_cssTejun Heo1-0/+4
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen1-0/+1
2015-05-14gfp: add __GFP_NOACCOUNTVladimir Davydov1-0/+4
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov1-0/+14
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov1-2/+10
2015-02-12memcg: rename some cache id related variablesVladimir Davydov1-2/+2
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov1-0/+7
2015-02-11mm: memcontrol: default hierarchy interface for memoryJohannes Weiner1-0/+32
2015-02-11vmscan: force scan offline memory cgroupsVladimir Davydov1-0/+6
2015-02-11mm: memcontrol: track move_lock state internallyJohannes Weiner1-8/+4
2015-02-10memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov1-2/+0
2015-02-10memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov1-2/+3
2014-12-13memcg: fix possible use-after-free in memcg_kmem_get_cache()Vladimir Davydov1-2/+12
2014-12-13mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache()Zhang Zhen1-2/+2
2014-12-10mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner1-17/+0
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner1-5/+1
2014-12-10mm, memcg: fix potential undefined behaviour in page stat accountingMichal Hocko1-3/+3
2014-12-10mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner1-7/+6
2014-12-10mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree()Johannes Weiner1-2/+3
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner1-3/+2
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner1-41/+17
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov1-1/+0
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov1-14/+0
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-10/+2
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-34/+15