1. af000ce cgroup: Do not report unavailable v1 controllers in /proc/cgroups by Michal Koutný · 6 months ago
  2. 3c41382 cgroup: Disallow mounting v1 hierarchies without controller implementation by Michal Koutný · 6 months ago
  3. 19fc8a8 cgroup: Avoid unnecessary looping in cgroup_no_v1() by Xiu Jianfeng · 11 months ago
  4. 80955ae Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 1 year, 2 months ago
  5. ff6d413 kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy() by Kees Cook · 1 year, 3 months ago
  6. aecd408 cgroup: Add a new helper for cgroup1 hierarchy by Yafang Shao · 1 year, 4 months ago
  7. 1ca0b60 cgroup: Remove duplicates in cgroup v1 tasks file by Michal Koutný · 1 year, 5 months ago
  8. e7e64a1 cgroup: clean up if condition in cgroup_pidlist_start() by Miaohe Lin · 1 year, 7 months ago
  9. 6e2332e0 Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 1 year, 9 months ago
  10. c33080c cgroup: Replace all non-returning strlcpy with strscpy by Azeem Shaikh · 1 year, 10 months ago
  11. ab1de7e cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks() by Qi Zheng · 1 year, 10 months ago
  12. 4cdb91b cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers by Kamalesh Babulal · 2 years ago
  13. 075b593 cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all() by Tetsuo Handa · 2 years, 7 months ago
  14. 43626da cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all() by Tetsuo Handa · 2 years, 7 months ago
  15. 6a010a4 cgroup: Make !percpu threadgroup_rwsem operations optional by Tejun Heo · 2 years, 8 months ago
  16. 467a726 cgroup-v1: Correct privileges check in release_agent writes by Michal Koutný · 3 years, 1 month ago
  17. 24f6008 cgroup-v1: Require capabilities to set release_agent by Eric W. Biederman · 3 years, 2 months ago
  18. 0d2b5955 cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv by Tejun Heo · 3 years, 2 months ago
  19. 1756d79 cgroup: Use open-time credentials for process migraton perm checks by Tejun Heo · 3 years, 2 months ago
  20. 822bc9b cgroup: no need for cgroup_mutex for /proc/cgroups by Shakeel Butt · 3 years, 5 months ago
  21. bb75842 cgroup: remove cgroup_mutex from cgroupstats_build by Shakeel Butt · 3 years, 5 months ago
  22. 0061270 cgroup: cgroup-v1: do not exclude cgrp_dfl_root by Vishal Verma · 3 years, 5 months ago
  23. 69dc801 Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 6 months ago
  24. b4cc619 cgroup: cgroup-v1: clean up kernel-doc notation by Randy Dunlap · 3 years, 7 months ago
  25. 1e7107c cgroup1: fix leaked context root causing sporadic NULL deref in LTP by Paul Gortmaker · 3 years, 9 months ago
  26. d1d488d fs: add vfs_parse_fs_param_source() helper by Christian Brauner · 3 years, 8 months ago
  27. 3b04627 cgroup: verify that source is a string by Christian Brauner · 3 years, 8 months ago
  28. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 9 months ago
  29. b7e24eb cgroup1: don't allow '\n' in renaming by Alexander Kuznetsov · 3 years, 9 months ago
  30. 08b2b6f cgroup: fix spelling mistakes by Zhen Lei · 3 years, 10 months ago
  31. ffeee41 cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io() by Chunguang Xu · 4 years ago
  32. 61e960b cgroup-v1: add disabled controller check in cgroup1_parse_param() by Chen Zhou · 4 years, 2 months ago
  33. 2d18e54 cgroup: Fix memory leak when parsing multiple source parameters by Qinglang Miao · 4 years, 3 months ago
  34. e7b20d9 cgroup: Restructure release_agent_path handling by Tejun Heo · 5 years ago
  35. 2e5383d cgroup1: don't call release_agent when it is "" by Tycho Andersen · 5 years ago
  36. db8dd96 cgroup-v1: cgroup_pidlist_next should update position index by Vasily Averin · 5 years ago
  37. 58c025f cgroup1: switch to use of errorfc() et.al. by Al Viro · 5 years ago
  38. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 6 years ago
  39. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  40. fbc2d16 get rid of cg_invalf() by Al Viro · 5 years ago
  41. 9a3284f cgroup: Optimize single thread migration by Michal Koutný · 5 years ago
  42. 653a23c Use kvmalloc in cgroups-v1 by Marc Koderer · 6 years ago
  43. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  44. aade7f9 cgroup: implement __cgroup_task_count() helper by Roman Gushchin · 6 years ago
  45. 06a2ae5 vfs: Add some logging to the core users of the fs_context log by David Howells · 6 years ago
  46. cca8f32 cgroup: store a reference to cgroup_ns into cgroup_fs_context by Al Viro · 6 years ago
  47. 6678889 cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper by Al Viro · 6 years ago
  48. 71d883c cgroup_do_mount(): massage calling conventions by Al Viro · 6 years ago
  49. cf6299b1 cgroup: stash cgroup_root reference into cgroup_fs_context by Al Viro · 6 years ago
  50. 8d2451f cgroup1: switch to option-by-option parsing by Al Viro · 6 years ago
  51. f5dfb53 cgroup: take options parsing into ->parse_monolithic() by Al Viro · 6 years ago
  52. 7feeef5 cgroup: fold cgroup1_mount() into cgroup1_get_tree() by Al Viro · 6 years ago
  53. 9012962 cgroup: start switching to fs_context by Al Viro · 6 years ago
  54. 35ac118 cgroup: saner refcounting for cgroup_root by Al Viro · 6 years ago
  55. 3fc9c12 cgroup: Add named hierarchy disabling to cgroup_no_v1 boot param by Tejun Heo · 6 years ago
  56. e4f8d81 cgroup/tracing: Move taking of spin lock out of trace event handlers by Steven Rostedt (VMware) · 7 years ago
  57. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  58. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  59. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  60. 116d2f7 cgroup: Fix deadlock in cpu hotplug path by Prateek Sood · 7 years ago
  61. e1cba4b cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroup by Waiman Long · 8 years ago
  62. 8cfd814 cgroup: implement cgroup v2 thread support by Tejun Heo · 8 years ago
  63. bc2fb7e cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS by Tejun Heo · 8 years ago
  64. 715c809 cgroup: reorganize cgroup.procs / task write path by Tejun Heo · 8 years ago
  65. a28f8f5 cgroup: Move debug cgroup to its own file by Waiman Long · 8 years ago
  66. 73a7242 cgroup: Keep accurate count of tasks in each css_set by Waiman Long · 8 years ago
  67. 9410091 Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  68. 9732adc cgroup: avoid attaching a cgroup root to two different superblocks, take 2 by Zefan Li · 8 years ago
  69. 330c418 Revert "cgroup: avoid attaching a cgroup root to two different superblocks" by Tejun Heo · 8 years ago
  70. bfb0b80 cgroup: avoid attaching a cgroup root to two different superblocks by Zefan Li · 8 years ago
  71. 4b9502e6 kernel: convert css_set.refcount from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  72. b6a6759 cgroups: censor kernel pointer in debug files by Kees Cook · 8 years ago
  73. 50ff9d1 sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  74. 56cd697 sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  75. c3edc40 sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  76. bfc2cf6 cgroup: call subsys->*attach() only for subsystems which are actually affected by migration by Tejun Heo · 8 years ago
  77. e595cd7 cgroup: track migration context in cgroup_mgctx by Tejun Heo · 8 years ago
  78. e0aed7c cgroup: fix RCU related sparse warnings by Tejun Heo · 8 years ago
  79. d62beb7 cgroup: rename functions for consistency by Tejun Heo · 8 years ago
  80. 1592c9b cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.c by Tejun Heo · 8 years ago
  81. fa06990 cgroup: separate out cgroup1_kf_syscall_ops by Tejun Heo · 8 years ago
  82. 0a268db cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.c by Tejun Heo · 8 years ago