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-09-13
memcg: add per cgroup writeback pages accounting
Sha Zhengju
1
-7
/
+23
2013-09-13
memcg: check for proper lock held in mem_cgroup_update_page_stat
Sha Zhengju
1
-0
/
+1
2013-09-13
memcg: remove MEMCG_NR_FILE_MAPPED
Sha Zhengju
1
-24
/
+1
2013-09-13
memcg: rename RESOURCE_MAX to RES_COUNTER_MAX
Sha Zhengju
1
-2
/
+2
2013-09-13
mm: memcg: do not trap chargers with full callstack on OOM
Johannes Weiner
1
-47
/
+107
2013-09-13
mm: memcg: rework and document OOM waiting and wakeup
Johannes Weiner
1
-37
/
+46
2013-09-13
mm: memcg: enable memcg OOM killer only for user faults
Johannes Weiner
1
-1
/
+1
2013-09-13
memcg: trivial cleanups
Andrew Morton
1
-15
/
+15
2013-09-13
memcg: track all children over limit in the root
Michal Hocko
1
-0
/
+9
2013-09-13
memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything
Michal Hocko
1
-1
/
+5
2013-09-13
memcg: track children in soft limit excess to improve soft limit
Michal Hocko
1
-0
/
+71
2013-09-13
memcg: enhance memcg iterator to support predicates
Michal Hocko
1
-15
/
+55
2013-09-13
vmscan, memcg: do softlimit reclaim also for targeted reclaim
Michal Hocko
1
-5
/
+9
2013-09-13
memcg: get rid of soft-limit tree infrastructure
Michal Hocko
1
-263
/
+2
2013-09-13
memcg, vmscan: integrate soft reclaim tighter with zone shrinking code
Michal Hocko
1
-142
/
+21
2013-09-13
memcg: remove redundant code in mem_cgroup_force_empty_write()
Li Zefan
1
-7
/
+1
2013-09-12
memcg: fix multiple large threshold notifications
Greg Thelen
1
-1
/
+7
2013-09-12
kmemcg: don't allocate extra memory for root memcg_cache_params
Andrey Vagin
1
-3
/
+6
2013-09-04
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-127
/
+96
2013-08-23
memcg: get rid of swapaccount leftovers
Michal Hocko
1
-1
/
+0
2013-08-14
memcg: don't initialize kmem-cache destroying work for root caches
Andrey Vagin
1
-2
/
+2
2013-08-09
cgroup: make css_for_each_descendant() and friends include the origin css in ...
Tejun Heo
1
-8
/
+1
2013-08-09
cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...
Tejun Heo
1
-13
/
+8
2013-08-09
cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
1
-6
/
+5
2013-08-09
cgroup: make cgroup_task_iter remember the cgroup being iterated
Tejun Heo
1
-3
/
+3
2013-08-09
cgroup: rename cgroup_iter to cgroup_task_iter
Tejun Heo
1
-5
/
+5
2013-08-09
cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
1
-11
/
+9
2013-08-09
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
Tejun Heo
1
-43
/
+45
2013-08-09
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
Tejun Heo
1
-19
/
+19
2013-08-09
cgroup: add css_parent()
Tejun Heo
1
-28
/
+11
2013-08-09
cgroup: add/update accessors which obtain subsys specific data from css
Tejun Heo
1
-1
/
+1
2013-08-09
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
Tejun Heo
1
-3
/
+2
2013-08-01
vmpressure: make sure there are no events queued after memcg is offlined
Michal Hocko
1
-0
/
+1
2013-07-15
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
1
-1
/
+1
2013-07-09
memcg: don't need to free memcg via RCU or workqueue
Li Zefan
1
-46
/
+5
2013-07-09
memcg: kill memcg refcnt
Li Zefan
1
-17
/
+1
2013-07-09
memcg: don't need to get a reference to the parent
Li Zefan
1
-16
/
+3
2013-07-09
memcg: use css_get/put for swap memcg
Li Zefan
1
-10
/
+16
2013-07-09
memcg: use css_get/put when charging/uncharging kmem
Li Zefan
1
-26
/
+54
2013-07-09
memcg: don't use mem_cgroup_get() when creating a kmemcg cache
Li Zefan
1
-5
/
+5
2013-07-09
memcg: use css_get() in sock_update_memcg()
Li Zefan
1
-4
/
+4
2013-07-09
memcg, kmem: fix reference count handling on the error path
Michal Hocko
1
-8
/
+0
2013-07-09
Revert "memcg: avoid dangling reference count in creation failure"
Michal Hocko
1
-2
/
+0
2013-07-09
memcg: do not account memory used for cache creation
Glauber Costa
1
-0
/
+2
2013-07-09
memcg: also test for skip accounting at the page allocation level
Glauber Costa
1
-0
/
+28
2013-07-09
memcg: clean up memcg->nodeinfo
Johannes Weiner
1
-15
/
+5
2013-07-04
mm: memcontrol: factor out reclaim iterator loading and updating
Johannes Weiner
1
-29
/
+57
2013-07-04
mm, memcg: don't take task_lock in task_in_mem_cgroup
David Rientjes
1
-5
/
+6
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
[next]