summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* mm, memcg: fix some typos in memcontrol.cEthon Paul2020-06-041-2/+2
* mm: base LRU balancing on an explicit cost modelJohannes Weiner2020-06-031-12/+6
* mm: memcontrol: update page->mem_cgroup stability rulesJohannes Weiner2020-06-031-14/+7
* mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-53/+4
* mm: memcontrol: make swap tracking an integral part of memory controlJohannes Weiner2020-06-031-30/+23
* mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner2020-06-031-31/+28
* mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner2020-06-031-111/+17
* mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner2020-06-031-23/+24
* mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-18/+9
* mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner2020-06-031-17/+11
* mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner2020-06-031-3/+6
* mm: memcontrol: prepare move_account for removal of private page type countersJohannes Weiner2020-06-031-12/+13
* mm: memcontrol: prepare uncharging for removal of private page type countersJohannes Weiner2020-06-031-11/+12
* mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner2020-06-031-2/+27
* mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner2020-06-031-3/+2
* mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-23/+15
* mm: memcontrol: fix stat-corrupting race in charge movingJohannes Weiner2020-06-031-12/+14
* mm/memcg: optimize memory.numa_stat like memory.statShakeel Butt2020-06-031-25/+26
* memcg: fix memcg_kmem_bypass() for remote memcg chargingZefan Li2020-06-021-1/+6
* mm/memcg: automatically penalize tasks with high swap useJakub Kicinski2020-06-021-7/+81
* mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski2020-06-021-8/+11
* mm/memcg: move penalty delay clamping out of calculate_high_delay()Jakub Kicinski2020-06-021-8/+8
* mm/memcg: prepare for swap over-high accounting and penalty calculationJakub Kicinski2020-06-021-27/+35
* memcg: expose root cgroup's memory.statShakeel Butt2020-06-021-1/+0
* mm: memcontrol: simplify value comparison between count and limitKaixu Xia2020-06-021-1/+1
* mm, memcg: add workingset_restore in memory.statYafang Shao2020-06-021-0/+2
* mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-021-1/+0
* mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao2020-05-071-6/+9
* mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski2020-04-101-0/+3
* mm: use fallthrough;Joe Perches2020-04-071-1/+1
* mm, memcg: bypass high reclaim iteration for cgroup hierarchy rootChris Down2020-04-071-1/+2
* mm: memcg: make memory.oom.group tolerable to task migrationRoman Gushchin2020-04-021-0/+8
* mm, memcg: prevent mem_cgroup_protected store tearingChris Down2020-04-021-4/+4
* mm, memcg: prevent memory.swap.max load tearingChris Down2020-04-021-3/+4
* mm, memcg: prevent memory.min load/store tearingChris Down2020-04-021-2/+3
* mm, memcg: prevent memory.max load tearingChris Down2020-04-021-6/+6
* mm, memcg: prevent memory.high load/store tearingChris Down2020-04-021-6/+7
* mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unusedVincenzo Frascino2020-04-021-1/+2
* memcg: css_tryget_online cleanupsShakeel Butt2020-04-021-5/+9
* mm: memcontrol: recursive memory.low protectionJohannes Weiner2020-04-021-4/+47
* mm: memcontrol: clean up and document effective low/min calculationsJohannes Weiner2020-04-021-92/+83
* mm: memcontrol: fix memory.low proportional distributionJohannes Weiner2020-04-021-3/+1
* mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()Roman Gushchin2020-04-021-20/+20
* mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()Roman Gushchin2020-04-021-4/+4
* mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-04-021-4/+4
* mm: kmem: cleanup (__)memcg_kmem_charge_memcg() argumentsRoman Gushchin2020-04-021-5/+3
* mm: memcg/slab: use mem_cgroup_from_obj()Roman Gushchin2020-04-021-3/+2
* mm/memcontrol.c: allocate shrinker_map on appropriate NUMA nodeKirill Tkhai2020-04-021-2/+2
* mm, memcg: fix build error around the usage of kmem_cachesYafang Shao2020-04-021-1/+2
* mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-03-291-0/+38