1. b2b2862 device_cgroup: fix RCU imbalance in error case by Jann Horn · 5 years ago
  2. dc3a04d security/device_cgroup: Fix RCU_LOCKDEP_WARN() condition by Paul E. McKenney · 9 years ago
  3. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  4. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
  5. 7a3bb24 device_cgroup: use css_has_online_children() instead of has_children() by Tejun Heo · 10 years ago
  6. 5877019 device_cgroup: remove direct access to cgroup->children by Tejun Heo · 10 years ago
  7. 5c9d535 cgroup: remove css_parent() by Tejun Heo · 10 years ago
  8. 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 10 years ago
  9. d2c2b11 device_cgroup: check if exception removal is allowed by Aristeu Rozanski · 10 years ago
  10. f5f3cf6f device_cgroup: fix the comment format for recently added functions by Aristeu Rozanski · 10 years ago
  11. 79d7197 device_cgroup: rework device access check and exception checking by Aristeu Rozanski · 10 years ago
  12. 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 10 years ago
  13. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  14. 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 10 years ago
  15. 73ba353 device_cgroup: remove can_attach by Serge Hallyn · 11 years ago
  16. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  17. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  18. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  19. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  20. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  21. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  22. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  23. d591fb5 device_cgroup: simplify cgroup tree walk in propagate_exception() by Tejun Heo · 11 years ago
  24. e57d5cf devcg: remove parent_cgroup. by Rami Rosen · 11 years ago
  25. 8adf12b devcg: remove broken_hierarchy tag by Tejun Heo · 11 years ago
  26. bd2953e devcg: propagate local changes down the hierarchy by Aristeu Rozanski · 11 years ago
  27. 1909554c devcg: use css_online and css_offline by Aristeu Rozanski · 11 years ago
  28. c39a2a3 devcg: prepare may_access() for hierarchy support by Aristeu Rozanski · 11 years ago
  29. 26898fd devcg: expand may_access() logic by Aristeu Rozanski · 11 years ago
  30. 53eb8c8 device_cgroup: don't grab mutex in rcu callback by Jerry Snitselaar · 11 years ago
  31. 103a197 security/device_cgroup: lock assert fails in dev_exception_clean() by Jerry Snitselaar · 11 years ago
  32. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 11 years ago
  33. 4b1c784 device_cgroup: add lockdep asserts by Tejun Heo · 11 years ago
  34. 201e72a device_cgroup: fix RCU usage by Tejun Heo · 11 years ago
  35. 64e1047 device_cgroup: fix unchecked cgroup parent usage by Aristeu Rozanski · 11 years ago
  36. 4cef729 device_cgroup: add proper checking when changing default behavior by Aristeu Rozanski · 12 years ago
  37. 26fd840 device_cgroup: stop using simple_strtoul() by Aristeu Rozanski · 12 years ago
  38. 5b7aa7d device_cgroup: rename deny_all to behavior by Aristeu Rozanski · 12 years ago
  39. 8c9506d cgroup: fix invalid rcu dereference by Jiri Slaby · 12 years ago
  40. db9aeca device_cgroup: rename whitelist to exception list by Aristeu Rozanski · 12 years ago
  41. ad67607 device_cgroup: convert device_cgroup internally to policy + exceptions by Aristeu Rozanski · 12 years ago
  42. 868539a device_cgroup: introduce dev_whitelist_clean() by Aristeu Rozanski · 12 years ago
  43. 66b8ef6 device_cgroup: add "deny_all" in dev_cgroup structure by Aristeu Rozanski · 12 years ago
  44. 8c7f6ed cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them by Tejun Heo · 12 years ago
  45. 4baf6e3 cgroup: convert all non-memcg controllers to the new cftype interface by Tejun Heo · 12 years ago
  46. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 12 years ago
  47. 2f7ee56 cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_attach() and attach() by Tejun Heo · 12 years ago
  48. 6034f7e security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  49. 482e0cd devcgroup_inode_permission: take "is it a device node" checks to inlined wrapper by Al Viro · 13 years ago
  50. f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 13 years ago
  51. 0ffbe26 Merge branch 'master' into next by James Morris · 14 years ago
  52. c5b60b5 security: whitespace coding style fixes by Justin P. Mattock · 14 years ago
  53. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  54. be367d0 cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time by Ben Blum · 15 years ago
  55. cd50081 devcgroup: skip superfluous checks when found the DEV_ALL elem by Li Zefan · 15 years ago
  56. b4046f0 devcgroup: avoid using cgroup_lock by Li Zefan · 15 years ago
  57. 0b82ac3 devices cgroup: allow mkfifo by Serge E. Hallyn · 15 years ago
  58. 116e057 devcgroup: use list_for_each_entry_rcu() by Lai Jiangshan · 15 years ago
  59. 47c5980 devcgroup: remove spin_lock() by Lai Jiangshan · 16 years ago
  60. c012a54 devcgroup: remove unused variable by Li Zefan · 16 years ago
  61. 2cdc724 devcgroup: use kmemdup() by Li Zefan · 16 years ago
  62. 36fd71d devcgroup: fix race against rmdir() by Li Zefan · 16 years ago
  63. 7759fc9 devcgroup: code cleanup by Li Zefan · 16 years ago
  64. 4efd1a1 devcgroup: relax white-list protection down to RCU by Pavel Emelyanov · 16 years ago
  65. f92523e cgroup files: convert devcgroup_access_write() into a cgroup write_string() handler by Paul Menage · 16 years ago
  66. ec229e8 devcgroup: fix permission check when adding entry to child cgroup by Li Zefan · 16 years ago
  67. 17d213f devcgroup: always show positive major/minor num by Li Zefan · 16 years ago
  68. d823f6b devcgroup: fix odd behaviour when writing 'a' to devices.allow by Li Zefan · 16 years ago
  69. d1ee297 devscgroup: make white list more compact in some cases by Pavel Emelyanov · 16 years ago
  70. cc9cb21 devscgroup: relax task to dev_cgroup conversion by Pavel Emelyanov · 16 years ago
  71. b66862f devcgroup: make a helper to convert cgroup_subsys_state to devs_cgroup by Pavel Emelyanov · 16 years ago
  72. 29486df cgroups: introduce cft->read_seq() by Serge E. Hallyn · 16 years ago
  73. 08ce5f1 cgroups: implement device whitelist by Serge E. Hallyn · 16 years ago