1. c006fac sched: Warn on long periods of pending need_resched by Paul Turner · 3 years, 9 months ago
  2. 9406415 sched/debug: Rename the sched_debug parameter to sched_verbose by Peter Zijlstra · 3 years, 9 months ago
  3. 3b87f13 sched,debug: Convert sysctl sched_domains to debugfs by Peter Zijlstra · 3 years, 10 months ago
  4. 1011dcc sched,preempt: Move preempt_dynamic to debug.c by Peter Zijlstra · 3 years, 10 months ago
  5. 8a99b68 sched: Move SCHED_DEBUG sysctl to debugfs by Peter Zijlstra · 3 years, 10 months ago
  6. b5c4477 sched: Use cpu_dying() to fix balance_push vs hotplug-rollback by Peter Zijlstra · 4 years ago
  7. 3b03706 sched: Fix various typos by Ingo Molnar · 3 years, 10 months ago
  8. 1e17fb8 sched: Optimize __calc_delta() by Clement Courbet · 3 years, 11 months ago
  9. 39a2a6e sched/fair: Fix shift-out-of-bounds in load_balance() by Valentin Schneider · 3 years, 11 months ago
  10. c6f8865 sched/fair: Trigger the update of blocked load on newly idle cpu by Vincent Guittot · 3 years, 11 months ago
  11. e0ee463 sched/features: Distinguish between NORMAL and DEADLINE hrtick by Juri Lelli · 4 years ago
  12. 156ec6f sched/features: Fix hrtick reprogramming by Juri Lelli · 4 years ago
  13. 9d061ba6 sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIO by Dietmar Eggemann · 4 years ago
  14. ed3cd45 Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branch by Ingo Molnar · 4 years ago
  15. 975707f sched: Prepare to use balance_push in ttwu() by Peter Zijlstra · 4 years ago
  16. a5418be sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use it by Viresh Kumar · 4 years, 1 month ago
  17. 7d6a905f sched/core: Move schedutil_cpu_util() to core.c by Viresh Kumar · 4 years, 1 month ago
  18. ae79270 sched: Optimize finish_lock_switch() by Peter Zijlstra · 4 years, 1 month ago
  19. 74d862b6 sched: Make migrate_disable/enable() independent of RT by Thomas Gleixner · 4 years, 2 months ago
  20. 3aef155 sched: Remove select_task_rq()'s sd_flag parameter by Valentin Schneider · 4 years, 3 months ago
  21. 1777057 sched: Add WF_TTWU, WF_EXEC wakeup flags by Valentin Schneider · 4 years, 3 months ago
  22. 12fa97c Merge branch 'sched/migrate-disable' by Peter Zijlstra · 4 years, 2 months ago
  23. a7c8155 sched: Fix migrate_disable() vs rt/dl balancing by Peter Zijlstra · 4 years, 4 months ago
  24. 3015ef4 sched/core: Make migrate disable and CPU hotplug cooperative by Thomas Gleixner · 4 years, 5 months ago
  25. af44990 sched: Add migrate_disable() by Peter Zijlstra · 4 years, 4 months ago
  26. 9cfc3e1 sched: Massage set_cpus_allowed() by Peter Zijlstra · 4 years, 4 months ago
  27. f2469a1 sched/core: Wait for tasks being pushed away on hotplug by Thomas Gleixner · 4 years, 4 months ago
  28. 2558aac sched/hotplug: Ensure only per-cpu kthreads run during hotplug by Peter Zijlstra · 4 years, 4 months ago
  29. 565790d2 sched: Fix balance_callback() by Peter Zijlstra · 4 years, 8 months ago
  30. 43c31ac sched: Remove relyance on STRUCT_ALIGNMENT by Peter Zijlstra · 4 years, 3 months ago
  31. a57415f sched/deadline: Fix sched_dl_global_validate() by Peng Liu · 4 years, 3 months ago
  32. 2676242 sched/deadline: Optimize sched_dl_global_validate() by Peng Liu · 4 years, 3 months ago
  33. a73f863 sched/features: Fix !CONFIG_JUMP_LABEL case by Juri Lelli · 4 years, 3 months ago
  34. eba9f08 sched: Replace zero-length array with flexible-array by zhuguangqing · 4 years, 3 months ago
  35. a1bd068 sched: Fix use of count for nr_running tracepoint by Phil Auld · 4 years, 6 months ago
  36. f4470cd sched: Document arch_scale_*_capacity() by Valentin Schneider · 4 years, 6 months ago
  37. 21a6ee1 sched: Remove duplicated tick_nohz_full_enabled() check by Miaohe Lin · 4 years, 6 months ago
  38. 58877d3 sched: Better document ttwu() by Peter Zijlstra · 4 years, 7 months ago
  39. 9d24605 sched: Add a tracepoint to track rq->nr_running by Phil Auld · 4 years, 7 months ago
  40. 46609ce sched/uclamp: Protect uclamp fast path code with static key by Qais Yousef · 4 years, 7 months ago
  41. 85c2ce9 sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9 by Peter Zijlstra · 4 years, 7 months ago
  42. faa2fd7 Merge branch 'sched/urgent' by Peter Zijlstra · 4 years, 6 months ago
  43. 739f70b sched/core: s/WF_ON_RQ/WQ_ON_CPU/ by Peter Zijlstra · 4 years, 7 months ago
  44. a87e749 sched: Remove struct sched_class::next field by Steven Rostedt (VMware) · 5 years ago
  45. c3a340f sched: Have sched_class_highest define by vmlinux.lds.h by Steven Rostedt (VMware) · 5 years ago
  46. b411898 sched/deadline: Make DL capacity-aware by Luca Abeni · 4 years, 8 months ago
  47. 60ffd5e sched/deadline: Improve admission control for asymmetric CPU capacities by Luca Abeni · 4 years, 8 months ago
  48. 0900acf sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task() by Dietmar Eggemann · 4 years, 8 months ago
  49. a1488664 sched: Replace rq::wake_list by Peter Zijlstra · 4 years, 8 months ago
  50. 126c209 sched: Add rq::ttwu_pending by Peter Zijlstra · 4 years, 8 months ago
  51. b2a02fc smp: Optimize send_call_function_single_ipi() by Peter Zijlstra · 4 years, 8 months ago
  52. 19a1f5e sched: Fix smp_call_function_single_async() usage for ILB by Peter Zijlstra · 4 years, 8 months ago
  53. 2ebb177 sched/core: Offload wakee task activation if it the wakee is descheduling by Mel Gorman · 4 years, 8 months ago
  54. d505b8a sched: Defend cfs and rt bandwidth quota against overflow by Huaixin Chang · 4 years, 9 months ago
  55. 04f5c36 sched/fair: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 9 months ago
  56. 90b5363 sched: Clean up scheduler_ipi() by Peter Zijlstra (Intel) · 4 years, 10 months ago
  57. d91cecc sched: Make newidle_balance() static again by Chen Yu · 4 years, 9 months ago
  58. ab93a4b sched/fair: Remove distribute_running from CFS bandwidth by Josh Don · 4 years, 9 months ago
  59. 275b2f6 sched/core: Remove unused rq::last_load_update_tick by Vincent Donnefort · 4 years, 10 months ago
  60. d76343c sched/fair: Align rq->avg_idle and rq->avg_scan_cost by Valentin Schneider · 4 years, 10 months ago
  61. 992a1a3 Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  62. 642e53e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  63. b3212fe sched/swait: Prepare usage in completions by Thomas Gleixner · 4 years, 10 months ago
  64. 26cf522 sched: Avoid scale real weight down to zero by Michael Wang · 4 years, 10 months ago
  65. fd3eafd sched/core: Remove rq.hrtick_csd_pending by Peter Xu · 5 years ago
  66. ba4f7bc sched/deadline: Make two functions static by Yu Chen · 5 years ago
  67. 05289b9 sched/fair: Enable tuning of decay period by Thara Gopinath · 5 years ago
  68. 7650479 sched/pelt: Add support to track thermal pressure by Thara Gopinath · 5 years ago
  69. 9f68395 sched/pelt: Add a new runnable average signal by Vincent Guittot · 5 years ago
  70. 0dacee1 sched/pelt: Remove unused runnable load average by Vincent Guittot · 5 years ago
  71. 546121b Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patches by Ingo Molnar · 5 years ago
  72. f845919 sched/core: Remove for_each_lower_domain() by Valentin Schneider · 5 years ago
  73. 4104a56 sched/core: Annotate curr pointer in rq with __rcu by Madhuparna Bhowmik · 5 years ago
  74. 52262ee sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, to fix XFS performance regression by Mel Gorman · 5 years ago
  75. 1567c3e3 x86, sched: Add support for frequency invariance by Giovanni Gherdovich · 5 years ago
  76. d2b58a2 sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with() by Valentin Schneider · 5 years ago
  77. 686516b sched/uclamp: Make uclamp util helpers use and return UL values by Valentin Schneider · 5 years ago
  78. 59fe675 sched/uclamp: Remove uclamp_util() by Valentin Schneider · 5 years ago
  79. 7763baa sched/uclamp: Fix overzealous type replacement by Valentin Schneider · 5 years ago
  80. a0e813f sched/core: Further clarify sched_class::set_next_task() by Peter Zijlstra · 5 years ago
  81. 98c2f70 sched/core: Simplify sched_class::pick_next_task() by Peter Zijlstra · 5 years ago
  82. 5d7d605 sched/core: Optimize pick_next_task() by Peter Zijlstra · 5 years ago
  83. 6e2df05 sched: Fix pick_next_task() vs 'change' pattern race by Peter Zijlstra · 5 years ago
  84. 227a4aa sched/membarrier: Fix p->mm->membarrier_state racy load by Mathieu Desnoyers · 5 years ago
  85. 563c4f8 Merge branch 'sched/rt' into sched/core, to pick up -rt changes by Ingo Molnar · 5 years ago
  86. 0413d7f sched/uclamp: Always use 'enum uclamp_id' for clamp_id values by Patrick Bellasi · 5 years ago
  87. 0b60ba2 sched/uclamp: Propagate parent clamps by Patrick Bellasi · 5 years ago
  88. 2480c09 sched/uclamp: Extend CPU's cgroup controller by Patrick Bellasi · 5 years ago
  89. 6769243 sched: Rework pick_next_task() slow-path by Peter Zijlstra · 6 years ago
  90. 5f2a45f sched: Allow put_prev_task() to drop rq->lock by Peter Zijlstra · 6 years ago
  91. 5ba553e sched/fair: Expose newidle_balance() by Peter Zijlstra · 6 years ago
  92. 03b7fad sched: Add task_struct pointer to sched_class::set_curr_task by Peter Zijlstra · 6 years ago
  93. 10e7071 sched: Rework CPU hotplug task selection by Peter Zijlstra · 5 years ago
  94. de53fd7 sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices by Dave Chiluk · 5 years ago
  95. c1a280b sched/preempt: Use CONFIG_PREEMPTION where appropriate by Thomas Gleixner · 5 years ago
  96. f9a25f7 cpusets: Rebuild root domain deadline accounting information by Mathieu Poirier · 6 years ago
  97. e0e8d49 sched/isolation: Prefer housekeeping CPU in local node by Wanpeng Li · 6 years ago
  98. 43e9f7f sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq by Viresh Kumar · 6 years ago
  99. af24bde sched/uclamp: Add uclamp support to energy_compute() by Patrick Bellasi · 6 years ago
  100. 9d20ad7 sched/uclamp: Add uclamp_util_with() by Patrick Bellasi · 6 years ago