summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memcg: fix device private memcg accountingRalph Campbell2020-10-131-1/+4
* mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()Miaohe Lin2020-10-131-2/+2
* mm: memcontrol: add the missing numa_stat interface for cgroup v2Muchun Song2020-10-131-60/+110
* mm/memcg: unify swap and memsw page countersWaiman Long2020-10-131-3/+0
* mm/memcg: simplify mem_cgroup_get_max()Waiman Long2020-10-131-11/+13
* mm/memcg: clean up obsolete enum charge_typeWaiman Long2020-10-131-8/+0
* mm: memcontrol: correct the comment of mem_cgroup_iter()Miaohe Lin2020-10-131-3/+3
* mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()Roman Gushchin2020-10-131-0/+11
* mm: memcontrol: use the preferred form for passing the size of a structure typeGustavo A. R. Silva2020-10-131-1/+1
* mm: memcontrol: use flex_array_size() helper in memcpy()Gustavo A. R. Silva2020-10-131-4/+3
* mm: use find_get_incore_page in memcontrolMatthew Wilcox (Oracle)2020-10-131-22/+2
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+1
|\
| * bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-241-1/+1
* | mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song2020-09-261-2/+2
* | memcg: fix use-after-free in uncharge_batchMichal Hocko2020-09-051-0/+6
|/
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-5/+5
* mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner2020-08-131-6/+0
* mm/memcontrol.c: delete duplicated wordsRandy Dunlap2020-08-121-1/+1
* mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim2020-08-121-5/+11
* mm: memcg: charge memcg percpu memory to the parent cgroupRoman Gushchin2020-08-121-4/+16
* mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin2020-08-121-1/+3
* mm: memcontrol: don't count limit-setting reclaim as memory pressureJohannes Weiner2020-08-071-1/+10
* mm: memcontrol: restore proper dirty throttling when memory.high changesJohannes Weiner2020-08-071-0/+2
* memcg, oom: check memcg margin for parallel oomYafang Shao2020-08-071-1/+7
* mm, memcg: decouple e{low,min} state mutations from protection checksChris Down2020-08-071-21/+7
* mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao2020-08-071-0/+8
* mm, memcg: unify reclaim retry limits with page allocatorChris Down2020-08-071-9/+6
* mm, memcg: reclaim more aggressively before high allocator throttlingChris Down2020-08-071-5/+37
* mm: memcontrol: avoid workload stalls when lowering memory.highRoman Gushchin2020-08-071-2/+2
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-1/+1
* mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin2020-08-071-1/+24
* mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin2020-08-071-24/+1
* mm: memcg/slab: simplify memcg cache creationRoman Gushchin2020-08-071-47/+1
* mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin2020-08-071-131/+32
* mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin2020-08-071-12/+0
* mm: memcg/slab: deprecate memory.kmem.slabinfoRoman Gushchin2020-08-071-3/+0
* mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin2020-08-071-2/+12
* mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin2020-08-071-3/+14
* mm: memcg/slab: obj_cgroup APIRoman Gushchin2020-08-071-1/+287
* mm: memcontrol: decouple reference counting from page accountingJohannes Weiner2020-08-071-18/+21
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-7/+4
* mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin2020-08-071-4/+10
* mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...Roman Gushchin2020-08-071-19/+24
* mm: kmem: make memcg_kmem_enabled() irreversibleRoman Gushchin2020-08-071-6/+2
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | mm/memcg: fix refcount error while moving and swappingHugh Dickins2020-07-241-2/+2
* | mm/memcontrol: fix OOPS inside mem_cgroup_get_nr_swap_pages()Bhupesh Sharma2020-07-241-1/+8
|/
* mm/memcontrol.c: prevent missed memory.low load tearsChris Down2020-06-261-2/+3
* mm/memcontrol.c: add missed css_put()Muchun Song2020-06-261-1/+3