1. 047f9d6 sched/wait: Remove the lockless swait_active() check in swake_up*() by Boqun Feng · 7 years ago
  2. 3d06325 sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning by Davidlohr Bueso · 6 years ago
  3. 0559ea3 sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks by Daniel Bristot de Oliveira · 7 years ago
  4. a1e7a9e sched/numa: Use down_read_trylock() for the mmap_sem by Vlastimil Babka · 7 years ago
  5. cce2b93 sched: Stop resched_cpu() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  6. bac7bb1 sched: Stop switched_to_rt() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  7. a384e54 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 6 years ago
  8. 1c67998 sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() by Steven Rostedt (VMware) · 6 years ago
  9. 1ad4f28 sched/deadline: Zero out positive runtime after throttling constrained tasks by Xunlei Pang · 7 years ago
  10. 28714e9 sched/deadline: Use deadline instead of period when calculating overflow by Steven Rostedt (VMware) · 7 years ago
  11. a2e2911 sched/deadline: Throttle a constrained deadline task activated after the deadline by Daniel Bristot de Oliveira · 7 years ago
  12. 9cc56a0 sched/deadline: Make sure the replenishment timer fires in the next period by Daniel Bristot de Oliveira · 7 years ago
  13. 0a4d4da sched/deadline: Add missing update_rq_clock() in dl_task_timer() by Wanpeng Li · 7 years ago
  14. d266817 sched/rt: Do not pull from current CPU if only one CPU to pull by Steven Rostedt · 7 years ago
  15. 4e4a9eb sched/fair: Make select_idle_cpu() more aggressive by Peter Zijlstra · 7 years ago
  16. 1c37ff7 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  17. fb8bd56 sched: Make resched_cpu() unconditional by Paul E. McKenney · 7 years ago
  18. 6da1c98 sched/core: Add missing update_rq_clock() call in sched_move_task() by Peter Zijlstra · 7 years ago
  19. ab3d531 sched/fair: Update rq clock before changing a task's CPU affinity by Wanpeng Li · 7 years ago
  20. ba15518 sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs by Peter Zijlstra · 7 years ago
  21. 62b5776 sched/cgroup: Move sched_online_group() back into css_online() to fix crash by Konstantin Khlebnikov · 7 years ago
  22. 758dc6a sched/topology: Fix overlapping sched_group_mask by Peter Zijlstra · 7 years ago
  23. 3e165b2 sched/topology: Optimize build_group_mask() by Lauro Ramos Venancio · 7 years ago
  24. 7c3f08e sched/topology: Fix building of overlapping sched-groups by Peter Zijlstra · 7 years ago
  25. 542ebc9 sched/fair, cpumask: Export for_each_cpu_wrap() by Peter Zijlstra · 7 years ago
  26. a0a93e3 Revert "sched/core: Optimize SCHED_SMT" by Greg Kroah-Hartman · 7 years ago
  27. 478273e sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting by Matt Fleming · 7 years ago
  28. 8a48b7e sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() by Andy Lutomirski · 7 years ago
  29. a8fc315 cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start() by Rafael J. Wysocki · 7 years ago
  30. afe8d4a cpufreq: schedutil: move cached_raw_freq to struct sugov_policy by Viresh Kumar · 7 years ago
  31. 916c5cfe sched/rt: Add a missing rescheduling point by Sebastian Andrzej Siewior · 7 years ago
  32. 83929cce sched/autogroup: Fix 64-bit kernel nice level adjustment by Mike Galbraith · 8 years ago
  33. 8e5bfa8 sched/autogroup: Do not use autogroup->tg in zombie threads by Oleg Nesterov · 8 years ago
  34. 18f649e sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task() by Oleg Nesterov · 8 years ago
  35. 8243d55 sched/core: Remove pointless printout in sched_show_task() by Linus Torvalds · 8 years ago
  36. 3820050 sched/core: Fix oops in sched_show_task() by Tetsuo Handa · 8 years ago
  37. 965c4b7 Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  38. 9dcb8b6 mm: remove per-zone hashtable of bitlock waitqueues by Linus Torvalds · 8 years ago
  39. f5d6d2d sched/fair: Remove unused but set variable 'rq' by Tobias Klauser · 8 years ago
  40. b5a9b34 sched/fair: Fix incorrect task group ->load_avg by Vincent Guittot · 8 years ago
  41. 2c11fc8 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  42. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  43. f34d360 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  44. 9cfb38a sched/fair: Fix sched domains NULL dereference in select_idle_sibling() by Wanpeng Li · 8 years ago
  45. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 8 years ago
  46. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  47. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  48. af79ad2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  49. 4b97893 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  50. 7005f6d Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  51. b6e2511 Merge branch 'pm-cpufreq-sched' into pm-cpufreq by Rafael J. Wysocki · 8 years ago
  52. 447976e sched/irqtime: Consolidate irqtime flushing code by Frederic Weisbecker · 8 years ago
  53. 19d23dbf sched/irqtime: Consolidate accounting synchronization with u64_stats API by Frederic Weisbecker · 8 years ago
  54. 2810f61 sched/irqtime: Remove needless IRQs disablement on kcpustat update by Frederic Weisbecker · 8 years ago
  55. f9094a6 sched/irqtime: No need for preempt-safe accessors by Frederic Weisbecker · 8 years ago
  56. b60205c sched/fair: Fix min_vruntime tracking by Peter Zijlstra · 8 years ago
  57. 9148a3a sched/debug: Add SCHED_WARN_ON() by Peter Zijlstra · 8 years ago
  58. 49bd21e sched/core: Fix set_user_nice() by Peter Zijlstra · 8 years ago
  59. b2bf6c3 sched/fair: Introduce set_curr_task() helper by Peter Zijlstra · 8 years ago
  60. a458ae2 sched/core, ia64: Rename set_curr_task() by Peter Zijlstra · 8 years ago
  61. a399d23 sched/core: Fix incorrect utilization accounting when switching to fair class by Vincent Guittot · 8 years ago
  62. 1b568f0 sched/core: Optimize SCHED_SMT by Peter Zijlstra · 8 years ago
  63. 10e2f1a sched/core: Rewrite and improve select_idle_siblings() by Peter Zijlstra · 8 years ago
  64. 0e369d7 sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared by Peter Zijlstra · 8 years ago
  65. 24fc7ed sched/core: Introduce 'struct sched_domain_shared' by Peter Zijlstra · 8 years ago
  66. 16f3ef4 sched/core: Restructure destroy_sched_domain() by Peter Zijlstra · 8 years ago
  67. f39180e sched/core: Remove unused @cpu argument from destroy_sched_domain*() by Peter Zijlstra · 8 years ago
  68. 0176bea sched/wait: Introduce init_wait_entry() by Oleg Nesterov · 8 years ago
  69. eaf9ef5 sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock() by Oleg Nesterov · 8 years ago
  70. b1ea06a sched/wait: Avoid abort_exclusive_wait() in ___wait_event() by Oleg Nesterov · 8 years ago
  71. 38a3e1f sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up() by Oleg Nesterov · 8 years ago
  72. ab522e3 sched/fair: Fix fixed point arithmetic width for shares and effective load by Dietmar Eggemann · 8 years ago
  73. 8f37961 sched/core, x86/topology: Fix NUMA in package topology bug by Tim Chen · 8 years ago
  74. a18a579 sched/debug: Hide printk() by default by Peter Zijlstra · 8 years ago
  75. 8bf46a3 sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasks by Srivatsa Vaddagiri · 8 years ago
  76. 35a773a sched/core: Avoid _cond_resched() for PREEMPT=y by Peter Zijlstra · 8 years ago
  77. 9af6528 sched/core: Optimize __schedule() by Peter Zijlstra · 8 years ago
  78. bf89a30 stop_machine: Avoid a sleep and wakeup in stop_one_cpu() by Cheng Chao · 8 years ago
  79. 0b84735 sched/core: Remove unnecessary initialization in sched_init() by Cheng Chao · 8 years ago
  80. 68f24b08 sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK by Andy Lutomirski · 8 years ago
  81. 2d8fbcd Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  82. c65eacb sched/core: Allow putting thread_info into task_struct by Andy Lutomirski · 8 years ago
  83. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  84. 21ca6d2 cpufreq: schedutil: Add iowait boosting by Rafael J. Wysocki · 8 years ago
  85. 8c34ab1 cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait condition by Rafael J. Wysocki · 8 years ago
  86. de58af8 Revert "sched/fair: Make update_min_vruntime() more readable" by Peter Zijlstra · 8 years ago
  87. 4fa8d299 sched/debug: Remove several CONFIG_SCHEDSTATS guards by Josh Poimboeuf · 8 years ago
  88. 20e1d48 sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()' by Josh Poimboeuf · 8 years ago
  89. ae92882 sched/debug: Clean up schedstat macros by Josh Poimboeuf · 8 years ago
  90. 1a3d027 sched/debug: Rename and move enqueue_sleeper() by Josh Poimboeuf · 8 years ago
  91. 61c7aca sched/deadline: Fix the intention to re-evalute tick dependency for offline CPU by Wanpeng Li · 8 years ago
  92. efca03e schedcore: Remove duplicated init_task's preempt_notifiers init by seokhoon.yoon · 8 years ago
  93. 2665621 sched/fair: Fix load_above_capacity fixed point arithmetic width by Dietmar Eggemann · 8 years ago
  94. d8206bb sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear() by Tommaso Cucinotta · 8 years ago
  95. 8e1bc30 sched/deadline: Make CPU heap faster avoiding real swaps on heapify by Tommaso Cucinotta · 8 years ago
  96. 126b3b6 sched/deadline: Refactor CPU heap code by Tommaso Cucinotta · 8 years ago
  97. 97a7142 sched/fair: Make update_min_vruntime() more readable by Byungchul Park · 9 years ago
  98. 62cc20b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  99. 135e8c9 sched/core: Fix a race between try_to_wake_up() and a woken up task by Balbir Singh · 8 years ago
  100. 8314bc8 cpufreq / sched: ignore SMT when determining max cpu capacity by Steve Muckle · 8 years ago