1. 1b5f3ba4 Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  2. 43d1b29 sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macro by Leo Yan · 7 years ago
  3. 269d599 sched/core: Fix DEBUG_SPINLOCK annotation for rq->lock by Peter Zijlstra · 7 years ago
  4. a771160 sched/rt: Make update_curr_rt() more accurate by Wen Yang · 7 years ago
  5. 6fe0ce1 sched/deadline: Make update_curr_dl() more accurate by Wen Yang · 7 years ago
  6. c53593e sched, cgroup: Don't reject lower cpu.max on ancestors by Tejun Heo · 7 years ago
  7. a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  8. 4de373a cpumask: make cpumask_size() return "unsigned int" by Alexey Dobriyan · 7 years ago
  9. 8284507 Merge branch 'linus' into sched/urgent, to resolve conflicts by Ingo Molnar · 7 years ago
  10. 32e839d sched/fair: Use a recently used CPU as an idle candidate and the basis for SIS by Mel Gorman · 7 years ago
  11. 806486c sched/fair: Do not migrate if the prev_cpu is idle by Mel Gorman · 7 years ago
  12. 3b76c4a sched/fair: Restructure wake_affine*() to return a CPU id by Mel Gorman · 7 years ago
  13. 89a55f5 sched/fair: Remove unnecessary parameters from wake_affine_idle() by Mel Gorman · 7 years ago
  14. e7ad203 sched/rt: Make update_curr_rt() more accurate by Wen Yang · 7 years ago
  15. 364f566 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 7 years ago
  16. ad0f1d9 sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() by Steven Rostedt (VMware) · 7 years ago
  17. 2ed41a5 sched/core: Optimize update_stats_*() by Peter Zijlstra · 7 years ago
  18. b85c8b7 sched/core: Optimize ttwu_stat() by Peter Zijlstra · 7 years ago
  19. 70216e1 membarrier: Provide core serializing command, *_SYNC_CORE by Mathieu Desnoyers · 7 years ago
  20. c5f58bd membarrier: Provide GLOBAL_EXPEDITED command by Mathieu Desnoyers · 7 years ago
  21. 306e060 membarrier: Document scheduler barrier requirements by Mathieu Desnoyers · 7 years ago
  22. 3ccfebe powerpc, membarrier: Skip memory barrier in switch_mm() by Mathieu Desnoyers · 7 years ago
  23. ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  24. af8c5e2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  25. d772794 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  26. ce48c146 sched/core: Fix cpu.max vs. cpuhotplug deadlock by Peter Zijlstra · 7 years ago
  27. c96f547 delayacct: Account blkio completion on the correct task by Josh Snyder · 7 years ago
  28. 67549d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  29. 0788116 sched/deadline: Make bandwidth enforcement scale-invariant by Juri Lelli · 7 years ago
  30. 7e1a920 sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMP by Juri Lelli · 7 years ago
  31. 7673c8a sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameter by Juri Lelli · 7 years ago
  32. 0fa7d18 sched/cpufreq: Always consider all CPUs when deciding next freq by Juri Lelli · 7 years ago
  33. d18be45 sched/cpufreq: Split utilization signals by Juri Lelli · 7 years ago
  34. 794a56e sched/cpufreq: Change the worker kthread to SCHED_DEADLINE by Juri Lelli · 7 years ago
  35. e0367b1 sched/deadline: Move CPU frequency selection triggering points by Juri Lelli · 7 years ago
  36. d4edd66 sched/cpufreq: Use the DEADLINE utilization signal by Juri Lelli · 7 years ago
  37. 34be393 sched/deadline: Implement "runtime overrun signal" support by Juri Lelli · 7 years ago
  38. 7332dec sched/fair: Only immediately migrate tasks due to interrupts if prev and target CPUs share cache by Mel Gorman · 7 years ago
  39. 9783be2 sched/fair: Correct obsolete comment about cpufreq_update_util() by Joel Fernandes · 7 years ago
  40. 18cec7e sched/fair: Remove impossible condition from find_idlest_group_cpu() by Joel Fernandes · 7 years ago
  41. 5083452 sched/cpufreq: Don't pass flags to sugov_set_iowait_boost() by Viresh Kumar · 7 years ago
  42. 6257e70 sched/cpufreq: Initialize sg_cpu->flags to 0 by Viresh Kumar · 7 years ago
  43. f453ae2 sched/fair: Consider RT/IRQ pressure in capacity_spare_wake() by Joel Fernandes · 7 years ago
  44. f01415f sched/fair: Use 'unsigned long' for utilization, consistently by Patrick Bellasi · 7 years ago
  45. 31cb1bc sched/core: Rework and clarify prepare_lock_switch() by rodrigosiqueira · 7 years ago
  46. cb1f34d Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  47. 5416760 membarrier: Disable preemption when calling smp_call_function_many() by Mathieu Desnoyers · 7 years ago
  48. 527187d locking/lockdep: Remove cross-release leftovers by Ingo Molnar · 7 years ago
  49. 475c5ee Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  50. 466a2b4 cpufreq: schedutil: Use idle_calls counter of the remote CPU by Joel Fernandes · 7 years ago
  51. f73c52a sched/rt: Do not pull from current CPU if only one CPU to pull by Steven Rostedt · 7 years ago
  52. 2064a5a sched/core: Fix kernel-doc warnings after code movement by Randy Dunlap · 7 years ago
  53. 25493e5 sched/autogroup: move sched.h include by Sergey Senozhatsky · 7 years ago
  54. 79ee842 sched/autogroup: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  55. a555e9d sched/fair: Remove unused 'curr' parameter from wakeup_gran by Cheng Jian · 7 years ago
  56. a4c3c04 sched/fair: Update and fix the runnable propagation rule by Vincent Guittot · 7 years ago
  57. c6b9d9a sched/wait: Fix add_wait_queue() behavioral change by Omar Sandoval · 7 years ago
  58. 2fe2582 sched: Stop switched_to_rt() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  59. a0982df sched: Stop resched_cpu() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  60. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  61. 487e2c9 Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  62. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  63. bd2cd7d Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  64. 3e20146 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  65. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. 6098850 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  67. 5e4def2 Pass mode to wait_on_atomic_t() action funcs and provide default actions by David Howells · 7 years ago
  68. 28da439 Merge branches 'pm-cpufreq-sched' and 'pm-opp' by Rafael J. Wysocki · 7 years ago
  69. 765cc3a sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG builds by Patrick Bellasi · 7 years ago
  70. e029b9b Merge branch 'pm-cpufreq-sched' by Rafael J. Wysocki · 7 years ago
  71. 07458f6 cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq by Viresh Kumar · 7 years ago
  72. 2c11dba sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  73. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  74. d62d813 cpufreq: schedutil: Examine the correct CPU when we update util by Chris Redpath · 7 years ago
  75. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  76. 150dfee sched/isolation: Add basic isolcpus flags by Frederic Weisbecker · 7 years ago
  77. edb9382 sched/isolation: Move isolcpus= handling to the housekeeping code by Frederic Weisbecker · 7 years ago
  78. 6f1982f sched/isolation: Handle the nohz_full= parameter by Frederic Weisbecker · 7 years ago
  79. de20155 sched/isolation: Introduce housekeeping flags by Frederic Weisbecker · 7 years ago
  80. 5c4991e sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_HZ_FULL by Frederic Weisbecker · 7 years ago
  81. 204c083 sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu() by Frederic Weisbecker · 7 years ago
  82. e179f5a sched/isolation: Use its own static key by Frederic Weisbecker · 7 years ago
  83. 7e56a1c sched/isolation: Make the housekeeping cpumask private by Frederic Weisbecker · 7 years ago
  84. 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
  85. d41bf8c cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.stat by Tejun Heo · 7 years ago
  86. 54b933c sched/idle: Micro-optimize the idle loop by Cheng Jian · 7 years ago
  87. e22cdc3 sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACK by Rakib Mullick · 7 years ago
  88. 72bc286 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  89. ad4e25a Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' and 'torture.2017.10.09a' into HEAD by Paul E. McKenney · 7 years ago
  90. a961e40 membarrier: Provide register expedited private command by Mathieu Desnoyers · 7 years ago
  91. 4bdced5 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  92. 93f50f9 sched/fair: Fix usage of find_idlest_group() when the local group is idlest by Brendan Jackman · 7 years ago
  93. 6fee85c sched/fair: Fix usage of find_idlest_group() when no groups are allowed by Brendan Jackman · 7 years ago
  94. 0d10ab9 sched/fair: Fix find_idlest_group() when local group is not allowed by Brendan Jackman · 7 years ago
  95. e90381e sched/fair: Remove unnecessary comparison with -1 by Brendan Jackman · 7 years ago
  96. 18bd1b4b sched/fair: Move select_task_rq_fair() slow-path into its own function by Brendan Jackman · 7 years ago
  97. 583ffd9 sched/fair: Force balancing on NOHZ balance if local group has capacity by Brendan Jackman · 7 years ago
  98. ea16f0e sched/fair: Sync task util before slow-path wakeup by Brendan Jackman · 7 years ago
  99. 9382490 sched/fair: Search a task from the tail of the queue by Uladzislau Rezki · 7 years ago
  100. 051f3ca sched/topology: Introduce NUMA identity node sched domain by Suravee Suthikulpanit · 7 years ago