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.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
2013-06-13
mm: memcontrol: fix lockless reclaim hierarchy iterator
Johannes Weiner
1
-7
/
+5
2013-06-13
memcg: don't initialize kmem-cache destroying work for root caches
Andrey Vagin
1
-2
/
+0
2013-05-25
mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge
Johannes Weiner
1
-2
/
+12
2013-05-08
mm, memcg: add rss_huge stat to memory.stat
David Rientjes
1
-10
/
+26
2013-04-30
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-31
/
+49
2013-04-30
memcg: take reference before releasing rcu_read_lock
Li Zefan
1
-30
/
+33
2013-04-30
mm, memcg: give exiting processes access to memory reserves
David Rientjes
1
-4
/
+4
2013-04-30
memcg: avoid accessing memcg after releasing reference
Li Zefan
1
-1
/
+1
2013-04-30
memcg: add memory.pressure_level events
Anton Vorontsov
1
-0
/
+29
2013-04-30
mm/memcontrol.c: remove unnecessary ;
Michel Lespinasse
1
-1
/
+1
2013-04-30
memcg: do not check for do_swap_account in mem_cgroup_{read,write,reset}
Michal Hocko
1
-9
/
+0
2013-04-30
memcg: further simplify mem_cgroup_iter
Michal Hocko
1
-33
/
+46
2013-04-30
memcg: simplify mem_cgroup_iter
Michal Hocko
1
-27
/
+25
2013-04-30
memcg: relax memcg iter caching
Michal Hocko
1
-17
/
+52
2013-04-30
memcg: rework mem_cgroup_iter to use cgroup iterators
Michal Hocko
1
-18
/
+68
2013-04-30
memcg: keep prev's css alive for the whole mem_cgroup_iter
Michal Hocko
1
-6
/
+7
2013-04-16
memcg: force use_hierarchy if sane_behavior
Tejun Heo
1
-0
/
+17
2013-04-07
memcg: fix memcg_cache_name() to use cgroup_name()
Michal Hocko
1
-31
/
+32
2013-03-09
memcg: initialize kmem-cache destroying work earlier
Konstantin Khlebnikov
1
-2
/
+6
2013-02-24
memcg: stop warning on memcg_propagate_kmem
Hugh Dickins
1
-2
/
+2
2013-02-24
memcg: cleanup mem_cgroup_init comment
Michal Hocko
1
-4
/
+6
2013-02-24
memcg: move memcg_stock initialization to mem_cgroup_init
Michal Hocko
1
-8
/
+12
2013-02-24
memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_init
Michal Hocko
1
-16
/
+3
2013-02-24
mm: refactor inactive_file_is_low() to use get_lru_size()
Johannes Weiner
1
-11
/
+0
2013-02-24
memcg: avoid dangling reference count in creation failure.
Glauber Costa
1
-0
/
+2
2013-02-24
memcg: increment static branch right after limit set
Glauber Costa
1
-24
/
+7
2013-02-24
memcg: replace cgroup_lock with memcg specific memcg_lock
Glauber Costa
1
-18
/
+21
2013-02-24
memcg: fast hierarchy-aware child test
Glauber Costa
1
-7
/
+31
2013-02-24
memcg: split part of memcg creation to css_online
Glauber Costa
1
-22
/
+40
2013-02-24
memcg: prevent changes to move_charge_at_immigrate during task attach
Glauber Costa
1
-13
/
+19
2013-02-24
memcg: reduce the size of struct memcg 244-fold.
Glauber Costa
1
-15
/
+26
2013-02-24
memcg: clean up swap accounting initialization code
Michal Hocko
1
-18
/
+12
2013-02-24
memcg: do not create memsw files if swap accounting is disabled
Michal Hocko
1
-40
/
+54
2013-02-24
swap: make each swap partition have one address_space
Shaohua Li
1
-2
/
+2
2013-02-24
mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()
Andrew Morton
1
-8
/
+7
2013-02-24
memcg, oom: provide more precise dump info while memcg oom happening
Sha Zhengju
1
-10
/
+37
2013-02-13
memcg: fix kmemcg registration for late caches
Glauber Costa
1
-1
/
+3
2012-12-21
memcg: don't register hotcpu notifier from ->css_alloc()
Tejun Heo
1
-1
/
+13
2012-12-19
slab: propagate tunable values
Glauber Costa
1
-4
/
+6
2012-12-19
memcg: aggregate memcg cache values in slabinfo
Glauber Costa
1
-1
/
+29
2012-12-19
memcg/sl[au]b: shrink dead caches
Glauber Costa
1
-3
/
+43
2012-12-19
memcg/sl[au]b: track all the memcg children of a kmem_cache
Glauber Costa
1
-2
/
+47
2012-12-19
memcg: destroy memcg caches
Glauber Costa
1
-0
/
+63
2012-12-19
sl[au]b: allocate objects from memcg cache
Glauber Costa
1
-0
/
+3
2012-12-19
memcg: skip memcg kmem allocations in specified code regions
Glauber Costa
1
-3
/
+54
2012-12-19
memcg: infrastructure to match an allocation to the right cache
Glauber Costa
1
-0
/
+217
2012-12-19
memcg: allocate memory for memcg caches whenever a new memcg appears
Glauber Costa
1
-16
/
+191
2012-12-19
slab/slub: consider a memcg parameter in kmem_create_cache
Glauber Costa
1
-0
/
+51
2012-12-19
memcg: execute the whole memcg freeing in free_worker()
Glauber Costa
1
-32
/
+34
2012-12-19
memcg: allow a memcg with kmem charges to be destructed
Glauber Costa
1
-1
/
+14
[next]