aboutsummaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-18mm: kmem: enable kernel memcg accounting from interrupt contextsGravatar Roman Gushchin 1-0/+13
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsGravatar Roman Gushchin 1-14/+34
2020-10-18mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Gravatar Roman Gushchin 1-3/+0
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Gravatar Roman Gushchin 1-5/+8
2020-10-18mm, memcg: rework remote charging API to support nestingGravatar Roman Gushchin 1-3/+3
2020-10-13mm/memcg: fix device private memcg accountingGravatar Ralph Campbell 1-1/+4
2020-10-13mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()Gravatar Miaohe Lin 1-2/+2
2020-10-13mm: memcontrol: add the missing numa_stat interface for cgroup v2Gravatar Muchun Song 1-60/+110
2020-10-13mm/memcg: unify swap and memsw page countersGravatar Waiman Long 1-3/+0
2020-10-13mm/memcg: simplify mem_cgroup_get_max()Gravatar Waiman Long 1-11/+13
2020-10-13mm/memcg: clean up obsolete enum charge_typeGravatar Waiman Long 1-8/+0
2020-10-13mm: memcontrol: correct the comment of mem_cgroup_iter()Gravatar Miaohe Lin 1-3/+3
2020-10-13mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()Gravatar Roman Gushchin 1-0/+11
2020-10-13mm: memcontrol: use the preferred form for passing the size of a structure typeGravatar Gustavo A. R. Silva 1-1/+1
2020-10-13mm: memcontrol: use flex_array_size() helper in memcpy()Gravatar Gustavo A. R. Silva 1-4/+3
2020-10-13mm: use find_get_incore_page in memcontrolGravatar Matthew Wilcox (Oracle) 1-22/+2
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-09-26mm: memcontrol: fix missing suffix of workingset_restoreGravatar Muchun Song 1-2/+2
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagGravatar Christoph Hellwig 1-1/+1
2020-09-05memcg: fix use-after-free in uncharge_batchGravatar Michal Hocko 1-0/+6
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesGravatar Matthew Wilcox (Oracle) 1-5/+5
2020-08-13mm: memcontrol: fix warning when allocating the root cgroupGravatar Johannes Weiner 1-6/+0
2020-08-12mm/memcontrol.c: delete duplicated wordsGravatar Randy Dunlap 1-1/+1
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUGravatar Joonsoo Kim 1-5/+11
2020-08-12mm: memcg: charge memcg percpu memory to the parent cgroupGravatar Roman Gushchin 1-4/+16
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsGravatar Roman Gushchin 1-1/+3
2020-08-07mm: memcontrol: don't count limit-setting reclaim as memory pressureGravatar Johannes Weiner 1-1/+10
2020-08-07mm: memcontrol: restore proper dirty throttling when memory.high changesGravatar Johannes Weiner 1-0/+2
2020-08-07memcg, oom: check memcg margin for parallel oomGravatar Yafang Shao 1-1/+7
2020-08-07mm, memcg: decouple e{low,min} state mutations from protection checksGravatar Chris Down 1-21/+7
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionGravatar Yafang Shao 1-0/+8
2020-08-07mm, memcg: unify reclaim retry limits with page allocatorGravatar Chris Down 1-9/+6
2020-08-07mm, memcg: reclaim more aggressively before high allocator throttlingGravatar Chris Down 1-5/+37
2020-08-07mm: memcontrol: avoid workload stalls when lowering memory.highGravatar Roman Gushchin 1-2/+2
2020-08-07mm: memcontrol: account kernel stack per nodeGravatar Shakeel Butt 1-1/+1
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsGravatar Roman Gushchin 1-1/+24
2020-08-07mm: memcg/slab: remove memcg_kmem_get_cache()Gravatar Roman Gushchin 1-24/+1
2020-08-07mm: memcg/slab: simplify memcg cache creationGravatar Roman Gushchin 1-47/+1
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsGravatar Roman Gushchin 1-131/+32
2020-08-07mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hGravatar Roman Gushchin 1-12/+0
2020-08-07mm: memcg/slab: deprecate memory.kmem.slabinfoGravatar Roman Gushchin 1-3/+0
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsGravatar Roman Gushchin 1-2/+12
2020-08-07mm: memcg/slab: allocate obj_cgroups for non-root slab pagesGravatar Roman Gushchin 1-3/+14
2020-08-07mm: memcg/slab: obj_cgroup APIGravatar Roman Gushchin 1-1/+287
2020-08-07mm: memcontrol: decouple reference counting from page accountingGravatar Johannes Weiner 1-18/+21
2020-08-07mm: memcg: convert vmstat slab counters to bytesGravatar Roman Gushchin 1-7/+4
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsGravatar Roman Gushchin 1-4/+10
2020-08-07mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...Gravatar Roman Gushchin 1-19/+24
2020-08-07mm: kmem: make memcg_kmem_enabled() irreversibleGravatar Roman Gushchin 1-6/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1