summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner2016-01-201-27/+25
* mm: memcontrol: remove double kmem page_counter initJohannes Weiner2016-01-201-14/+10
* mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner2016-01-201-3/+3
* memcg: only free spare array when readers are doneMartijn Coenen2016-01-151-5/+6
* cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...Tejun Heo2016-01-151-3/+0
* mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-151-0/+8
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-11/+2
* mm, thp: remove compound_lock()Kirill A. Shutemov2016-01-151-8/+3
* memcg: adjust to support new THP refcountingKirill A. Shutemov2016-01-151-39/+23
* mm: memcontrol: switch to the updated jump-label APIJohannes Weiner2016-01-141-6/+6
* mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner2016-01-141-14/+3
* mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner2016-01-141-24/+98
* mm: memcontrol: move socket code for unified hierarchy accountingJohannes Weiner2016-01-141-74/+74
* mm: memcontrol: do not account memory+swap on unified hierarchyJohannes Weiner2016-01-141-19/+25
* mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-141-0/+3
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-141-35/+22
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-141-0/+32
* net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-141-31/+25
* mm: memcontrol: export root_mem_cgroupJohannes Weiner2016-01-141-3/+2
* memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov2016-01-141-1/+1
* slab: add SLAB_ACCOUNT flagVladimir Davydov2016-01-141-1/+7
* Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-01-121-1/+1
|\
| * cgroup: Fix uninitialized variable warningRoss Zwisler2015-12-281-1/+1
* | mm: memcontrol: fix possible memcg leak due to interrupted reclaimVladimir Davydov2015-12-291-14/+46
* | mm: fix kerneldoc on mem_cgroup_replace_pageHugh Dickins2015-12-121-1/+1
* | memcg: fix memory.high targetVladimir Davydov2015-12-121-1/+1
|/
* cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-22/+23
* mm/memcontrol.c: uninline mem_cgroup_usageAndrew Morton2015-11-061-1/+1
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-051-179/+116
|\
| * memcg: fix thresholds for 32b architectures.Michal Hocko2015-11-051-6/+5
| * mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner2015-11-051-6/+5
| * mm: memcontrol: eliminate root memory.currentJohannes Weiner2015-11-051-1/+4
| * mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins2015-11-051-21/+8
| * memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov2015-11-051-18/+0
| * memcg: unify slab and other kmem pages chargingVladimir Davydov2015-11-051-38/+33
| * memcg: simplify charging kmem pagesVladimir Davydov2015-11-051-35/+4
| * mm/memcontrol.c: fix order calculation in try_charge()Jerome Marchand2015-11-051-1/+2
| * memcg: ratify and consolidate over-charge handlingTejun Heo2015-11-051-49/+20
| * memcg: punt high overage reclaim to return-to-userland pathTejun Heo2015-11-051-8/+39
| * memcg: flatten task_struct->memcg_oomTejun Heo2015-11-051-8/+8
* | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-051-7/+20
|\ \ | |/ |/|
| * cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo2015-10-151-1/+1
| * cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo2015-09-221-2/+15
| * memcg: generate file modified notifications on "memory.events"Tejun Heo2015-09-211-0/+1
| * cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo2015-09-181-2/+1
| * cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-181-2/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-10-241-18/+17
|\ \
| * | writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo2015-10-121-18/+17