1. 1b96a41 Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  2. b4c0800 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  3. d749534 cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root() by Tejun Heo · 5 years ago
  4. 7432103 cgroup: use cgrp->kn->id as the cgroup ID by Tejun Heo · 5 years ago
  5. fe0f726 kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id() by Tejun Heo · 5 years ago
  6. 67c0496 kernfs: convert kernfs_node->id from union kernfs_node_id to u64 by Tejun Heo · 5 years ago
  7. 630faf8 cgroup: don't put ERR_PTR() into fc->root by Al Viro · 5 years ago
  8. 742e8cd cgroup: freezer: don't change task and cgroups status unnecessarily by Honglei Wang · 5 years ago
  9. 1bb5ec2 cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistency by Tejun Heo · 5 years ago
  10. cd1cb33 sched/topology: Don't try to build empty sched domains by Valentin Schneider · 5 years ago
  11. 5153faa cgroup: remove cgroup_enable_task_cg_lists() optimization by Tejun Heo · 5 years ago
  12. a713af3 cgroup: pids: use atomic64_t for pids->limit by Aleksa Sarai · 5 years ago
  13. 9a3284f cgroup: Optimize single thread migration by Michal Koutný · 5 years ago
  14. e7c7b1d cgroup: Update comments about task exit path by Michal Koutný · 5 years ago
  15. 61e867f cgroup: short-circuit current_cgns_cgroup_from_root() on the default hierarchy by Miaohe Lin · 5 years ago
  16. 3ee8d6c Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 5 years ago
  17. 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
  18. 97a6136 cgroup: freezer: fix frozen state inheritance by Roman Gushchin · 5 years ago
  19. 653a23c Use kvmalloc in cgroups-v1 by Marc Koderer · 5 years ago
  20. 710da3c sched/core: Prevent race condition between cpuset and __sched_setscheduler() by Juri Lelli · 5 years ago
  21. d74b27d cgroup/cpuset: Change cpuset_rwsem and hotplug lock order by Juri Lelli · 5 years ago
  22. 1243dc5 cgroup/cpuset: Convert cpuset_mutex to percpu_rwsem by Juri Lelli · 5 years ago
  23. f9a25f7 cpusets: Rebuild root domain deadline accounting information by Mathieu Poirier · 5 years ago
  24. a581563 cgroup: minor tweak for logic to get cgroup css by Peng Wang · 6 years ago
  25. 85db002 cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask() by Markus Elfring · 6 years ago
  26. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  27. da82c92 docs: cgroup-v1: add it to the admin-guide book by Mauro Carvalho Chehab · 6 years ago
  28. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  29. 3b99107 Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  30. 92c1d65 Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  31. dad1c12 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  32. 5be1f9d Merge tag 'v5.2-rc6' into for-5.3/block by Jens Axboe · 6 years ago
  33. 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
  34. d2abae7 Merge tag 'v5.2-rc6' into sched/core, to refresh the branch by Ingo Molnar · 6 years ago
  35. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  36. 474a280 cgroup: export css_next_descendant_pre for bfq by Christoph Hellwig · 6 years ago
  37. f85d208 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451 by Thomas Gleixner · 6 years ago
  38. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  39. 23da766 Merge tag 'v5.2-rc5' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  40. 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
  41. 99c8b23 docs: cgroup-v1: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  42. 38cf3a6 cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFS by Tejun Heo · 6 years ago
  43. d477f8c cpuset: restore sanity to cpuset_cpus_allowed_fallback() by Joel Savitz · 6 years ago
  44. 11dc8b4 Merge branch 'for-5.2-fixes' into for-5.3 by Tejun Heo · 6 years ago
  45. c596687 cgroup: Fix css_task_iter_advance_css_set() cset skip condition by Tejun Heo · 6 years ago
  46. cf89298 cgroup/bfq: revert bfq.weight symlink change by Jens Axboe · 6 years ago
  47. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. 54b7b86 cgroup: let a symlink too be created with a cftype file by Angelo Ruocco · 6 years ago
  49. cee0c33 cgroup: css_task_iter_skip()'d iterators must be advanced before accessed by Tejun Heo · 6 years ago
  50. 3bd3706 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
  51. 9852ae3 mm, memcg: consider subtrees in memory.events by Chris Down · 6 years ago
  52. a5e112e cgroup: add cgroup_parse_float() by Tejun Heo · 6 years ago
  53. c03cd77 cgroup: Include dying leaders with live threads in PROCS iterations by Tejun Heo · 6 years ago
  54. b636fd3 cgroup: Implement css_task_iter_skip() by Tejun Heo · 6 years ago
  55. 4bfc0bb bpf: decouple the lifetime of cgroup_bpf from cgroup itself by Roman Gushchin · 6 years ago
  56. 3f2947b locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_threadgroup_rwsem by Oleg Nesterov · 6 years ago
  57. d5f68d3 cpuset: move mount -t cpuset logics into cgroup.c by Al Viro · 6 years ago
  58. f7a9945 no need to protect against put_user_ns(NULL) by Al Viro · 6 years ago
  59. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  60. df5ba5b kernel/sched/psi.c: expose pressure metrics on root cgroup by Dan Schatzberg · 6 years ago
  61. 0e94682 psi: introduce psi monitor by Suren Baghdasaryan · 6 years ago
  62. abde77e Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  63. 1900da5 kernel: cgroup: fix misuse of %x by Fuqian Huang · 6 years ago
  64. 96b9c59 cgroup: get rid of cgroup_freezer_frozen_exit() by Roman Gushchin · 6 years ago
  65. cb2c4cd cgroup: prevent spurious transition into non-frozen state by Roman Gushchin · 6 years ago
  66. 533307dc cgroup: Remove unused cgrp variable by Shaokun Zhang · 6 years ago
  67. 4c476d8 cgroup: add tracing points for cgroup v2 freezer by Roman Gushchin · 6 years ago
  68. 712e351 cgroup: make TRACE_CGROUP_PATH irq-safe by Roman Gushchin · 6 years ago
  69. 76f969e cgroup: cgroup v2 freezer by Roman Gushchin · 6 years ago
  70. 4dcabec cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock by Roman Gushchin · 6 years ago
  71. aade7f9 cgroup: implement __cgroup_task_count() helper by Roman Gushchin · 6 years ago
  72. 50943f3 cgroup: rename freezer.c into legacy_freezer.c by Roman Gushchin · 6 years ago
  73. b6fbbf3 cgroup/cpuset: Update stale generate_sched_domains() comments by Juri Lelli · 6 years ago
  74. d6e486e cgroup: remove extra cgroup_migrate_finish() call by Shakeel Butt · 6 years ago
  75. 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  76. a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  77. 1fc1cd8 Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  78. dc50537 kernel: cgroup: add poll file operation by Johannes Weiner · 6 years ago
  79. 6456300 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  80. 06a2ae5 vfs: Add some logging to the core users of the fs_context log by David Howells · 6 years ago
  81. a187537 cpuset: Use fs_context by David Howells · 6 years ago
  82. 23bf1b6 kernfs, sysfs, cgroup, intel_rdt: Support fs_context by David Howells · 6 years ago
  83. cca8f32 cgroup: store a reference to cgroup_ns into cgroup_fs_context by Al Viro · 6 years ago
  84. 6678889 cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper by Al Viro · 6 years ago
  85. 71d883c cgroup_do_mount(): massage calling conventions by Al Viro · 6 years ago
  86. cf6299b1 cgroup: stash cgroup_root reference into cgroup_fs_context by Al Viro · 6 years ago
  87. e34a98d cgroup2: switch to option-by-option parsing by Al Viro · 6 years ago
  88. 8d2451f cgroup1: switch to option-by-option parsing by Al Viro · 6 years ago
  89. f5dfb53 cgroup: take options parsing into ->parse_monolithic() by Al Viro · 6 years ago
  90. 7feeef5 cgroup: fold cgroup1_mount() into cgroup1_get_tree() by Al Viro · 6 years ago
  91. 9012962 cgroup: start switching to fs_context by Al Viro · 6 years ago
  92. 6a613d2 cpuset: remove unused task_has_mempolicy() by Masahiro Yamada · 6 years ago
  93. b4ff1b4 cgroup, rstat: Don't flush subtree root unless necessary by Tejun Heo · 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. 7527a7b IB/core: Simplify rdma cgroup registration by Parav Pandit · 6 years ago
  97. 35ac118 cgroup: saner refcounting for cgroup_root by Al Viro · 6 years ago
  98. 399504e fix cgroup_do_mount() handling of failure exits by Al Viro · 6 years ago
  99. 6f9d71c Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  100. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago