1. 5a91d73 BACKPORT: sched/core: Add wrappers for lockdep_(un)pin_lock() by Matt Fleming · 8 years ago
  2. 8683408 Merge 4.9.94 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  3. 0559ea3 sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks by Daniel Bristot de Oliveira · 7 years ago
  4. e9dabe6 Merge 4.9.78 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  5. 1ad4f28 sched/deadline: Zero out positive runtime after throttling constrained tasks by Xunlei Pang · 7 years ago
  6. 319c8e1 Merge 4.9.71 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  7. 28714e9 sched/deadline: Use deadline instead of period when calculating overflow by Steven Rostedt (VMware) · 8 years ago
  8. a2e2911 sched/deadline: Throttle a constrained deadline task activated after the deadline by Daniel Bristot de Oliveira · 8 years ago
  9. 9cc56a0 sched/deadline: Make sure the replenishment timer fires in the next period by Daniel Bristot de Oliveira · 8 years ago
  10. 0a4d4da sched/deadline: Add missing update_rq_clock() in dl_task_timer() by Wanpeng Li · 8 years ago
  11. 77ba2b9 sched: Update task->on_rq when tasks are moving between runqueues by Olav Haugan · 9 years ago
  12. 241a319 sched: deadline: WALT: account cumulative runnable avg by Joonwoo Park · 7 years ago
  13. 916c5cfe sched/rt: Add a missing rescheduling point by Sebastian Andrzej Siewior · 8 years ago
  14. 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
  15. 61c7aca sched/deadline: Fix the intention to re-evalute tick dependency for offline CPU by Wanpeng Li · 8 years ago
  16. d8206bb sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear() by Tommaso Cucinotta · 8 years ago
  17. 12bde33 cpufreq / sched: Pass runqueue pointer to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  18. 58919e8 cpufreq / sched: Pass flags to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  19. 98b0a85 sched/deadline: Remove useless parameter from setup_new_dl_entity() by Juri Lelli · 8 years ago
  20. c0c8c9f sched/deadline: Fix lock pinning warning during CPU hotplug by Wanpeng Li · 8 years ago
  21. 50605ff sched/core: Provide a tsk_nr_cpus_allowed() helper by Thomas Gleixner · 8 years ago
  22. ade42e0 sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowed by Thomas Gleixner · 8 years ago
  23. eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 8 years ago
  24. 13b5ab0 sched/rt, sched/dl: Don't push if task's scheduling class was changed by Xunlei Pang · 8 years ago
  25. e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 9 years ago
  26. eb58075 sched/core: Introduce 'struct rq_flags' by Peter Zijlstra · 9 years ago
  27. 594dd29 sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple times by Wanpeng Li · 8 years ago
  28. 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
  29. 4ed3900 Merge branch 'pm-cpufreq' 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. 72f9f3f sched/deadline: Remove dl_new from struct sched_dl_entity by Luca Abeni · 9 years ago
  32. 801ccdb sched/deadline: Remove superfluous call to switched_to_dl() by Peter Zijlstra · 9 years ago
  33. 48be3a6 sched/deadline: Always calculate end of period on sched_yield() by Peter Zijlstra · 9 years ago
  34. c219b7d sched/deadline: Fix trivial typo in printk() message by Steven Rostedt · 9 years ago
  35. 7d92de3 sched/deadline: Fix the earliest_dl.next logic by Wanpeng Li · 9 years ago
  36. 0aaafaa sched/core: Add missing lockdep_unpin() annotations by Peter Zijlstra · 9 years ago
  37. 5aa5050 sched/deadline: Fix migration of SCHED_DEADLINE tasks by Luca Abeni · 9 years ago
  38. ff277d4 sched/deadline: Fix comment in enqueue_task_dl() by Andrea Parri · 9 years ago
  39. 4ffa08e sched/deadline: Fix comment in push_dl_tasks() by Andrea Parri · 9 years ago
  40. 6c37067 sched: Change the sched_class::set_cpus_allowed() calling context by Peter Zijlstra · 9 years ago
  41. c5b2803 sched: Make sched_class::set_cpus_allowed() unconditional by Peter Zijlstra · 9 years ago
  42. 3fe33bc sched/deadline: Remove a redundant condition from task_woken_dl() by Xunlei Pang · 9 years ago
  43. 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
  44. 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
  45. 6fab541 sched/deadline: Remove needless parameter in dl_runtime_exceeded() by Zhiqiang Zhang · 9 years ago
  46. 9d51426 sched/deadline: Reduce rq lock contention by eliminating locking of non-feasible target by Wanpeng Li · 9 years ago
  47. a6c0e74 sched/deadline: Make init_sched_dl_class() __init by Wanpeng Li · 9 years ago
  48. 8b5e770 sched/deadline: Optimize pull_dl_task() by Wanpeng Li · 9 years ago
  49. cbce1a6 sched,lockdep: Employ lock pinning by Peter Zijlstra · 9 years ago
  50. a649f23 sched,dl: Fix sched class hopping CBS hole by Peter Zijlstra · 9 years ago
  51. 9916e21 sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance callbacks by Peter Zijlstra · 9 years ago
  52. 0ea60c2 sched,dl: Remove return value from pull_dl_task() by Peter Zijlstra · 9 years ago
  53. e3fca9e sched: Replace post_schedule with a balance callback list by Peter Zijlstra · 9 years ago
  54. 624bbdf Merge branch 'timers/core' into sched/hrtimers by Thomas Gleixner · 9 years ago
  55. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 9 years ago
  56. cc9684d sched: deadline: Use hrtimer_start() by Thomas Gleixner · 9 years ago
  57. fa9c9d1 sched/deadline: Support DL task migration during CPU hotplug by Wanpeng Li · 10 years ago
  58. 4cd57f9 sched/deadline: Always enqueue on previous rq when dl_task_timer() fires by Juri Lelli · 9 years ago
  59. 07c54f7 sched/core: Remove unused argument from init_[rt|dl]_rq() by Abel Vesa · 10 years ago
  60. bd4bde1 sched/deadline: Avoid a superfluous check by Wanpeng Li · 10 years ago
  61. 44fb085 sched/deadline: Add rq->clock update skip for dl task yield by Wanpeng Li · 10 years ago
  62. 6f1607f sched/dl: Do update_rq_clock() in yield_task_dl() by Kirill Tkhai · 10 years ago
  63. a79ec89 sched/dl: Prevent enqueue of a sleeping task in dl_task_timer() by Kirill Tkhai · 10 years ago
  64. 3960c8c sched: Make dl_task_time() use task_rq_lock() by Peter Zijlstra · 10 years ago
  65. 1019a35 sched/deadline: Fix stale yield state by Peter Zijlstra · 10 years ago
  66. a7bebf4 sched/deadline: Fix hrtick for a non-leftmost task by Wanpeng Li · 10 years ago
  67. 4c195c8 Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new patches by Ingo Molnar · 10 years ago
  68. 40767b0 sched/deadline: Fix deadline parameter modification handling by Peter Zijlstra · 10 years ago
  69. 16b2694 sched/deadline: Modify cpudl::free_cpus to reflect rd->online by Xunlei Pang · 10 years ago
  70. 269ad80 sched/deadline: Avoid double-accounting in case of missed deadlines by Luca Abeni · 10 years ago
  71. 6a503c3 sched/deadline: Fix migration of SCHED_DEADLINE tasks by Luca Abeni · 10 years ago
  72. 36ce988 sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICK by Wanpeng Li · 10 years ago
  73. c51b8ab sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task() by Wanpeng Li · 10 years ago
  74. 6c1d941 sched: Move p->nr_cpus_allowed check to select_task_rq() by Wanpeng Li · 10 years ago
  75. e9ac5f0 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes by Ingo Molnar · 10 years ago
  76. 6e99891 sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency by Stanislaw Gruszka · 10 years ago
  77. cad3bb3 sched/deadline: Don't check CONFIG_SMP in switched_from_dl() by Wanpeng Li · 10 years ago
  78. cd66091 sched/deadline: Reschedule from switched_from_dl() after a successful pull by Wanpeng Li · 10 years ago
  79. 6b0a563 sched/deadline: Push task away if the deadline is equal to curr during wakeup by Wanpeng Li · 10 years ago
  80. acb3213 sched/deadline: Add deadline rq status print by Wanpeng Li · 10 years ago
  81. 8049688 sched/deadline: Fix artificial overrun introduced by yield_task_dl() by Wanpeng Li · 10 years ago
  82. 67dfa1b sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl() by Kirill Tkhai · 10 years ago
  83. f4e9d94 sched/deadline: Don't balance during wakeup if wakee is pinned by Wanpeng Li · 10 years ago
  84. 1d7e974 sched/deadline: Don't check SD_BALANCE_FORK by Wanpeng Li · 10 years ago
  85. 7f51412 sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets by Juri Lelli · 10 years ago
  86. d9aade7a sched/deadline: Do not try to push tasks if pinned task switches to dl by Wanpeng Li · 10 years ago
  87. f3a7e1a sched/dl: Fix preemption checks by Kirill Tkhai · 10 years ago
  88. aee38ea sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer() by Juri Lelli · 10 years ago
  89. 64be6f1 sched/deadline: Don't replenish from a !SCHED_DEADLINE entity by Juri Lelli · 10 years ago
  90. 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
  91. 91ec677 sched/deadline: Fix inter- exclusive cpusets migrations by Juri Lelli · 10 years ago
  92. a5e7be3 sched/deadline: Clear dl_entity params when setscheduling to different class by Juri Lelli · 10 years ago
  93. 1ba93d4 sched/dl: Simplify pick_dl_task() by Kirill Tkhai · 10 years ago
  94. 177ef2a sched/deadline: Fix a precision problem in the microseconds range by xiaofeng.yan · 10 years ago
  95. 4ba2968 percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t by Christoph Lameter · 10 years ago
  96. da0c1e6 sched: Add wrapper for checking task_struct::on_rq by Kirill Tkhai · 10 years ago
  97. 1b09d29 sched/rt: Fix replenish_dl_entity() comments to match the current upstream code by xiaofeng.yan · 10 years ago
  98. 8875125 sched: Transform resched_task() into resched_curr() by Kirill Tkhai · 10 years ago
  99. 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
  100. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago