1. e5e678e sched,fair: Skip newidle_balance if a wakeup is pending by Rik van Riel · 3 years, 9 months ago
  2. 2b8ca1a sched/core: Remove the pointless BUG_ON(!task) from wake_up_q() by Oleg Nesterov · 3 years, 8 months ago
  3. 02dbb72 sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu() by Gautham R. Shenoy · 3 years, 8 months ago
  4. 0258bdf sched/fair: Fix unfairness caused by missing load decay by Odin Ugedal · 3 years, 9 months ago
  5. 6d2f890 sched: Fix out-of-bound access in uclamp by Quentin Perret · 3 years, 9 months ago
  6. d583d36 psi: Fix psi state corruption when schedule() races with cgroup move by Johannes Weiner · 3 years, 9 months ago
  7. 16b3d0c Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  8. 0ff0edb Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  9. 5469f16 Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 9 months ago
  10. 91552ab Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  11. 3a7956e kthread: Fix PF_KTHREAD vs to_kthread() race by Peter Zijlstra · 3 years, 9 months ago
  12. ad789f8 sched/debug: Fix cgroup_path[] serialization by Waiman Long · 3 years, 9 months ago
  13. 9d10a13 sched,psi: Handle potential task count underflow bugs more gracefully by Charan Teja Reddy · 3 years, 9 months ago
  14. c006fac sched: Warn on long periods of pending need_resched by Paul Turner · 3 years, 9 months ago
  15. 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
  16. 9406415 sched/debug: Rename the sched_debug parameter to sched_verbose by Peter Zijlstra · 3 years, 9 months ago
  17. 0c2de3f sched,fair: Alternative sched_slice() by Peter Zijlstra · 3 years, 10 months ago
  18. d27e9ae sched: Move /proc/sched_debug to debugfs by Peter Zijlstra · 3 years, 10 months ago
  19. 3b87f13 sched,debug: Convert sysctl sched_domains to debugfs by Peter Zijlstra · 3 years, 10 months ago
  20. 1011dcc sched,preempt: Move preempt_dynamic to debug.c by Peter Zijlstra · 3 years, 10 months ago
  21. 8a99b68 sched: Move SCHED_DEBUG sysctl to debugfs by Peter Zijlstra · 3 years, 10 months ago
  22. b5c4477 sched: Use cpu_dying() to fix balance_push vs hotplug-rollback by Peter Zijlstra · 4 years ago
  23. 0210b8e Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm by Rafael J. Wysocki · 3 years, 9 months ago
  24. 4aed8aa sched/fair: Introduce a CPU capacity comparison helper by Valentin Schneider · 3 years, 9 months ago
  25. 23fb06d sched/fair: Clean up active balance nr_balance_failed trickery by Valentin Schneider · 3 years, 9 months ago
  26. 9bcb959d sched/fair: Ignore percpu threads for imbalance pulls by Lingutla Chandrasekhar · 3 years, 9 months ago
  27. c722f35 sched/fair: Bring back select_idle_smt(), but differently by Rik van Riel · 3 years, 10 months ago
  28. 9432bbd static_call: Relax static_call_update() function argument type by Peter Zijlstra · 3 years, 10 months ago
  29. 6db12ee psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi files by Josh Hunt · 3 years, 10 months ago
  30. 0a2b65c sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group() by Barry Song · 3 years, 10 months ago
  31. c4681f3 sched/core: Use -EINVAL in sched_dynamic_mode() by Rasmus Villemoes · 3 years, 10 months ago
  32. 7e1b2eb sched/core: Stop using magic values in sched_dynamic_mode() by Rasmus Villemoes · 3 years, 10 months ago
  33. acb4dec sched/fair: Reduce long-tail newly idle balance cost by Aubrey Li · 3 years, 11 months ago
  34. c8987ae sched/fair: Optimize test_idle_cores() for !SMT by Barry Song · 3 years, 10 months ago
  35. df77430 psi: Reduce calls to sched_clock() in psi by Shakeel Butt · 3 years, 10 months ago
  36. 4c38f2d cpufreq: CPPC: Add support for frequency invariance by Viresh Kumar · 4 years, 7 months ago
  37. 3b03706 sched: Fix various typos by Ingo Molnar · 3 years, 10 months ago
  38. 389e4ec cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch_enabled by Yue Hu · 3 years, 11 months ago
  39. 6516b38 irqtime: Make accounting correct on RT by Thomas Gleixner · 3 years, 10 months ago
  40. 13c2235 sched: Remove unnecessary variable from schedule_tail() by Edmundo Carmona Antoranz · 3 years, 11 months ago
  41. 1e17fb8 sched: Optimize __calc_delta() by Clement Courbet · 3 years, 11 months ago
  42. 4117ceb psi: Optimize task switch inside shared cgroups by Chengming Zhou · 3 years, 11 months ago
  43. fddc8ba psi: Pressure states are unlikely by Johannes Weiner · 3 years, 11 months ago
  44. 7fae6c8 psi: Use ONCPU state tracking machinery to detect reclaim by Chengming Zhou · 3 years, 11 months ago
  45. e7fcd76 psi: Add PSI_CPU_FULL state by Chengming Zhou · 3 years, 11 months ago
  46. 585b6d2 sched/topology: fix the issue groups don't span domain->span for NUMA diameter > 2 by Barry Song · 3 years, 11 months ago
  47. b89997a sched/pelt: Fix task util_est update filtering by Vincent Donnefort · 3 years, 11 months ago
  48. 39a2a6e sched/fair: Fix shift-out-of-bounds in load_balance() by Valentin Schneider · 3 years, 11 months ago
  49. 736cc6b sched/fair: use lsub_positive in cpu_util_next() by Vincent Donnefort · 3 years, 11 months ago
  50. 0372e1c sched/fair: Fix task utilization accountability in compute_energy() by Vincent Donnefort · 3 years, 11 months ago
  51. 39b6a42 sched/fair: Reduce the window for duplicated update by Vincent Guittot · 3 years, 11 months ago
  52. c6f8865 sched/fair: Trigger the update of blocked load on newly idle cpu by Vincent Guittot · 3 years, 11 months ago
  53. ce29ddc sched/membarrier: fix missing local execution of ipi_sync_rq_state() by Mathieu Desnoyers · 4 years ago
  54. 6553fc1 sched/fair: Reorder newidle_balance pulled_task tests by Vincent Guittot · 3 years, 11 months ago
  55. 50caf9c sched: Simplify set_affinity_pending refcounts by Peter Zijlstra · 3 years, 11 months ago
  56. 7a82e5f sched/fair: Merge for each idle cpu loop of ILB by Vincent Guittot · 3 years, 11 months ago
  57. 9e81889 sched: Fix affine_move_task() self-concurrency by Peter Zijlstra · 3 years, 11 months ago
  58. 64f84f2 sched/fair: Remove unused parameter of update_nohz_stats by Vincent Guittot · 3 years, 11 months ago
  59. 3f1bc11 sched: Optimize migration_cpu_stop() by Peter Zijlstra · 3 years, 11 months ago
  60. ab2dde5 sched/fair: Remove unused return of _nohz_idle_balance by Vincent Guittot · 3 years, 11 months ago
  61. 58b1a45 sched: Collate affine_move_task() stoppers by Peter Zijlstra · 3 years, 11 months ago
  62. 0826530 sched/fair: Remove update of blocked load from newidle_balance by Vincent Guittot · 3 years, 11 months ago
  63. e140749 sched: Simplify migration_cpu_stop() by Valentin Schneider · 3 years, 11 months ago
  64. c20cf06 sched: Simplify migration_cpu_stop() by Peter Zijlstra · 3 years, 11 months ago
  65. 8a6edb5 sched: Fix migration_cpu_stop() requeueing by Peter Zijlstra · 4 years ago
  66. c034f48 kernel: delete repeated words in comments by Randy Dunlap · 3 years, 11 months ago
  67. 005d3bd Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 11 months ago
  68. 3e10585 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 11 months ago
  69. 657bd90 Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  70. e209cb5 cpufreq: schedutil: Remove update_lock comment from struct sugov_policy definition by Yue Hu · 4 years ago
  71. 71f1309 cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_limit() by Yue Hu · 4 years ago
  72. 43789ef rcu/nocb: Perform deferred wake up before last idle's need_resched() check by Frederic Weisbecker · 4 years ago
  73. e0ee463 sched/features: Distinguish between NORMAL and DEADLINE hrtick by Juri Lelli · 4 years ago
  74. 156ec6f sched/features: Fix hrtick reprogramming by Juri Lelli · 4 years ago
  75. de40f33 sched/deadline: Reduce rq lock contention in dl_add_task_root_domain() by Dietmar Eggemann · 4 years ago
  76. ef72661 sched: Harden PREEMPT_DYNAMIC by Peter Zijlstra · 4 years ago
  77. e59e10f sched: Add /debug/sched_preempt by Peter Zijlstra · 4 years ago
  78. 826bfeb preempt/dynamic: Support dynamic preempt with preempt= boot option by Peter Zijlstra (Intel) · 4 years ago
  79. 2c9a98d preempt/dynamic: Provide preempt_schedule[_notrace]() static calls by Peter Zijlstra (Intel) · 4 years ago
  80. b965f1d preempt/dynamic: Provide cond_resched() and might_resched() static calls by Peter Zijlstra (Intel) · 4 years ago
  81. c541bb7 sched/core: Update task_prio() function header by Dietmar Eggemann · 4 years ago
  82. 9d061ba6 sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIO by Dietmar Eggemann · 4 years ago
  83. ae18ad2 sched: Remove MAX_USER_RT_PRIO by Dietmar Eggemann · 4 years ago
  84. 71e5f66 sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa() by Dietmar Eggemann · 4 years ago
  85. 8ecca39 rbtree, sched/deadline: Use rb_add_cached() by Peter Zijlstra · 4 years, 9 months ago
  86. bf9be9a rbtree, sched/fair: Use rb_add_cached() by Peter Zijlstra · 4 years, 9 months ago
  87. 9fe1f12 sched/fair: Merge select_idle_core/cpu() by Mel Gorman · 4 years ago
  88. 6cd56ef sched/fair: Remove select_idle_smt() by Mel Gorman · 4 years ago
  89. ed3cd45 Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branch by Ingo Molnar · 4 years ago
  90. 85e853c Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years ago
  91. f3d4b4b sched: Add cond_resched_rwlock by Ben Gardon · 4 years ago
  92. bae4ec1 sched/fair: Move avg_scan_cost calculations under SIS_PROP by Mel Gorman · 4 years ago
  93. e6e0dc2 sched/fair: Remove SIS_AVG_CPU by Mel Gorman · 4 years ago
  94. 620a6dc sched/topology: Make sched_init_numa() use a set for the deduplicating sort by Valentin Schneider · 4 years ago
  95. 0ae78ee sched/eas: Don't update misfit status if the task is pinned by Qais Yousef · 4 years ago
  96. 0d2460b Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEAD by Paul E. McKenney · 4 years ago
  97. 741ba80 sched: Relax the set_cpus_allowed_ptr() semantics by Peter Zijlstra · 4 years ago
  98. 5ba2ffba sched: Fix CPU hotplug / tighten is_per_cpu_kthread() by Peter Zijlstra · 4 years ago
  99. 975707f sched: Prepare to use balance_push in ttwu() by Peter Zijlstra · 4 years ago
  100. 22f667c sched: Don't run cpu-online with balance_push() enabled by Peter Zijlstra · 4 years ago