summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-11mm: memcontrol: deprecate charge movingJohannes Weiner1-0/+4
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-2/+13
2022-04-08mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap1-1/+1
2022-02-23mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin1-5/+5
2021-11-18memcg: prohibit unconditional exceeding the limit of dying tasksVasily Averin1-19/+8
2021-07-14mm: memcg/slab: properly set up gfp flags for objcg pointer arrayWaiman Long1-0/+8
2021-05-14mm: memcontrol: slab: fix obtain a reference to a freeing memcgMuchun Song1-1/+9
2021-03-30mm/memcg: fix 5.10 backport of splitting page memcgHugh Dickins1-1/+5
2021-03-30mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui1-10/+5
2021-03-04mm: memcontrol: fix get_active_memcg return valueMuchun Song1-7/+3
2021-03-04mm: memcontrol: fix swap undercounting in cgroup2Muchun Song1-1/+13
2021-03-04mm: memcontrol: fix NR_ANON_THPS accounting in charge movingMuchun Song1-4/+2
2021-02-13Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"Johannes Weiner1-3/+2
2021-01-27mm: memcg/slab: optimize objcg stock drainingRoman Gushchin1-3/+1
2020-12-30mm: memcg/slab: fix use after free in obj_cgroup_chargeMuchun Song1-1/+3
2020-12-30mm: memcg/slab: fix return of child memcg objcg for root memcgMuchun Song1-0/+1
2020-11-22mm: memcg/slab: fix root memcg vmstatsMuchun Song1-2/+7
2020-11-02mm: memcg: link page counters to root if use_hierarchy is falseRoman Gushchin1-5/+10
2020-11-02mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcgzhongjiang-ali1-2/+8
2020-10-18mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin1-0/+13
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin1-14/+34
2020-10-18mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin1-3/+0
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin1-5/+8
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin1-3/+3
2020-10-14mm/memcg: fix device private memcg accountingRalph Campbell1-1/+4
2020-10-14mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()Miaohe Lin1-2/+2
2020-10-14mm: memcontrol: add the missing numa_stat interface for cgroup v2Muchun Song1-60/+110
2020-10-14mm/memcg: unify swap and memsw page countersWaiman Long1-3/+0
2020-10-14mm/memcg: simplify mem_cgroup_get_max()Waiman Long1-11/+13
2020-10-14mm/memcg: clean up obsolete enum charge_typeWaiman Long1-8/+0
2020-10-14mm: memcontrol: correct the comment of mem_cgroup_iter()Miaohe Lin1-3/+3
2020-10-14mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()Roman Gushchin1-0/+11
2020-10-14mm: memcontrol: use the preferred form for passing the size of a structure typeGustavo A. R. Silva1-1/+1
2020-10-14mm: memcontrol: use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-4/+3
2020-10-14mm: use find_get_incore_page in memcontrolMatthew Wilcox (Oracle)1-22/+2
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-09-26mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song1-2/+2
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-1/+1
2020-09-05memcg: fix use-after-free in uncharge_batchMichal Hocko1-0/+6
2020-08-15mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-5/+5
2020-08-13mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner1-6/+0
2020-08-12mm/memcontrol.c: delete duplicated wordsRandy Dunlap1-1/+1
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim1-5/+11
2020-08-12mm: memcg: charge memcg percpu memory to the parent cgroupRoman Gushchin1-4/+16
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin1-1/+3
2020-08-07mm: memcontrol: don't count limit-setting reclaim as memory pressureJohannes Weiner1-1/+10
2020-08-07mm: memcontrol: restore proper dirty throttling when memory.high changesJohannes Weiner1-0/+2
2020-08-07memcg, oom: check memcg margin for parallel oomYafang Shao1-1/+7
2020-08-07mm, memcg: decouple e{low,min} state mutations from protection checksChris Down1-21/+7
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao1-0/+8