summaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h
Commit message (Expand)AuthorAgeFilesLines
...
* mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner2017-05-041-36/+37
* mm: memcontrol: re-use node VM page state enumJohannes Weiner2017-05-041-57/+43Star
* mm: memcontrol: re-use global VM event enumJohannes Weiner2017-05-041-31/+14Star
* mm: memcontrol: clean up memory.events counting functionJohannes Weiner2017-05-041-13/+5Star
* mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2017-05-041-3/+61
* mm: memcontrol: provide shmem statisticsJohannes Weiner2017-05-041-0/+1
* mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner2017-04-011-0/+6
* slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo2017-02-231-0/+1
* slab: link memcg kmem_caches on their associated memory cgroupTejun Heo2017-02-231-0/+1
* mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-111-3/+23
* mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-081-2/+4
* mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov2016-10-081-0/+15
* mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski2016-07-291-1/+1
* mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman2016-07-291-1/+1
* mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman2016-07-291-23/+15Star
* mm, vmscan: make shrink_node decisions more node-centricMel Gorman2016-07-291-9/+10
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-9/+9
* mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner2016-07-291-1/+42
* mm: memcontrol: cleanup kmem charge functionsVladimir Davydov2016-07-271-96/+7Star
* mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner2016-07-231-15/+10Star
* mm: vmscan: reduce size of inactive file listRik van Riel2016-05-211-25/+0Star
* mm: update_lru_size do the __mod_zone_page_stateHugh Dickins2016-05-201-6/+0Star
* mm: workingset: make shadow node shrinker memcg awareVladimir Davydov2016-03-171-0/+10
* mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov2016-03-171-10/+0Star
* mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov2016-03-171-1/+2
* mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov2016-03-171-0/+21
* mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner2016-03-161-5/+7
* mm: simplify lock_page_memcg()Johannes Weiner2016-03-161-18/+17Star
* mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-161-2/+2
* mm: workingset: per-cgroup cache thrash detectionJohannes Weiner2016-03-161-7/+49
* mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2016-03-161-5/+11
* mm: fix some spellingJesper Dangaard Brouer2016-03-161-1/+1
* mm: memcontrol: drop superfluous entry in the per-memcg stats arrayJohannes Weiner2016-02-031-1/+1
* mm: memcontrol: add "sock" to cgroup2 memory.statJohannes Weiner2016-01-211-1/+4
* mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_onlineVladimir Davydov2016-01-211-17/+10Star
* mm: memcontrol: charge swap to cgroup2Vladimir Davydov2016-01-211-0/+1
* mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner2016-01-211-3/+0Star
* mm: memcontrol: flatten struct cg_protoJohannes Weiner2016-01-211-8/+6Star
* mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner2016-01-211-9/+5Star
* mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner2016-01-211-2/+2
* mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner2016-01-211-3/+4
* mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner2016-01-211-5/+10
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-161-6/+10
* mm: memcontrol: switch to the updated jump-label APIJohannes Weiner2016-01-151-4/+4
* mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner2016-01-151-4/+28
* mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner2016-01-151-1/+8
* mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-151-0/+3
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-151-15/+5Star
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-151-6/+13
* net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner2016-01-151-1/+0Star