aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-05mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi1-0/+1
2021-05-05mm: vmscan: add per memcg shrinker nr_deferredYang Shi1-3/+4
2021-05-05mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi1-4/+4
2021-05-05mm: vmscan: consolidate shrinker_maps handling codeYang Shi1-6/+5
2021-04-30linux/memcontrol.h: remove duplicate struct declarationWan Jiabing1-2/+0
2021-04-30mm: memcontrol: move PageMemcgKmem to the scope of CONFIG_MEMCG_KMEMMuchun Song1-1/+6
2021-04-30mm: memcontrol: use obj_cgroup APIs to charge kmem pagesMuchun Song1-23/+97
2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt1-0/+13
2021-04-30mm: memcontrol: switch to rstatJohannes Weiner1-27/+40
2021-04-30mm: memcontrol: privatize memcg_page_state query functionsJohannes Weiner1-44/+0
2021-04-30mm: memcontrol: kill mem_cgroup_nodeinfo()Johannes Weiner1-7/+1
2021-04-30mm: page-writeback: simplify memcg handling in test_clear_page_writeback()Johannes Weiner1-8/+2
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argumentZhou Guanghui1-4/+2
2021-02-24fs: buffer: use raw page_memcg() on locked pageJohannes Weiner1-7/+0
2021-02-24mm: kmem: make __memcg_kmem_(un)charge staticRoman Gushchin1-3/+0
2021-02-24mm: memcontrol: optimize per-lruvec stats counter memory usageMuchun Song1-2/+12
2021-02-24mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin1-19/+0
2021-01-12mm/memcontrol: fix warning in mem_cgroup_page_lruvec()Hugh Dickins1-1/+1
2020-12-19mm/memcontrol:rewrite mem_cgroup_page_lruvec()Hui Su1-2/+17
2020-12-19mm/memcg: remove unused definitionsWei Yang1-118/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+110
2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck1-0/+52
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi1-0/+58
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-7/+203
2020-12-15mm: move lruvec stats update functions to vmstat.hShakeel Butt1-111/+0
2020-12-15mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song1-9/+9
2020-12-15mm: memcg: deprecate the non-hierarchical modeRoman Gushchin1-7/+0
2020-12-15mm: memcg: fix obsolete code commentsRoman Gushchin1-4/+2
2020-12-15mm: memcontrol: remove unused mod_memcg_obj_state()Muchun Song1-6/+0
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-9/+206
2020-12-02mm: Convert page kmemcg type to a page memcg flagRoman Gushchin1-4/+33
2020-12-02mm: Introduce page memcg flagsRoman Gushchin1-12/+20
2020-12-02mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin1-0/+64
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-9/+105
2020-11-26mm: memcg: relayout structure mem_cgroup to avoid cache interferenceFeng Tang1-14/+14
2020-11-14mm: memcontrol: fix missing wakeup polling threadMuchun Song1-2/+9
2020-10-18mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin1-12/+0
2020-10-13mm/memcg: unify swap and memsw page countersWaiman Long1-5/+8
2020-08-14mm/memcontrol: fix a data race in scan countQian Cai1-1/+1
2020-08-12include/linux/memcontrol.h: drop duplicate word and fix spelloRandy Dunlap1-2/+2
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin1-0/+8
2020-08-07mm, memcg: decouple e{low,min} state mutations from protection checksChris Down1-11/+42
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao1-2/+40
2020-08-07mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled()Roman Gushchin1-1/+1
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt1-2/+19
2020-08-07mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin1-2/+0
2020-08-07mm: memcg/slab: simplify memcg cache creationRoman Gushchin1-1/+0
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin1-4/+1
2020-08-07mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin1-0/+12
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin1-1/+2