1. 539fbb5 sched: Disable TTWU_QUEUE on RT by Thomas Gleixner · 3 years, 4 months ago
  2. c006fac sched: Warn on long periods of pending need_resched by Paul Turner · 3 years, 9 months ago
  3. 0c2de3f sched,fair: Alternative sched_slice() by Peter Zijlstra · 3 years, 10 months ago
  4. 3b03706 sched: Fix various typos by Ingo Molnar · 3 years, 10 months ago
  5. e0ee463 sched/features: Distinguish between NORMAL and DEADLINE hrtick by Juri Lelli · 4 years ago
  6. e6e0dc2 sched/fair: Remove SIS_AVG_CPU by Mel Gorman · 4 years ago
  7. 2586af1 sched/rt: Disable RT_RUNTIME_SHARE by default by Daniel Bristot de Oliveira · 4 years, 4 months ago
  8. b8c9636 sched/fair/util_est: Implement faster ramp-up EWMA on utilization increases by Patrick Bellasi · 5 years ago
  9. 1c1b8a7 sched/fair: Replace source_load() & target_load() with weighted_cpuload() by Dietmar Eggemann · 6 years ago
  10. fdf5f315 sched/fair: Disable LB_BIAS by default by Dietmar Eggemann · 6 years ago
  11. d519329 sched/fair: Update util_est only on util_avg updates by Patrick Bellasi · 7 years ago
  12. 7f65ea4 sched/fair: Add util_est on top of PELT by Patrick Bellasi · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. f2cdd9c sched/core: Address more wake_affine() regressions by Peter Zijlstra · 7 years ago
  15. d153b15 sched/core: Fix wake_affine() performance regression by Peter Zijlstra · 7 years ago
  16. 1ad3aaf sched/core: Implement new approach to scale select_idle_cpu() by Peter Zijlstra · 8 years ago
  17. af85596 sched/topology: Remove FORCE_SD_OVERLAP by Peter Zijlstra · 8 years ago
  18. 26ae58d sched/core: Add WARNING for multiple update_rq_clock() calls by Peter Zijlstra · 8 years ago
  19. 4c77b18 sched/fair: Make select_idle_cpu() more aggressive by Peter Zijlstra · 8 years ago
  20. 8cd5601 sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define by Morten Rasmussen · 9 years ago
  21. 2b49d84 sched/numa: Remove the NUMA sched_feature by Srikar Dronamraju · 9 years ago
  22. a928051 sched/fair: Make the entity load aging on attaching tunable by Peter Zijlstra · 9 years ago
  23. 2a1ed24 sched/numa: Prefer NUMA hotness over cache hotness by Srikar Dronamraju · 10 years ago
  24. b6366f0 sched/rt: Use IPI to trigger RT task push migration instead of pulling by Steven Rostedt · 10 years ago
  25. 5d4dfdd sched: Rename capacity related flags by Nicolas Pitre · 11 years ago
  26. 7a0f308 sched/numa: Resist moving tasks towards nodes with fewer hinting faults by Mel Gorman · 11 years ago
  27. 3a7053b sched/numa: Favour moving tasks towards the preferred node by Mel Gorman · 11 years ago
  28. b726b7d Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node" by Mel Gorman · 11 years ago
  29. 41fcb9f mutex: Move mutex spinning code from sched/core.c back to mutex.c by Waiman Long · 12 years ago
  30. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  31. 5bca230 mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node by Mel Gorman · 12 years ago
  32. 1a687c2 mm: sched: numa: Control enabling and disabling of NUMA balancing by Mel Gorman · 12 years ago
  33. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  34. 8ed92e5 sched: Add WAKEUP_PREEMPTION feature flag, on by default by Ingo Molnar · 12 years ago
  35. bc2a27c sched: cpu_power: enable ARCH_POWER by Vincent Guittot · 13 years ago
  36. c751134 sched: Remove AFFINE_WAKEUPS feature flag by Namhyung Kim · 12 years ago
  37. eb95308 sched: Fix more load-balancing fallout by Peter Zijlstra · 13 years ago
  38. f8b6d1c sched: Use jump_labels for sched_feat by Peter Zijlstra · 14 years ago
  39. 391e43d sched: Move all scheduler bits into kernel/sched/ by Peter Zijlstra · 13 years ago[Renamed from kernel/sched_features.h]
  40. 4a6184c sched, rt: Provide means of disabling cross-cpu bandwidth sharing by Peter Zijlstra · 13 years ago
  41. 2c2efae sched: Kill WAKEUP_PREEMPT by Yong Zhang · 13 years ago
  42. 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  43. e3589f6 sched: Allow for overlapping sched_domain spans by Peter Zijlstra · 14 years ago
  44. 095c0aa sched: adjust scheduler cpu power for stolen time by Glauber Costa · 14 years ago
  45. 317f394 sched: Move the second half of ttwu() to the remote cpu by Peter Zijlstra · 14 years ago
  46. 2069dd7 sched: Rewrite tg_shares_up) by Peter Zijlstra · 14 years ago
  47. aa48380 sched: Remove irq time from available CPU power by Venkatesh Pallipadi · 14 years ago
  48. 13814d4 sched: Remove ASYM_GRAN feature by Mike Galbraith · 15 years ago
  49. c6ee36c sched: Remove SYNC_WAKEUPS feature by Mike Galbraith · 15 years ago
  50. f2e74ee sched: Remove WAKEUP_SYNC feature by Mike Galbraith · 15 years ago
  51. 5ca9880 sched: Remove FAIR_SLEEPERS feature by Mike Galbraith · 15 years ago
  52. 6bc6cf2 sched: Remove NORMALIZED_SLEEPER by Mike Galbraith · 15 years ago
  53. e12f31d sched: Remove avg_overlap by Mike Galbraith · 15 years ago
  54. b42e0c4 sched: Remove avg_wakeup by Mike Galbraith · 15 years ago
  55. 6cecd08 sched: Discard some old bits by Peter Zijlstra · 15 years ago
  56. ad4b78b sched: Add new wakeup preemption mode: WAKEUP_RUNNING by Peter Zijlstra · 15 years ago
  57. 3b64089 sched: Optimize cgroup vs wakeup a bit by Peter Zijlstra · 15 years ago
  58. 51e0304 sched: Implement a gentler fair-sleepers feature by Ingo Molnar · 15 years ago
  59. e69b0f1 sched: Add a few SYNC hint knobs to play with by Peter Zijlstra · 15 years ago
  60. 8e6598a sched: Feature to disable APERF/MPERF cpu_power by Peter Zijlstra · 15 years ago
  61. 0ec9fab sched: Improve latencies and throughput by Mike Galbraith · 15 years ago
  62. e26af0e sched: Add come comments to the sched features by Peter Zijlstra · 15 years ago
  63. 3cb63d5 sched: Complete buddy switches by Mike Galbraith · 15 years ago
  64. e6b1b2c sched: Split WAKEUP_OVERLAP by Peter Zijlstra · 15 years ago
  65. 3f2aa30 sched: Disable NEW_FAIR_SLEEPERS for now by Ingo Molnar · 15 years ago
  66. c4e1aa6 Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  67. e52fb7c sched: prefer wakers by Peter Zijlstra · 16 years ago
  68. 0d66bf6 mutex: implement adaptive spinning by Peter Zijlstra · 16 years ago
  69. 4793241 sched: backward looking buddy by Peter Zijlstra · 16 years ago
  70. 0c4b83d sched: disable the hrtick for now by Ingo Molnar · 16 years ago
  71. f681bbd6 sched: turn off WAKEUP_OVERLAP by Ingo Molnar · 16 years ago
  72. 15afe09 sched: wakeup preempt when small overlap by Peter Zijlstra · 16 years ago
  73. efc2dea sched: enable LB_BIAS by default by Peter Zijlstra · 16 years ago
  74. f5bfb7d sched: bias effective_load() error towards failing wake_affine(). by Peter Zijlstra · 17 years ago
  75. 2398f2c sched: update shares on wakeup by Peter Zijlstra · 17 years ago
  76. 93b7521 sched: disable source/target_load bias by Peter Zijlstra · 17 years ago
  77. c9c294a sched: fix calc_delta_asym() by Peter Zijlstra · 17 years ago
  78. a7be37a sched: revert the revert of: weight calculations by Peter Zijlstra · 17 years ago
  79. 6492c7f sched: trivial sched_features cleanup by Mike Galbraith · 17 years ago
  80. f00b45c sched: /debug/sched_features by Peter Zijlstra · 17 years ago