1. ad0f75e cgroup: fix cgroup_sk_alloc() for sk_clone_lock() by Cong Wang · 4 years, 6 months ago
  2. 4a7e89c Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 7 months ago
  3. 936f2a7 cgroup: add cpu.stat file to root cgroup by Boris Burkov · 4 years, 7 months ago
  4. 6b6ebb3 cgroup: Remove stale comments by Zefan Li · 4 years, 8 months ago
  5. f9d0412 bpf: Refactor bpf_link update handling by Andrii Nakryiko · 4 years, 8 months ago
  6. d883600 Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 9 months ago
  7. 8a931f8 mm: memcontrol: recursive memory.low protection by Johannes Weiner · 4 years, 9 months ago
  8. 0c991eb bpf: Implement bpf_prog replacement for an active bpf_cgroup_link by Andrii Nakryiko · 4 years, 9 months ago
  9. af6eea5 bpf: Implement bpf_link-based cgroup BPF program attachment by Andrii Nakryiko · 4 years, 9 months ago
  10. 38aca30 cgroupfs: Support user xattrs by Daniel Xu · 4 years, 10 months ago
  11. 1b51f69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
  12. a09833f Merge branch 'for-5.6-fixes' into for-5.7 by Tejun Heo · 4 years, 10 months ago
  13. e876ecc cgroup: memcg: net: do not associate sock with unrelated cgroup by Shakeel Butt · 4 years, 10 months ago
  14. 190ecb1 cgroup: fix psi_show() crash on 32bit ino archs by Qian Cai · 4 years, 11 months ago
  15. ef2c41c clone3: allow spawning processes into cgroups by Christian Brauner · 5 years ago
  16. f355322 cgroup: add cgroup_may_write() helper by Christian Brauner · 5 years ago
  17. 5a5cf5c cgroup: refactor fork helpers by Christian Brauner · 5 years ago
  18. 1770309 cgroup: add cgroup_get_from_file() helper by Christian Brauner · 5 years ago
  19. 6df970e cgroup: unify attach permission checking by Christian Brauner · 5 years ago
  20. 3010c5b cgroup.c: Use built-in RCU list checking by Madhuparna Bhowmik · 5 years ago
  21. f43caa2 cgroup: Clean up css_set task traversal by Michal Koutný · 5 years ago
  22. 9c974c7 cgroup: Iterate tasks that did not finish do_exit() by Michal Koutný · 5 years ago
  23. 2d4ecb0 cgroup: cgroup_procs_next should increase position index by Vasily Averin · 5 years ago
  24. 0a679e1 Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  25. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  26. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  27. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  28. 0cd9d33 cgroup: init_tasks shouldn't be linked to the root cgroup by Tejun Heo · 5 years ago
  29. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  30. 3bc0bb3 cgroup: Prevent double killing of css when enabling threaded cgroup by Michal Koutný · 5 years ago
  31. 7dd68b3 bpf: Support replacing cgroup-bpf program in MULTI mode by Andrey Ignatov · 5 years ago
  32. 1b96a41 Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  33. d749534 cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root() by Tejun Heo · 5 years ago
  34. 7432103 cgroup: use cgrp->kn->id as the cgroup ID by Tejun Heo · 5 years ago
  35. fe0f726 kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id() by Tejun Heo · 5 years ago
  36. 67c0496 kernfs: convert kernfs_node->id from union kernfs_node_id to u64 by Tejun Heo · 5 years ago
  37. 630faf8 cgroup: don't put ERR_PTR() into fc->root by Al Viro · 5 years ago
  38. 5153faa cgroup: remove cgroup_enable_task_cg_lists() optimization by Tejun Heo · 5 years ago
  39. 9a3284f cgroup: Optimize single thread migration by Michal Koutný · 5 years ago
  40. e7c7b1d cgroup: Update comments about task exit path by Michal Koutný · 5 years ago
  41. 61e867f cgroup: short-circuit current_cgns_cgroup_from_root() on the default hierarchy by Miaohe Lin · 5 years ago
  42. 3ee8d6c Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  43. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  44. 97a6136 cgroup: freezer: fix frozen state inheritance by Roman Gushchin · 5 years ago
  45. f9a25f7 cpusets: Rebuild root domain deadline accounting information by Mathieu Poirier · 5 years ago
  46. a581563 cgroup: minor tweak for logic to get cgroup css by Peng Wang · 6 years ago
  47. 85db002 cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask() by Markus Elfring · 6 years ago
  48. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  49. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
  50. 3b99107 Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  51. 92c1d65 Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  52. 5be1f9d Merge tag 'v5.2-rc6' into for-5.3/block by Jens Axboe · 6 years ago
  53. 83086d6 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  54. 474a280 cgroup: export css_next_descendant_pre for bfq by Christoph Hellwig · 6 years ago
  55. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  56. 0011572 Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  57. 38cf3a6 cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFS by Tejun Heo · 6 years ago
  58. 11dc8b4 Merge branch 'for-5.2-fixes' into for-5.3 by Tejun Heo · 6 years ago
  59. c596687 cgroup: Fix css_task_iter_advance_css_set() cset skip condition by Tejun Heo · 6 years ago
  60. cf89298 cgroup/bfq: revert bfq.weight symlink change by Jens Axboe · 6 years ago
  61. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  62. 54b7b86 cgroup: let a symlink too be created with a cftype file by Angelo Ruocco · 6 years ago
  63. cee0c33 cgroup: css_task_iter_skip()'d iterators must be advanced before accessed by Tejun Heo · 6 years ago
  64. 9852ae3 mm, memcg: consider subtrees in memory.events by Chris Down · 6 years ago
  65. a5e112e cgroup: add cgroup_parse_float() by Tejun Heo · 6 years ago
  66. c03cd77 cgroup: Include dying leaders with live threads in PROCS iterations by Tejun Heo · 6 years ago
  67. b636fd3 cgroup: Implement css_task_iter_skip() by Tejun Heo · 6 years ago
  68. 4bfc0bb bpf: decouple the lifetime of cgroup_bpf from cgroup itself by Roman Gushchin · 6 years ago
  69. 3f2947b locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_threadgroup_rwsem by Oleg Nesterov · 6 years ago
  70. d5f68d3 cpuset: move mount -t cpuset logics into cgroup.c by Al Viro · 6 years ago
  71. f7a9945 no need to protect against put_user_ns(NULL) by Al Viro · 6 years ago
  72. df5ba5b kernel/sched/psi.c: expose pressure metrics on root cgroup by Dan Schatzberg · 6 years ago
  73. 0e94682 psi: introduce psi monitor by Suren Baghdasaryan · 6 years ago
  74. 96b9c59 cgroup: get rid of cgroup_freezer_frozen_exit() by Roman Gushchin · 6 years ago
  75. 533307dc cgroup: Remove unused cgrp variable by Shaokun Zhang · 6 years ago
  76. 4c476d8 cgroup: add tracing points for cgroup v2 freezer by Roman Gushchin · 6 years ago
  77. 76f969e cgroup: cgroup v2 freezer by Roman Gushchin · 6 years ago
  78. 4dcabec cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock by Roman Gushchin · 6 years ago
  79. aade7f9 cgroup: implement __cgroup_task_count() helper by Roman Gushchin · 6 years ago
  80. d6e486e cgroup: remove extra cgroup_migrate_finish() call by Shakeel Butt · 6 years ago
  81. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  82. 1fc1cd8 Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  83. dc50537 kernel: cgroup: add poll file operation by Johannes Weiner · 6 years ago
  84. 6456300 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  85. 23bf1b6 kernfs, sysfs, cgroup, intel_rdt: Support fs_context by David Howells · 6 years ago
  86. cca8f32 cgroup: store a reference to cgroup_ns into cgroup_fs_context by Al Viro · 6 years ago
  87. 71d883c cgroup_do_mount(): massage calling conventions by Al Viro · 6 years ago
  88. cf6299b1 cgroup: stash cgroup_root reference into cgroup_fs_context by Al Viro · 6 years ago
  89. e34a98d cgroup2: switch to option-by-option parsing by Al Viro · 6 years ago
  90. 8d2451f cgroup1: switch to option-by-option parsing by Al Viro · 6 years ago
  91. f5dfb53 cgroup: take options parsing into ->parse_monolithic() by Al Viro · 6 years ago
  92. 7feeef5 cgroup: fold cgroup1_mount() into cgroup1_get_tree() by Al Viro · 6 years ago
  93. 9012962 cgroup: start switching to fs_context by Al Viro · 6 years ago
  94. 51bee5a cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting by Oleg Nesterov · 6 years ago
  95. 1832f4e bpf, cgroups: clean up kerneldoc warnings by Valdis Kletnieks · 6 years ago
  96. 35ac118 cgroup: saner refcounting for cgroup_root by Al Viro · 6 years ago
  97. 399504e fix cgroup_do_mount() handling of failure exits by Al Viro · 6 years ago
  98. 6f9d71c Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  99. 0e9da3f Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  100. e250d91 cgroup: fix parsing empty mount option string by Ondrej Mosnacek · 6 years ago