index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-25
cgroup: add support for eBPF programs
Daniel Mack
1
-0
/
+18
2016-10-14
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-27
/
+48
2016-10-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-0
/
+24
2016-09-30
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-4
/
+25
2016-09-29
cgroup: fix error handling regressions in proc_cgroup_show() and cgroup_relea...
Tejun Heo
1
-3
/
+3
2016-09-27
Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+25
2016-09-23
cgroup: fix invalid controller enable rejections with cgroup namespace
Tejun Heo
1
-4
/
+25
2016-09-22
Merge branch 'nsfs-ioctls' into HEAD
Eric W. Biederman
1
-0
/
+6
2016-09-22
kernel: add a helper to get an owning user namespace for a namespace
Andrey Vagin
1
-0
/
+6
2016-09-22
userns: When the per user per user namespace limit is reached return ENOSPC
Eric W. Biederman
1
-1
/
+1
2016-09-22
Merge branch 'locking/urgent' into locking/core, to pick up fixes
Ingo Molnar
1
-0
/
+6
2016-09-19
cgroup: duplicate cgroup reference when cloning sockets
Johannes Weiner
1
-0
/
+6
2016-08-18
locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write()
Peter Zijlstra
1
-0
/
+6
2016-08-10
cgroup: add tracepoints for basic operations
Tejun Heo
1
-0
/
+25
2016-08-10
cgroup: make cgroup_path() and friends behave in the style of strlcpy()
Tejun Heo
1
-26
/
+22
2016-08-08
cgroupns: Add a limit on the number of cgroup namespaces
Eric W. Biederman
1
-0
/
+18
2016-07-29
Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+8
2016-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+35
2016-07-26
Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-9
/
+4
2016-07-19
cgroup: remove duplicated include from cgroup.c
Wei Yongjun
1
-1
/
+0
2016-07-15
cgroupns: Only allow creation of hierarchies in the initial cgroup namespace
Eric W. Biederman
1
-6
/
+2
2016-07-15
cgroupns: Close race between cgroup_post_fork and copy_cgroup_ns
Eric W. Biederman
1
-0
/
+5
2016-07-15
cgroupns: Fix the locking in copy_cgroup_ns
Eric W. Biederman
1
-4
/
+1
2016-07-01
cgroup: Add cgroup_get_from_fd
Martin KaFai Lau
1
-0
/
+35
2016-06-23
cgroup: Disable IRQs while holding css_set_lock
Daniel Bristot de Oliveira
1
-68
/
+74
2016-06-21
cgroup: allow NULL return from ss->css_alloc()
Tejun Heo
1
-0
/
+2
2016-06-17
cgroup: remove unnecessary 0 check from css_from_id()
Johannes Weiner
1
-1
/
+1
2016-06-17
cgroup: fix idr leak for the first cgroup root
Johannes Weiner
1
-7
/
+1
2016-06-16
cgroup: set css->id to -1 during init
Tejun Heo
1
-0
/
+1
2016-05-26
cgroup: remove redundant cleanup in css_create
Wenwei Tao
1
-4
/
+1
2016-05-12
cgroup: fix compile warning
Felipe Balbi
1
-1
/
+1
2016-05-09
cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces
Serge E. Hallyn
1
-0
/
+63
2016-04-25
cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...
Tejun Heo
1
-2
/
+5
2016-03-21
Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-4
/
+225
2016-03-16
cgroup: avoid false positive gcc-6 warning
Arnd Bergmann
1
-0
/
+3
2016-03-16
cgroup: ignore css_sets associated with dead cgroups during migration
Tejun Heo
1
-2
/
+18
2016-03-08
cgroup: implement cgroup_subsys->implicit_on_dfl
Tejun Heo
1
-7
/
+31
2016-03-08
cgroup: use css_set->mg_dst_cgrp for the migration target cgroup
Tejun Heo
1
-13
/
+13
2016-03-08
cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroup
Tejun Heo
1
-35
/
+35
2016-03-08
cgroup: move migration destination verification out of cgroup_migrate_prepare...
Tejun Heo
1
-8
/
+20
2016-03-08
cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()
Tejun Heo
1
-1
/
+1
2016-03-03
cgroup: update css iteration in cgroup_update_dfl_csses()
Tejun Heo
1
-11
/
+8
2016-03-03
cgroup: allocate 2x cgrp_cset_links when setting up a new root
Tejun Heo
1
-3
/
+4
2016-03-03
cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_mask
Tejun Heo
1
-10
/
+7
2016-03-03
cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friends
Tejun Heo
1
-79
/
+28
2016-03-03
cgroup: use cgroup_apply_enable_control() in cgroup creation path
Tejun Heo
1
-24
/
+14
2016-03-03
cgroup: combine cgroup_mutex locking and offline css draining
Tejun Heo
1
-28
/
+27
2016-03-03
cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...
Tejun Heo
1
-23
/
+58
2016-03-03
cgroup: introduce cgroup_{save|propagate|restore}_control()
Tejun Heo
1
-20
/
+62
2016-03-03
cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...
Tejun Heo
1
-10
/
+31
[next]