1. 135e8c9 sched/core: Fix a race between try_to_wake_up() and a woken up task by Balbir Singh · 8 years ago
  2. 03cbc73 sched/cputime: Resync steal time when guest & host lose sync by Wanpeng Li · 8 years ago
  3. 173be9a sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression by Peter Zijlstra · 8 years ago
  4. 26f2c75 sched/cputime: Fix omitted ticks passed in parameter by Frederic Weisbecker · 8 years ago
  5. f9bcf1e sched/cputime: Fix steal time accounting by Wanpeng Li · 8 years ago
  6. c0c8c9f sched/deadline: Fix lock pinning warning during CPU hotplug by Wanpeng Li · 8 years ago
  7. 6075620 sched/cputime: Mitigate performance regression in times()/clock_gettime() by Giovanni Gherdovich · 8 years ago
  8. b892212 sched/fair: Fix typo in sync_throttle() by Xunlei Pang · 8 years ago
  9. a23eadf sched/deadline: Fix wrap-around in DL heap by Tommaso Cucinotta · 8 years ago
  10. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  11. 6453dbd Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  12. 766fd5f Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  13. cca08cd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. 9def970 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  16. 5cbea46 cpufreq: schedutil: map raw required frequency to driver frequency by Steve Muckle · 8 years ago
  17. 553bf6b sched/cputime: Drop local_irq_save/restore from irqtime_account_irq() by Rik van Riel · 8 years ago
  18. 0cfdf9a sched/cputime: Clean up the old vtime gen irqtime accounting completely by Frederic Weisbecker · 8 years ago
  19. b58c358 sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code by Rik van Riel · 8 years ago
  20. 5743021 sched/cputime: Count actually elapsed irq & softirq time by Rik van Riel · 8 years ago
  21. d60585c sched/core: Correct off by one bug in load migration calculation by Thomas Gleixner · 8 years ago
  22. 748c720 sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is set by Daniel Bristot de Oliveira · 8 years ago
  23. 277a13e sched/cpuacct: Introduce cpuacct.usage_all to show all CPU stats together by Zhao Lei · 8 years ago
  24. 8e546bf sched/cpuacct: Use loop to consolidate code in cpuacct_stats_show() by Zhao Lei · 8 years ago
  25. 9acacc2 sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enums by Zhao Lei · 8 years ago
  26. ecb23dc xen: add steal_clock support on x86 by Juergen Gross · 8 years ago
  27. 5d1191a Merge back earlier cpufreq material for v4.8. by Rafael J. Wysocki · 8 years ago
  28. 55e16d3 sched/fair: Rework throttle_count sync by Peter Zijlstra · 8 years ago
  29. 599b484 sched/core: Fix sched_getaffinity() return value kerneldoc comment by Zev Weiss · 8 years ago
  30. 8663e24 sched/fair: Reorder cgroup creation code by Peter Zijlstra · 8 years ago
  31. 3d30544f sched/fair: Apply more PELT fixes by Peter Zijlstra · 8 years ago
  32. 7dc603c sched/fair: Fix PELT integrity for new tasks by Peter Zijlstra · 8 years ago
  33. ea86cb4 sched/cgroup: Fix cpu_cgroup_fork() handling by Vincent Guittot · 8 years ago
  34. 0101147 sched/fair: Fix PELT integrity for new groups by Peter Zijlstra · 8 years ago
  35. e210bff sched/fair: Fix and optimize the fork() path by Peter Zijlstra · 8 years ago
  36. 630741f Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  37. ea1dc6f sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusion by Peter Zijlstra · 8 years ago
  38. 7dd4912 sched/fair: Fix effective_load() to consistently use smoothed load by Peter Zijlstra · 8 years ago
  39. feb245e sched/core: Allow kthreads to fall back to online && !active cpus by Tejun Heo · 8 years ago
  40. 754bd59 sched/fair: Do not announce throttled next buddy in dequeue_task_fair() by Konstantin Khlebnikov · 8 years ago
  41. 094f469 sched/fair: Initialize throttle_count for new task-groups lazily by Konstantin Khlebnikov · 8 years ago
  42. 8974189 sched/fair: Fix cfs_rq avg tracking underflow by Peter Zijlstra · 8 years ago
  43. 57675cb kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processing sysrq-w by Andrey Ryabinin · 8 years ago
  44. eda8dca sched/debug: Fix deadlock when enabling sched events by Josh Poimboeuf · 8 years ago
  45. 1f03e8d locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() by Peter Zijlstra · 8 years ago
  46. 807e5b8 sched/cputime: Add steal time support to full dynticks CPU time accounting by Wanpeng Li · 8 years ago
  47. 3d89e54 sched/cputime: Fix prev steal time accouting during CPU hotplug by Wanpeng Li · 8 years ago
  48. 07f9f22 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  49. b7fa30c sched/fair: Fix post_init_entity_util_avg() serialization by Peter Zijlstra · 8 years ago
  50. bb4b993 Merge back earlier cpufreq changes for v4.8. by Rafael J. Wysocki · 8 years ago
  51. f5364c1 Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) by Linus Torvalds · 8 years ago
  52. 29d6455 sched: panic on corrupted stack end by Jann Horn · 8 years ago
  53. 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
  54. 3681196 Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' by Rafael J. Wysocki · 8 years ago
  55. 03c041c sched/debug: Always show 'nr_migrations' by Josh Poimboeuf · 8 years ago
  56. 067b4f93 Merge branch 'sched/urgent' into sched/core, to pick up dependency by Ingo Molnar · 8 years ago
  57. 4698f88 sched/debug: Fix 'schedstats=enable' cmdline option by Josh Poimboeuf · 8 years ago
  58. 9c57259 sched/debug: Fix /proc/sched_debug regression by Josh Poimboeuf · 8 years ago
  59. bac7857 sched/fair: Use task_rcu_dereference() by Oleg Nesterov · 8 years ago
  60. df55f46 sched/idle: Optimize the generic idle loop by Gaurav Jindal (Gaurav Jindal) · 8 years ago
  61. 1a99ae3 sched/fair: Fix the wrong throttled clock time for cfs_rq_clock_task() by Xunlei Pang · 8 years ago
  62. bf2be2d cpufreq: governor: Create cpufreq_policy_apply_limits() by Viresh Kumar · 8 years ago
  63. e788892 cpufreq: governor: Get rid of governor events by Rafael J. Wysocki · 8 years ago
  64. 9bd616e cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE by Catalin Marinas · 8 years ago
  65. 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
  66. 4c2628cd Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core' by Rafael J. Wysocki · 8 years ago
  67. b7e7ade sched/core: Fix remote wakeups by Peter Zijlstra · 8 years ago
  68. 60f05e8 cpufreq: schedutil: Improve prints messages with pr_fmt by Viresh Kumar · 8 years ago
  69. 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
  70. c47b3bd Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  71. 50605ff sched/core: Provide a tsk_nr_cpus_allowed() helper by Thomas Gleixner · 8 years ago
  72. ade42e0 sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowed by Thomas Gleixner · 8 years ago
  73. 2087823 sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems by Vik Heyndrickx · 8 years ago
  74. cfa1033 sched/fair: Correct unit of load_above_capacity by Morten Rasmussen · 8 years ago
  75. 1be0eb2 sched/fair: Clean up scale confusion by Peter Zijlstra · 8 years ago
  76. 4449692 sched/nohz: Fix affine unpinned timers mess by Wanpeng Li · 8 years ago
  77. 2f95035 sched/fair: Fix fairness issue on migration by Peter Zijlstra · 8 years ago
  78. 59efa0b sched/core: Kill sched_class::task_waking to clean up the migration logic by Peter Zijlstra · 8 years ago
  79. b5179ac sched/fair: Prepare to fix fairness problems on migration by Peter Zijlstra · 8 years ago
  80. c58d25f sched/fair: Move record_wakee() by Peter Zijlstra · 8 years ago
  81. 4eb8676 Merge branch 'smp/hotplug' into sched/core, to resolve conflicts by Ingo Molnar · 8 years ago
  82. eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 8 years ago
  83. 53d3bc7 Revert "sched/fair: Fix fairness issue on migration" by Ingo Molnar · 8 years ago
  84. 13b5ab0 sched/rt, sched/dl: Don't push if task's scheduling class was changed by Xunlei Pang · 8 years ago
  85. 58fe9c4 sched/core: Fix comment typo in wake_q_add() by Davidlohr Bueso · 8 years ago
  86. 8c5e955 sched/core: Remove unused variable by Muhammad Falak R Wani · 8 years ago
  87. 536bd00 sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakage by Rafael J. Wysocki · 8 years ago
  88. e5ef27d sched: Make hrtick_notifier an explicit call by Thomas Gleixner · 9 years ago
  89. 20a5c8c sched/fair: Make ilb_notifier an explicit call by Thomas Gleixner · 9 years ago
  90. f2785dd sched/hotplug: Move migration CPU_DYING to sched_cpu_dying() by Thomas Gleixner · 9 years ago
  91. 7d97669 sched/migration: Move CPU_ONLINE into scheduler state by Thomas Gleixner · 9 years ago
  92. e9cd8fa sched/migration: Move calc_load_migrate() into CPU_DYING by Thomas Gleixner · 9 years ago
  93. 94baf7a sched/migration: Move prepare transition to SCHED_STARTING state by Thomas Gleixner · 9 years ago
  94. b2454ca sched/hotplug: Move sync_rcu to be with set_cpu_active(false) by Peter Zijlstra · 9 years ago
  95. 40190a7 sched/hotplug: Convert cpu_[in]active notifiers to state machine by Thomas Gleixner · 9 years ago
  96. c6d2c74 sched: Move sched_domains_numa_masks_clear() to DOWN_PREPARE by Thomas Gleixner · 9 years ago
  97. 135fb3e sched: Consolidate the notifier maze by Thomas Gleixner · 9 years ago
  98. e26fbff sched: Allow hotplug notifiers to be setup early by Thomas Gleixner · 9 years ago
  99. 9cf7243 sched: Make set_cpu_rq_start_time() a built in hotplug state by Thomas Gleixner · 9 years ago
  100. e9d867a sched: Allow per-cpu kernel threads to run on online && !active by Peter Zijlstra (Intel) · 9 years ago