1. fdaba61 sched/fair: Ensure that the CFS parent is added after unthrottling by Rik van Riel · 3 years, 7 months ago
  2. a7b359f sched/fair: Correctly insert cfs_rq's to list on unthrottle by Odin Ugedal · 3 years, 7 months ago
  3. 68d7a19 sched/fair: Fix util_est UTIL_AVG_UNCHANGED handling by Dietmar Eggemann · 3 years, 8 months ago
  4. fcf6631 sched/pelt: Ensure that *_sum is always synced with *_avg by Vincent Guittot · 3 years, 8 months ago
  5. 02da26a sched/fair: Make sure to update tg contrib for blocked load by Vincent Guittot · 3 years, 8 months ago
  6. 7c7ad62 sched/fair: Keep load_avg and load_sum synced by Vincent Guittot · 3 years, 8 months ago
  7. 02dbb72 sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu() by Gautham R. Shenoy · 3 years, 8 months ago
  8. 0258bdf sched/fair: Fix unfairness caused by missing load decay by Odin Ugedal · 3 years, 9 months ago
  9. 3a7956e kthread: Fix PF_KTHREAD vs to_kthread() race by Peter Zijlstra · 3 years, 9 months ago
  10. 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
  11. 0c2de3f sched,fair: Alternative sched_slice() by Peter Zijlstra · 3 years, 10 months ago
  12. 8a99b68 sched: Move SCHED_DEBUG sysctl to debugfs by Peter Zijlstra · 3 years, 10 months ago
  13. 4aed8aa sched/fair: Introduce a CPU capacity comparison helper by Valentin Schneider · 3 years, 9 months ago
  14. 23fb06d sched/fair: Clean up active balance nr_balance_failed trickery by Valentin Schneider · 3 years, 9 months ago
  15. 9bcb959d sched/fair: Ignore percpu threads for imbalance pulls by Lingutla Chandrasekhar · 3 years, 9 months ago
  16. c722f35 sched/fair: Bring back select_idle_smt(), but differently by Rik van Riel · 3 years, 10 months ago
  17. acb4dec sched/fair: Reduce long-tail newly idle balance cost by Aubrey Li · 3 years, 11 months ago
  18. c8987ae sched/fair: Optimize test_idle_cores() for !SMT by Barry Song · 3 years, 10 months ago
  19. 3b03706 sched: Fix various typos by Ingo Molnar · 3 years, 10 months ago
  20. 1e17fb8 sched: Optimize __calc_delta() by Clement Courbet · 3 years, 11 months ago
  21. b89997a sched/pelt: Fix task util_est update filtering by Vincent Donnefort · 3 years, 11 months ago
  22. 39a2a6e sched/fair: Fix shift-out-of-bounds in load_balance() by Valentin Schneider · 3 years, 11 months ago
  23. 736cc6b sched/fair: use lsub_positive in cpu_util_next() by Vincent Donnefort · 3 years, 11 months ago
  24. 0372e1c sched/fair: Fix task utilization accountability in compute_energy() by Vincent Donnefort · 3 years, 11 months ago
  25. 39b6a42 sched/fair: Reduce the window for duplicated update by Vincent Guittot · 3 years, 11 months ago
  26. c6f8865 sched/fair: Trigger the update of blocked load on newly idle cpu by Vincent Guittot · 3 years, 11 months ago
  27. 6553fc1 sched/fair: Reorder newidle_balance pulled_task tests by Vincent Guittot · 3 years, 11 months ago
  28. 7a82e5f sched/fair: Merge for each idle cpu loop of ILB by Vincent Guittot · 3 years, 11 months ago
  29. 64f84f2 sched/fair: Remove unused parameter of update_nohz_stats by Vincent Guittot · 3 years, 11 months ago
  30. ab2dde5 sched/fair: Remove unused return of _nohz_idle_balance by Vincent Guittot · 3 years, 11 months ago
  31. 0826530 sched/fair: Remove update of blocked load from newidle_balance by Vincent Guittot · 3 years, 11 months ago
  32. c034f48 kernel: delete repeated words in comments by Randy Dunlap · 3 years, 11 months ago
  33. e0ee463 sched/features: Distinguish between NORMAL and DEADLINE hrtick by Juri Lelli · 4 years ago
  34. bf9be9a rbtree, sched/fair: Use rb_add_cached() by Peter Zijlstra · 4 years, 9 months ago
  35. 9fe1f12 sched/fair: Merge select_idle_core/cpu() by Mel Gorman · 4 years ago
  36. 6cd56ef sched/fair: Remove select_idle_smt() by Mel Gorman · 4 years ago
  37. bae4ec1 sched/fair: Move avg_scan_cost calculations under SIS_PROP by Mel Gorman · 4 years ago
  38. e6e0dc2 sched/fair: Remove SIS_AVG_CPU by Mel Gorman · 4 years ago
  39. 0ae78ee sched/eas: Don't update misfit status if the task is pinned by Qais Yousef · 4 years ago
  40. 65bcf07 sched: Use task_current() instead of 'rq->curr == p' by Hui Su · 4 years, 3 months ago
  41. e9b9734 sched/fair: Reduce cases for active balance by Vincent Guittot · 4 years ago
  42. 8a41dfcd sched/fair: Don't set LBF_ALL_PINNED unnecessarily by Vincent Guittot · 4 years ago
  43. fc488ff sched/fair: Skip idle cfs_rq by Vincent Guittot · 4 years ago
  44. 8c1f560 sched/fair: Avoid stale CPU util_est value for schedutil in task dequeue by Xuewen Yan · 4 years, 1 month ago
  45. e0b257c sched: Prevent raising SCHED_SOFTIRQ when CPU is !active by Anna-Maria Behnsen · 4 years, 1 month ago
  46. a5418be sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use it by Viresh Kumar · 4 years, 1 month ago
  47. 5b78f2d sched/fair: Trivial correction of the newidle_balance() comment by Barry Song · 4 years, 1 month ago
  48. 13d5a5e sched/fair: Clear SMT siblings after determining the core is not idle by Mel Gorman · 4 years, 2 months ago
  49. 59a74b1 sched: Fix kernel-doc markup by Mauro Carvalho Chehab · 4 years, 2 months ago
  50. a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 2 months ago
  51. 23e6082 sched: Limit the amount of NUMA imbalance that can exist at fork time by Mel Gorman · 4 years, 2 months ago
  52. 7d2b5dd sched/numa: Allow a floating imbalance between NUMA nodes by Mel Gorman · 4 years, 2 months ago
  53. 5c33900 sched: Avoid unnecessary calculation of load imbalance at clone time by Mel Gorman · 4 years, 2 months ago
  54. abeae76a sched/numa: Rename nr_running and break out the magic number by Mel Gorman · 4 years, 2 months ago
  55. f4b936f Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  56. 8e1ac42 sched/fair: Fix overutilized update in enqueue_task_fair() by Quentin Perret · 4 years, 2 months ago
  57. d0a37fd Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  58. dc824eb8 sched/fair: Dissociate wakeup decisions from SD flag value by Valentin Schneider · 4 years, 2 months ago
  59. 3aef155 sched: Remove select_task_rq()'s sd_flag parameter by Valentin Schneider · 4 years, 2 months ago
  60. cdb3104 sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer() by Hui Su · 4 years, 3 months ago
  61. b4c9c9f sched/fair: Prefer prev cpu in asymmetric wakeup path by Vincent Guittot · 4 years, 3 months ago
  62. 16b0a7a sched/fair: Ensure tasks spreading in LLC during LB by Vincent Guittot · 4 years, 2 months ago
  63. b6d37a7 sched/fair: Reorder throttle_cfs_rq() path by Peng Wang · 4 years, 2 months ago
  64. d8fcb81 sched/fair: Check for idle core in wake_affine by Julia Lawall · 4 years, 3 months ago
  65. 43c31ac sched: Remove relyance on STRUCT_ALIGNMENT by Peter Zijlstra · 4 years, 3 months ago
  66. 45da7a2 sched/fair: Exclude the current CPU from find_new_ilb() by Peter Zijlstra · 4 years, 5 months ago
  67. b9c88f7 sched/fair: Improve the accuracy of sched_stat_wait statistics by jun qian · 4 years, 3 months ago
  68. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  69. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 3 months ago
  70. 51cf18c sched/debug: Add new tracepoint to track cpu_capacity by Vincent Donnefort · 4 years, 5 months ago
  71. 9abb897 sched/fair: Tweak pick_next_entity() by Peter Oskolkov · 4 years, 4 months ago
  72. 233e7ac sched/fair: Use dst group while checking imbalance for NUMA balancer by Barry Song · 4 years, 4 months ago
  73. e4d32e4 sched/fair: Minimize concurrent LBs between domain level by Vincent Guittot · 4 years, 4 months ago
  74. 5a7f555 sched/fair: Relax constraint on task's load during load balance by Vincent Guittot · 4 years, 4 months ago
  75. fe74915 sched/fair: Remove the force parameter of update_tg_load_avg() by Xianting Tian · 4 years, 4 months ago
  76. df3cb4e sched/fair: Fix wrong cpu selecting from isolated domain by Xunlei Pang · 4 years, 4 months ago
  77. 8e0e0ed sched/numa: Use runnable_avg to classify node by Vincent Guittot · 4 years, 4 months ago
  78. 1724b95 sched/fair: Simplify the work when reweighting entity by Jiang Biao · 4 years, 5 months ago
  79. da0777d sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu() by Lukasz Luba · 4 years, 5 months ago
  80. ec73240 sched/fair: Ignore cache hotness for SMT migration by Josh Don · 4 years, 5 months ago
  81. 0408497 Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
  82. 5b56420 Merge branches 'pm-em' and 'pm-core' by Rafael J. Wysocki · 4 years, 6 months ago
  83. 3edecfe sched/fair: update_pick_idlest() Select group with lowest group_util when idle_cpus are equal by Peter Puhov · 4 years, 6 months ago
  84. 015dc08 Merge branch 'sched/urgent' by Peter Zijlstra · 4 years, 6 months ago
  85. 01cfcde sched/fair: handle case of task_h_load() returning 0 by Vincent Guittot · 4 years, 6 months ago
  86. 9d24605 sched: Add a tracepoint to track rq->nr_running by Phil Auld · 4 years, 7 months ago
  87. faa2fd7 Merge branch 'sched/urgent' by Peter Zijlstra · 4 years, 6 months ago
  88. e21cf43 sched/cfs: change initial value of runnable_avg by Vincent Guittot · 4 years, 7 months ago
  89. 423d02e sched/fair: Optimize dequeue_task_fair() by Peng Wang · 4 years, 7 months ago
  90. a87e749 sched: Remove struct sched_class::next field by Steven Rostedt (VMware) · 5 years ago
  91. 590d697 sched: Force the address order of each sched class descriptor by Steven Rostedt (VMware) · 5 years ago
  92. f0b5694 PM / EM: change name of em_pd_energy to em_cpu_energy by Lukasz Luba · 4 years, 8 months ago
  93. 87e867b sched/pelt: Cleanup PELT divider by Vincent Guittot · 4 years, 7 months ago
  94. 3ea2f09 sched/fair: Fix NOHZ next idle balance by Vincent Guittot · 4 years, 7 months ago
  95. 4581bea sched/debug: Add new tracepoints to track util_est by Vincent Donnefort · 4 years, 8 months ago
  96. 1ca2034 sched/fair: Remove unused 'sd' parameter from scale_rt_capacity() by Dietmar Eggemann · 4 years, 8 months ago
  97. 0900acf sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task() by Dietmar Eggemann · 4 years, 8 months ago
  98. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  99. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 8 months ago
  100. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago