1. 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
  2. b036762 sched/fair: Move the cache-hot 'load_avg' variable into its own cacheline by Waiman Long · 9 years ago
  3. ed82b8a sched/core: Move the sched_to_prio[] arrays out of line by Andi Kleen · 9 years ago
  4. ad936d8 sched/fair: Make it possible to account fair load avg consistently by Byungchul Park · 9 years ago
  5. b3e0b1b locking, sched: Introduce smp_cond_acquire() and use it by Peter Zijlstra · 9 years ago
  6. 467386f Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  7. b75a225 sched/core: Better document the try_to_wake_up() barriers by Peter Zijlstra · 9 years ago
  8. 38c6ade sched/fair: Remove empty idle enter and exit functions by Dietmar Eggemann · 9 years ago
  9. 5a4fd03 sched/core: Remove a parameter in the migrate_task_rq() function by xiaofeng.yan · 9 years ago
  10. 1de6444 sched/core: Fix task and run queue sched_info::run_delay inconsistencies by Peter Zijlstra · 9 years ago
  11. fe19159 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  12. 95913d9 sched/core: Fix TASK_DEAD race in finish_task_switch() by Peter Zijlstra · 9 years ago
  13. 2726d6c sched/deadline: Unify dl_time_before() usage by Juri Lelli · 9 years ago
  14. 20f9cd2 sched/core: Make policy-testing consistent by Henrik Austad · 9 years ago
  15. e3279a2 sched/fair: Make utilization tracking CPU scale-invariant by Dietmar Eggemann · 9 years ago
  16. 8cd5601 sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define by Morten Rasmussen · 9 years ago
  17. 2a59572 sched/numa: Convert sched_numa_balancing to a static_branch by Srikar Dronamraju · 9 years ago
  18. c3b9bc5 sched/numa: Disable sched_numa_balancing on UMA systems by Srikar Dronamraju · 9 years ago
  19. 78a9c54 sched/numa: Rename numabalancing_enabled to sched_numa_balancing by Srikar Dronamraju · 9 years ago
  20. bc54da2 sched/core: Remove unused argument from sched_class::task_move_group by Peter Zijlstra · 9 years ago
  21. c5b2803 sched: Make sched_class::set_cpus_allowed() unconditional by Peter Zijlstra · 9 years ago
  22. 3c8e479 sched: Remove finish_arch_switch() by Peter Zijlstra · 9 years ago
  23. 1396223 sched/fair: Provide runnable_load_avg back to cfs_rq by Yuyang Du · 9 years ago
  24. 540247f sched/fair: Init cfs_rq's sched_entity load average by Yuyang Du · 9 years ago
  25. 9d89c25 sched/fair: Rewrite runnable load and utilization average tracking by Yuyang Du · 9 years ago
  26. cd126af sched/fair: Remove rq's runnable avg by Yuyang Du · 9 years ago
  27. 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
  28. 397f237 sched/numa: Fix numa balancing stats in /proc/pid/sched by Srikar Dronamraju · 9 years ago
  29. 6b55c96 sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h by Srikar Dronamraju · 9 years ago
  30. 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
  31. 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
  32. 178a4d2 sched/deadline: Drop duplicate init_sched_dl_class() declaration by Wanpeng Li · 9 years ago
  33. cbce1a6 sched,lockdep: Employ lock pinning by Peter Zijlstra · 9 years ago
  34. e3fca9e sched: Replace post_schedule with a balance callback list by Peter Zijlstra · 9 years ago
  35. 624bbdf Merge branch 'timers/core' into sched/hrtimers by Thomas Gleixner · 9 years ago
  36. 4cfafd3 sched,perf: Fix periodic timers by Peter Zijlstra · 9 years ago
  37. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 9 years ago
  38. 3289bdb sched: Move the loadavg code to a more obvious location by Peter Zijlstra · 9 years ago
  39. 77a4d1a sched: Cleanup bandwidth timers by Peter Zijlstra · 9 years ago
  40. 07c54f7 sched/core: Remove unused argument from init_[rt|dl]_rq() by Abel Vesa · 9 years ago
  41. dfbca41 sched: Optimize freq invariant accounting by Peter Zijlstra · 9 years ago
  42. dc7ff76 sched: Remove unused struct sched_group_capacity::capacity_orig by Vincent Guittot · 9 years ago
  43. ca6d75e sched: Add struct rq::cpu_capacity_orig by Vincent Guittot · 9 years ago
  44. b5b4860 sched: Make scale_rt invariant with frequency by Vincent Guittot · 9 years ago
  45. 36ee28e sched: Add sched_avg::utilization_avg_contrib by Vincent Guittot · 9 years ago
  46. b6366f0 sched/rt: Use IPI to trigger RT task push migration instead of pulling by Steven Rostedt · 9 years ago
  47. 3960c8c sched: Make dl_task_time() use task_rq_lock() by Peter Zijlstra · 9 years ago
  48. 9edfbfe sched/core: Rework rq->clock update skips by Peter Zijlstra · 9 years ago
  49. cebde6d sched/core: Validate rq_clock*() serialization by Peter Zijlstra · 9 years ago
  50. e9ac5f0 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes by Ingo Molnar · 10 years ago
  51. 6e99891 sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency by Stanislaw Gruszka · 10 years ago
  52. 44dba3d sched: Refactor task_struct to use numa_faults instead of numa_* pointers by Iulia Manda · 10 years ago
  53. acb3213 sched/deadline: Add deadline rq status print by Wanpeng Li · 10 years ago
  54. 67dfa1b sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl() by Kirill Tkhai · 10 years ago
  55. 7f51412 sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets by Juri Lelli · 10 years ago
  56. e3fe70b sched/numa: Classify the NUMA topology of a system by Rik van Riel · 10 years ago
  57. 9942f79 sched/numa: Export info needed for NUMA balancing on complex topologies by Rik van Riel · 10 years ago
  58. 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
  59. c55f515 sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSW by Peter Zijlstra · 10 years ago
  60. 442bf3a sched: Let the scheduler see CPU idle states by Daniel Lezcano · 10 years ago
  61. a5e7be3 sched/deadline: Clear dl_entity params when setscheduling to different class by Juri Lelli · 10 years ago
  62. 9c58c79 sched: Clean up some typos and grammatical errors in code/comments by Zhihui Zhang · 10 years ago
  63. 4a32fea scheduler: Replace __get_cpu_var with this_cpu_ptr by Christoph Lameter · 10 years ago
  64. cca26e8 sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING state by Kirill Tkhai · 10 years ago
  65. da0c1e6 sched: Add wrapper for checking task_struct::on_rq by Kirill Tkhai · 10 years ago
  66. 8b06c55 sched: Match declaration with definition by Pranith Kumar · 10 years ago
  67. 6e76ea8 sched: Remove extra static_key*() function indirection by Jason Baron · 10 years ago
  68. 8875125 sched: Transform resched_task() into resched_curr() by Kirill Tkhai · 10 years ago
  69. 4486edd sched/fair: Implement fast idling of CPUs when the system is partially loaded by Tim Chen · 10 years ago
  70. 3882ec6 nohz: Use IPI implicit full barrier against rq->nr_running r/w by Frederic Weisbecker · 10 years ago
  71. fd2ac4f nohz: Use nohz own full kick on 2nd task enqueue by Frederic Weisbecker · 10 years ago
  72. b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  73. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  74. e3baac4 sched/idle: Optimize try-to-wake-up IPI by Peter Zijlstra · 10 years ago
  75. ced549f sched: Remove remaining dubious usage of "power" by Nicolas Pitre · 10 years ago
  76. 63b2ca3 sched: Let 'struct sched_group_power' care about CPU capacity by Nicolas Pitre · 10 years ago
  77. 09dc4ab sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lock by Roman Gushchin · 10 years ago
  78. 7246544 sched, nohz: Change rq->nr_running to always use wrappers by Kirill Tkhai · 10 years ago
  79. 4638364 sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next_task()") by Kirill Tkhai · 10 years ago
  80. f4ebcbc sched/rt: Substract number of tasks of throttled queues from rq->nr_running by Kirill Tkhai · 10 years ago
  81. 60e69ee sched/numa: Fix task_numa_free() lockdep splat by Mike Galbraith · 10 years ago
  82. a21e408 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  83. 300a9d8 sched: Remove needless round trip nsecs <-> tick conversion of steal time by Frederic Weisbecker · 10 years ago
  84. 4c6c4e3 sched/core: Fix endless loop in pick_next_task() by Kirill Tkhai · 10 years ago
  85. a02ed5e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 10 years ago
  86. 37e117c sched: Guarantee task priority in pick_next_task() by Peter Zijlstra · 10 years ago
  87. f5f9739 sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHED by Dietmar Eggemann · 10 years ago
  88. d82fd25 sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq' by Li Zefan · 10 years ago
  89. dc87734 sched: Remove some #ifdeffery by Peter Zijlstra · 10 years ago
  90. 3f1d2a3 sched: Fix hotplug task migration by Peter Zijlstra · 10 years ago
  91. 6e83125 sched/fair: Remove idle_balance() declaration in sched.h by Peter Zijlstra · 10 years ago
  92. 995b9ea sched/deadline: Remove useless dl_nr_total by Kirill Tkhai · 10 years ago
  93. 38033c3 sched: Push down pre_schedule() and idle_balance() by Peter Zijlstra · 10 years ago
  94. 606dba2 sched: Push put_prev_task() into pick_next_task() by Peter Zijlstra · 12 years ago
  95. 3c4017c sched: Move rq->idle_stamp up to the core by Daniel Lezcano · 10 years ago
  96. b4f2ab43 sched: Remove 'cpu' parameter from idle_balance() by Daniel Lezcano · 10 years ago
  97. 6b6350f sched: Expose some macros related to priority by Dongsheng Yang · 10 years ago
  98. 7caff66 sched: Reduce trigger_load_balance() parameters by Daniel Lezcano · 10 years ago
  99. 1724813 sched/deadline: Remove the sysctl_sched_dl knobs by Peter Zijlstra · 11 years ago
  100. 6bfd6d7 sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap by Juri Lelli · 11 years ago