summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | memcg: convert threshold to bytesShaohua Li2015-10-161-0/+1
|/ /
* | memcg: remove pcp_counter_lockGreg Thelen2015-10-011-1/+0
* | memcg: make mem_cgroup_read_stat() unsignedGreg Thelen2015-10-011-12/+18
|/
* memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov2015-09-101-36/+12
* memcg: add page_cgroup_ino helperVladimir Davydov2015-09-101-0/+28
* memcg: move memcg_proto_active from sock.hMichal Hocko2015-09-081-1/+1
* memcg, tcp_kmem: check for cg_proto in sock_update_memcgMichal Hocko2015-09-081-2/+1
* memcg: restructure mem_cgroup_can_attach()Tejun Heo2015-09-081-29/+32
* memcg: export struct mem_cgroupMichal Hocko2015-09-081-313/+2
* mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes2015-09-081-1/+0
* mm, oom: organize oom context into structDavid Rientjes2015-09-081-5/+11
* mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()Sebastian Andrzej Siewior2015-09-041-1/+7
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-51/+172
|\
| * writeback: implement memcg writeback domain based throttlingTejun Heo2015-06-021-0/+43
| * writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo2015-06-021-0/+12
| * writeback: implement memcg wb_domainTejun Heo2015-06-021-0/+39
| * memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of o...Tejun Heo2015-06-021-49/+2
| * writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo2015-06-021-1/+18
| * memcg: implement mem_cgroup_css_from_page()Tejun Heo2015-06-021-0/+33
| * memcg: add mem_cgroup_root_cssTejun Heo2015-06-021-0/+2
| * memcg: add per cgroup dirty page accountingGreg Thelen2015-06-021-1/+23
* | memcg: convert mem_cgroup->under_oom from atomic_t to intTejun Heo2015-06-241-8/+21
* | memcg: remove unused mem_cgroup->oom_wakeupsTejun Heo2015-06-241-9/+1
* | mm: oom_kill: simplify OOM killer lockingJohannes Weiner2015-06-241-7/+11