1. 95158a8 sched,rt: Use the full cpumask for balancing by Peter Zijlstra · 4 years, 4 months ago
  2. 14e292f8 sched,rt: Use cpumask_any*_distribute() by Peter Zijlstra · 4 years, 4 months ago
  3. 9cfc3e1 sched: Massage set_cpus_allowed() by Peter Zijlstra · 4 years, 4 months ago
  4. 120455c sched: Fix hotplug vs CPU bandwidth control by Peter Zijlstra · 4 years, 4 months ago
  5. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  6. feff2e6 sched/deadline: Unthrottle PI boosted threads while enqueuing by Daniel Bristot de Oliveira · 4 years, 4 months ago
  7. 46fcc4b sched/deadline: Fix stale throttling on de-/boosted tasks by Lucas Stach · 4 years, 5 months ago
  8. faa2fd7 Merge branch 'sched/urgent' by Peter Zijlstra · 4 years, 6 months ago
  9. ce9bc3b sched/deadline: Initialize ->dl_boosted by Juri Lelli · 4 years, 7 months ago
  10. a87e749 sched: Remove struct sched_class::next field by Steven Rostedt (VMware) · 5 years ago
  11. 590d697 sched: Force the address order of each sched class descriptor by Steven Rostedt (VMware) · 5 years ago
  12. c496941 sched/deadline: Fix a typo in a comment by Christophe JAILLET · 4 years, 8 months ago
  13. b411898 sched/deadline: Make DL capacity-aware by Luca Abeni · 4 years, 8 months ago
  14. 60ffd5e sched/deadline: Improve admission control for asymmetric CPU capacities by Luca Abeni · 4 years, 8 months ago
  15. fc9dc69 sched/deadline: Add dl_bw_capacity() by Dietmar Eggemann · 4 years, 8 months ago
  16. c81b893 sched/deadline: Optimize dl_bw_cpus() by Dietmar Eggemann · 4 years, 8 months ago
  17. b4098bf sched/deadline: Impose global limits on sched_attr::sched_period by Peter Zijlstra · 5 years ago
  18. ba4f7bc sched/deadline: Make two functions static by Yu Chen · 4 years, 11 months ago
  19. a0e813f sched/core: Further clarify sched_class::set_next_task() by Peter Zijlstra · 5 years ago
  20. 98c2f70 sched/core: Simplify sched_class::pick_next_task() by Peter Zijlstra · 5 years ago
  21. 6e2df05 sched: Fix pick_next_task() vs 'change' pattern race by Peter Zijlstra · 5 years ago
  22. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  23. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  24. 6769243 sched: Rework pick_next_task() slow-path by Peter Zijlstra · 6 years ago
  25. 5f2a45f sched: Allow put_prev_task() to drop rq->lock by Peter Zijlstra · 6 years ago
  26. 03b7fad sched: Add task_struct pointer to sched_class::set_curr_task by Peter Zijlstra · 6 years ago
  27. f95d4ea sched/{rt,deadline}: Fix set_next_task vs pick_next_task by Peter Zijlstra · 6 years ago
  28. f490481 sched/deadline: Fix double accounting of rq/running bw in push & pull by Dietmar Eggemann · 5 years ago
  29. 850377a sched/deadline: Ensure inactive_timer runs in hardirq context by Juri Lelli · 5 years ago
  30. d5096aa sched: Mark hrtimers to expire in hard interrupt context by Sebastian Andrzej Siewior · 5 years ago
  31. 59d06ce sched/deadline: Fix bandwidth accounting at all levels after offline migration by Juri Lelli · 5 years ago
  32. f9a25f7 cpusets: Rebuild root domain deadline accounting information by Mathieu Poirier · 5 years ago
  33. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  34. 8ec59c0 sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity() by Vincent Guittot · 6 years ago
  35. d6a3b24 docs: scheduler: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  36. 3bd3706 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
  37. 1b02cd6 sched/deadline: Correctly handle active 0-lag timers by luca abeni · 6 years ago
  38. 2312729 sched/fair: Update scale invariance of PELT by Vincent Guittot · 6 years ago
  39. 9ebc605 sched/core: Remove unnecessary unlikely() in push_*_task() by Yangtao Li · 6 years ago
  40. dfcb245 sched: Fix various typos in comments by Ingo Molnar · 6 years ago
  41. ff1cdc9 sched/core: Introduce set_next_task() helper for better code readability by Muchun Song · 6 years ago
  42. 1327237a5 sched/numa: Pass destination CPU as a parameter to migrate_task_rq by Srikar Dronamraju · 6 years ago
  43. 4765096 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  44. 840d719 sched/deadline: Update rq_clock of later_rq when pushing a task by Daniel Bristot de Oliveira · 6 years ago
  45. 523e979 sched/core: Use PELT for scale_rt_capacity() by Vincent Guittot · 7 years ago
  46. 3727e0e sched/dl: Add dl_rq utilization tracking by Vincent Guittot · 7 years ago
  47. e117cb5 sched/deadline: Fix switched_from_dl() warning by Juri Lelli · 7 years ago
  48. ecda2b6 sched/deadline: Fix missing clock update by Juri Lelli · 7 years ago
  49. 3febfc8a sched/deadline: Make the grub_reclaim() function static by Mathieu Malaterre · 7 years ago
  50. f6a34630 sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.h by Mathieu Malaterre · 7 years ago
  51. adcc8da sched/core: Simplify helpers for rq clock update skip requests by Davidlohr Bueso · 7 years ago
  52. 4042d003 cpufreq/schedutil: Remove unused CPUFREQ_DL by Peter Zijlstra · 7 years ago
  53. 02d8ec9 sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separate namespace by Ingo Molnar · 7 years ago
  54. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  55. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  56. d84b313 sched/isolation: Offload residual 1Hz scheduler tick by Frederic Weisbecker · 7 years ago
  57. 6fe0ce1 sched/deadline: Make update_curr_dl() more accurate by Wen Yang · 7 years ago
  58. 0788116 sched/deadline: Make bandwidth enforcement scale-invariant by Juri Lelli · 7 years ago
  59. 794a56e sched/cpufreq: Change the worker kthread to SCHED_DEADLINE by Juri Lelli · 7 years ago
  60. e0367b1 sched/deadline: Move CPU frequency selection triggering points by Juri Lelli · 7 years ago
  61. 34be393 sched/deadline: Implement "runtime overrun signal" support by Juri Lelli · 7 years ago
  62. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  63. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  64. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  65. 8c0944ce sched/deadline: Rename __dl_clear() to __dl_sub() by Peter Zijlstra · 7 years ago
  66. 295d6d5 sched/deadline: Fix switching to -deadline by Luca Abeni · 7 years ago
  67. d2cc5ed cpuacct: Introduce cgroup_account_cputime[_field]() by Tejun Heo · 7 years ago
  68. 2161573 sched/deadline: replace earliest dl and rq leftmost caching by Davidlohr Bueso · 7 years ago
  69. 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
  70. 3261ed0 sched/deadline: Change return value of cpudl_find() by Byungchul Park · 8 years ago
  71. b18c3ca sched/deadline: Make find_later_rq() choose a closer CPU in topology by Byungchul Park · 8 years ago
  72. 181a80d1 sched: Mark pick_next_task_dl() and build_sched_domain() as static by Viresh Kumar · 8 years ago
  73. 674e754 sched: cpufreq: Allow remote cpufreq callbacks by Viresh Kumar · 7 years ago
  74. 193be41 sched/deadline: Fix confusing comments about selection of top pi-waiter by Joel Fernandes · 8 years ago
  75. 06a76fe sched/deadline: Move DL related code from sched/core.c to sched/deadline.c by Nicolas Pitre · 8 years ago
  76. 3effcb4 sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks by Daniel Bristot de Oliveira · 8 years ago
  77. ae83b56 sched/deadline: Zero out positive runtime after throttling constrained tasks by Xunlei Pang · 8 years ago
  78. daec579 sched/deadline: Reclaim bandwidth not used by dl tasks by Luca Abeni · 8 years ago
  79. 9f0d1a5 sched/deadline: Base GRUB reclaiming on the inactive utilization by Luca Abeni · 8 years ago
  80. 8fd2723 sched/deadline: Track the "total rq utilization" too by Luca Abeni · 8 years ago
  81. 2d4283e sched/deadline: Make GRUB a task's flag by Luca Abeni · 8 years ago
  82. 4da3abc sched/deadline: Do not reclaim the whole CPU bandwidth by Luca Abeni · 8 years ago
  83. c52f14d sched/deadline: Implement GRUB accounting by Luca Abeni · 8 years ago
  84. 387e313 sched/deadline: Fix the update of the total -deadline utilization by Luca Abeni · 8 years ago
  85. 209a0cb sched/deadline: Improve the tracking of active utilization by Luca Abeni · 8 years ago
  86. e36d867 sched/deadline: Track the active utilization by Luca Abeni · 8 years ago
  87. a776b96 sched/deadline: Remove unnecessary condition in push_dl_task() by Byungchul Park · 8 years ago
  88. 2317d5f sched/deadline: Use deadline instead of period when calculating overflow by Steven Rostedt (VMware) · 8 years ago
  89. df8eac8 sched/deadline: Throttle a constrained deadline task activated after the deadline by Daniel Bristot de Oliveira · 8 years ago
  90. 5ac69d3 sched/deadline: Make sure the replenishment timer fires in the next period by Daniel Bristot de Oliveira · 8 years ago
  91. dcc3b5f sched/deadline: Add missing update_rq_clock() in dl_task_timer() by Wanpeng Li · 8 years ago
  92. 4b53a34 sched/core: Remove the tsk_nr_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  93. 0c98d34 sched/core: Remove the tsk_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  94. 619bd4a sched/rt: Add a missing rescheduling point by Sebastian Andrzej Siewior · 8 years ago
  95. d8ac897 sched/core: Add wrappers for lockdep_(un)pin_lock() by Matt Fleming · 8 years ago
  96. 176cedc sched/dl: Fix comment in pick_next_task_dl() by T.Zhou · 8 years ago
  97. 9846d50 sched/deadline: Fix typo in a comment by Daniel Bristot de Oliveira · 8 years ago
  98. 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
  99. 61c7aca sched/deadline: Fix the intention to re-evalute tick dependency for offline CPU by Wanpeng Li · 8 years ago
  100. d8206bb sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear() by Tommaso Cucinotta · 8 years ago