1. feb245e sched/core: Allow kthreads to fall back to online && !active cpus by Tejun Heo · 8 years ago
  2. 754bd59 sched/fair: Do not announce throttled next buddy in dequeue_task_fair() by Konstantin Khlebnikov · 8 years ago
  3. 094f469 sched/fair: Initialize throttle_count for new task-groups lazily by Konstantin Khlebnikov · 8 years ago
  4. 8974189 sched/fair: Fix cfs_rq avg tracking underflow by Peter Zijlstra · 8 years ago
  5. 57675cb kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processing sysrq-w by Andrey Ryabinin · 8 years ago
  6. eda8dca sched/debug: Fix deadlock when enabling sched events by Josh Poimboeuf · 8 years ago
  7. b7fa30c sched/fair: Fix post_init_entity_util_avg() serialization by Peter Zijlstra · 8 years ago
  8. f5364c1 Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) by Linus Torvalds · 8 years ago
  9. 29d6455 sched: panic on corrupted stack end by Jann Horn · 8 years ago
  10. 60e3830 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  11. 3681196 Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' by Rafael J. Wysocki · 8 years ago
  12. 4698f88 sched/debug: Fix 'schedstats=enable' cmdline option by Josh Poimboeuf · 8 years ago
  13. 9c57259 sched/debug: Fix /proc/sched_debug regression by Josh Poimboeuf · 8 years ago
  14. 9bd616e cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE by Catalin Marinas · 8 years ago
  15. f89eae4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. 4c2628cd Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core' by Rafael J. Wysocki · 8 years ago
  17. b7e7ade sched/core: Fix remote wakeups by Peter Zijlstra · 8 years ago
  18. 60f05e8 cpufreq: schedutil: Improve prints messages with pr_fmt by Viresh Kumar · 8 years ago
  19. d57d394 Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  20. c47b3bd Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  21. 50605ff sched/core: Provide a tsk_nr_cpus_allowed() helper by Thomas Gleixner · 8 years ago
  22. ade42e0 sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowed by Thomas Gleixner · 8 years ago
  23. 2087823 sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems by Vik Heyndrickx · 8 years ago
  24. cfa1033 sched/fair: Correct unit of load_above_capacity by Morten Rasmussen · 8 years ago
  25. 1be0eb2 sched/fair: Clean up scale confusion by Peter Zijlstra · 8 years ago
  26. 4449692 sched/nohz: Fix affine unpinned timers mess by Wanpeng Li · 8 years ago
  27. 2f95035 sched/fair: Fix fairness issue on migration by Peter Zijlstra · 8 years ago
  28. 59efa0b sched/core: Kill sched_class::task_waking to clean up the migration logic by Peter Zijlstra · 8 years ago
  29. b5179ac sched/fair: Prepare to fix fairness problems on migration by Peter Zijlstra · 8 years ago
  30. c58d25f sched/fair: Move record_wakee() by Peter Zijlstra · 8 years ago
  31. 4eb8676 Merge branch 'smp/hotplug' into sched/core, to resolve conflicts by Ingo Molnar · 8 years ago
  32. eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 8 years ago
  33. 53d3bc7 Revert "sched/fair: Fix fairness issue on migration" by Ingo Molnar · 8 years ago
  34. 13b5ab0 sched/rt, sched/dl: Don't push if task's scheduling class was changed by Xunlei Pang · 8 years ago
  35. 58fe9c4 sched/core: Fix comment typo in wake_q_add() by Davidlohr Bueso · 8 years ago
  36. 8c5e955 sched/core: Remove unused variable by Muhammad Falak R Wani · 8 years ago
  37. 536bd00 sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakage by Rafael J. Wysocki · 8 years ago
  38. e5ef27d sched: Make hrtick_notifier an explicit call by Thomas Gleixner · 8 years ago
  39. 20a5c8c sched/fair: Make ilb_notifier an explicit call by Thomas Gleixner · 8 years ago
  40. f2785dd sched/hotplug: Move migration CPU_DYING to sched_cpu_dying() by Thomas Gleixner · 8 years ago
  41. 7d97669 sched/migration: Move CPU_ONLINE into scheduler state by Thomas Gleixner · 8 years ago
  42. e9cd8fa sched/migration: Move calc_load_migrate() into CPU_DYING by Thomas Gleixner · 8 years ago
  43. 94baf7a sched/migration: Move prepare transition to SCHED_STARTING state by Thomas Gleixner · 8 years ago
  44. b2454ca sched/hotplug: Move sync_rcu to be with set_cpu_active(false) by Peter Zijlstra · 8 years ago
  45. 40190a7 sched/hotplug: Convert cpu_[in]active notifiers to state machine by Thomas Gleixner · 8 years ago
  46. c6d2c74 sched: Move sched_domains_numa_masks_clear() to DOWN_PREPARE by Thomas Gleixner · 8 years ago
  47. 135fb3e sched: Consolidate the notifier maze by Thomas Gleixner · 8 years ago
  48. e26fbff sched: Allow hotplug notifiers to be setup early by Thomas Gleixner · 8 years ago
  49. 9cf7243 sched: Make set_cpu_rq_start_time() a built in hotplug state by Thomas Gleixner · 8 years ago
  50. e9d867a sched: Allow per-cpu kernel threads to run on online && !active by Peter Zijlstra (Intel) · 8 years ago
  51. 885e542 sched/fair: Fix comment in calculate_imbalance() by Dietmar Eggemann · 8 years ago
  52. 0a9b23c sched/fair: Remove stale power aware scheduling comments by Dietmar Eggemann · 8 years ago
  53. b52fad2 sched/fair: Update rq clock before updating nohz CPU load by Matt Fleming · 8 years ago
  54. db6ea2f sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernels by Wanpeng Li · 8 years ago
  55. 7b20b91 sched/fair: Optimize sum computation with a lookup table by Yuyang Du · 8 years ago
  56. 172895e sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOAD_SCALE by Yuyang Du · 8 years ago
  57. 6ecdd74 sched/fair: Generalize the load/util averages resolution definition by Yuyang Du · 8 years ago
  58. 2159197 sched/core: Enable increased load resolution on 64-bit kernels by Peter Zijlstra · 8 years ago
  59. e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 9 years ago
  60. eb58075 sched/core: Introduce 'struct rq_flags' by Peter Zijlstra · 9 years ago
  61. 3e71a46 sched/core: Move task_rq_lock() out of line by Peter Zijlstra · 8 years ago
  62. 64b7aad Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 8 years ago
  63. 29c5e7b Merge back earlier cpufreq material for v4.7. by Rafael J. Wysocki · 8 years ago
  64. f98db60 sched/core: Add switch_mm_irqs_off() and use it in the scheduler by Andy Lutomirski · 8 years ago
  65. 594dd29 sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple times by Wanpeng Li · 8 years ago
  66. 2548d54 nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick() by Peter Zijlstra · 8 years ago
  67. fec148c sched/deadline: Fix a bug in dl_overflow() by Xunlei Pang · 8 years ago
  68. 9fd81dd sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updates by Frederic Weisbecker · 8 years ago
  69. 1f41906 sched/fair: Correctly handle nohz ticks CPU load accounting by Frederic Weisbecker · 8 years ago
  70. cee1afc sched/fair: Gather CPU load functions under a more conventional namespace by Frederic Weisbecker · 8 years ago
  71. a2c6c91 sched/fair: Call cpufreq hook in additional paths by Steve Muckle · 8 years ago
  72. 41e0d37 sched/fair: Do not call cpufreq hook unless util changed by Steve Muckle · 8 years ago
  73. 21e96f8 sched/fair: Move cpufreq hook to update_cfs_rq_load_avg() by Steve Muckle · 8 years ago
  74. 1f621e0 sched/fair: Fix asym packing to select correct CPU by Srikar Dronamraju · 8 years ago
  75. bd92883 sched/cpuacct: Check for NULL when using task_pt_regs() by Anton Blanchard · 8 years ago
  76. 2c923e9 sched/clock: Make local_clock()/cpu_clock() inline by Daniel Lezcano · 8 years ago
  77. c78b17e sched/clock: Remove pointless test in cpu_clock/local_clock by Daniel Lezcano · 8 years ago
  78. fb90a6e sched/debug: Don't dump sched debug info in SysRq-W by Rabin Vincent · 8 years ago
  79. 6c9d9c8 cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit() by Rafael J. Wysocki · 8 years ago
  80. 9bdcb44 cpufreq: schedutil: New governor based on scheduler utilization data by Rafael J. Wysocki · 8 years ago
  81. 0bed612 cpufreq: sched: Helpers to add and remove update_util hooks by Rafael J. Wysocki · 8 years ago
  82. 2b8c41d sched/fair: Initiate a new task's util avg to a bounded value by Yuyang Du · 8 years ago
  83. 1c3de5e sched/fair: Update comments after a variable rename by Yuyang Du · 8 years ago
  84. 47252cf sched/core: Add preempt checks in preempt_schedule() code by Steven Rostedt · 8 years ago
  85. bfdb198 sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernels by Tim Chen · 8 years ago
  86. d02c07118 sched/fair: Reset nr_balance_failed after active balancing by Srikar Dronamraju · 8 years ago
  87. d740037 sched/cpuacct: Split usage accounting into user_usage and sys_usage by Dongsheng Yang · 8 years ago
  88. 5ca3726 sched/cpuacct: Show all possible CPUs in cpuacct output by Zhao Lei · 8 years ago
  89. 5529578 locking/atomic, sched: Unexport fetch_or() by Frederic Weisbecker · 8 years ago
  90. be53f58 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 8 years ago
  92. 73e6aaf sched/cpuacct: Simplify the cpuacct code by Zhao Lei · 8 years ago
  93. 1a736b7 sched/cpuacct: Rename parameter in cpuusage_write() for readability by Dongsheng Yang · 9 years ago
  94. d433558 sched/fair: Add comments to explain select_idle_sibling() by Matt Fleming · 8 years ago
  95. 3a47d51 sched/fair: Fix fairness issue on migration by Peter Zijlstra · 8 years ago
  96. 2f5177f sched/cgroup: Fix/cleanup cgroup teardown/init by Peter Zijlstra · 8 years ago
  97. 42e405f Merge branch 'linus' into sched/urgent, to pick up dependencies by Ingo Molnar · 8 years ago
  98. 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. 6b5f04b Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  100. ef504fa Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago