1. fd7a6d2 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  2. 6cf82d5 sched/cfs: fix spurious active migration by Vincent Guittot · 5 years ago
  3. 7ed735c sched/fair: Fix find_idlest_group() to handle CPU affinity by Vincent Guittot · 5 years ago
  4. c346695 psi: Fix a division error in psi poll() by Johannes Weiner · 5 years ago
  5. 3dfbe25 sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptime by Johannes Weiner · 5 years ago
  6. 85572c2 cpufreq: Avoid leaving stale IRQ work items during CPU offline by Rafael J. Wysocki · 5 years ago
  7. fb3da48 Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 5 years ago
  8. 6a96566 Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  9. 9e7a032 Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  10. 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  11. 77a0594 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  12. 6221403 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 5 years ago
  13. fb4b3d3 Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  14. 74722bb sched/vtime: Bring up complete kcpustat accessor by Frederic Weisbecker · 5 years ago
  15. 5a1c955 sched/cputime: Support other fields on kcpustat_field() by Frederic Weisbecker · 5 years ago
  16. 5aa9ba6 cpuidle: Pass exit latency limit to cpuidle_use_deepest_state() by Daniel Lezcano · 5 years ago
  17. c55b51a cpuidle: Allow idle injection to apply exit latency limit by Daniel Lezcano · 5 years ago
  18. bef69dd sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util() by Vincent Guittot · 5 years ago
  19. b21feab Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies by Ingo Molnar · 5 years ago
  20. a972338 sched/fair: Add comments for group_type and balancing at SD_NUMA level by Vincent Guittot · 5 years ago
  21. 3318544b sched/fair: Fix rework of find_idlest_group() by Vincent Guittot · 5 years ago
  22. 7763baa sched/uclamp: Fix overzealous type replacement by Valentin Schneider · 5 years ago
  23. 6e1ff07 sched/uclamp: Fix incorrect condition by Qais Yousef · 5 years ago
  24. b90f7c9 sched/pelt: Fix update of blocked PELT ordering by Vincent Guittot · 5 years ago
  25. ff51ff8 sched/core: Avoid spurious lock dependencies by Peter Zijlstra · 5 years ago
  26. c1d51f6 cpuidle: Use nanoseconds as the unit of time by Rafael J. Wysocki · 5 years ago
  27. a0e813f sched/core: Further clarify sched_class::set_next_task() by Peter Zijlstra · 5 years ago
  28. 2eeb01a sched/fair: Use mul_u32_u32() by Peter Zijlstra · 5 years ago
  29. 98c2f70 sched/core: Simplify sched_class::pick_next_task() by Peter Zijlstra · 5 years ago
  30. 5d7d605 sched/core: Optimize pick_next_task() by Peter Zijlstra · 5 years ago
  31. f488e10 sched/core: Make pick_next_task_idle() more consistent by Peter Zijlstra · 5 years ago
  32. 7277a34 sched/fair: Better document newidle_balance() by Peter Zijlstra · 5 years ago
  33. 6d5a763 Merge tag 'v5.4-rc7' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  34. 6e2df05 sched: Fix pick_next_task() vs 'change' pattern race by Peter Zijlstra · 5 years ago
  35. e3b8b6a sched/core: Fix compilation error when cgroup not selected by Qais Yousef · 5 years ago
  36. 3f6ec87 cpufreq: Initialize the governors in core_initcall by Amit Kucheria · 5 years ago
  37. f94df98 Add wake_up_interruptible_sync_poll_locked() by David Howells · 5 years ago
  38. 771b53d0 io-wq: small threadpool implementation for io_uring by Jens Axboe · 5 years ago
  39. 64eea63 sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEM by Frederic Weisbecker · 5 years ago
  40. e44fcb4 sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enabled_this_cpu() by Frederic Weisbecker · 5 years ago
  41. e6d5bf3 sched/cputime: Add vtime guest task state by Frederic Weisbecker · 5 years ago
  42. 14faf6f sched/cputime: Add vtime idle task state by Frederic Weisbecker · 5 years ago
  43. 802f4a8 sched/vtime: Record CPU under seqcount for kcpustat needs by Frederic Weisbecker · 5 years ago
  44. b8c9636 sched/fair/util_est: Implement faster ramp-up EWMA on utilization increases by Patrick Bellasi · 5 years ago
  45. e284df7 sched/topology: Allow sched_asym_cpucapacity to be disabled by Valentin Schneider · 5 years ago
  46. cd1cb33 sched/topology: Don't try to build empty sched domains by Valentin Schneider · 5 years ago
  47. ce4dd44 Remove the nr_exclusive argument from __wake_up_sync_key() by David Howells · 5 years ago
  48. 57abff0 sched/fair: Rework find_idlest_group() by Vincent Guittot · 5 years ago
  49. fc1273f sched/fair: Optimize find_idlest_group() by Vincent Guittot · 5 years ago
  50. 11f10e5 sched/fair: Use load instead of runnable load in wakeup path by Vincent Guittot · 5 years ago
  51. c63be7b sched/fair: Use utilization to select misfit task by Vincent Guittot · 5 years ago
  52. 2ab4092 sched/fair: Spread out tasks evenly when not overloaded by Vincent Guittot · 5 years ago
  53. b0fb1eb sched/fair: Use load instead of runnable load in load_balance() by Vincent Guittot · 5 years ago
  54. 5e23e47 sched/fair: Use rq->nr_running when balancing load by Vincent Guittot · 5 years ago
  55. 0b0695f sched/fair: Rework load_balance() by Vincent Guittot · 5 years ago
  56. fcf0553 sched/fair: Remove meaningless imbalance calculation by Vincent Guittot · 5 years ago
  57. a349834 sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_running by Vincent Guittot · 5 years ago
  58. 490ba97 sched/fair: Clean up asym packing by Vincent Guittot · 5 years ago
  59. 9ae7ab2 sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relax by Valentin Schneider · 5 years ago
  60. 328fefa Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  61. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  62. 8d49547 sched/cputime: Spare a seqcount lock/unlock cycle on context switch by Frederic Weisbecker · 5 years ago
  63. f83eeb1 sched/cputime: Rename vtime_account_system() to vtime_account_kernel() by Frederic Weisbecker · 5 years ago
  64. 68e7a4d sched/vtime: Fix guest/system mis-accounting on task switch by Frederic Weisbecker · 5 years ago
  65. 4929a4e sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision by Xuewei Zhang · 5 years ago
  66. e524d16 Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  67. 73956fc membarrier: Fix RCU locking bug caused by faulty merge by Peter Zijlstra · 5 years ago
  68. dff3a85 sched_setattr: switch to copy_struct_from_user() by Aleksa Sarai · 5 years ago
  69. 9c5efe9 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  70. 4892f51 sched/fair: Avoid redundant EAS calculation by Quentin Perret · 5 years ago
  71. 9fc41ac sched/core: Remove double update_max_interval() call on CPU startup by Valentin Schneider · 5 years ago
  72. a49b4f4 sched/core: Fix preempt_schedule() interrupt return comment by Valentin Schneider · 5 years ago
  73. 763a9ec sched/fair: Fix -Wunused-but-set-variable warnings by Qian Cai · 5 years ago
  74. 714e501 sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr() by KeMeng Shi · 5 years ago
  75. c172e0a sched/membarrier: Return -ENOMEM to userspace on memory allocation failure by Mathieu Desnoyers · 5 years ago
  76. c6d68c1 sched/membarrier: Skip IPIs when mm->mm_users == 1 by Mathieu Desnoyers · 5 years ago
  77. 227a4aa sched/membarrier: Fix p->mm->membarrier_state racy load by Mathieu Desnoyers · 5 years ago
  78. 0955400 sched/membarrier: Remove redundant check by Mathieu Desnoyers · 5 years ago
  79. fc0d773 sched/membarrier: Fix private expedited registration check by Mathieu Desnoyers · 5 years ago
  80. 5311a98 tasks, sched/core: RCUify the assignment of rq->curr by Eric W. Biederman · 5 years ago
  81. 154abaf tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary code by Eric W. Biederman · 5 years ago
  82. 0ff7b2c tasks, sched/core: Ensure tasks are available for a grace period after leaving the runqueue by Eric W. Biederman · 5 years ago
  83. 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
  84. 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  85. 77dcfe2 Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  86. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  87. dac9f02 sched/fair: Remove unused cfs_rq_clock_task() function by Qian Cai · 5 years ago
  88. ca61a72 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 5 years ago
  89. 2cdd5cc Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 5 years ago
  90. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  91. 94d18ee Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  92. 563c4f8 Merge branch 'sched/rt' into sched/core, to pick up -rt changes by Ingo Molnar · 5 years ago
  93. 4adcdce sched/psi: Correct overly pessimistic size calculation by Miles Chen · 5 years ago
  94. eb92692 sched/fair: Speed-up energy-aware wake-ups by Quentin Perret · 5 years ago
  95. 312364f3 kernel.h: Add non_block_start/end() by Daniel Vetter · 5 years ago
  96. 1251201 sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI logic and code by Ingo Molnar · 5 years ago
  97. 82e430a cpuidle: play_idle: Increase the resolution to usec by Daniel Lezcano · 5 years ago
  98. 0413d7f sched/uclamp: Always use 'enum uclamp_id' for clamp_id values by Patrick Bellasi · 5 years ago
  99. babbe17 sched/uclamp: Update CPU's refcount on TG's clamp changes by Patrick Bellasi · 5 years ago
  100. 3eac870 sched/uclamp: Use TG's clamps to restrict TASK's clamps by Patrick Bellasi · 5 years ago