1. f1cd085 sched: Change position of resched_cpu() in load_balance() by Joonsoo Kim · 12 years ago
  2. 642dbc3 sched: Fix wrong rq's runnable_avg update with rt tasks by Vincent Guittot · 12 years ago
  3. b9b0853 sched: Fix comment in rebalance_domains() by Libin · 12 years ago
  4. 4e2dcb7 sched: Simplify can_migrate_task() by Zhang Hang · 12 years ago
  5. 1bf0823 sched: Fix variable name misnomer, add comments by Andrei Epure · 12 years ago
  6. 660cc00 sched: Spelling fix by Andrei Epure · 12 years ago
  7. 15f803c sched: Make default_scale_freq_power() static by Li Zefan · 12 years ago
  8. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  9. e0a79f5 sched: Fix select_idle_sibling() bouncing cow syndrome by Mike Galbraith · 12 years ago
  10. 38dc334 sched: Fix warning in kernel/sched/fair.c by Arnd Bergmann · 12 years ago
  11. 16c8f1c sched/fair: Set se->vruntime directly in place_entity() by Viresh Kumar · 12 years ago
  12. a59f4e0 sched: Fix the broken sched_rr_get_interval() by Zhu Yanhai · 12 years ago
  13. 2832bc1 sched: numa: ksm: fix oops in task_numa_placment() by Hugh Dickins · 12 years ago
  14. 221392c sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_HUGEPAGE by Mel Gorman · 12 years ago
  15. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  16. 17bc14b Revert "sched: Update_cfs_shares at period edge" by Linus Torvalds · 12 years ago
  17. 5bca230 mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node by Mel Gorman · 12 years ago
  18. 1a687c2 mm: sched: numa: Control enabling and disabling of NUMA balancing by Mel Gorman · 12 years ago
  19. b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
  20. fb003b8 sched: numa: Slowly increase the scanning period as NUMA faults are handled by Mel Gorman · 12 years ago
  21. e14808b mm: numa: Rate limit setting of pte_numa if node is saturated by Mel Gorman · 12 years ago
  22. 4b96a29 mm: sched: numa: Implement slow start for working set sampling by Peter Zijlstra · 12 years ago
  23. 9f40604 sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges by Mel Gorman · 12 years ago
  24. 6e5fb22 mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate by Peter Zijlstra · 12 years ago
  25. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  26. ec05a23 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 12 years ago
  27. e9c84cb sched: Describe CFS load-balancer by Peter Zijlstra · 13 years ago
  28. f4e26b1 sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking by Paul Turner · 12 years ago
  29. 5b51f2f sched: Make __update_entity_runnable_avg() fast by Paul Turner · 12 years ago
  30. f269ae0 sched: Update_cfs_shares at period edge by Paul Turner · 12 years ago
  31. 48a1675 sched: Refactor update_shares_cpu() -> update_blocked_avgs() by Paul Turner · 12 years ago
  32. 8295836 sched: Replace update_shares weight distribution with per-entity computation by Paul Turner · 12 years ago
  33. f1b1728 sched: Maintain runnable averages across throttled periods by Paul Turner · 12 years ago
  34. bb17f65 sched: Normalize tg load contributions against runnable time by Paul Turner · 12 years ago
  35. 8165e14 sched: Compute load contribution by a group entity by Paul Turner · 12 years ago
  36. c566e8e sched: Aggregate total task_group load by Paul Turner · 12 years ago
  37. aff3e49 sched: Account for blocked load waking back up by Paul Turner · 12 years ago
  38. 0a74bef sched: Add an rq migration call-back to sched_class by Paul Turner · 12 years ago
  39. 9ee474f sched: Maintain the load contribution of blocked entities by Paul Turner · 12 years ago
  40. 2dac754 sched: Aggregate load contributed by task entities on parenting cfs_rq by Paul Turner · 12 years ago
  41. 18bf280 sched: Maintain per-rq runnable averages by Ben Segall · 12 years ago
  42. 9d85f21 sched: Track the runnable average on a per-task entity basis by Paul Turner · 12 years ago
  43. 8ed92e51 sched: Add WAKEUP_PREEMPTION feature flag, on by default by Ingo Molnar · 12 years ago
  44. 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  45. 37407ea Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations" by Linus Torvalds · 12 years ago
  46. c1cc017 sched/nohz: Clean up select_nohz_load_balancer() by Alex Shi · 12 years ago
  47. 5ed4f1d sched: Fix nohz_idle_balance() by Vincent Guittot · 12 years ago
  48. 59f9794 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 12 years ago
  49. 9450d57 sched: Fix kernel-doc warnings in kernel/sched/fair.c by Randy Dunlap · 12 years ago
  50. a4c96ae sched: Unthrottle rt runqueues in __disable_runtime() by Peter Boonstoppel · 12 years ago
  51. f03542a sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up by Alex Shi · 12 years ago
  52. 78feefc sched: using dst_rq instead of this_rq during load balance by Michael Wang · 12 years ago
  53. 532b185 sched: Fix __sched_period comment by Borislav Petkov · 12 years ago
  54. a35b646 sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchies by Peter Zijlstra · 12 years ago
  55. b9403130 sched/cleanups: Add load balance cpumask pointer to 'struct lb_env' by Michael Wang · 13 years ago
  56. 88b8dac sched: Improve balance_cpu() to consider other cpus in its group as target of (pinned) task by Srivatsa Vaddagiri · 13 years ago
  57. bbf18b1 sched: Reset loop counters if all tasks are pinned and we need to redo load balance by Prashanth Nageshappa · 13 years ago
  58. 85c1e7d sched: Reorder 'struct lb_env' members to reduce its size by Prashanth Nageshappa · 13 years ago
  59. 970e178 sched: Improve scalability via 'CPU buddies', which withstand random perturbations by Mike Galbraith · 13 years ago
  60. 7249450 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  61. cd96891 sched/fair: fix lots of kernel-doc warnings by Randy Dunlap · 13 years ago
  62. c3decf0 sched: Always initialize cpu-power by Peter Zijlstra · 13 years ago
  63. c117487 sched: Fix domain iteration by Peter Zijlstra · 13 years ago
  64. 29baa74 sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' by Peter Zijlstra · 13 years ago
  65. b654f7d sched: Make sure to not re-read variables after validation by Peter Zijlstra · 13 years ago
  66. 74a5ce2 sched: Fix SD_OVERLAP by Peter Zijlstra · 13 years ago
  67. 8e7fbcb sched: Remove stale power aware scheduling remnants and dysfunctional knobs by Peter Zijlstra · 13 years ago
  68. e44bc5c sched/fair: Improve the ->group_imb logic by Peter Zijlstra · 13 years ago
  69. 556061b sched/nohz: Fix rq->cpu_load[] calculations by Peter Zijlstra · 13 years ago
  70. 04f733b sched/fair: Revert sched-domain iteration breakage by Peter Zijlstra · 13 years ago
  71. bd939f4 sched/fair: Propagate 'struct lb_env' usage into find_busiest_group by Peter Zijlstra · 13 years ago
  72. 0ce9047 sched/fair: Add some serialization to the sched_domain load-balance walk by Peter Zijlstra · 13 years ago
  73. c22402a sched/fair: Let minimally loaded cpu balance the group by Peter Zijlstra · 13 years ago
  74. c82513e sched: Change rq->nr_running to unsigned int by Peter Zijlstra · 13 years ago
  75. eb95308 sched: Fix more load-balancing fallout by Peter Zijlstra · 13 years ago
  76. 7fda041 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  77. 6c16a6d sched: Fix compiler warning about declared inline after use by Peter Zijlstra · 13 years ago
  78. 2ba6894 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  79. 554ceca sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancer by Diwakar Tundlam · 13 years ago
  80. 5d6523e sched: Fix load-balance wreckage by Peter Zijlstra · 13 years ago
  81. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  82. 367456c sched: Ditch per cgroup task lists for load-balancing by Peter Zijlstra · 13 years ago
  83. ddcdf6e sched: Rename load-balancing fields by Peter Zijlstra · 13 years ago
  84. 8e45cb5 sched: Move load-balancing arguments into helper struct by Peter Zijlstra · 13 years ago
  85. 7e4d960 Merge branch 'linus' into sched/core by Ingo Molnar · 13 years ago
  86. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 13 years ago
  87. 62f6536 sched: Remove rcu_read_lock/unlock() from select_idle_sibling() by Nikunj A. Dadhania · 13 years ago
  88. 8c79a04 sched/events: Revert trace_sched_stat_sleeptime() by Peter Zijlstra · 13 years ago
  89. ed387b7 sched: Move SMP-only variable into the SMP section by Hiroshi Shimamoto · 13 years ago
  90. 4ec4412 sched: Ensure cpu_power periodic update by Vincent Guittot · 13 years ago
  91. 7132596 sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplug by Suresh Siddha · 13 years ago
  92. bced76a sched: Fix lockup by limiting load-balance retries on lock-break by Peter Zijlstra · 13 years ago
  93. 1ac9bc6 sched/tracing: Add a new tracepoint for sleeptime by Arun Sharma · 13 years ago
  94. 62af378 sched: Fix cgroup movement of waking process by Daisuke Nishimura · 13 years ago
  95. 7ceff01 sched: Fix cgroup movement of newly created process by Daisuke Nishimura · 13 years ago
  96. 4fc420c sched: Fix cgroup movement of forking process by Daisuke Nishimura · 13 years ago
  97. a195f00 sched: Fix load-balance lock-breaking by Peter Zijlstra · 13 years ago
  98. 5b54b56 sched: Replace all_pinned with a generic flags field by Peter Zijlstra · 13 years ago
  99. 518cd62 sched: Only queue remote wakeups when crossing cache boundaries by Peter Zijlstra · 13 years ago
  100. 067491b sched, nohz: Fix missing RCU read lock by Peter Zijlstra · 13 years ago