1. dddcab7 sched: Introduce HMP scheduling by Syed Rameez Mustafa · 8 years ago
  2. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  3. af79ad2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 19d23dbf sched/irqtime: Consolidate accounting synchronization with u64_stats API by Frederic Weisbecker · 8 years ago
  5. 9148a3a sched/debug: Add SCHED_WARN_ON() by Peter Zijlstra · 8 years ago
  6. b2bf6c3 sched/fair: Introduce set_curr_task() helper by Peter Zijlstra · 8 years ago
  7. 1b568f0 sched/core: Optimize SCHED_SMT by Peter Zijlstra · 8 years ago
  8. 10e2f1a sched/core: Rewrite and improve select_idle_siblings() by Peter Zijlstra · 8 years ago
  9. 0e369d7 sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared by Peter Zijlstra · 8 years ago
  10. c65eacb sched/core: Allow putting thread_info into task_struct by Andy Lutomirski · 8 years ago
  11. cd92bfd sched/core: Store maximum per-CPU capacity in root domain by Dietmar Eggemann · 8 years ago
  12. 1fc770d sched: Remove struct rq::nohz_stamp by Rik van Riel · 8 years ago
  13. 12bde33 cpufreq / sched: Pass runqueue pointer to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  14. 58919e8 cpufreq / sched: Pass flags to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  15. cca08cd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  17. d60585c sched/core: Correct off by one bug in load migration calculation by Thomas Gleixner · 8 years ago
  18. 55e16d3 sched/fair: Rework throttle_count sync by Peter Zijlstra · 8 years ago
  19. 8663e24 sched/fair: Reorder cgroup creation code by Peter Zijlstra · 8 years ago
  20. ea86cb4 sched/cgroup: Fix cpu_cgroup_fork() handling by Vincent Guittot · 8 years ago
  21. 630741f Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  22. 094f469 sched/fair: Initialize throttle_count for new task-groups lazily by Konstantin Khlebnikov · 8 years ago
  23. 1f03e8d locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() by Peter Zijlstra · 8 years ago
  24. 3d89e54 sched/cputime: Fix prev steal time accouting during CPU hotplug by Wanpeng Li · 8 years ago
  25. d57d394 Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  26. 59efa0b sched/core: Kill sched_class::task_waking to clean up the migration logic by Peter Zijlstra · 8 years ago
  27. 4eb8676 Merge branch 'smp/hotplug' into sched/core, to resolve conflicts by Ingo Molnar · 8 years ago
  28. 20a5c8c sched/fair: Make ilb_notifier an explicit call by Thomas Gleixner · 8 years ago
  29. 172895e sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOAD_SCALE by Yuyang Du · 8 years ago
  30. 6ecdd74 sched/fair: Generalize the load/util averages resolution definition by Yuyang Du · 8 years ago
  31. 2159197 sched/core: Enable increased load resolution on 64-bit kernels by Peter Zijlstra · 8 years ago
  32. e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 9 years ago
  33. eb58075 sched/core: Introduce 'struct rq_flags' by Peter Zijlstra · 9 years ago
  34. 3e71a46 sched/core: Move task_rq_lock() out of line by Peter Zijlstra · 8 years ago
  35. 9fd81dd sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updates by Frederic Weisbecker · 8 years ago
  36. cee1afc sched/fair: Gather CPU load functions under a more conventional namespace by Frederic Weisbecker · 8 years ago
  37. 9bdcb44 cpufreq: schedutil: New governor based on scheduler utilization data by Rafael J. Wysocki · 8 years ago
  38. 2b8c41d sched/fair: Initiate a new task's util avg to a bounded value by Yuyang Du · 8 years ago
  39. be53f58 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  40. 42e405f Merge branch 'linus' into sched/urgent, to pick up dependencies by Ingo Molnar · 8 years ago
  41. 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  42. e23604e Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. adaf9fc cpufreq: Move scheduler-related code to the sched directory by Rafael J. Wysocki · 8 years ago
  44. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 8 years ago
  45. e9532e6 sched/cputime: Fix steal time accounting vs. CPU hotplug by Thomas Gleixner · 8 years ago
  46. 76d92ac sched: Migrate sched to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  47. 01d36d0 sched: Account rr tasks by Frederic Weisbecker · 9 years ago
  48. 3866e84 sched/debug: Move sched_domain_sysctl to debug.c by Steven Rostedt (Red Hat) · 8 years ago
  49. ff77e46 sched/rt: Fix PI handling vs. sched_setscheduler() by Peter Zijlstra · 8 years ago
  50. 41d9339 sched/core: Remove duplicated sched_group_set_shares() prototype by Dongsheng Yang · 8 years ago
  51. 6aa447bc Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 8 years ago
  52. 6fe1f34 sched/cgroup: Fix cgroup entity load tracking tear-down by Peter Zijlstra · 8 years ago
  53. cb25176 sched/debug: Make schedstats a runtime tunable that is disabled by default by Mel Gorman · 8 years ago
  54. af34520 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  55. b036762 sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline by Waiman Long · 9 years ago
  56. ed82b8a sched/core: Move the sched_to_prio[] arrays out of line by Andi Kleen · 9 years ago
  57. ad936d8 sched/fair: Make it possible to account fair load avg consistently by Byungchul Park · 9 years ago
  58. b3e0b1b locking, sched: Introduce smp_cond_acquire() and use it by Peter Zijlstra · 9 years ago
  59. 467386f Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  60. b75a225 sched/core: Better document the try_to_wake_up() barriers by Peter Zijlstra · 9 years ago
  61. 38c6ade sched/fair: Remove empty idle enter and exit functions by Dietmar Eggemann · 9 years ago
  62. 5a4fd03 sched/core: Remove a parameter in the migrate_task_rq() function by xiaofeng.yan · 9 years ago
  63. 1de6444 sched/core: Fix task and run queue sched_info::run_delay inconsistencies by Peter Zijlstra · 9 years ago
  64. fe19159 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  65. 95913d9 sched/core: Fix TASK_DEAD race in finish_task_switch() by Peter Zijlstra · 9 years ago
  66. 2726d6c sched/deadline: Unify dl_time_before() usage by Juri Lelli · 9 years ago
  67. 20f9cd2 sched/core: Make policy-testing consistent by Henrik Austad · 9 years ago
  68. e3279a2 sched/fair: Make utilization tracking CPU scale-invariant by Dietmar Eggemann · 9 years ago
  69. 8cd5601 sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define by Morten Rasmussen · 9 years ago
  70. 2a59572 sched/numa: Convert sched_numa_balancing to a static_branch by Srikar Dronamraju · 9 years ago
  71. c3b9bc5 sched/numa: Disable sched_numa_balancing on UMA systems by Srikar Dronamraju · 9 years ago
  72. 78a9c54 sched/numa: Rename numabalancing_enabled to sched_numa_balancing by Srikar Dronamraju · 9 years ago
  73. bc54da2 sched/core: Remove unused argument from sched_class::task_move_group by Peter Zijlstra · 9 years ago
  74. c5b2803 sched: Make sched_class::set_cpus_allowed() unconditional by Peter Zijlstra · 9 years ago
  75. 3c8e479 sched: Remove finish_arch_switch() by Peter Zijlstra · 9 years ago
  76. 1396223 sched/fair: Provide runnable_load_avg back to cfs_rq by Yuyang Du · 9 years ago
  77. 540247f sched/fair: Init cfs_rq's sched_entity load average by Yuyang Du · 9 years ago
  78. 9d89c25 sched/fair: Rewrite runnable load and utilization average tracking by Yuyang Du · 9 years ago
  79. cd126af sched/fair: Remove rq's runnable avg by Yuyang Du · 9 years ago
  80. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  81. 397f237 sched/numa: Fix numa balancing stats in /proc/pid/sched by Srikar Dronamraju · 9 years ago
  82. 6b55c96 sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h by Srikar Dronamraju · 9 years ago
  83. 98ec21a Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. 178a4d2 sched/deadline: Drop duplicate init_sched_dl_class() declaration by Wanpeng Li · 9 years ago
  86. cbce1a6 sched,lockdep: Employ lock pinning by Peter Zijlstra · 9 years ago
  87. e3fca9e sched: Replace post_schedule with a balance callback list by Peter Zijlstra · 9 years ago
  88. 624bbdf Merge branch 'timers/core' into sched/hrtimers by Thomas Gleixner · 9 years ago
  89. 4cfafd3 sched,perf: Fix periodic timers by Peter Zijlstra · 9 years ago
  90. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 9 years ago
  91. 3289bdb sched: Move the loadavg code to a more obvious location by Peter Zijlstra · 9 years ago
  92. 77a4d1a sched: Cleanup bandwidth timers by Peter Zijlstra · 9 years ago
  93. 07c54f7 sched/core: Remove unused argument from init_[rt|dl]_rq() by Abel Vesa · 9 years ago
  94. dfbca41 sched: Optimize freq invariant accounting by Peter Zijlstra · 9 years ago
  95. dc7ff76 sched: Remove unused struct sched_group_capacity::capacity_orig by Vincent Guittot · 9 years ago
  96. ca6d75e sched: Add struct rq::cpu_capacity_orig by Vincent Guittot · 9 years ago
  97. b5b4860 sched: Make scale_rt invariant with frequency by Vincent Guittot · 9 years ago
  98. 36ee28e sched: Add sched_avg::utilization_avg_contrib by Vincent Guittot · 9 years ago
  99. b6366f0 sched/rt: Use IPI to trigger RT task push migration instead of pulling by Steven Rostedt · 9 years ago
  100. 3960c8c sched: Make dl_task_time() use task_rq_lock() by Peter Zijlstra · 9 years ago