summaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner2016-01-151-1/+0Star
* net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-151-9/+0Star
* mm: memcontrol: export root_mem_cgroupJohannes Weiner2016-01-151-1/+2
* memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov2016-01-151-11/+1Star
* slab: add SLAB_ACCOUNT flagVladimir Davydov2016-01-151-8/+7Star
* memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov2016-01-151-0/+2
* Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov2016-01-151-2/+0Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-061-104/+43Star
|\
| * mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins2015-11-061-5/+2Star
| * memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov2015-11-061-15/+0Star
| * memcg: unify slab and other kmem pages chargingVladimir Davydov2015-11-061-4/+2Star
| * memcg: simplify charging kmem pagesVladimir Davydov2015-11-061-50/+19Star