index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cgroup-v1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup: Optimize single thread migration
Michal Koutný
2019-10-07
1
-2
/
+3
*
Use kvmalloc in cgroups-v1
Marc Koderer
2019-08-07
1
-23
/
+4
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
cgroup: implement __cgroup_task_count() helper
Roman Gushchin
2019-04-19
1
-16
/
+0
*
vfs: Add some logging to the core users of the fs_context log
David Howells
2019-02-28
1
-1
/
+1
*
cgroup: store a reference to cgroup_ns into cgroup_fs_context
Al Viro
2019-02-28
1
-5
/
+3
*
cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper
Al Viro
2019-02-28
1
-41
/
+46
*
cgroup_do_mount(): massage calling conventions
Al Viro
2019-02-28
1
-12
/
+5
*
cgroup: stash cgroup_root reference into cgroup_fs_context
Al Viro
2019-02-28
1
-1
/
+3
*
cgroup1: switch to option-by-option parsing
Al Viro
2019-02-28
1
-83
/
+109
*
cgroup: take options parsing into ->parse_monolithic()
Al Viro
2019-02-28
1
-76
/
+67
*
cgroup: fold cgroup1_mount() into cgroup1_get_tree()
Al Viro
2019-02-28
1
-9
/
+17
*
cgroup: start switching to fs_context
Al Viro
2019-02-28
1
-4
/
+5
*
cgroup: saner refcounting for cgroup_root
Al Viro
2019-01-17
1
-45
/
+13
*
cgroup: Add named hierarchy disabling to cgroup_no_v1 boot param
Tejun Heo
2018-12-28
1
-1
/
+13
*
cgroup/tracing: Move taking of spin lock out of trace event handlers
Steven Rostedt (VMware)
2018-07-11
1
-2
/
+2
*
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-05-16
1
-13
/
+1
*
cgroup: Fix deadlock in cpu hotplug path
Prateek Sood
2017-12-19
1
-1
/
+5
*
cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroup
Waiman Long
2017-08-18
1
-0
/
+6
*
cgroup: implement cgroup v2 thread support
Tejun Heo
2017-07-21
1
-2
/
+3
*
cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS
Tejun Heo
2017-07-21
1
-3
/
+3
*
cgroup: reorganize cgroup.procs / task write path
Tejun Heo
2017-07-21
1
-5
/
+53
*
cgroup: Move debug cgroup to its own file
Waiman Long
2017-06-14
1
-148
/
+1
*
cgroup: Keep accurate count of tasks in each css_set
Waiman Long
2017-06-14
1
-5
/
+1
*
Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2017-05-01
1
-3
/
+17
|
\
|
*
cgroup: avoid attaching a cgroup root to two different superblocks, take 2
Zefan Li
2017-04-28
1
-1
/
+15
|
*
kernel: convert css_set.refcount from atomic_t to refcount_t
Elena Reshetova
2017-03-08
1
-2
/
+2
*
|
Revert "cgroup: avoid attaching a cgroup root to two different superblocks"
Tejun Heo
2017-04-16
1
-1
/
+1
*
|
cgroup: avoid attaching a cgroup root to two different superblocks
Zefan Li
2017-04-11
1
-1
/
+1
*
|
cgroups: censor kernel pointer in debug files
Kees Cook
2017-03-06
1
-1
/
+1
|
/
*
sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>
Ingo Molnar
2017-03-03
1
-0
/
+1
*
sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>
Ingo Molnar
2017-03-03
1
-0
/
+1
*
sched/headers: Move task_struct::signal and task_struct::sighand types and ac...
Ingo Molnar
2017-03-03
1
-0
/
+1
*
cgroup: call subsys->*attach() only for subsystems which are actually affecte...
Tejun Heo
2017-01-15
1
-1
/
+1
*
cgroup: track migration context in cgroup_mgctx
Tejun Heo
2017-01-15
1
-5
/
+5
*
cgroup: fix RCU related sparse warnings
Tejun Heo
2016-12-27
1
-1
/
+1
*
cgroup: rename functions for consistency
Tejun Heo
2016-12-27
1
-7
/
+7
*
cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.c
Tejun Heo
2016-12-27
1
-3
/
+378
*
cgroup: separate out cgroup1_kf_syscall_ops
Tejun Heo
2016-12-27
1
-9
/
+2
*
cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.c
Tejun Heo
2016-12-27
1
-0
/
+1027