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