1. 11a19c7 sched/wait: Introduce wakeup boomark in wake_up_page_bit by Tim Chen · 7 years ago
  2. 2554db9 sched/wait: Break up long wake list walk by Tim Chen · 7 years ago
  3. ec846ec Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 040b9d7 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  5. 9469eb0 sched/debug: Add debugfs knob for "sched_debug" by Peter Zijlstra · 7 years ago
  6. 4ff9083 sched/core: WARN() when migrating to an offline CPU by Peter Zijlstra · 7 years ago
  7. edd8e41 sched/fair: Plug hole between hotplug and active_load_balance() by Peter Zijlstra · 7 years ago
  8. 2800486 sched/fair: Avoid newidle balance for !active CPUs by Peter Zijlstra · 7 years ago
  9. 4612335 sched/fair: Fix nuisance kernel-doc warning by Randy Dunlap · 7 years ago
  10. 2161573 sched/deadline: replace earliest dl and rq leftmost caching by Davidlohr Bueso · 7 years ago
  11. bfb0688 sched/fair: replace cfs_rq->rb_leftmost by Davidlohr Bueso · 7 years ago
  12. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
  13. 50e7663 sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs by Peter Zijlstra · 7 years ago
  14. a731ebe sched/fair: Fix wake_affine_llc() balancing rules by Peter Zijlstra · 7 years ago
  15. 4396440 Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  16. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  17. f213a6c Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  18. 0081a0c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  19. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  20. 7b01463 Merge branch 'pm-sleep' by Rafael J. Wysocki · 7 years ago
  21. 08a1000 Merge branch 'pm-cpufreq-sched' by Rafael J. Wysocki · 7 years ago
  22. bd87c8f Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 7 years ago
  23. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 7 years ago
  24. 3510ca2 Minor page waitqueue cleanups by Linus Torvalds · 7 years ago
  25. bbdacdf sched/debug: Optimize sched_domain sysctl generation by Peter Zijlstra · 7 years ago
  26. 09e0dd8 sched/topology: Avoid pointless rebuild by Peter Zijlstra · 7 years ago
  27. a090c4f sched/topology: Improve comments by Peter Zijlstra · 7 years ago
  28. 213c5a4 sched/topology: Fix memory leak in __sdt_alloc() by Shu Wang · 7 years ago
  29. 94edf6f Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  30. c49cbc1 cpufreq: schedutil: Always process remote callback with slow switching by Viresh Kumar · 7 years ago
  31. e2cabe4 cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarily by Viresh Kumar · 7 years ago
  32. 656e7c0 Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEAD by Paul E. McKenney · 7 years ago
  33. dec13c4 completion: Replace spin_unlock_wait() with lock/unlock pair by Paul E. McKenney · 8 years ago
  34. 22e4ebb membarrier: Provide expedited private command by Mathieu Desnoyers · 7 years ago
  35. 9c878320 sched/completion: Document that reinit_completion() must be called after complete_all() by Steven Rostedt · 7 years ago
  36. 23a9b74 sched: Replace spin_unlock_wait() with lock/unlock pair by Paul E. McKenney · 8 years ago
  37. 28ba086 PM / s2idle: Rename ->enter_freeze to ->enter_s2idle by Rafael J. Wysocki · 7 years ago
  38. f02f4f9 PM / s2idle: Rename freeze_state enum and related items by Rafael J. Wysocki · 7 years ago
  39. 1e58565 sched/autogroup: Fix error reporting printk text in autogroup_create() by Anshuman Khandual · 7 years ago
  40. 90001d6 sched/fair: Fix wake_affine() for !NUMA_BALANCING by Peter Zijlstra · 7 years ago
  41. cd8084f locking/lockdep: Apply crossrelease to completions by Byungchul Park · 7 years ago
  42. d89e588c locking: Introduce smp_mb__after_spinlock() by Peter Zijlstra · 8 years ago
  43. 35a2897 sched/wait: Remove the lockless swait_active() check in swake_up*() by Boqun Feng · 8 years ago
  44. 20435d8 sched/debug: Intruduce task_state_to_char() helper function by Xie XiuQi · 7 years ago
  45. e8c1649 sched/debug: Show task state in /proc/sched_debug by Xie XiuQi · 7 years ago
  46. 74dc338 sched/debug: Use task_pid_nr_ns in /proc/$pid/sched by Aleksa Sarai · 7 years ago
  47. 18f08da sched/core: Remove unnecessary initialization init_idle_bootup_task() by Cheng Jian · 7 years ago
  48. 3261ed0 sched/deadline: Change return value of cpudl_find() by Byungchul Park · 8 years ago
  49. b18c3ca sched/deadline: Make find_later_rq() choose a closer CPU in topology by Byungchul Park · 8 years ago
  50. b5dd77c sched/numa: Scale scan period with tasks in group and shared/private by Rik van Riel · 7 years ago
  51. 37ec97de sched/numa: Slow down scan rate if shared faults dominate by Rik van Riel · 7 years ago
  52. f235a54 sched/pelt: Fix false running accounting by Vincent Guittot · 8 years ago
  53. 181a80d1 sched: Mark pick_next_task_dl() and build_sched_domain() as static by Viresh Kumar · 8 years ago
  54. 1c2a486 sched/cpupri: Don't re-initialize 'struct cpupri' by Viresh Kumar · 8 years ago
  55. 42d394d sched/deadline: Don't re-initialize 'struct cpudl' by Viresh Kumar · 8 years ago
  56. 4d13a06 sched/topology: Drop memset() from init_rootdomain() by Viresh Kumar · 8 years ago
  57. 3a123bb sched/fair: Drop always true parameter of update_cfs_rq_load_avg() by Viresh Kumar · 8 years ago
  58. 9674f5c sched/fair: Avoid checking cfs_rq->nr_running twice by Viresh Kumar · 8 years ago
  59. c7132dd sched/fair: Pass 'rq' to weighted_cpuload() by Viresh Kumar · 8 years ago
  60. 5b713a3 sched/core: Reuse put_prev_task() by Viresh Kumar · 8 years ago
  61. a030d73 sched/fair: Call cpufreq update util handlers less frequently on UP by Viresh Kumar · 8 years ago
  62. 209887e cpufreq: Return 0 from ->fast_switch() on errors by Viresh Kumar · 7 years ago
  63. 674e754 sched: cpufreq: Allow remote cpufreq callbacks by Viresh Kumar · 7 years ago
  64. 955dbdf4 sched: Allow migrating kthreads into online but inactive CPUs by Tejun Heo · 8 years ago
  65. 251accf cpufreq: schedutil: Use unsigned int for iowait boost by Joel Fernandes · 7 years ago
  66. a5a0809 cpufreq: schedutil: Make iowait boost more energy efficient by Joel Fernandes · 7 years ago
  67. 560c6e4 cpufreq: schedutil: Set dynamic_switching to true by Viresh Kumar · 8 years ago
  68. bf50f0e sched/core: Fix some documentation build warnings by Jonathan Corbet · 7 years ago
  69. aa7519a cpufreq: Use transition_delay_us for legacy governors as well by Viresh Kumar · 8 years ago
  70. 5a77f02 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  71. a252c25 Merge branches 'pm-cpufreq-sched' and 'intel_pstate' by Rafael J. Wysocki · 8 years ago
  72. 193be41 sched/deadline: Fix confusing comments about selection of top pi-waiter by Joel Fernandes · 8 years ago
  73. 0e4097c sched/cputime: Don't use smp_processor_id() in preemptible context by Wanpeng Li · 8 years ago
  74. ab2f7cf cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() race by Vikram Mulukutla · 8 years ago
  75. 65a4433 sched/fair: Fix load_balance() affinity redo path by Jeffrey Hugo · 8 years ago
  76. 2a42eb9 sched/cputime: Accumulate vtime on top of nsec clocksource by Wanpeng Li · 8 years ago
  77. bac5b6b sched/cputime: Move the vtime task fields to their own struct by Frederic Weisbecker · 8 years ago
  78. 60a9ce5 sched/cputime: Rename vtime fields by Frederic Weisbecker · 8 years ago
  79. 9fa57cf sched/cputime: Always set tsk->vtime_snap_whence after accounting vtime by Frederic Weisbecker · 8 years ago
  80. 1c3eda0 vtime, sched/cputime: Remove vtime_account_user() by Frederic Weisbecker · 8 years ago
  81. 3b9c08a Revert "sched/cputime: Refactor the cputime_adjust() code" by Ingo Molnar · 8 years ago
  82. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  83. 330e9e4 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  84. 72298e5 sched/cputime: Refactor the cputime_adjust() code by Gustavo A. R. Silva · 8 years ago
  85. 48365b3 sched/debug: Expose the number of RT/DL tasks that can migrate by Daniel Bristot de Oliveira · 8 years ago
  86. ff801b7 sched/numa: Hide numa_wake_affine() from UP build by Thomas Gleixner · 8 years ago
  87. 815abf5 sched/fair: Remove effective_load() by Rik van Riel · 8 years ago
  88. 3fed382 sched/numa: Implement NUMA node level wake_affine() by Rik van Riel · 8 years ago
  89. 7d894e6 sched/fair: Simplify wake_affine() for the single socket case by Rik van Riel · 8 years ago
  90. 739294f sched/numa: Override part of migrate_degrades_locality() when idle balancing by Rik van Riel · 8 years ago
  91. 8887cd9 sched/rt: Move RT related code from sched/core.c to sched/rt.c by Nicolas Pitre · 8 years ago
  92. 06a76fe sched/deadline: Move DL related code from sched/core.c to sched/deadline.c by Nicolas Pitre · 8 years ago
  93. e1d4eee sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled by Nicolas Pitre · 8 years ago
  94. 387bc8b sched/fair: Spare idle load balancing on nohz_full CPUs by Frederic Weisbecker · 8 years ago
  95. 3c85d6d sched/loadavg: Generalize "_idle" naming to "_nohz" by Frederic Weisbecker · 8 years ago
  96. 902b319 Merge branch 'WIP.sched/core' into sched/core by Ingo Molnar · 8 years ago
  97. c5ae366 sched/fair: WARN() and refuse to set buddy when !se->on_rq by Daniel Axtens · 8 years ago
  98. 6d3aed3 sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as well by Ingo Molnar · 8 years ago
  99. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  100. 5822a45 sched/wait: Move bit_wait_table[] and related functionality from sched/core.c to sched/wait_bit.c by Ingo Molnar · 8 years ago