index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: memcontrol: avoid unused function warning
Arnd Bergmann
2017-03-18
1
-18
/
+18
*
mm, memcg: do not retry precharge charges
David Rientjes
2017-02-01
1
-2
/
+2
*
mm: memcontrol: do not recurse in direct reclaim
Johannes Weiner
2016-11-10
1
-0
/
+9
*
mm: memcontrol: fix memcg id ref counter on swap charge move
Vladimir Davydov
2016-08-16
1
-6
/
+18
*
mm: memcontrol: fix swap counter leak on swapout from offline cgroup
Vladimir Davydov
2016-08-16
1
-4
/
+33
*
mm: memcontrol: fix cgroup creation failure after many small jobs
Johannes Weiner
2016-08-16
1
-18
/
+73
*
memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_...
Tejun Heo
2016-06-24
1
-0
/
+3
*
memcg: relocate charge moving from ->attach to ->post_attach
Tejun Heo
2016-05-04
1
-18
/
+19
*
mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
Johannes Weiner
2016-04-12
1
-4
/
+34
*
mm: memcontrol: reclaim when shrinking memory.high below usage
Johannes Weiner
2016-04-12
1
-0
/
+6
*
memcg: only free spare array when readers are done
Martijn Coenen
2016-02-25
1
-5
/
+6
*
mm: memcontrol: fix possible memcg leak due to interrupted reclaim
Vladimir Davydov
2015-12-29
1
-14
/
+46
*
mm: fix kerneldoc on mem_cgroup_replace_page
Hugh Dickins
2015-12-12
1
-1
/
+1
*
memcg: fix memory.high target
Vladimir Davydov
2015-12-12
1
-1
/
+1
*
cgroup: fix handling of multi-destination migration from subtree_control enab...
Tejun Heo
2015-12-03
1
-22
/
+23
*
mm/memcontrol.c: uninline mem_cgroup_usage
Andrew Morton
2015-11-06
1
-1
/
+1
*
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
2015-11-06
1
-1
/
+1
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-3
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-05
1
-179
/
+116
|
\
|
*
memcg: fix thresholds for 32b architectures.
Michal Hocko
2015-11-05
1
-6
/
+5
|
*
mm: page_counter: let page_counter_try_charge() return bool
Johannes Weiner
2015-11-05
1
-6
/
+5
|
*
mm: memcontrol: eliminate root memory.current
Johannes Weiner
2015-11-05
1
-1
/
+4
|
*
mm: rename mem_cgroup_migrate to mem_cgroup_replace_page
Hugh Dickins
2015-11-05
1
-21
/
+8
|
*
memcg: simplify and inline __mem_cgroup_from_kmem
Vladimir Davydov
2015-11-05
1
-18
/
+0
|
*
memcg: unify slab and other kmem pages charging
Vladimir Davydov
2015-11-05
1
-38
/
+33
|
*
memcg: simplify charging kmem pages
Vladimir Davydov
2015-11-05
1
-35
/
+4
|
*
mm/memcontrol.c: fix order calculation in try_charge()
Jerome Marchand
2015-11-05
1
-1
/
+2
|
*
memcg: ratify and consolidate over-charge handling
Tejun Heo
2015-11-05
1
-49
/
+20
|
*
memcg: punt high overage reclaim to return-to-userland path
Tejun Heo
2015-11-05
1
-8
/
+39
|
*
memcg: flatten task_struct->memcg_oom
Tejun Heo
2015-11-05
1
-8
/
+8
*
|
Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2015-11-05
1
-7
/
+20
|
\
\
|
|
/
|
/
|
|
*
cgroup: replace cgroup_has_tasks() with cgroup_is_populated()
Tejun Heo
2015-10-15
1
-1
/
+1
|
*
cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()
Tejun Heo
2015-09-22
1
-2
/
+15
|
*
memcg: generate file modified notifications on "memory.events"
Tejun Heo
2015-09-21
1
-0
/
+1
|
*
cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE
Tejun Heo
2015-09-18
1
-2
/
+1
|
*
cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()
Tejun Heo
2015-09-18
1
-2
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-10-24
1
-18
/
+17
|
\
\
|
*
|
writeback: fix incorrect calculation of available memory for memcg domains
Tejun Heo
2015-10-12
1
-18
/
+17
*
|
|
memcg: convert threshold to bytes
Shaohua Li
2015-10-16
1
-0
/
+1
|
/
/
*
|
memcg: remove pcp_counter_lock
Greg Thelen
2015-10-01
1
-1
/
+0
*
|
memcg: make mem_cgroup_read_stat() unsigned
Greg Thelen
2015-10-01
1
-12
/
+18
|
/
*
memcg: zap try_get_mem_cgroup_from_page
Vladimir Davydov
2015-09-10
1
-36
/
+12
*
memcg: add page_cgroup_ino helper
Vladimir Davydov
2015-09-10
1
-0
/
+28
*
memcg: move memcg_proto_active from sock.h
Michal Hocko
2015-09-08
1
-1
/
+1
*
memcg, tcp_kmem: check for cg_proto in sock_update_memcg
Michal Hocko
2015-09-08
1
-2
/
+1
*
memcg: restructure mem_cgroup_can_attach()
Tejun Heo
2015-09-08
1
-29
/
+32
*
memcg: export struct mem_cgroup
Michal Hocko
2015-09-08
1
-313
/
+2
*
mm, oom: pass an oom order of -1 when triggered by sysrq
David Rientjes
2015-09-08
1
-1
/
+0
*
mm, oom: organize oom context into struct
David Rientjes
2015-09-08
1
-5
/
+11
*
mm: memcontrol: bring back the VM_BUG_ON() in mem_cgroup_swapout()
Sebastian Andrzej Siewior
2015-09-04
1
-1
/
+7
[next]