aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-43/+61
2021-09-03mm, memcg: remove unused functionsMiaohe Lin1-12/+0
2021-09-03memcg: cleanup racy sum avoidance codeShakeel Butt1-13/+2
2021-09-03memcg: infrastructure to flush memcg statsShakeel Butt1-0/+6
2021-09-03memcg: switch lruvec stats to rstatShakeel Butt1-22/+20
2021-09-03mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan1-3/+25
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt1-0/+15
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+15
2021-08-20mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner1-14/+15
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang1-1/+2
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds1-0/+5
2021-06-29mm: memcontrol: remove trailing semicolon in macrosHuilong Deng1-1/+1
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg1-0/+6
2021-06-29memcontrol: use flexible-array memberwenhuizhang1-2/+1
2021-06-29mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvecMuchun Song1-4/+4
2021-06-29mm: memcontrol: simplify lruvec_holds_page_lru_lockMuchun Song1-24/+7
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song1-5/+5
2021-06-05mm, memcg: introduce mem_cgroup_kmem_disabled()Roman Gushchin1-0/+5
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