aboutsummaryrefslogtreecommitdiff
path: root/security/device_cgroup.c
AgeCommit message (Expand)Author
2013-02-21device_cgroup: don't grab mutex in rcu callbackJerry Snitselaar
2013-01-22security/device_cgroup: lock assert fails in dev_exception_clean()Jerry Snitselaar
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-06device_cgroup: add lockdep assertsTejun Heo
2012-11-06device_cgroup: fix RCU usageTejun Heo
2012-11-06device_cgroup: fix unchecked cgroup parent usageAristeu Rozanski
2012-10-25device_cgroup: add proper checking when changing default behaviorAristeu Rozanski
2012-10-25device_cgroup: stop using simple_strtoul()Aristeu Rozanski
2012-10-25device_cgroup: rename deny_all to behaviorAristeu Rozanski
2012-10-25cgroup: fix invalid rcu dereferenceJiri Slaby
2012-10-06device_cgroup: rename whitelist to exception listAristeu Rozanski
2012-10-06device_cgroup: convert device_cgroup internally to policy + exceptionsAristeu Rozanski
2012-10-06device_cgroup: introduce dev_whitelist_clean()Aristeu Rozanski
2012-10-06device_cgroup: add "deny_all" in dev_cgroup structureAristeu Rozanski
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo
2011-07-20security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu()Lai Jiangshan
2011-06-20devcgroup_inode_permission: take "is it a device node" checks to inlined wrapperAl Viro
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum
2010-05-06Merge branch 'master' into nextJames Morris
2010-04-23security: whitespace coding style fixesJustin P. Mattock
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-06-18devcgroup: skip superfluous checks when found the DEV_ALL elemLi Zefan
2009-04-02devcgroup: avoid using cgroup_lockLi Zefan
2009-01-08devices cgroup: allow mkfifoSerge E. Hallyn
2009-01-08devcgroup: use list_for_each_entry_rcu()Lai Jiangshan
2008-10-20devcgroup: remove spin_lock()Lai Jiangshan
2008-10-20devcgroup: remove unused variableLi Zefan
2008-10-20devcgroup: use kmemdup()Li Zefan
2008-09-02devcgroup: fix race against rmdir()Li Zefan
2008-07-25devcgroup: code cleanupLi Zefan
2008-07-25devcgroup: relax white-list protection down to RCUPavel Emelyanov
2008-07-25cgroup files: convert devcgroup_access_write() into a cgroup write_string() h...Paul Menage
2008-07-13devcgroup: fix permission check when adding entry to child cgroupLi Zefan
2008-07-13devcgroup: always show positive major/minor numLi Zefan
2008-07-04devcgroup: fix odd behaviour when writing 'a' to devices.allowLi Zefan
2008-06-06devscgroup: make white list more compact in some casesPavel Emelyanov
2008-06-06devscgroup: relax task to dev_cgroup conversionPavel Emelyanov
2008-06-06devcgroup: make a helper to convert cgroup_subsys_state to devs_cgroupPavel Emelyanov
2008-04-29cgroups: introduce cft->read_seq()Serge E. Hallyn
2008-04-29cgroups: implement device whitelistSerge E. Hallyn