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.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
/
security
/
device_cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-24
device_cgroup: remove can_attach
Serge Hallyn
1
-11
/
+0
2013-08-09
cgroup: make css_for_each_descendant() and friends include the origin css in ...
Tejun Heo
1
-1
/
+1
2013-08-09
cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
1
-8
/
+3
2013-08-09
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
Tejun Heo
1
-6
/
+6
2013-08-09
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
Tejun Heo
1
-11
/
+11
2013-08-09
cgroup: add css_parent()
Tejun Heo
1
-13
/
+5
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
-2
/
+2
2013-05-24
device_cgroup: simplify cgroup tree walk in propagate_exception()
Tejun Heo
1
-38
/
+18
2013-04-18
devcg: remove parent_cgroup.
Rami Rosen
1
-2
/
+0
2013-04-08
devcg: remove broken_hierarchy tag
Tejun Heo
1
-9
/
+0
2013-03-20
devcg: propagate local changes down the hierarchy
Aristeu Rozanski
1
-7
/
+132
2013-03-20
devcg: use css_online and css_offline
Aristeu Rozanski
1
-17
/
+42
2013-03-20
devcg: prepare may_access() for hierarchy support
Aristeu Rozanski
1
-18
/
+31
2013-03-20
devcg: expand may_access() logic
Aristeu Rozanski
1
-9
/
+12
2013-02-22
device_cgroup: don't grab mutex in rcu callback
Jerry Snitselaar
1
-9
/
+12
2013-01-21
security/device_cgroup: lock assert fails in dev_exception_clean()
Jerry Snitselaar
1
-0
/
+2
2012-11-19
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
1
-4
/
+4
2012-11-07
device_cgroup: add lockdep asserts
Tejun Heo
1
-0
/
+12
2012-11-07
device_cgroup: fix RCU usage
Tejun Heo
1
-3
/
+3
2012-11-06
device_cgroup: fix unchecked cgroup parent usage
Aristeu Rozanski
1
-2
/
+10
2012-10-26
device_cgroup: add proper checking when changing default behavior
Aristeu Rozanski
1
-1
/
+18
2012-10-26
device_cgroup: stop using simple_strtoul()
Aristeu Rozanski
1
-6
/
+22
2012-10-26
device_cgroup: rename deny_all to behavior
Aristeu Rozanski
1
-11
/
+14
2012-10-26
cgroup: fix invalid rcu dereference
Jiri Slaby
1
-8
/
+7
2012-10-05
device_cgroup: rename whitelist to exception list
Aristeu Rozanski
1
-99
/
+99
2012-10-05
device_cgroup: convert device_cgroup internally to policy + exceptions
Aristeu Rozanski
1
-98
/
+134
2012-10-05
device_cgroup: introduce dev_whitelist_clean()
Aristeu Rozanski
1
-5
/
+17
2012-10-05
device_cgroup: add "deny_all" in dev_cgroup structure
Aristeu Rozanski
1
-0
/
+5
2012-09-14
cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...
Tejun Heo
1
-0
/
+9
2012-04-01
cgroup: convert all non-memcg controllers to the new cftype interface
Tejun Heo
1
-8
/
+2
2012-02-02
cgroup: remove cgroup_subsys argument from callbacks
Li Zefan
1
-6
/
+4
2011-12-13
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...
Tejun Heo
1
-3
/
+4
2011-07-20
security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu()
Lai Jiangshan
1
-9
/
+1
2011-06-20
devcgroup_inode_permission: take "is it a device node" checks to inlined wrapper
Al Viro
1
-7
/
+1
2011-05-27
cgroups: add per-thread subsystem callbacks
Ben Blum
1
-2
/
+1
2010-05-06
Merge branch 'master' into next
James Morris
1
-0
/
+1
2010-04-23
security: whitespace coding style fixes
Justin P. Mattock
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-24
cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time
Ben Blum
1
-1
/
+2
2009-06-19
devcgroup: skip superfluous checks when found the DEV_ALL elem
Li Zefan
1
-4
/
+6
2009-04-03
devcgroup: avoid using cgroup_lock
Li Zefan
1
-8
/
+13
2009-01-08
devices cgroup: allow mkfifo
Serge E. Hallyn
1
-0
/
+3
2009-01-08
devcgroup: use list_for_each_entry_rcu()
Lai Jiangshan
1
-1
/
+1
2008-10-20
devcgroup: remove spin_lock()
Lai Jiangshan
1
-29
/
+5
2008-10-20
devcgroup: remove unused variable
Li Zefan
1
-2
/
+1
2008-10-20
devcgroup: use kmemdup()
Li Zefan
1
-7
/
+2
2008-09-03
devcgroup: fix race against rmdir()
Li Zefan
1
-9
/
+9
2008-07-25
devcgroup: code cleanup
Li Zefan
1
-14
/
+8
2008-07-25
devcgroup: relax white-list protection down to RCU
Pavel Emelyanov
1
-13
/
+22
[next]