1. 4765096 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  2. f3d133e sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE by Hailong Liu · 7 years ago
  3. 523e979 sched/core: Use PELT for scale_rt_capacity() by Vincent Guittot · 7 years ago
  4. 371bf42 sched/rt: Add rt_rq utilization tracking by Vincent Guittot · 7 years ago
  5. 296b2ff sched/rt: Fix call to cpufreq_update_util() by Vincent Guittot · 7 years ago
  6. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  7. f6a34630 sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.h by Mathieu Malaterre · 7 years ago
  8. adcc8da sched/core: Simplify helpers for rq clock update skip requests by Davidlohr Bueso · 7 years ago
  9. d29a206 sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning by Davidlohr Bueso · 7 years ago
  10. 8f111bc cpufreq/schedutil: Rewrite CPUFREQ_RT support by Peter Zijlstra · 7 years ago
  11. 02d8ec9 sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separate namespace by Ingo Molnar · 7 years ago
  12. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  13. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  14. d84b313 sched/isolation: Offload residual 1Hz scheduler tick by Frederic Weisbecker · 7 years ago
  15. a771160 sched/rt: Make update_curr_rt() more accurate by Wen Yang · 7 years ago
  16. e7ad203 sched/rt: Make update_curr_rt() more accurate by Wen Yang · 7 years ago
  17. 364f566 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 7 years ago
  18. ad0f1d9 sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() by Steven Rostedt (VMware) · 7 years ago
  19. 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
  20. f73c52a sched/rt: Do not pull from current CPU if only one CPU to pull by Steven Rostedt · 7 years ago
  21. 2fe2582 sched: Stop switched_to_rt() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  22. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  23. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. 4bdced5 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  26. d2cc5ed cpuacct: Introduce cgroup_account_cputime[_field]() by Tejun Heo · 7 years ago
  27. 674e754 sched: cpufreq: Allow remote cpufreq callbacks by Viresh Kumar · 8 years ago
  28. 8887cd9 sched/rt: Move RT related code from sched/core.c to sched/rt.c by Nicolas Pitre · 8 years ago
  29. c249f25 sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer() by Dave Kleikamp · 8 years ago
  30. de16b91 sched/rt: Remove unnecessary condition in push_rt_task() by Byungchul Park · 8 years ago
  31. 3e777f9 sched/rt: Add comments describing the RT IPI pull method by Steven Rostedt (VMware) · 8 years ago
  32. 4b53a34 sched/core: Remove the tsk_nr_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  33. 0c98d34 sched/core: Remove the tsk_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  34. 828cad8 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  35. 975e155 sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in milliseconds by Shile Zhang · 8 years ago
  36. 619bd4a sched/rt: Add a missing rescheduling point by Sebastian Andrzej Siewior · 8 years ago
  37. b18b6a9 timers: Omit POSIX timer stuff from task_struct when disabled by Nicolas Pitre · 8 years ago
  38. d8ac897 sched/core: Add wrappers for lockdep_(un)pin_lock() by Matt Fleming · 8 years ago
  39. 12bde33 cpufreq / sched: Pass runqueue pointer to cpufreq_update_util() by Rafael J. Wysocki · 9 years ago
  40. 58919e8 cpufreq / sched: Pass flags to cpufreq_update_util() by Rafael J. Wysocki · 9 years ago
  41. 50605ff sched/core: Provide a tsk_nr_cpus_allowed() helper by Thomas Gleixner · 9 years ago
  42. eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 9 years ago
  43. 13b5ab0 sched/rt, sched/dl: Don't push if task's scheduling class was changed by Xunlei Pang · 9 years ago
  44. e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 10 years ago
  45. 594dd29 sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple times by Wanpeng Li · 9 years ago
  46. 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  47. e23604e Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  48. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 9 years ago
  49. 01d36d0 sched: Account rr tasks by Frederic Weisbecker · 9 years ago
  50. c3a990d sched/rt: Kick RT bandwidth timer immediately on start up by Steven Rostedt · 9 years ago
  51. ff77e46 sched/rt: Fix PI handling vs. sched_setscheduler() by Peter Zijlstra · 9 years ago
  52. 89b4110 sched/rt: Hide the push_irq_work_func() declaration by Arnd Bergmann · 9 years ago
  53. 269b26a sched/rt: Make (do_)balance_runtime() return void by Juri Lelli · 9 years ago
  54. 6c37067 sched: Change the sched_class::set_cpus_allowed() calling context by Peter Zijlstra · 10 years ago
  55. c5b2803 sched: Make sched_class::set_cpus_allowed() unconditional by Peter Zijlstra · 10 years ago
  56. 8fd3735 sched/rt: Remove a redundant condition from task_woken_rt() by Xunlei Pang · 10 years ago
  57. cbce1a6 sched,lockdep: Employ lock pinning by Peter Zijlstra · 10 years ago
  58. fd7a4be sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks by Peter Zijlstra · 10 years ago
  59. 8046d68 sched,rt: Remove return value from pull_rt_task() by Peter Zijlstra · 10 years ago
  60. e3fca9e sched: Replace post_schedule with a balance callback list by Peter Zijlstra · 10 years ago
  61. 624bbdf Merge branch 'timers/core' into sched/hrtimers by Thomas Gleixner · 10 years ago
  62. 4cfafd3 sched,perf: Fix periodic timers by Peter Zijlstra · 10 years ago
  63. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 10 years ago
  64. 77a4d1a sched: Cleanup bandwidth timers by Peter Zijlstra · 10 years ago
  65. 07c54f7 sched/core: Remove unused argument from init_[rt|dl]_rq() by Abel Vesa · 10 years ago
  66. b6366f0 sched/rt: Use IPI to trigger RT task push migration instead of pulling by Steven Rostedt · 10 years ago
  67. 80e3d87 sched/rt: Reduce rq lock contention by eliminating locking of non-feasible target by Tim Chen · 10 years ago
  68. 9edfbfe sched/core: Rework rq->clock update skips by Peter Zijlstra · 10 years ago
  69. 6c1d941 sched: Move p->nr_cpus_allowed check to select_task_rq() by Wanpeng Li · 10 years ago
  70. e9ac5f0 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes by Ingo Molnar · 10 years ago
  71. 6e99891 sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency by Stanislaw Gruszka · 10 years ago
  72. 308a623 sched/rt: Clean up check_preempt_equal_prio() by Wanpeng Li · 10 years ago
  73. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  74. 8aa6f0e sched/rt: Use resched_curr() in task_tick_rt() by Kirill Tkhai · 10 years ago
  75. f3f1768 sched/rt: Remove useless if from cleanup pick_next_task_rt() by Kirill Tkhai · 10 years ago
  76. 4ba2968 percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t by Christoph Lameter · 10 years ago
  77. da0c1e6 sched: Add wrapper for checking task_struct::on_rq by Kirill Tkhai · 11 years ago
  78. 8875125 sched: Transform resched_task() into resched_curr() by Kirill Tkhai · 11 years ago
  79. 99b6256 sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runtime() by Kirill Tkhai · 11 years ago
  80. b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  81. 0b07939 sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...) by Giedrius Rekasius · 11 years ago
  82. c224815 printk: Add printk_deferred_once by John Stultz · 11 years ago
  83. aac74dc printk: rename printk_sched to printk_deferred by John Stultz · 11 years ago
  84. 7246544 sched, nohz: Change rq->nr_running to always use wrappers by Kirill Tkhai · 11 years ago
  85. 4638364 sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next_task()") by Kirill Tkhai · 11 years ago
  86. f4ebcbc sched/rt: Substract number of tasks of throttled queues from rq->nr_running by Kirill Tkhai · 11 years ago
  87. 653d07a sched/rt: Add accessors rq_of_rt_se() by Kirill Tkhai · 11 years ago
  88. 22abdef sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_running by Kirill Tkhai · 11 years ago
  89. 1044791 sched/rt: Do not try to push tasks if pinned task switches to RT by Kirill V Tkhai · 11 years ago
  90. a1d9a32 sched: Check for stop task appearance when balancing happens by Kirill Tkhai · 11 years ago
  91. 4c6c4e3 sched/core: Fix endless loop in pick_next_task() by Kirill Tkhai · 11 years ago
  92. 734ff2a sched/rt: Fix picking RT and DL tasks from empty queue by Kirill Tkhai · 11 years ago
  93. a02ed5e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  94. 37e117c sched: Guarantee task priority in pick_next_task() by Peter Zijlstra · 11 years ago
  95. faa5993 sched/deadline: Prevent rt_time growth to infinity by Juri Lelli · 11 years ago
  96. 11c785b sched/rt: Make init_sched_rt_calss() __init by Li Zefan · 11 years ago
  97. dc87734 sched: Remove some #ifdeffery by Peter Zijlstra · 11 years ago
  98. 3f1d2a3 sched: Fix hotplug task migration by Peter Zijlstra · 11 years ago
  99. 38033c3 sched: Push down pre_schedule() and idle_balance() by Peter Zijlstra · 11 years ago
  100. 606dba2 sched: Push put_prev_task() into pick_next_task() by Peter Zijlstra · 13 years ago