summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-07mm, memcg: unify reclaim retry limits with page allocatorChris Down1-9/+6
2020-08-07mm, memcg: reclaim more aggressively before high allocator throttlingChris Down1-5/+37
2020-08-07mm: memcontrol: avoid workload stalls when lowering memory.highRoman Gushchin1-2/+2
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt1-1/+1
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin1-1/+24
2020-08-07mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin1-24/+1
2020-08-07mm: memcg/slab: simplify memcg cache creationRoman Gushchin1-47/+1
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin1-131/+32
2020-08-07mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin1-12/+0
2020-08-07mm: memcg/slab: deprecate memory.kmem.slabinfoRoman Gushchin1-3/+0
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin1-2/+12
2020-08-07mm: memcg/slab: allocate obj_cgroups for non-root slab pagesRoman Gushchin1-3/+14
2020-08-07mm: memcg/slab: obj_cgroup APIRoman Gushchin1-1/+287
2020-08-07mm: memcontrol: decouple reference counting from page accountingJohannes Weiner1-18/+21
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-7/+4
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin1-4/+10
2020-08-07mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...Roman Gushchin1-19/+24
2020-08-07mm: kmem: make memcg_kmem_enabled() irreversibleRoman Gushchin1-6/+2
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-24mm/memcg: fix refcount error while moving and swappingHugh Dickins1-2/+2
2020-07-24mm/memcontrol: fix OOPS inside mem_cgroup_get_nr_swap_pages()Bhupesh Sharma1-1/+8
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-26mm/memcontrol.c: prevent missed memory.low load tearsChris Down1-2/+3
2020-06-26mm/memcontrol.c: add missed css_put()Muchun Song1-1/+3
2020-06-26mm: memcontrol: handle div0 crash race condition in memory.lowJohannes Weiner1-2/+7
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-04mm, memcg: fix some typos in memcontrol.cEthon Paul1-2/+2
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner1-12/+6
2020-06-03mm: memcontrol: update page->mem_cgroup stability rulesJohannes Weiner1-14/+7
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-53/+4
2020-06-03mm: memcontrol: make swap tracking an integral part of memory controlJohannes Weiner1-30/+23
2020-06-03mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner1-31/+28
2020-06-03mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner1-111/+17
2020-06-03mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner1-23/+24
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-18/+9
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner1-17/+11
2020-06-03mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner1-3/+6
2020-06-03mm: memcontrol: prepare move_account for removal of private page type countersJohannes Weiner1-12/+13
2020-06-03mm: memcontrol: prepare uncharging for removal of private page type countersJohannes Weiner1-11/+12
2020-06-03mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner1-2/+27
2020-06-03mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner1-3/+2
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner1-23/+15
2020-06-03mm: memcontrol: fix stat-corrupting race in charge movingJohannes Weiner1-12/+14
2020-06-03mm/memcg: optimize memory.numa_stat like memory.statShakeel Butt1-25/+26