1. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. edb9382 sched/isolation: Move isolcpus= handling to the housekeeping code by Frederic Weisbecker · 7 years ago
  4. c4fa6c4 cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returns by Waiman Long · 7 years ago
  5. 040b9d7 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  6. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  7. 50e7663 sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs by Peter Zijlstra · 7 years ago
  8. 608c1d3 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  9. da99ecf mm: replace TIF_MEMDIE checks by tsk_is_oom_victim by Michal Hocko · 7 years ago
  10. 65f3975 cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction") by Roman Gushchin · 7 years ago
  11. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  12. f213a6c Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  13. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  14. 36fde05 Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  15. 77d1dfd sched/topology, cpuset: Avoid spurious/wrong domain rebuilds by Peter Zijlstra · 7 years ago
  16. 1c08c22 cpuset: Fix incorrect memory_pressure control file mapping by Waiman Long · 7 years ago
  17. b8d1b8e cpuset: Allow v2 behavior in v1 cgroup by Waiman Long · 7 years ago
  18. e1cba4b cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroup by Waiman Long · 7 years ago
  19. 696b98f cgroup: remove unneeded checks by Dan Carpenter · 7 years ago
  20. 3e48930 cgroup: misc changes by Tejun Heo · 7 years ago
  21. be040be cpuset: Make nr_cpusets private by Paolo Bonzini · 7 years ago
  22. 89affbf cpuset: fix a deadlock due to incomplete patching of cpusets_enabled() by Dima Zavin · 7 years ago
  23. 13d82fb cgroup: short-circuit cset_cgroup_from_root() on the default hierarchy by Tejun Heo · 7 years ago
  24. 5a621e6 cgroup: re-use the parent pointer in cgroup_destroy_locked() by Roman Gushchin · 7 years ago
  25. ec39225 cgroup: add cgroup.stat interface with basic hierarchy stats by Roman Gushchin · 7 years ago
  26. 1a926e0 cgroup: implement hierarchy limits by Roman Gushchin · 7 years ago
  27. 0679dee cgroup: keep track of number of descent cgroups by Roman Gushchin · 7 years ago
  28. 69fd5c3 blktrace: add an option to allow displaying cgroup path by Shaohua Li · 8 years ago
  29. aa81882 kernfs: add exportfs operations by Shaohua Li · 8 years ago
  30. c705a00 cgroup: add comment to cgroup_enable_threaded() by Tejun Heo · 7 years ago
  31. 918a8c2 cgroup: remove unnecessary empty check when enabling threaded mode by Tejun Heo · 7 years ago
  32. 3c74541 cgroup: fix error return value from cgroup_subtree_control() by Tejun Heo · 7 years ago
  33. 7a0cf0e cgroup: update debug controller to print out thread mode information by Waiman Long · 7 years ago
  34. 8cfd814 cgroup: implement cgroup v2 thread support by Tejun Heo · 7 years ago
  35. 450ee0c cgroup: implement CSS_TASK_ITER_THREADED by Tejun Heo · 8 years ago
  36. 454000a cgroup: introduce cgroup->dom_cgrp and threaded css_set handling by Tejun Heo · 8 years ago
  37. bc2fb7e cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS by Tejun Heo · 8 years ago
  38. 715c809 cgroup: reorganize cgroup.procs / task write path by Tejun Heo · 8 years ago
  39. 7af608e cgroup: create dfl_root files on subsys registration by Tejun Heo · 8 years ago
  40. 27f2675 cgroup: replace css_set walking populated test with testing cgrp->nr_populated_csets by Tejun Heo · 8 years ago
  41. 788b950 cgroup: distinguish local and children populated states by Tejun Heo · 8 years ago
  42. 88e033e cgroup: remove now unused list_head @pending in cgroup_apply_cftypes() by Tejun Heo · 8 years ago
  43. 6104672 cgroup: don't call migration methods if there are no tasks to migrate by Tejun Heo · 8 years ago
  44. 5f155f2 mm, cpuset: always use seqlock when changing task's nodemask by Vlastimil Babka · 8 years ago
  45. 213980c mm, mempolicy: simplify rebinding mempolicies when updating cpusets by Vlastimil Babka · 8 years ago
  46. 5136f63 cgroup: implement "nsdelegate" mount option by Tejun Heo · 8 years ago
  47. 824ecbe cgroup: restructure cgroup_procs_write_permission() by Tejun Heo · 8 years ago
  48. b6053d4 cgroup: fix lockdep warning in debug controller by Tejun Heo · 8 years ago
  49. 2866c0b cgroup: refactor cgroup_masks_read() in the debug controller by Tejun Heo · 8 years ago
  50. 8cc38fa cgroup: make debug an implicit controller on cgroup2 by Tejun Heo · 8 years ago
  51. 575313f cgroup: Make debug cgroup support v2 and thread mode by Waiman Long · 8 years ago
  52. 23b0be4 cgroup: Make Kconfig prompt of debug cgroup more accurate by Waiman Long · 8 years ago
  53. a28f8f5 cgroup: Move debug cgroup to its own file by Waiman Long · 8 years ago
  54. 73a7242 cgroup: Keep accurate count of tasks in each css_set by Waiman Long · 8 years ago
  55. 41c2570 cpuset: consider dying css as offline by Tejun Heo · 8 years ago
  56. 33c35aa cgroup: Prevent kill_css() from being called more than once by Waiman Long · 8 years ago
  57. 9410091 Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  58. 310b481 cgroup: mark cgroup_get() with __maybe_unused by Tejun Heo · 8 years ago
  59. 9732adc cgroup: avoid attaching a cgroup root to two different superblocks, take 2 by Zefan Li · 8 years ago
  60. a590b90 cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc() by Tejun Heo · 8 years ago
  61. 11c994d Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  62. 330c418 Revert "cgroup: avoid attaching a cgroup root to two different superblocks" by Tejun Heo · 8 years ago
  63. 06ea4c38 Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  64. bfb0b80 cgroup: avoid attaching a cgroup root to two different superblocks by Zefan Li · 8 years ago
  65. 30e03ac cpuset: Remove cpuset_update_active_cpus()'s parameter. by Rakib Mullick · 8 years ago
  66. 75fa8e5 cgroup: switch to BUG_ON() by Nicholas Mc Guire · 8 years ago
  67. 77f8879 cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroups by Tejun Heo · 8 years ago
  68. 352526f Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  69. 8a1115f scripts/spelling.txt: add "disble(d)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  70. 4b9502e6 kernel: convert css_set.refcount from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  71. b6a6759 cgroups: censor kernel pointer in debug files by Kees Cook · 8 years ago
  72. 1d18c27 cgroup/pids: remove spurious suspicious RCU usage warning by Tejun Heo · 8 years ago
  73. 387ad96 kernel: convert cgroup_namespace.count from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  74. 50ff9d1 sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  75. 56cd697 sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  76. 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
  77. f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  78. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  79. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  80. 780de9d sched/headers, cgroups: Remove the threadgroup_change_*() wrappery by Ingo Molnar · 8 years ago
  81. f7878dc Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  82. 63f1ca5 Merge branch 'cgroup/for-4.11-rdmacg' into cgroup/for-4.11 by Tejun Heo · 8 years ago
  83. 576dd46 cgroup: drop the matching uid requirement on migration for cgroup v2 by Tejun Heo · 8 years ago
  84. b807421 cgroup: misc cleanups by Tejun Heo · 8 years ago
  85. bdf3d06 Merge branch 'for-4.10-fixes' into for-4.11 by Tejun Heo · 8 years ago
  86. bfc2cf6 cgroup: call subsys->*attach() only for subsystems which are actually affected by migration by Tejun Heo · 8 years ago
  87. e595cd7 cgroup: track migration context in cgroup_mgctx by Tejun Heo · 8 years ago
  88. d8ebf51 cgroup: cosmetic update to cgroup_taskset_add() by Tejun Heo · 8 years ago
  89. 7896dfb rdmacg: Fixed uninitialized current resource usage by Parav Pandit · 8 years ago
  90. 39d3e75 rdmacg: Added rdma cgroup controller by Parav Pandit · 8 years ago
  91. e0aed7c cgroup: fix RCU related sparse warnings by Tejun Heo · 8 years ago
  92. dcfe149 cgroup: move namespace code to kernel/cgroup/namespace.c by Tejun Heo · 8 years ago
  93. d62beb7 cgroup: rename functions for consistency by Tejun Heo · 8 years ago
  94. 1592c9b cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.c by Tejun Heo · 8 years ago
  95. fa06990 cgroup: separate out cgroup1_kf_syscall_ops by Tejun Heo · 8 years ago
  96. 633feee3 cgroup: refactor mount path and clearly distinguish v1 and v2 paths by Tejun Heo · 8 years ago
  97. 0a268db cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.c by Tejun Heo · 8 years ago
  98. 201af4c cgroup: move cgroup files under kernel/cgroup/ by Tejun Heo · 8 years ago