aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20mm: memcontrol: add "sock" to cgroup2 memory.statJohannes Weiner1-1/+4
2016-01-20mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_onlineVladimir Davydov1-17/+10
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov1-0/+1
2016-01-20mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner1-3/+0
2016-01-20mm: memcontrol: flatten struct cg_protoJohannes Weiner1-8/+6
2016-01-20mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner1-9/+5
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-2/+2
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner1-3/+4
2016-01-20mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner1-5/+10
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-6/+10
2016-01-14mm: memcontrol: switch to the updated jump-label APIJohannes Weiner1-4/+4
2016-01-14mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner1-4/+28
2016-01-14mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner1-1/+8
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-0/+3
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-15/+5
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-6/+13
2016-01-14net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner1-1/+0
2016-01-14net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner1-1/+0
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner1-9/+0
2016-01-14mm: memcontrol: export root_mem_cgroupJohannes Weiner1-1/+2
2016-01-14memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov1-11/+1
2016-01-14slab: add SLAB_ACCOUNT flagVladimir Davydov1-8/+7
2016-01-14memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov1-0/+2
2016-01-14Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov1-2/+0
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