summaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner1-3/+61
2017-05-03mm: memcontrol: provide shmem statisticsJohannes Weiner1-0/+1
2017-03-31mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner1-0/+6
2017-02-22slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo1-0/+1
2017-02-22slab: link memcg kmem_caches on their associated memory cgroupTejun Heo1-0/+1
2017-01-10mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko1-3/+23
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-2/+4
2016-10-07mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov1-0/+15
2016-07-28mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski1-1/+1
2016-07-28mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman1-1/+1
2016-07-28mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman1-23/+15
2016-07-28mm, vmscan: make shrink_node decisions more node-centricMel Gorman1-9/+10
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-9/+9
2016-07-28mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner1-1/+42
2016-07-26mm: memcontrol: cleanup kmem charge functionsVladimir Davydov1-96/+7
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner1-15/+10
2016-05-20mm: vmscan: reduce size of inactive file listRik van Riel1-25/+0
2016-05-19mm: update_lru_size do the __mod_zone_page_stateHugh Dickins1-6/+0
2016-03-17mm: workingset: make shadow node shrinker memcg awareVladimir Davydov1-0/+10
2016-03-17mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov1-10/+0
2016-03-17mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov1-1/+2
2016-03-17mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov1-0/+21
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner1-5/+7
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner1-18/+17
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner1-2/+2
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner1-7/+49
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-5/+11
2016-03-15mm: fix some spellingJesper Dangaard Brouer1-1/+1
2016-02-03mm: memcontrol: drop superfluous entry in the per-memcg stats arrayJohannes Weiner1-1/+1
2016-01-20mm: memcontrol: add "sock" to cgroup2 memory.statJohannes Weiner1-1/+4
2016-01-20mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_onlineVladimir Davydov1-17/+10
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov1-0/+1
2016-01-20mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner1-3/+0
2016-01-20mm: memcontrol: flatten struct cg_protoJohannes Weiner1-8/+6
2016-01-20mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner1-9/+5
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-2/+2
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner1-3/+4
2016-01-20mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner1-5/+10
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-6/+10
2016-01-14mm: memcontrol: switch to the updated jump-label APIJohannes Weiner1-4/+4
2016-01-14mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner1-4/+28
2016-01-14mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner1-1/+8
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-0/+3
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-15/+5
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-6/+13
2016-01-14net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner1-1/+0
2016-01-14net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner1-1/+0
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner1-9/+0
2016-01-14mm: memcontrol: export root_mem_cgroupJohannes Weiner1-1/+2
2016-01-14memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov1-11/+1