summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2020-10-18mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin
2020-10-18mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin
2020-10-13mm/memcg: fix device private memcg accountingRalph Campbell
2020-10-13mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()Miaohe Lin
2020-10-13mm: memcontrol: add the missing numa_stat interface for cgroup v2Muchun Song
2020-10-13mm/memcg: unify swap and memsw page countersWaiman Long
2020-10-13mm/memcg: simplify mem_cgroup_get_max()Waiman Long
2020-10-13mm/memcg: clean up obsolete enum charge_typeWaiman Long
2020-10-13mm: memcontrol: correct the comment of mem_cgroup_iter()Miaohe Lin
2020-10-13mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()Roman Gushchin
2020-10-13mm: memcontrol: use the preferred form for passing the size of a structure typeGustavo A. R. Silva
2020-10-13mm: memcontrol: use flex_array_size() helper in memcpy()Gustavo A. R. Silva
2020-10-13mm: use find_get_incore_page in memcontrolMatthew Wilcox (Oracle)
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-26mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig
2020-09-05memcg: fix use-after-free in uncharge_batchMichal Hocko
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-13mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner
2020-08-12mm/memcontrol.c: delete duplicated wordsRandy Dunlap
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim
2020-08-12mm: memcg: charge memcg percpu memory to the parent cgroupRoman Gushchin
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin
2020-08-07mm: memcontrol: don't count limit-setting reclaim as memory pressureJohannes Weiner
2020-08-07mm: memcontrol: restore proper dirty throttling when memory.high changesJohannes Weiner
2020-08-07memcg, oom: check memcg margin for parallel oomYafang Shao
2020-08-07mm, memcg: decouple e{low,min} state mutations from protection checksChris Down
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao
2020-08-07mm, memcg: unify reclaim retry limits with page allocatorChris Down
2020-08-07mm, memcg: reclaim more aggressively before high allocator throttlingChris Down
2020-08-07mm: memcontrol: avoid workload stalls when lowering memory.highRoman Gushchin
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin
2020-08-07mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin
2020-08-07mm: memcg/slab: simplify memcg cache creationRoman Gushchin
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin
2020-08-07mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin
2020-08-07mm: memcg/slab: deprecate memory.kmem.slabinfoRoman Gushchin
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin
2020-08-07mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin
2020-08-07mm: memcg/slab: obj_cgroup APIRoman Gushchin
2020-08-07mm: memcontrol: decouple reference counting from page accountingJohannes Weiner
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin
2020-08-07mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...Roman Gushchin
2020-08-07mm: kmem: make memcg_kmem_enabled() irreversibleRoman Gushchin
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds