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