1. 1c8df7b Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  2. 10d784e sched: always use blk_schedule_flush_plug in io_schedule_out by Shaohua Li · 9 years ago
  3. 533445c sched/core: Fix regression in cpuset_cpu_inactive() for suspend by Omar Sandoval · 9 years ago
  4. 0782e63 sched: Handle priority boosted tasks proper in setscheduler() by Thomas Gleixner · 9 years ago
  5. 4a152c3 Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  6. df8d9ee cpuidle: Run tick_broadcast_exit() with disabled interrupts by Rafael J. Wysocki · 9 years ago
  7. 73459e2 x86: pvclock: Really remove the sched notifier for cross-cpu migrations by Paolo Bonzini · 9 years ago
  8. e95e7f6 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  9. 078838d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  10. 4fd48b4 Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  11. 7fd5647 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  12. 49d2953 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  13. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  14. 6b79c57 mm: numa: disable change protection for vma(VM_HUGETLB) by Naoya Horiguchi · 9 years ago
  15. 62a935b sched/core: Drop debugging leftover trace_printk call by Borislav Petkov · 9 years ago
  16. 335f491 sched/idle: Use explicit broadcast oneshot control function by Thomas Gleixner · 9 years ago
  17. fa9c9d1 sched/deadline: Support DL task migration during CPU hotplug by Wanpeng Li · 9 years ago
  18. 3c18d44 sched/core: Check for available DL bandwidth in cpuset_cpu_inactive() by Juri Lelli · 9 years ago
  19. 4cd57f9 sched/deadline: Always enqueue on previous rq when dl_task_timer() fires by Juri Lelli · 9 years ago
  20. 07c54f7 sched/core: Remove unused argument from init_[rt|dl]_rq() by Abel Vesa · 9 years ago
  21. 19dba4f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  22. 4bfe186 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  23. a1963b8 sched/deadline: Fix rt runtime corruption when dl fails its global constraints by Wanpeng Li · 9 years ago
  24. bd4bde1 sched/deadline: Avoid a superfluous check by Wanpeng Li · 9 years ago
  25. d4573c3 sched: Improve load balancing in the presence of idle CPUs by Preeti U Murthy · 9 years ago
  26. dfbca41 sched: Optimize freq invariant accounting by Peter Zijlstra · 9 years ago
  27. 1aaf90a sched: Move CFS tasks to CPUs with higher capacity by Vincent Guittot · 9 years ago
  28. caff37e sched: Add SD_PREFER_SIBLING for SMT level by Vincent Guittot · 9 years ago
  29. dc7ff76 sched: Remove unused struct sched_group_capacity::capacity_orig by Vincent Guittot · 9 years ago
  30. ea67821 sched: Replace capacity_factor by usage by Vincent Guittot · 9 years ago
  31. 8bb5b00 sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::group_usage by Vincent Guittot · 9 years ago
  32. ca6d75e sched: Add struct rq::cpu_capacity_orig by Vincent Guittot · 9 years ago
  33. b5b4860 sched: Make scale_rt invariant with frequency by Vincent Guittot · 9 years ago
  34. 0c1dc6b sched: Make sched entity usage tracking scale-invariant by Morten Rasmussen · 9 years ago
  35. a8faa8f sched: Remove frequency scaling from cpu_capacity by Vincent Guittot · 9 years ago
  36. 21f4486 sched: Track group sched_entity usage contributions by Morten Rasmussen · 9 years ago
  37. 36ee28e sched: Add sched_avg::utilization_avg_contrib by Vincent Guittot · 9 years ago
  38. 074c238 mm: numa: slow PTE scan rate if migration failures occur by Mel Gorman · 9 years ago
  39. 0a4e6be x86: kvm: Revert "remove sched notifier for cross-cpu migrations" by Marcelo Tosatti · 9 years ago
  40. b6366f0 sched/rt: Use IPI to trigger RT task push migration instead of pulling by Steven Rostedt · 9 years ago
  41. e1b63de Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new patches by Ingo Molnar · 9 years ago
  42. 746db94 sched: Fix RLIMIT_RTTIME when PI-boosting to RT by Brian Silverman · 9 years ago
  43. 3fa0818 sched, isolcpu: make cpu_isolated_map visible outside scheduler by Rik van Riel · 9 years ago
  44. 88428cc rcu: Handle outgoing CPUs on exit from idle loop by Paul E. McKenney · 9 years ago
  45. 528a25b cpu: Make CPU-offline idle-loop transition point more precise by Paul E. McKenney · 9 years ago
  46. 44fb085 sched/deadline: Add rq->clock update skip for dl task yield by Wanpeng Li · 9 years ago
  47. c467ea7 context_tracking: Rename context symbols to prepare for transition state by Frederic Weisbecker · 9 years ago
  48. ef2b22a cpuidle / sleep: Use broadcast timer for states that stop local timer by Rafael J. Wysocki · 9 years ago
  49. dfcacc1 cpuidle: Clean up fallback handling in cpuidle_idle_call() by Rafael J. Wysocki · 9 years ago
  50. 01e04f4 idle / sleep: Avoid excessive disabling and enabling interrupts by Rafael J. Wysocki · 9 years ago
  51. e2defd0 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. 1e78cdb sched/rt/nohz: Stop scheduler tick if running realtime task by Rik van Riel · 9 years ago
  53. 890a540 sched/numa: Avoid some pointless iterations by Jan Beulich · 9 years ago
  54. 095bebf sched/numa: Do not move past the balance point if unbalanced by Rik van Riel · 9 years ago
  55. 2636ed5 sched/rt: Avoid obvious configuration fail by Peter Zijlstra · 9 years ago
  56. 1fe89e1 sched/autogroup: Fix failure to set cpu.rt_runtime_us by Peter Zijlstra · 9 years ago
  57. 6f1607f sched/dl: Do update_rq_clock() in yield_task_dl() by Kirill Tkhai · 9 years ago
  58. 9cff8ad sched: Prevent recursion in io_schedule() by NeilBrown · 9 years ago
  59. bc95601 sched/completion: Serialize completion_done() with complete() by Oleg Nesterov · 9 years ago
  60. 06b1f80 sched: Fix preempt_schedule_common() triggering tracing recursion by Frederic Weisbecker · 9 years ago
  61. a79ec89 sched/dl: Prevent enqueue of a sleeping task in dl_task_timer() by Kirill Tkhai · 9 years ago
  62. 3960c8c sched: Make dl_task_time() use task_rq_lock() by Peter Zijlstra · 9 years ago
  63. 74b8a4c sched: Clarify ordering between task_rq_lock() and move_queued_task() by Peter Zijlstra · 9 years ago
  64. 99fa0ad Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  65. 333470e sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  66. 3810631 PM / sleep: Re-implement suspend-to-idle handling by Rafael J. Wysocki · 9 years ago
  67. 545a2bf kernel/sched/clock.c: add another clock for use with the soft lockup watchdog by Cyril Bur · 9 years ago
  68. b3d6524 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  69. 5b9b28a Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. a4cbbf5 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  71. 8308756 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. 396e909 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  73. 8f4bf4b Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changes by Ingo Molnar · 9 years ago
  74. 7c34e31 sched/completion: Add lock-free checking of the blocking case by Nicholas Mc Guire · 9 years ago
  75. de30ec4 sched/completion: Remove unnecessary ->wait.lock serialization when reading completion state by Nicholas Mc Guire · 9 years ago
  76. bfd9b2b sched: Pull resched loop to __schedule() callers by Frederic Weisbecker · 9 years ago
  77. 9659e1e sched/deadline: Remove cpu_active_mask from cpudl_find() by Xunlei Pang · 9 years ago
  78. 8689333 sched: Fix hrtick_start() on UP by Wanpeng Li · 10 years ago
  79. 7538160 sched/deadline: Avoid pointless __setscheduler() by Wanpeng Li · 10 years ago
  80. 1019a35 sched/deadline: Fix stale yield state by Peter Zijlstra · 10 years ago
  81. a7bebf4 sched/deadline: Fix hrtick for a non-leftmost task by Wanpeng Li · 10 years ago
  82. 4c195c8 Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new patches by Ingo Molnar · 9 years ago
  83. 40767b0 sched/deadline: Fix deadline parameter modification handling by Peter Zijlstra · 9 years ago
  84. 00845eb sched: don't cause task state changes in nested sleep debugging by Linus Torvalds · 9 years ago
  85. 16b2694 sched/deadline: Modify cpudl::free_cpus to reflect rd->online by Xunlei Pang · 9 years ago
  86. ff6f2d2 sched/idle: Add missing checks to the exit condition of cpu_idle_poll() by Preeti U Murthy · 9 years ago
  87. a18b5d0 sched: Fix missing preemption opportunity by Frederic Weisbecker · 9 years ago
  88. 80e3d87 sched/rt: Reduce rq lock contention by eliminating locking of non-feasible target by Tim Chen · 10 years ago
  89. 3847b27 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 9 years ago
  90. c0a80c0 ftrace: allow architectures to specify ftrace compile options by Heiko Carstens · 9 years ago
  91. bb2bc55 sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumask by Mike Galbraith · 9 years ago
  92. 8190747 sched/fair: Avoid using uninitialized variable in preferred_group_nid() by Jan Beulich · 9 years ago
  93. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 9 years ago
  94. 5a53759 sched/debug: Print rq->clock_task by Peter Zijlstra · 9 years ago
  95. 9edfbfe sched/core: Rework rq->clock update skips by Peter Zijlstra · 9 years ago
  96. cebde6d sched/core: Validate rq_clock*() serialization by Peter Zijlstra · 9 years ago
  97. 1b537c7 sched/core: Remove check of p->sched_class by Yao Dongdong · 9 years ago
  98. bb04159 sched/fair: Fix sched_entity::avg::decay_count initialization by Kirill Tkhai · 9 years ago
  99. 1f8a763 sched/debug: Fix potential call to __ffs(0) in sched_show_task() by Tetsuo Handa · 10 years ago
  100. a8b686b sched/debug: Check for stack overflow in ___might_sleep() by Eric Sandeen · 9 years ago