1. 3b80dee Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  2. 4960821 Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years ago
  3. c3a74f8 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 4 years ago
  4. 6a447b0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years ago
  5. b4ec805 Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 1 month ago
  6. 2cffa11 Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  7. ee2cc42 cpufreq: Add special-purpose fast-switching callback for drivers by Rafael J. Wysocki · 4 years, 1 month ago
  8. ca6827d cpufreq: schedutil: Add util to struct sg_cpu by Rafael J. Wysocki · 4 years, 1 month ago
  9. 722e039 Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 1 month ago
  10. e1f1320 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 4 years, 1 month ago
  11. ae79270 sched: Optimize finish_lock_switch() by Peter Zijlstra · 4 years, 1 month ago
  12. 3c41e57 Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 4 years, 1 month ago
  13. edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  14. adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  15. 1ac0884 Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  16. 90ac908 cpufreq: schedutil: Simplify sugov_update_next_freq() by Rafael J. Wysocki · 4 years, 2 months ago
  17. 5b78f2d sched/fair: Trivial correction of the newidle_balance() comment by Barry Song · 4 years, 1 month ago
  18. 13d5a5e sched/fair: Clear SMT siblings after determining the core is not idle by Mel Gorman · 4 years, 1 month ago
  19. 59a74b1 sched: Fix kernel-doc markup by Mauro Carvalho Chehab · 4 years, 1 month ago
  20. e45cdc7 membarrier: Execute SYNC_CORE on the calling thread by Andy Lutomirski · 4 years, 1 month ago
  21. 758c937 membarrier: Explicitly sync remote cores when SYNC_CORE is requested by Andy Lutomirski · 4 years, 1 month ago
  22. 2ecedd7 membarrier: Add an actual barrier before rseq_preempt() by Andy Lutomirski · 4 years, 1 month ago
  23. d3759e7 irqtime: Move irqtime entry accounting after irq offset incrementation by Frederic Weisbecker · 4 years, 1 month ago
  24. 8a6a592 sched/vtime: Consolidate IRQ time accounting by Frederic Weisbecker · 4 years, 1 month ago
  25. 2b91ec9 s390/vtime: Use the generic IRQ entry accounting by Frederic Weisbecker · 4 years, 1 month ago
  26. 7197688b sched/cputime: Remove symbol exports from IRQ time accounting by Frederic Weisbecker · 4 years, 1 month ago
  27. f91a3aa Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  28. a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 1 month ago
  29. 545b8c8 smp: Cleanup smp_call_function*() by Peter Zijlstra · 4 years, 7 months ago
  30. 23e6082 sched: Limit the amount of NUMA imbalance that can exist at fork time by Mel Gorman · 4 years, 1 month ago
  31. 7d2b5dd sched/numa: Allow a floating imbalance between NUMA nodes by Mel Gorman · 4 years, 1 month ago
  32. 5c33900 sched: Avoid unnecessary calculation of load imbalance at clone time by Mel Gorman · 4 years, 1 month ago
  33. abeae76a sched/numa: Rename nr_running and break out the magic number by Mel Gorman · 4 years, 1 month ago
  34. 58c644b sched/idle: Fix arch_cpu_idle() vs tracing by Peter Zijlstra · 4 years, 1 month ago
  35. 5fbda3e sched: highmem: Store local kmaps in task struct by Thomas Gleixner · 4 years, 2 months ago
  36. 13c8da5 Merge branch 'sched/core' into core/mm by Thomas Gleixner · 4 years, 1 month ago
  37. 74d862b6 sched: Make migrate_disable/enable() independent of RT by Thomas Gleixner · 4 years, 2 months ago
  38. 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, 1 month ago
  39. fa50e2b sched/topology: Condition EAS enablement on FIE support by Ionela Voinescu · 4 years, 2 months ago
  40. 31f6a8c sched/topology,schedutil: Wrap sched domains rebuild by Ionela Voinescu · 4 years, 2 months ago
  41. 480a6ca sched/uclamp: Allow to reset a task uclamp constraint value by Dietmar Eggemann · 4 years, 2 months ago
  42. b19a888 sched/core: Fix typos in comments by Tal Zussman · 4 years, 2 months ago
  43. b5b2173 sched/topology: Warn when NUMA diameter > 2 by Valentin Schneider · 4 years, 2 months ago
  44. 1293771 sched: Fix migration_cpu_stop() WARN by Peter Zijlstra · 4 years, 2 months ago
  45. d707faa sched/core: Add missing completion for affine_move_task() waiters by Valentin Schneider · 4 years, 2 months ago
  46. 6775de4 context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFSTACK archs by Frederic Weisbecker · 4 years, 2 months ago
  47. 9f68b5b sched: Detect call to schedule from critical entry code by Frederic Weisbecker · 4 years, 2 months ago
  48. 2279f54 sched/deadline: Fix priority inheritance with multiple scheduling classes by Juri Lelli · 4 years, 2 months ago
  49. ec618b8 sched: Fix rq->nr_iowait ordering by Peter Zijlstra · 4 years, 3 months ago
  50. 8e1ac42 sched/fair: Fix overutilized update in enqueue_task_fair() by Quentin Perret · 4 years, 2 months ago
  51. 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
  52. c4d51a5 sched/wait: Add add_wait_queue_priority() by David Woodhouse · 4 years, 2 months ago
  53. dc824eb8 sched/fair: Dissociate wakeup decisions from SD flag value by Valentin Schneider · 4 years, 2 months ago
  54. 3aef155 sched: Remove select_task_rq()'s sd_flag parameter by Valentin Schneider · 4 years, 2 months ago
  55. 1777057 sched: Add WF_TTWU, WF_EXEC wakeup flags by Valentin Schneider · 4 years, 2 months ago
  56. cdb3104 sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer() by Hui Su · 4 years, 2 months ago
  57. 12fa97c Merge branch 'sched/migrate-disable' by Peter Zijlstra · 4 years, 2 months ago
  58. c777d84 sched: Comment affine_move_task() by Valentin Schneider · 4 years, 3 months ago
  59. 885b3ba sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable() by Valentin Schneider · 4 years, 3 months ago
  60. a7c8155 sched: Fix migrate_disable() vs rt/dl balancing by Peter Zijlstra · 4 years, 3 months ago
  61. ded467d sched, lockdep: Annotate ->pi_lock recursion by Peter Zijlstra · 4 years, 3 months ago
  62. 95158a8 sched,rt: Use the full cpumask for balancing by Peter Zijlstra · 4 years, 3 months ago
  63. 14e292f8 sched,rt: Use cpumask_any*_distribute() by Peter Zijlstra · 4 years, 3 months ago
  64. 3015ef4 sched/core: Make migrate disable and CPU hotplug cooperative by Thomas Gleixner · 4 years, 4 months ago
  65. 6d337ea sched: Fix migrate_disable() vs set_cpus_allowed_ptr() by Peter Zijlstra · 4 years, 4 months ago
  66. af44990 sched: Add migrate_disable() by Peter Zijlstra · 4 years, 4 months ago
  67. 9cfc3e1 sched: Massage set_cpus_allowed() by Peter Zijlstra · 4 years, 4 months ago
  68. 120455c sched: Fix hotplug vs CPU bandwidth control by Peter Zijlstra · 4 years, 3 months ago
  69. 1cf12e0 sched/hotplug: Consolidate task migration on CPU unplug by Thomas Gleixner · 4 years, 4 months ago
  70. f2469a1 sched/core: Wait for tasks being pushed away on hotplug by Thomas Gleixner · 4 years, 4 months ago
  71. 2558aac sched/hotplug: Ensure only per-cpu kthreads run during hotplug by Peter Zijlstra · 4 years, 4 months ago
  72. 565790d2 sched: Fix balance_callback() by Peter Zijlstra · 4 years, 8 months ago
  73. a8b62fd stop_machine: Add function and caller debug info by Peter Zijlstra · 4 years, 3 months ago
  74. 8d4d9c7 sched/debug: Fix memory corruption caused by multiple small reads of flags by Colin Ian King · 4 years, 2 months ago
  75. b4c9c9f sched/fair: Prefer prev cpu in asymmetric wakeup path by Vincent Guittot · 4 years, 2 months ago
  76. 16b0a7a sched/fair: Ensure tasks spreading in LLC during LB by Vincent Guittot · 4 years, 2 months ago
  77. 9a2a9eb cpufreq: Introduce governor flags by Rafael J. Wysocki · 4 years, 2 months ago
  78. b6d37a7 sched/fair: Reorder throttle_cfs_rq() path by Peng Wang · 4 years, 2 months ago
  79. 23a8818 cpufreq: schedutil: Don't skip freq update if need_freq_update is set by Viresh Kumar · 4 years, 2 months ago
  80. d1e7c29 cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is set by Rafael J. Wysocki · 4 years, 2 months ago
  81. d8fcb81 sched/fair: Check for idle core in wake_affine by Julia Lawall · 4 years, 2 months ago
  82. 43c31ac sched: Remove relyance on STRUCT_ALIGNMENT by Peter Zijlstra · 4 years, 2 months ago
  83. 345a957 sched: Reenable interrupts in do_sched_yield() by Thomas Gleixner · 4 years, 3 months ago
  84. 25595eb sched: membarrier: document memory ordering scenarios by Mathieu Desnoyers · 4 years, 3 months ago
  85. 618758e sched: membarrier: cover kthread_use_mm (v4) by Mathieu Desnoyers · 4 years, 3 months ago
  86. 5bc7850 sched: fix exit_mm vs membarrier (v4) by Mathieu Desnoyers · 4 years, 3 months ago
  87. 45da7a2 sched/fair: Exclude the current CPU from find_new_ilb() by Peter Zijlstra · 4 years, 5 months ago
  88. b13772f sched/cpupri: Add CPUPRI_HIGHER by Peter Zijlstra · 4 years, 3 months ago
  89. 934fc33 sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1 by Peter Zijlstra · 4 years, 3 months ago
  90. 1b08782 sched/cpupri: Remove pri_to_cpu[1] by Dietmar Eggemann · 4 years, 3 months ago
  91. 5e054bc sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE] by Dietmar Eggemann · 4 years, 3 months ago
  92. a57415f sched/deadline: Fix sched_dl_global_validate() by Peng Liu · 4 years, 3 months ago
  93. 2676242 sched/deadline: Optimize sched_dl_global_validate() by Peng Liu · 4 years, 3 months ago
  94. b9c88f7 sched/fair: Improve the accuracy of sched_stat_wait statistics by jun qian · 4 years, 3 months ago
  95. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  96. 87702a3 Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  97. 41f762a Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 2 months ago
  98. 0070ea2 cpufreq: schedutil: restore cached freq when next_f is not changed by Wei Wang · 4 years, 3 months ago
  99. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 3 months ago
  100. a73f863 sched/features: Fix !CONFIG_JUMP_LABEL case by Juri Lelli · 4 years, 3 months ago