1. fecfcbc sched/rt: Fix RT utilization tracking during policy change by Vincent Donnefort · 3 years, 7 months ago
  2. 21f56ffe sched: Introduce sched_class::pick_task() by Peter Zijlstra · 4 years, 2 months ago
  3. 5cb9eaa sched: Wrap rq::lock access by Peter Zijlstra · 4 years, 2 months ago
  4. 3b03706 sched: Fix various typos by Ingo Molnar · 3 years, 10 months ago
  5. 65bcf07 sched: Use task_current() instead of 'rq->curr == p' by Hui Su · 4 years, 2 months ago
  6. 3aef155 sched: Remove select_task_rq()'s sd_flag parameter by Valentin Schneider · 4 years, 2 months ago
  7. 12fa97c Merge branch 'sched/migrate-disable' by Peter Zijlstra · 4 years, 2 months ago
  8. a7c8155 sched: Fix migrate_disable() vs rt/dl balancing by Peter Zijlstra · 4 years, 3 months ago
  9. 95158a8 sched,rt: Use the full cpumask for balancing by Peter Zijlstra · 4 years, 3 months ago
  10. 14e292f8 sched,rt: Use cpumask_any*_distribute() by Peter Zijlstra · 4 years, 3 months ago
  11. 120455c sched: Fix hotplug vs CPU bandwidth control by Peter Zijlstra · 4 years, 3 months ago
  12. 43c31ac sched: Remove relyance on STRUCT_ALIGNMENT by Peter Zijlstra · 4 years, 3 months ago
  13. 934fc33 sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1 by Peter Zijlstra · 4 years, 3 months ago
  14. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  15. a87e749 sched: Remove struct sched_class::next field by Steven Rostedt (VMware) · 5 years ago
  16. 590d697 sched: Force the address order of each sched class descriptor by Steven Rostedt (VMware) · 5 years ago
  17. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  18. d505b8a sched: Defend cfs and rt bandwidth quota against overflow by Huaixin Chang · 4 years, 9 months ago
  19. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 9 months ago
  20. d94a9df sched/rt: Remove unnecessary push for unfit tasks by Qais Yousef · 4 years, 10 months ago
  21. 98ca645 sched/rt: Allow pulling unfitting task by Qais Yousef · 4 years, 10 months ago
  22. a1bd02e sched/rt: Optimize cpupri_find() on non-heterogenous systems by Qais Yousef · 4 years, 10 months ago
  23. b28bc1e sched/rt: Re-instate old behavior in select_task_rq_rt() by Qais Yousef · 4 years, 10 months ago
  24. b4fb015 sched/rt: Optimize checking group RT scheduler constraints by Konstantin Khlebnikov · 5 years ago
  25. 804d402 sched/rt: Make RT capacity-aware by Qais Yousef · 5 years ago
  26. a0e813f sched/core: Further clarify sched_class::set_next_task() by Peter Zijlstra · 5 years ago
  27. 98c2f70 sched/core: Simplify sched_class::pick_next_task() by Peter Zijlstra · 5 years ago
  28. 6e2df05 sched: Fix pick_next_task() vs 'change' pattern race by Peter Zijlstra · 5 years ago
  29. 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
  30. 3a245c0 posix-cpu-timers: Move expiry cache into struct posix_cputimers by Thomas Gleixner · 5 years ago
  31. 6769243 sched: Rework pick_next_task() slow-path by Peter Zijlstra · 6 years ago
  32. 5f2a45f sched: Allow put_prev_task() to drop rq->lock by Peter Zijlstra · 6 years ago
  33. 03b7fad sched: Add task_struct pointer to sched_class::set_curr_task by Peter Zijlstra · 6 years ago
  34. f95d4ea sched/{rt,deadline}: Fix set_next_task vs pick_next_task by Peter Zijlstra · 6 years ago
  35. d5096aa sched: Mark hrtimers to expire in hard interrupt context by Sebastian Andrzej Siewior · 5 years ago
  36. 982d9cd sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks by Patrick Bellasi · 6 years ago
  37. 3bd3706 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
  38. 1a010e2 sched/rt: Check integer overflow at usec to nsec conversion by Konstantin Khlebnikov · 6 years ago
  39. 2312729 sched/fair: Update scale invariance of PELT by Vincent Guittot · 6 years ago
  40. 9ebc605 sched/core: Remove unnecessary unlikely() in push_*_task() by Yangtao Li · 6 years ago
  41. ff1cdc9 sched/core: Introduce set_next_task() helper for better code readability by Muchun Song · 6 years ago
  42. a68d750 sched/rt: Update comment in pick_next_task_rt() by Muchun Song · 6 years ago
  43. 4765096 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  44. f3d133e sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE by Hailong Liu · 6 years ago
  45. 523e979 sched/core: Use PELT for scale_rt_capacity() by Vincent Guittot · 7 years ago
  46. 371bf42 sched/rt: Add rt_rq utilization tracking by Vincent Guittot · 7 years ago
  47. 296b2ff sched/rt: Fix call to cpufreq_update_util() by Vincent Guittot · 7 years ago
  48. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  49. f6a34630 sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.h by Mathieu Malaterre · 7 years ago
  50. adcc8da sched/core: Simplify helpers for rq clock update skip requests by Davidlohr Bueso · 7 years ago
  51. d29a206 sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning by Davidlohr Bueso · 7 years ago
  52. 8f111bc cpufreq/schedutil: Rewrite CPUFREQ_RT support 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. a771160 sched/rt: Make update_curr_rt() more accurate by Wen Yang · 7 years ago
  58. e7ad203 sched/rt: Make update_curr_rt() more accurate by Wen Yang · 7 years ago
  59. 364f566 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 7 years ago
  60. ad0f1d9 sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() by Steven Rostedt (VMware) · 7 years ago
  61. 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
  62. f73c52a sched/rt: Do not pull from current CPU if only one CPU to pull by Steven Rostedt · 7 years ago
  63. 2fe2582 sched: Stop switched_to_rt() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  64. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  65. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  66. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  67. 4bdced5 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  68. d2cc5ed cpuacct: Introduce cgroup_account_cputime[_field]() by Tejun Heo · 7 years ago
  69. 674e754 sched: cpufreq: Allow remote cpufreq callbacks by Viresh Kumar · 7 years ago
  70. 8887cd9 sched/rt: Move RT related code from sched/core.c to sched/rt.c by Nicolas Pitre · 8 years ago
  71. c249f25 sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer() by Dave Kleikamp · 8 years ago
  72. de16b91 sched/rt: Remove unnecessary condition in push_rt_task() by Byungchul Park · 8 years ago
  73. 3e777f9 sched/rt: Add comments describing the RT IPI pull method by Steven Rostedt (VMware) · 8 years ago
  74. 4b53a34 sched/core: Remove the tsk_nr_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  75. 0c98d34 sched/core: Remove the tsk_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  76. 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
  77. 975e155 sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in milliseconds by Shile Zhang · 8 years ago
  78. 619bd4a sched/rt: Add a missing rescheduling point by Sebastian Andrzej Siewior · 8 years ago
  79. b18b6a9 timers: Omit POSIX timer stuff from task_struct when disabled by Nicolas Pitre · 8 years ago
  80. d8ac897 sched/core: Add wrappers for lockdep_(un)pin_lock() by Matt Fleming · 8 years ago
  81. 12bde33 cpufreq / sched: Pass runqueue pointer to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  82. 58919e8 cpufreq / sched: Pass flags to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  83. 50605ff sched/core: Provide a tsk_nr_cpus_allowed() helper by Thomas Gleixner · 9 years ago
  84. eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 9 years ago
  85. 13b5ab0 sched/rt, sched/dl: Don't push if task's scheduling class was changed by Xunlei Pang · 9 years ago
  86. e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 9 years ago
  87. 594dd29 sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple times by Wanpeng Li · 9 years ago
  88. 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
  89. 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
  90. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 9 years ago
  91. 01d36d0 sched: Account rr tasks by Frederic Weisbecker · 9 years ago
  92. c3a990d sched/rt: Kick RT bandwidth timer immediately on start up by Steven Rostedt · 9 years ago
  93. ff77e46 sched/rt: Fix PI handling vs. sched_setscheduler() by Peter Zijlstra · 9 years ago
  94. 89b4110 sched/rt: Hide the push_irq_work_func() declaration by Arnd Bergmann · 9 years ago
  95. 269b26a sched/rt: Make (do_)balance_runtime() return void by Juri Lelli · 9 years ago
  96. 6c37067 sched: Change the sched_class::set_cpus_allowed() calling context by Peter Zijlstra · 10 years ago
  97. c5b2803 sched: Make sched_class::set_cpus_allowed() unconditional by Peter Zijlstra · 10 years ago
  98. 8fd3735 sched/rt: Remove a redundant condition from task_woken_rt() by Xunlei Pang · 10 years ago
  99. cbce1a6 sched,lockdep: Employ lock pinning by Peter Zijlstra · 10 years ago
  100. fd7a4be sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks by Peter Zijlstra · 10 years ago