index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-08
memcg: rename high level charging functions
Michal Hocko
1
-2
/
+2
2014-04-08
memcg: sanitize __mem_cgroup_try_charge() call protocol
Johannes Weiner
1
-105
/
+102
2014-04-08
memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge
Michal Hocko
1
-44
/
+6
2014-04-08
memcg: get_mem_cgroup_from_mm()
Johannes Weiner
1
-14
/
+4
2014-04-08
memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()
Johannes Weiner
1
-7
/
+0
2014-04-08
mm: memcg: push !mm handling out to page cache charge function
Johannes Weiner
1
-9
/
+6
2014-04-08
mm: memcg: inline mem_cgroup_charge_common()
Johannes Weiner
1
-24
/
+16
2014-04-08
mm: memcg: remove mem_cgroup_move_account_page_stat()
Johannes Weiner
1
-16
/
+12
2014-04-08
mm: memcg: remove unnecessary preemption disabling
Johannes Weiner
1
-11
/
+4
2014-04-04
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-73
/
+37
2014-03-19
cgroup: drop const from @buffer of cftype->write_string()
Tejun Heo
1
-2
/
+2
2014-03-04
memcg: reparent charges of children before processing parent
Filipe Brandenburger
1
-1
/
+9
2014-03-04
memcg: fix endless loop in __mem_cgroup_iter_next()
Hugh Dickins
1
-2
/
+2
2014-02-26
memcg: change oom_info_lock to mutex
Michal Hocko
1
-3
/
+3
2014-02-13
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
Tejun Heo
1
-2
/
+2
2014-02-12
cgroup: remove cgroup->name
Tejun Heo
1
-50
/
+18
2014-02-11
cgroup: improve css_from_dir() into css_tryget_from_dir()
Tejun Heo
1
-9
/
+7
2014-02-08
cgroup: clean up cgroup_subsys names and initialization
Tejun Heo
1
-12
/
+10
2014-01-31
memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path
Vladimir Davydov
1
-4
/
+3
2014-01-24
memcg: remove unused code from kmem_cache_destroy_work_func
Vladimir Davydov
1
-4
/
+2
2014-01-24
memcg: fix css reference leak and endless loop in mem_cgroup_iter
Michal Hocko
1
-5
/
+13
2014-01-24
memcg: fix endless loop caused by mem_cgroup_iter
Michal Hocko
1
-3
/
+14
2014-01-24
mm, oom: prefer thread group leaders for display purposes
David Rientjes
1
-7
/
+12
2014-01-24
mm/memcg: iteration skip memcgs not yet fully initialized
Hugh Dickins
1
-4
/
+2
2014-01-24
mm/memcg: fix last_dead_count memory wastage
Hugh Dickins
1
-1
/
+1
2014-01-24
memcg: rework memcg_update_kmem_limit synchronization
Vladimir Davydov
1
-91
/
+105
2014-01-24
memcg: remove KMEM_ACCOUNTED_ACTIVATED flag
Vladimir Davydov
1
-27
/
+2
2014-01-24
memcg, slab: RCU protect memcg_params for root caches
Vladimir Davydov
1
-7
/
+8
2014-01-24
memcg: get rid of kmem_cache_dup()
Vladimir Davydov
1
-31
/
+8
2014-01-24
memcg, slab: fix races in per-memcg cache creation/destruction
Vladimir Davydov
1
-9
/
+14
2014-01-24
memcg: fix possible NULL deref while traversing memcg_slab_caches list
Vladimir Davydov
1
-7
/
+18
2014-01-24
memcg, slab: fix barrier usage when accessing memcg_caches
Vladimir Davydov
1
-14
/
+10
2014-01-24
memcg, slab: clean up memcg cache initialization/destruction
Vladimir Davydov
1
-34
/
+30
2014-01-24
memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path
Vladimir Davydov
1
-3
/
+8
2014-01-24
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
1
-14
/
+14
2014-01-24
memcg: do not use vmalloc for mem_cgroup allocations
Vladimir Davydov
1
-22
/
+6
2014-01-22
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
1
-7
/
+10
2014-01-22
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-74
/
+352
2014-01-22
memcg, oom: lock mem_cgroup_print_oom_info
Michal Hocko
1
-5
/
+7
2014-01-22
memcg: make memcg_update_cache_sizes() static
Vladimir Davydov
1
-1
/
+1
2014-01-22
memcg: fix kmem_account_flags check in memcg_can_account_kmem()
Vladimir Davydov
1
-1
/
+2
2014-01-03
memcg: fix memcg_size() calculation
Vladimir Davydov
1
-1
/
+1
2013-12-13
mm: memcg: do not allow task about to OOM kill to bypass the limit
Johannes Weiner
1
-1
/
+1
2013-12-13
mm: memcg: fix race condition between memcg teardown and swapin
Johannes Weiner
1
-0
/
+36
2013-12-13
mm: memcg: do not declare OOM from __GFP_NOFAIL allocations
Johannes Weiner
1
-0
/
+3
2013-12-05
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
Tejun Heo
1
-16
/
+12
2013-12-05
memcg: convert away from cftype->read() and ->read_map()
Tejun Heo
1
-28
/
+21
2013-11-23
cgroup: Merge branch 'memcg_event' into for-3.14
Tejun Heo
1
-32
/
+321
2013-11-23
memcg: rename cgroup_event to mem_cgroup_event
Tejun Heo
1
-20
/
+37
2013-11-23
memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state
Tejun Heo
1
-31
/
+22
[next]