summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-03mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan1-21/+12
2021-09-03mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan1-0/+3
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt1-12/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang1-13/+11
2021-08-13mm/memcg: fix incorrect flushing of lruvec data in obj_stockWaiman Long1-2/+4
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-07-30mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh...Johannes Weiner1-1/+2
2021-07-20memcg: enable accounting for IP address and routing-related objectsVasily Averin1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds1-3/+8
2021-07-01mm: remove special swap entry functionsAlistair Popple1-1/+1
2021-07-01mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protectionMel Gorman1-1/+1
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg1-0/+1
2021-06-29mm: charge active memcg when no mm is setDan Schatzberg1-14/+27
2021-06-29mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lockMuchun Song1-1/+2
2021-06-29mm: memcontrol: simplify the logic of objcg pinning memcgMuchun Song1-14/+6
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song1-6/+3
2021-06-29mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mmMuchun Song1-11/+14
2021-06-29mm: memcontrol: fix page charging in page replacementMuchun Song1-3/+5
2021-06-29mm: memcontrol: fix root_mem_cgroup chargingMuchun Song1-5/+12
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long1-1/+1
2021-06-29mm: memcg/slab: properly set up gfp flags for objcg pointer arrayWaiman Long1-0/+8
2021-06-29mm/memcg: optimize user context object stock accessWaiman Long1-28/+72
2021-06-29mm/memcg: improve refill_obj_stock() performanceWaiman Long1-13/+35
2021-06-29mm/memcg: cache vmstat data in percpu memcg_stock_pcpWaiman Long1-3/+87
2021-06-29mm/memcg: move mod_objcg_state() to memcontrol.cWaiman Long1-0/+13
2021-06-05mm, memcg: introduce mem_cgroup_kmem_disabled()Roman Gushchin1-0/+5
2021-06-05mm, memcg: mark cgroup_memory_nosocket, nokmem and noswap as __ro_after_initRoman Gushchin1-3/+3
2021-05-07mm: fix typos in commentsIngo Molnar1-9/+9
2021-05-05mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi1-0/+1
2021-05-05mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi1-3/+3
2021-05-05mm: vmscan: consolidate shrinker_maps handling codeYang Shi1-127/+3
2021-04-30mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_p...Muchun Song1-38/+25
2021-04-30mm: memcontrol: use obj_cgroup APIs to charge kmem pagesMuchun Song1-58/+58
2021-04-30mm: memcontrol: change ug->dummy_page only if memcg changedMuchun Song1-1/+1
2021-04-30mm: memcontrol: introduce obj_cgroup_{un}charge_pagesMuchun Song1-23/+40
2021-04-30mm: memcontrol: slab: fix obtain a reference to a freeing memcgMuchun Song1-1/+9
2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt1-43/+74
2021-04-30mm: memcontrol: consolidate lruvec stat flushingJohannes Weiner1-46/+28
2021-04-30mm: memcontrol: switch to rstatJohannes Weiner1-131/+87
2021-04-30mm: memcontrol: privatize memcg_page_state query functionsJohannes Weiner1-0/+32
2021-04-30mm: memcontrol: kill mem_cgroup_nodeinfo()Johannes Weiner1-10/+11
2021-04-30mm: memcontrol: fix cpuhotplug statistics flushingJohannes Weiner1-14/+21
2021-04-30memcg: enable memcg oom-kill for __GFP_NOFAILShakeel Butt1-3/+0
2021-04-30memcg: cleanup root memcg checksShakeel Butt1-2/+2
2021-04-30mm: page-writeback: simplify memcg handling in test_clear_page_writeback()Johannes Weiner1-25/+11
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui1-9/+6
2021-02-24mm: memcontrol: fix get_active_memcg return valueMuchun Song1-7/+3
2021-02-24mm: memcontrol: fix swap undercounting in cgroup2Muchun Song1-1/+13