1. 840d719 sched/deadline: Update rq_clock of later_rq when pushing a task by Daniel Bristot de Oliveira · 6 years ago
  2. e117cb5 sched/deadline: Fix switched_from_dl() warning by Juri Lelli · 6 years ago
  3. ecda2b6 sched/deadline: Fix missing clock update by Juri Lelli · 7 years ago
  4. 3febfc8a sched/deadline: Make the grub_reclaim() function static by Mathieu Malaterre · 7 years ago
  5. f6a34630 sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.h by Mathieu Malaterre · 7 years ago
  6. adcc8da sched/core: Simplify helpers for rq clock update skip requests by Davidlohr Bueso · 7 years ago
  7. 4042d003 cpufreq/schedutil: Remove unused CPUFREQ_DL by Peter Zijlstra · 7 years ago
  8. 02d8ec9 sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separate namespace by Ingo Molnar · 7 years ago
  9. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  10. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  11. d84b313 sched/isolation: Offload residual 1Hz scheduler tick by Frederic Weisbecker · 7 years ago
  12. 6fe0ce1 sched/deadline: Make update_curr_dl() more accurate by Wen Yang · 7 years ago
  13. 0788116 sched/deadline: Make bandwidth enforcement scale-invariant by Juri Lelli · 7 years ago
  14. 794a56e sched/cpufreq: Change the worker kthread to SCHED_DEADLINE by Juri Lelli · 7 years ago
  15. e0367b1 sched/deadline: Move CPU frequency selection triggering points by Juri Lelli · 7 years ago
  16. 34be393 sched/deadline: Implement "runtime overrun signal" support by Juri Lelli · 7 years ago
  17. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  18. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. 8c0944ce sched/deadline: Rename __dl_clear() to __dl_sub() by Peter Zijlstra · 7 years ago
  21. 295d6d5 sched/deadline: Fix switching to -deadline by Luca Abeni · 7 years ago
  22. d2cc5ed cpuacct: Introduce cgroup_account_cputime[_field]() by Tejun Heo · 7 years ago
  23. 2161573 sched/deadline: replace earliest dl and rq leftmost caching by Davidlohr Bueso · 7 years ago
  24. 4396440 Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  25. 3261ed0 sched/deadline: Change return value of cpudl_find() by Byungchul Park · 8 years ago
  26. b18c3ca sched/deadline: Make find_later_rq() choose a closer CPU in topology by Byungchul Park · 8 years ago
  27. 181a80d1 sched: Mark pick_next_task_dl() and build_sched_domain() as static by Viresh Kumar · 8 years ago
  28. 674e754 sched: cpufreq: Allow remote cpufreq callbacks by Viresh Kumar · 7 years ago
  29. 193be41 sched/deadline: Fix confusing comments about selection of top pi-waiter by Joel Fernandes · 7 years ago
  30. 06a76fe sched/deadline: Move DL related code from sched/core.c to sched/deadline.c by Nicolas Pitre · 8 years ago
  31. 3effcb4 sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks by Daniel Bristot de Oliveira · 8 years ago
  32. ae83b56 sched/deadline: Zero out positive runtime after throttling constrained tasks by Xunlei Pang · 8 years ago
  33. daec579 sched/deadline: Reclaim bandwidth not used by dl tasks by Luca Abeni · 8 years ago
  34. 9f0d1a5 sched/deadline: Base GRUB reclaiming on the inactive utilization by Luca Abeni · 8 years ago
  35. 8fd27231 sched/deadline: Track the "total rq utilization" too by Luca Abeni · 8 years ago
  36. 2d4283e sched/deadline: Make GRUB a task's flag by Luca Abeni · 8 years ago
  37. 4da3abc sched/deadline: Do not reclaim the whole CPU bandwidth by Luca Abeni · 8 years ago
  38. c52f14d sched/deadline: Implement GRUB accounting by Luca Abeni · 8 years ago
  39. 387e313 sched/deadline: Fix the update of the total -deadline utilization by Luca Abeni · 8 years ago
  40. 209a0cb sched/deadline: Improve the tracking of active utilization by Luca Abeni · 8 years ago
  41. e36d867 sched/deadline: Track the active utilization by Luca Abeni · 8 years ago
  42. a776b96 sched/deadline: Remove unnecessary condition in push_dl_task() by Byungchul Park · 8 years ago
  43. 2317d5f sched/deadline: Use deadline instead of period when calculating overflow by Steven Rostedt (VMware) · 8 years ago
  44. df8eac8 sched/deadline: Throttle a constrained deadline task activated after the deadline by Daniel Bristot de Oliveira · 8 years ago
  45. 5ac69d3 sched/deadline: Make sure the replenishment timer fires in the next period by Daniel Bristot de Oliveira · 8 years ago
  46. dcc3b5f sched/deadline: Add missing update_rq_clock() in dl_task_timer() by Wanpeng Li · 8 years ago
  47. 4b53a34 sched/core: Remove the tsk_nr_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  48. 0c98d34 sched/core: Remove the tsk_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  49. 619bd4a sched/rt: Add a missing rescheduling point by Sebastian Andrzej Siewior · 8 years ago
  50. d8ac897 sched/core: Add wrappers for lockdep_(un)pin_lock() by Matt Fleming · 8 years ago
  51. 176cedc sched/dl: Fix comment in pick_next_task_dl() by T.Zhou · 8 years ago
  52. 9846d50 sched/deadline: Fix typo in a comment by Daniel Bristot de Oliveira · 8 years ago
  53. 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
  54. 61c7aca sched/deadline: Fix the intention to re-evalute tick dependency for offline CPU by Wanpeng Li · 8 years ago
  55. d8206bb sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear() by Tommaso Cucinotta · 8 years ago
  56. 12bde33 cpufreq / sched: Pass runqueue pointer to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  57. 58919e8 cpufreq / sched: Pass flags to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  58. 98b0a85 sched/deadline: Remove useless parameter from setup_new_dl_entity() by Juri Lelli · 8 years ago
  59. c0c8c9f sched/deadline: Fix lock pinning warning during CPU hotplug by Wanpeng Li · 8 years ago
  60. 50605ff sched/core: Provide a tsk_nr_cpus_allowed() helper by Thomas Gleixner · 9 years ago
  61. ade42e0 sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowed by Thomas Gleixner · 9 years ago
  62. eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 9 years ago
  63. 13b5ab0 sched/rt, sched/dl: Don't push if task's scheduling class was changed by Xunlei Pang · 9 years ago
  64. e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 9 years ago
  65. eb58075 sched/core: Introduce 'struct rq_flags' by Peter Zijlstra · 9 years ago
  66. 594dd29 sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple times by Wanpeng Li · 9 years ago
  67. 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
  68. 4ed3900 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  69. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 9 years ago
  70. 72f9f3f sched/deadline: Remove dl_new from struct sched_dl_entity by Luca Abeni · 9 years ago
  71. 801ccdb sched/deadline: Remove superfluous call to switched_to_dl() by Peter Zijlstra · 9 years ago
  72. 48be3a6 sched/deadline: Always calculate end of period on sched_yield() by Peter Zijlstra · 9 years ago
  73. c219b7d sched/deadline: Fix trivial typo in printk() message by Steven Rostedt · 9 years ago
  74. 7d92de3 sched/deadline: Fix the earliest_dl.next logic by Wanpeng Li · 9 years ago
  75. 0aaafaa sched/core: Add missing lockdep_unpin() annotations by Peter Zijlstra · 9 years ago
  76. 5aa5050 sched/deadline: Fix migration of SCHED_DEADLINE tasks by Luca Abeni · 9 years ago
  77. ff277d4 sched/deadline: Fix comment in enqueue_task_dl() by Andrea Parri · 9 years ago
  78. 4ffa08e sched/deadline: Fix comment in push_dl_tasks() by Andrea Parri · 9 years ago
  79. 6c37067 sched: Change the sched_class::set_cpus_allowed() calling context by Peter Zijlstra · 10 years ago
  80. c5b2803 sched: Make sched_class::set_cpus_allowed() unconditional by Peter Zijlstra · 10 years ago
  81. 3fe33bc sched/deadline: Remove a redundant condition from task_woken_dl() by Xunlei Pang · 9 years ago
  82. 98ec21a Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  83. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. 6fab541 sched/deadline: Remove needless parameter in dl_runtime_exceeded() by Zhiqiang Zhang · 10 years ago
  85. 9d51426 sched/deadline: Reduce rq lock contention by eliminating locking of non-feasible target by Wanpeng Li · 10 years ago
  86. a6c0e74 sched/deadline: Make init_sched_dl_class() __init by Wanpeng Li · 10 years ago
  87. 8b5e770 sched/deadline: Optimize pull_dl_task() by Wanpeng Li · 10 years ago
  88. cbce1a6 sched,lockdep: Employ lock pinning by Peter Zijlstra · 10 years ago
  89. a649f23 sched,dl: Fix sched class hopping CBS hole by Peter Zijlstra · 10 years ago
  90. 9916e21 sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance callbacks by Peter Zijlstra · 10 years ago
  91. 0ea60c2 sched,dl: Remove return value from pull_dl_task() by Peter Zijlstra · 10 years ago
  92. e3fca9e sched: Replace post_schedule with a balance callback list by Peter Zijlstra · 10 years ago
  93. 624bbdf Merge branch 'timers/core' into sched/hrtimers by Thomas Gleixner · 10 years ago
  94. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 10 years ago
  95. cc9684d sched: deadline: Use hrtimer_start() by Thomas Gleixner · 10 years ago
  96. fa9c9d1 sched/deadline: Support DL task migration during CPU hotplug by Wanpeng Li · 10 years ago
  97. 4cd57f971 sched/deadline: Always enqueue on previous rq when dl_task_timer() fires by Juri Lelli · 10 years ago
  98. 07c54f7 sched/core: Remove unused argument from init_[rt|dl]_rq() by Abel Vesa · 10 years ago
  99. bd4bde1 sched/deadline: Avoid a superfluous check by Wanpeng Li · 10 years ago
  100. 44fb085 sched/deadline: Add rq->clock update skip for dl task yield by Wanpeng Li · 10 years ago