1. a315da5 sched/fair: Fix all kernel-doc warnings by Randy Dunlap · 3 years, 1 month ago
  2. 2d02fa8 sched/pelt: Relax the sync of load_sum with load_avg by Vincent Guittot · 3 years ago
  3. 95246d1 sched/pelt: Relax the sync of runnable_sum with runnable_avg by Vincent Guittot · 3 years ago
  4. 7ceb771 sched/pelt: Continue to relax the sync of util_sum with util_avg by Vincent Guittot · 3 years ago
  5. 98b0d89 sched/pelt: Relax the sync of util_sum with util_avg by Vincent Guittot · 3 years ago
  6. 82762d2 sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs() by Dietmar Eggemann · 3 years, 2 months ago
  7. ef8df97 sched/fair: Cleanup task_util and capacity type by Vincent Donnefort · 3 years, 1 month ago
  8. 2917406 sched/fair: Document the slow path and fast path in select_task_rq_fair by Barry Song · 3 years, 3 months ago
  9. 014ba44e8 sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity by Vincent Donnefort · 3 years, 2 months ago
  10. 8b4e74c sched/fair: Fix detection of per-CPU kthreads waking a task by Vincent Donnefort · 3 years, 1 month ago
  11. 4feee7d sched/core: Forced idle accounting by Josh Don · 3 years, 3 months ago
  12. b027789 sched/fair: Prevent dead task groups from regaining cfs_rq's by Mathias Krause · 3 years, 2 months ago
  13. 8ea9183 sched/fair: Cleanup newidle_balance by Vincent Guittot · 3 years, 3 months ago
  14. c5b0a7e sched/fair: Remove sysctl_sched_migration_cost condition by Vincent Guittot · 3 years, 3 months ago
  15. e60b56e sched/fair: Wait before decaying max_newidle_lb_cost by Vincent Guittot · 3 years, 3 months ago
  16. 9d783c8 sched/fair: Skip update_blocked_averages if we are defering load balance by Vincent Guittot · 3 years, 3 months ago
  17. 9e9af81 sched/fair: Account update_blocked_averages in newidle_balance cost by Vincent Guittot · 3 years, 3 months ago
  18. 7d380f2 sched/numa: Fix a few comments by Bharata B Rao · 3 years, 3 months ago
  19. 5b763a1 sched/numa: Remove the redundant member numa_group::fault_cpus by Bharata B Rao · 3 years, 3 months ago
  20. 7a2341fc sched/numa: Replace hard-coded number by a define in numa_task_group() by Bharata B Rao · 3 years, 3 months ago
  21. a7ba894 sched/fair: Removed useless update of p->recent_used_cpu by Vincent Guittot · 3 years, 4 months ago
  22. 4006a72 sched/fair: Consider SMT in ASYM_PACKING load balance by Ricardo Neri · 3 years, 4 months ago
  23. aafc917 sched/fair: Carve out logic to mark a group for asymmetric packing by Ricardo Neri · 3 years, 4 months ago
  24. c0d14b5 sched/fair: Provide update_sg_lb_stats() with sched domain statistics by Ricardo Neri · 3 years, 4 months ago
  25. 6025643 sched/fair: Optimize checking for group_asym_packing by Ricardo Neri · 3 years, 4 months ago
  26. 60f2415 sched: Make schedstats helpers independent of fair sched class by Yafang Shao · 3 years, 4 months ago
  27. ceeadb8 sched: Make struct sched_statistics independent of fair sched class by Yafang Shao · 3 years, 4 months ago
  28. a2dcb27 sched/fair: Use __schedstat_set() in set_next_entity() by Yafang Shao · 3 years, 4 months ago
  29. bcb1704 sched/fair: Add cfs bandwidth burst statistics by Huaixin Chang · 3 years, 5 months ago
  30. 2cae394 sched: adjust sleeper credit for SCHED_IDLE entities by Josh Don · 3 years, 5 months ago
  31. 51ce83e sched: reduce sched slice for SCHED_IDLE entities by Josh Don · 3 years, 5 months ago
  32. a480add sched: Account number of SCHED_IDLE entities on each cfs_rq by Josh Don · 3 years, 5 months ago
  33. 7fd7a9e sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idle by Valentin Schneider · 3 years, 5 months ago
  34. efd984c sched/fair: Add NOHZ balancer flag for nohz.next_balance updates by Valentin Schneider · 3 years, 5 months ago
  35. 2630cde sched/fair: Add ancestors of unthrottled undecayed cfs_rq by Michal Koutný · 3 years, 4 months ago
  36. 5d3c0db Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 5 months ago
  37. 366e7ad6 sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED case by Ingo Molnar · 3 years, 5 months ago
  38. 3040003 sched: Cgroup SCHED_IDLE support by Josh Don · 3 years, 6 months ago
  39. 56498cf sched/fair: Avoid a second scan of target in select_idle_cpu by Mel Gorman · 3 years, 5 months ago
  40. 89aafd6 sched/fair: Use prev instead of new target as recent_used_cpu by Mel Gorman · 3 years, 5 months ago
  41. 1c6829c sched/numa: Fix is_core_idle() by Mika Penttilä · 3 years, 6 months ago
  42. 877029d Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  43. 72d0ad7 sched/fair: Fix CFS bandwidth hrtimer expiry type by Odin Ugedal · 3 years, 7 months ago
  44. ceb6ba4 sched/fair: Sync load_sum with load_avg after dequeue by Vincent Guittot · 3 years, 7 months ago
  45. a6eaf38 Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  46. 54a728d Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  47. 031e3bd sched: Optimize housekeeping_cpumask() in for_each_cpu_and() by Yuan ZhaoXiong · 3 years, 7 months ago
  48. 1c35b07 sched/fair: Ensure _sum and _avg values stay consistent by Odin Ugedal · 3 years, 7 months ago
  49. f418371 sched/fair: Introduce the burstable CFS controller by Huaixin Chang · 3 years, 7 months ago
  50. fdaba61 sched/fair: Ensure that the CFS parent is added after unthrottling by Rik van Riel · 3 years, 7 months ago
  51. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  52. b2c0931 Merge branch 'sched/urgent' into sched/core, to resolve conflicts by Ingo Molnar · 3 years, 7 months ago
  53. 94aafc3 sched/fair: Age the average idle time by Peter Zijlstra · 3 years, 7 months ago
  54. 8f1b971 sched/cpufreq: Consider reduced CPU capacity in energy calculation by Lukasz Luba · 3 years, 7 months ago
  55. 489f164 sched/fair: Take thermal pressure into account while estimating energy by Lukasz Luba · 3 years, 7 months ago
  56. 83c5e9d sched/fair: Return early from update_tg_cfs_load() if delta == 0 by Dietmar Eggemann · 3 years, 8 months ago
  57. 9e077b5 sched/pelt: Check that *_avg are null when *_sum are by Vincent Guittot · 3 years, 8 months ago
  58. a7b359f sched/fair: Correctly insert cfs_rq's to list on unthrottle by Odin Ugedal · 3 years, 7 months ago
  59. a9e906b Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 8 months ago
  60. 68d7a19 sched/fair: Fix util_est UTIL_AVG_UNCHANGED handling by Dietmar Eggemann · 3 years, 8 months ago
  61. fcf6631 sched/pelt: Ensure that *_sum is always synced with *_avg by Vincent Guittot · 3 years, 8 months ago
  62. 08f7c2f sched/fair: Fix ascii art by relpacing tabs by Odin Ugedal · 3 years, 8 months ago
  63. 02da26a sched/fair: Make sure to update tg contrib for blocked load by Vincent Guittot · 3 years, 8 months ago
  64. 7c7ad62 sched/fair: Keep load_avg and load_sum synced by Vincent Guittot · 3 years, 8 months ago
  65. cc00c19 sched: Fix leftover comment typos by Ingo Molnar · 3 years, 8 months ago
  66. 97886d9 sched: Migration changes for core scheduling by Aubrey Li · 3 years, 10 months ago
  67. c6047c2 sched/fair: Snapshot the min_vruntime of CPUs on force idle by Joel Fernandes (Google) · 4 years, 2 months ago
  68. 8039e96f sched/fair: Fix forced idle sibling starvation corner case by Vineeth Pillai · 4 years, 2 months ago
  69. 8a311c7 sched: Basic tracking of matching tasks by Peter Zijlstra · 4 years, 2 months ago
  70. 21f56ffe sched: Introduce sched_class::pick_task() by Peter Zijlstra · 4 years, 2 months ago
  71. 9ef7e7e sched: Optimize rq_lockp() usage by Peter Zijlstra · 3 years, 11 months ago
  72. 5cb9eaa sched: Wrap rq::lock access by Peter Zijlstra · 4 years, 2 months ago
  73. 9099a1470 sched/fair: Add a few assertions by Peter Zijlstra · 4 years, 2 months ago
  74. 619e090 sched/fair: Fix negative energy delta in find_energy_efficient_cpu() by Pierre Gondois · 3 years, 9 months ago
  75. 8d4c97c sched/fair: Only compute base_energy_pd if necessary by Pierre Gondois · 3 years, 9 months ago
  76. e5e678e sched,fair: Skip newidle_balance if a wakeup is pending by Rik van Riel · 3 years, 9 months ago
  77. 02dbb72 sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu() by Gautham R. Shenoy · 3 years, 8 months ago
  78. 0258bdf sched/fair: Fix unfairness caused by missing load decay by Odin Ugedal · 3 years, 9 months ago
  79. 3a7956e kthread: Fix PF_KTHREAD vs to_kthread() race by Peter Zijlstra · 3 years, 9 months ago
  80. 3f5ad91 sched/fair: Move update_nohz_stats() to the CONFIG_NO_HZ_COMMON block to simplify the code & fix an unused function warning by YueHaibing · 3 years, 10 months ago
  81. 0c2de3f sched,fair: Alternative sched_slice() by Peter Zijlstra · 3 years, 10 months ago
  82. 8a99b68 sched: Move SCHED_DEBUG sysctl to debugfs by Peter Zijlstra · 3 years, 10 months ago
  83. 4aed8aa sched/fair: Introduce a CPU capacity comparison helper by Valentin Schneider · 3 years, 9 months ago
  84. 23fb06d sched/fair: Clean up active balance nr_balance_failed trickery by Valentin Schneider · 3 years, 9 months ago
  85. 9bcb959d sched/fair: Ignore percpu threads for imbalance pulls by Lingutla Chandrasekhar · 3 years, 9 months ago
  86. c722f35 sched/fair: Bring back select_idle_smt(), but differently by Rik van Riel · 3 years, 10 months ago
  87. acb4dec sched/fair: Reduce long-tail newly idle balance cost by Aubrey Li · 3 years, 11 months ago
  88. c8987ae sched/fair: Optimize test_idle_cores() for !SMT by Barry Song · 3 years, 10 months ago
  89. 3b03706 sched: Fix various typos by Ingo Molnar · 3 years, 10 months ago
  90. 1e17fb8 sched: Optimize __calc_delta() by Clement Courbet · 3 years, 11 months ago
  91. b89997a sched/pelt: Fix task util_est update filtering by Vincent Donnefort · 3 years, 11 months ago
  92. 39a2a6e sched/fair: Fix shift-out-of-bounds in load_balance() by Valentin Schneider · 3 years, 11 months ago
  93. 736cc6b sched/fair: use lsub_positive in cpu_util_next() by Vincent Donnefort · 3 years, 11 months ago
  94. 0372e1c sched/fair: Fix task utilization accountability in compute_energy() by Vincent Donnefort · 3 years, 11 months ago
  95. 39b6a42 sched/fair: Reduce the window for duplicated update by Vincent Guittot · 3 years, 11 months ago
  96. c6f8865 sched/fair: Trigger the update of blocked load on newly idle cpu by Vincent Guittot · 3 years, 11 months ago
  97. 6553fc1 sched/fair: Reorder newidle_balance pulled_task tests by Vincent Guittot · 3 years, 11 months ago
  98. 7a82e5f sched/fair: Merge for each idle cpu loop of ILB by Vincent Guittot · 3 years, 11 months ago
  99. 64f84f2 sched/fair: Remove unused parameter of update_nohz_stats by Vincent Guittot · 3 years, 11 months ago
  100. ab2dde5 sched/fair: Remove unused return of _nohz_idle_balance by Vincent Guittot · 3 years, 11 months ago