summaryrefslogtreecommitdiffstats
path: root/security/device_cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* device_cgroup: Fix RCU list debugging warningAmol Grover2020-08-201-1/+2
* device_cgroup: Cleanup cgroup eBPF device filter codeOdin Ugedal2020-04-131-3/+16
* device_cgroup: Export devcgroup_check_permissionHarish Kasiviswanathan2019-10-071-2/+13
* docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-1/+1
* docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* device_cgroup: fix RCU imbalance in error caseJann Horn2019-03-191-1/+1
* docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-1/+1
* device_cgroup: prepare code for bpf-based device controllerRoman Gushchin2017-11-051-45/+2
* device_cgroup: add DEVCG_ prefix to ACC_* and DEV_* constantsRoman Gushchin2017-11-051-36/+36
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* security/device_cgroup: Fix RCU_LOCKDEP_WARN() conditionPaul E. McKenney2015-09-031-1/+1
* rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-3/+3
* cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo2014-07-151-1/+1
* device_cgroup: use css_has_online_children() instead of has_children()Tejun Heo2014-05-161-17/+2
* device_cgroup: remove direct access to cgroup->childrenTejun Heo2014-05-161-2/+10
* cgroup: remove css_parent()Tejun Heo2014-05-161-4/+4
* cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-131-7/+7
* device_cgroup: check if exception removal is allowedAristeu Rozanski2014-05-051-3/+38
* device_cgroup: fix the comment format for recently added functionsAristeu Rozanski2014-05-041-17/+16
* device_cgroup: rework device access check and exception checkingAristeu Rozanski2014-04-211-40/+122
* cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-191-2/+2
* cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-6/+2
* cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-051-4/+3
* device_cgroup: remove can_attachSerge Hallyn2013-10-241-11/+0
* cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-081-1/+1
* cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-8/+3
* cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-6/+6
* cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-11/+11
* cgroup: add css_parent()Tejun Heo2013-08-081-13/+5
* cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-081-1/+1
* cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-2/+2
* device_cgroup: simplify cgroup tree walk in propagate_exception()Tejun Heo2013-05-241-38/+18
* devcg: remove parent_cgroup.Rami Rosen2013-04-181-2/+0
* devcg: remove broken_hierarchy tagTejun Heo2013-04-081-9/+0
* devcg: propagate local changes down the hierarchyAristeu Rozanski2013-03-201-7/+132
* devcg: use css_online and css_offlineAristeu Rozanski2013-03-201-17/+42
* devcg: prepare may_access() for hierarchy supportAristeu Rozanski2013-03-201-18/+31
* devcg: expand may_access() logicAristeu Rozanski2013-03-201-9/+12
* device_cgroup: don't grab mutex in rcu callbackJerry Snitselaar2013-02-211-9/+12
* security/device_cgroup: lock assert fails in dev_exception_clean()Jerry Snitselaar2013-01-221-0/+2
* cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-4/+4
* device_cgroup: add lockdep assertsTejun Heo2012-11-061-0/+12
* device_cgroup: fix RCU usageTejun Heo2012-11-061-3/+3
* device_cgroup: fix unchecked cgroup parent usageAristeu Rozanski2012-11-061-2/+10
* device_cgroup: add proper checking when changing default behaviorAristeu Rozanski2012-10-251-1/+18
* device_cgroup: stop using simple_strtoul()Aristeu Rozanski2012-10-251-6/+22
* device_cgroup: rename deny_all to behaviorAristeu Rozanski2012-10-251-11/+14
* cgroup: fix invalid rcu dereferenceJiri Slaby2012-10-251-8/+7
* device_cgroup: rename whitelist to exception listAristeu Rozanski2012-10-061-99/+99
* device_cgroup: convert device_cgroup internally to policy + exceptionsAristeu Rozanski2012-10-061-98/+134