1. dce1ca0 sched/scs: Reset task stack state in bringup_cpu() by Mark Rutland · 3 years, 1 month ago
  2. a8b7691 preempt: Restore preemption model selection configs by Valentin Schneider · 3 years, 2 months ago
  3. b027789 sched/fair: Prevent dead task groups from regaining cfs_rq's by Mathias Krause · 3 years, 2 months ago
  4. 42dc938 sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain() by Vincent Donnefort · 3 years, 2 months ago
  5. a41b744 Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 2 months ago
  6. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  7. 61bb6cd mm: move node_reclaim_distance to fix NUMA without SMP by Geert Uytterhoeven · 3 years, 2 months ago
  8. 0146337 Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 2 months ago
  9. 9a7e0a9 Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  10. 595b28f Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  11. 33c8846c Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  12. 8ea9183 sched/fair: Cleanup newidle_balance by Vincent Guittot · 3 years, 2 months ago
  13. c5b0a7e sched/fair: Remove sysctl_sched_migration_cost condition by Vincent Guittot · 3 years, 2 months ago
  14. e60b56e sched/fair: Wait before decaying max_newidle_lb_cost by Vincent Guittot · 3 years, 2 months ago
  15. 9d783c8 sched/fair: Skip update_blocked_averages if we are defering load balance by Vincent Guittot · 3 years, 2 months ago
  16. 9e9af81 sched/fair: Account update_blocked_averages in newidle_balance cost by Vincent Guittot · 3 years, 2 months ago
  17. eaed27d sched/core: Remove rq_relock() by Peng Wang · 3 years, 2 months ago
  18. 008f75a block: cleanup the flush plug helpers by Christoph Hellwig · 3 years, 2 months ago
  19. 63acd42 sched/scs: Reset the shadow stack when idle_task_exit by Woody Lin · 3 years, 3 months ago
  20. 6a5850d sched: move the <linux/blkdev.h> include out of kernel/sched/sched.h by Christoph Hellwig · 3 years, 3 months ago
  21. da6ff09 sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQ by Sebastian Andrzej Siewior · 3 years, 3 months ago
  22. 778c558 sched: Add cluster scheduler level in core and related Kconfig for ARM64 by Barry Song · 3 years, 3 months ago
  23. 37b4729 sched: Disable -Wunused-but-set-variable by Peter Zijlstra · 3 years, 3 months ago
  24. 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 3 months ago
  25. 4ef0c5c kernel/sched: Fix sched_fork() access an invalid sched_task_group by Zhang Qiao · 3 years, 4 months ago
  26. f9ec6fe sched/topology: Remove unused numa_distance in cpu_attach_domain() by Yicong Yang · 3 years, 4 months ago
  27. 7d380f2 sched/numa: Fix a few comments by Bharata B Rao · 3 years, 3 months ago
  28. 5b763a1 sched/numa: Remove the redundant member numa_group::fault_cpus by Bharata B Rao · 3 years, 3 months ago
  29. 7a2341fc sched/numa: Replace hard-coded number by a define in numa_task_group() by Bharata B Rao · 3 years, 3 months ago
  30. 8850cb6 sched: Simplify wake_up_*idle*() by Peter Zijlstra · 3 years, 3 months ago
  31. 9b3c4ab sched,rcu: Rework try_invoke_on_locked_down_task() by Peter Zijlstra · 3 years, 3 months ago
  32. f6ac18f sched: Improve try_invoke_on_locked_down_task() by Peter Zijlstra · 3 years, 3 months ago
  33. 769fdf8 sched: Fix DEBUG && !SCHEDSTATS warn by Peter Zijlstra · 3 years, 3 months ago
  34. a7ba894 sched/fair: Removed useless update of p->recent_used_cpu by Vincent Guittot · 3 years, 3 months ago
  35. b945efc sched: Remove pointless preemption disable in sched_submit_work() by Thomas Gleixner · 3 years, 3 months ago
  36. 670721c sched: Move kprobes cleanup out of finish_task_switch() by Thomas Gleixner · 3 years, 3 months ago
  37. 539fbb5 sched: Disable TTWU_QUEUE on RT by Thomas Gleixner · 3 years, 3 months ago
  38. 691925f sched: Limit the number of task migrations per batch on RT by Thomas Gleixner · 3 years, 3 months ago
  39. 8d491de sched: Move mmdrop to RCU on RT by Thomas Gleixner · 3 years, 3 months ago
  40. d07b2ee sched: Make cookie functions static by Shaokun Zhang · 3 years, 3 months ago
  41. 4006a72 sched/fair: Consider SMT in ASYM_PACKING load balance by Ricardo Neri · 3 years, 4 months ago
  42. aafc917 sched/fair: Carve out logic to mark a group for asymmetric packing by Ricardo Neri · 3 years, 4 months ago
  43. c0d14b5 sched/fair: Provide update_sg_lb_stats() with sched domain statistics by Ricardo Neri · 3 years, 4 months ago
  44. 6025643 sched/fair: Optimize checking for group_asym_packing by Ricardo Neri · 3 years, 4 months ago
  45. 16d364b sched/topology: Introduce sched_group::flags by Ricardo Neri · 3 years, 4 months ago
  46. c597bfd sched: Provide Kconfig support for default dynamic preempt mode by Frederic Weisbecker · 3 years, 4 months ago
  47. 32ed980 sched: Remove unused inline function __rq_clock_broken() by YueHaibing · 3 years, 4 months ago
  48. b5eb4a5 sched/dl: Support schedstats for deadline sched class by Yafang Shao · 3 years, 4 months ago
  49. 95fd58e sched/dl: Support sched_stat_runtime tracepoint for deadline sched class by Yafang Shao · 3 years, 4 months ago
  50. 57a5c2d sched/rt: Support schedstats for RT sched class by Yafang Shao · 3 years, 4 months ago
  51. ed7b564 sched/rt: Support sched_stat_runtime tracepoint for RT sched class by Yafang Shao · 3 years, 4 months ago
  52. 847fc0c sched: Introduce task block time in schedstats by Yafang Shao · 3 years, 4 months ago
  53. 60f2415 sched: Make schedstats helpers independent of fair sched class by Yafang Shao · 3 years, 4 months ago
  54. ceeadb8 sched: Make struct sched_statistics independent of fair sched class by Yafang Shao · 3 years, 4 months ago
  55. a2dcb27 sched/fair: Use __schedstat_set() in set_next_entity() by Yafang Shao · 3 years, 4 months ago
  56. bcb1704 sched/fair: Add cfs bandwidth burst statistics by Huaixin Chang · 3 years, 4 months ago
  57. 2cae394 sched: adjust sleeper credit for SCHED_IDLE entities by Josh Don · 3 years, 4 months ago
  58. 51ce83e sched: reduce sched slice for SCHED_IDLE entities by Josh Don · 3 years, 4 months ago
  59. a480add sched: Account number of SCHED_IDLE entities on each cfs_rq by Josh Don · 3 years, 4 months ago
  60. bc9ffef sched/core: Simplify core-wide task selection by Peter Zijlstra · 3 years, 4 months ago
  61. c33627e sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARD by Sebastian Andrzej Siewior · 3 years, 4 months ago
  62. 7fd7a9e sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idle by Valentin Schneider · 3 years, 4 months ago
  63. efd984c sched/fair: Add NOHZ balancer flag for nohz.next_balance updates by Valentin Schneider · 3 years, 4 months ago
  64. 7030661 sched/fair: Null terminate buffer when updating tunable_scaling by Mel Gorman · 3 years, 3 months ago
  65. 2630cde sched/fair: Add ancestors of unthrottled undecayed cfs_rq by Michal Koutný · 3 years, 4 months ago
  66. 50e081b sched: Make RCU nest depth distinct in __might_resched() by Thomas Gleixner · 3 years, 3 months ago
  67. 8d713b6 sched: Make might_sleep() output less confusing by Thomas Gleixner · 3 years, 3 months ago
  68. a45ed30 sched: Cleanup might_sleep() printks by Thomas Gleixner · 3 years, 3 months ago
  69. 42a3875 sched: Remove preempt_offset argument from __might_sleep() by Thomas Gleixner · 3 years, 3 months ago
  70. 874f670 sched: Clean up the might_sleep() underscore zoo by Thomas Gleixner · 3 years, 3 months ago
  71. bcf9033 sched: move CPU field back into thread_info if THREAD_INFO_IN_TASK=y by Ard Biesheuvel · 3 years, 4 months ago
  72. 61bc346 uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argument by Eugene Syromiatnikov · 3 years, 4 months ago
  73. 56c2443 Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  74. 868ad33 sched: Prevent balance_push() on remote runqueues by Thomas Gleixner · 3 years, 4 months ago
  75. 9848417 sched/idle: Make the idle timer expire in hard interrupt context by Sebastian Andrzej Siewior · 3 years, 4 months ago
  76. 5cbba60 Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 4 months ago
  77. e5e726f Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
  78. 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, 4 months ago
  79. 4ca4256 Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 4 months ago
  80. e681dcb sched: Fix get_push_task() vs migrate_disable() by Sebastian Andrzej Siewior · 3 years, 4 months ago
  81. 366e7ad6 sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED case by Ingo Molnar · 3 years, 4 months ago
  82. 43dde64 Merge back cpufreq changes for v5.15. by Rafael J. Wysocki · 3 years, 4 months ago
  83. 234b8ab sched: Introduce dl_task_check_affinity() to check proposed affinity by Will Deacon · 3 years, 5 months ago
  84. 07ec77a sched: Allow task CPU affinity to be restricted on asymmetric systems by Will Deacon · 3 years, 5 months ago
  85. db3b02a sched: Split the guts of sched_setaffinity() into a helper function by Will Deacon · 3 years, 5 months ago
  86. b90ca8b sched: Introduce task_struct::user_cpus_ptr to track requested affinity by Will Deacon · 3 years, 5 months ago
  87. 234a503 sched: Reject CPU affinity changes based on task_cpu_possible_mask() by Will Deacon · 3 years, 5 months ago
  88. 97c0054 cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq() by Will Deacon · 3 years, 5 months ago
  89. 9ae606b sched: Introduce task_cpu_possible_mask() to limit fallback rq selection by Will Deacon · 3 years, 5 months ago
  90. 3040003 sched: Cgroup SCHED_IDLE support by Josh Don · 3 years, 5 months ago
  91. 0083242 sched/topology: Skip updating masks for non-online nodes by Valentin Schneider · 3 years, 5 months ago
  92. 3c474b3 sched: Fix Core-wide rq->lock for uninitialized CPUs by Peter Zijlstra · 3 years, 5 months ago
  93. 6991436 sched/core: Provide a scheduling point for RT locks by Thomas Gleixner · 3 years, 5 months ago
  94. b4bfa3f sched/core: Rework the __schedule() preempt argument by Thomas Gleixner · 3 years, 5 months ago
  95. 5f220be sched/wakeup: Prepare for RT sleeping spin/rwlocks by Thomas Gleixner · 3 years, 5 months ago
  96. 43295d7 sched/wakeup: Split out the wakeup ->__state check by Thomas Gleixner · 3 years, 5 months ago
  97. 746f5ea sched: Replace deprecated CPU-hotplug functions. by Sebastian Andrzej Siewior · 3 years, 5 months ago
  98. 5089582 rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCU by Frederic Weisbecker · 3 years, 6 months ago
  99. e5c6b31 cpufreq: schedutil: Use kobject release() method to free sugov_tunables by Kevin Hao · 3 years, 5 months ago
  100. f4dddf9 sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMS by Quentin Perret · 3 years, 5 months ago