1. 7e3115e sched/balancing: Fix cfs_rq->task_h_load calculation by Vladimir Davydov · 11 years ago
  2. 3029ede sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance() by Vladimir Davydov · 11 years ago
  3. b188555 sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance() by Vladimir Davydov · 11 years ago
  4. 7e28b27 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  5. 13b62e4 sched: Fix comment for sched_info_depart by Michael S. Tsirkin · 11 years ago
  6. b55ee28 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  7. fc84091 sched/debug: Take PID namespace into account by Peter Zijlstra · 11 years ago
  8. 6c9a27f sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones by Daisuke Nishimura · 11 years ago
  9. b0cff9d sched: Fix load balancing performance regression in should_we_balance() by Joonsoo Kim · 11 years ago
  10. 57d7309 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  11. ae7a835 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  12. 6832d96 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  13. 5e0b3a4 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  14. 0d99b70 Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  15. 5a8e01f sched/cputime: Do not scale when utime == 0 by Stanislaw Gruszka · 11 years ago
  16. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  17. 10866e62 sched/fair: Fix the sd_parent_degenerate() code by Peter Zijlstra · 11 years ago
  18. 30ce5da sched/fair: Rework and comment the group_imb code by Peter Zijlstra · 11 years ago
  19. 6906a40 sched/fair: Optimize find_busiest_queue() by Peter Zijlstra · 11 years ago
  20. 3ae11c9 sched/fair: Make group power more consistent by Peter Zijlstra · 11 years ago
  21. 38d0f77 sched/fair: Remove duplicate load_per_task computations by Peter Zijlstra · 11 years ago
  22. 147c5fc sched/fair: Shrink sg_lb_stats and play memset games by Peter Zijlstra · 11 years ago
  23. 56cf515 sched: Clean-up struct sd_lb_stat by Joonsoo Kim · 11 years ago
  24. 23f0d20 sched: Factor out code to should_we_balance() by Joonsoo Kim · 11 years ago
  25. 95a79b8 sched: Remove one division operation in find_busiest_queue() by Joonsoo Kim · 11 years ago
  26. aee2bce Merge branch 'linus' into perf/core by Ingo Molnar · 11 years ago
  27. a4f61cc sched/cputime: Use this_cpu_add() in task_group_account_field() by Christoph Lameter · 11 years ago
  28. c8d2d47 cpumask: Fix cpumask leak in partition_sched_domains() by Xiaotian Feng · 11 years ago
  29. d3ec3a1 Merge tag 'v3.11-rc5' into sched/core by Ingo Molnar · 11 years ago
  30. c9572f0 Merge tag 'v3.11-rc5' into perf/core by Ingo Molnar · 11 years ago
  31. 6f1d657 Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 11 years ago
  32. af2350b vtime: Always debug check snapshot source _before_ updating it by Frederic Weisbecker · 12 years ago
  33. b854faf vtime: Always scale generic vtime accounting results by Frederic Weisbecker · 12 years ago
  34. b049340 vtime: Optimize full dynticks accounting off case with static keys by Frederic Weisbecker · 12 years ago
  35. 5446156 vtime: Fix racy cputime delta update by Frederic Weisbecker · 12 years ago
  36. 7621d1f vtime: Remove a few unneeded generic vtime state checks by Frederic Weisbecker · 12 years ago
  37. 48d6a81 context_tracking: Optimize guest APIs off case with static key by Frederic Weisbecker · 12 years ago
  38. 28fbc8b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  39. e0acd0a sched: fix the theoretical signal_wake_up() vs schedule() race by Oleg Nesterov · 11 years ago
  40. 5b206d4 vtime: Update a few comments by Frederic Weisbecker · 12 years ago
  41. fbb00b5 sched: Consolidate open coded preemptible() checks by Frederic Weisbecker · 12 years ago
  42. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  43. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  44. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  45. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  46. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  47. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  48. 10e84b9 mm: sched: numa: fix NUMA balancing when !SCHED_DEBUG by Dave Kleikamp · 11 years ago
  49. bf0bd94 sched: Ensure update_cfs_shares() is called for parents of continuously-running tasks by Peter Zijlstra · 11 years ago
  50. 7d9ffa8 sched: Micro-optimize the smart wake-affine logic by Peter Zijlstra · 12 years ago
  51. 6247041 sched: Implement smarter wake-affine logic by Michael Wang · 12 years ago
  52. 6852079 sched: Move h_load calculation to task_h_load() by Vladimir Davydov · 12 years ago
  53. 87e3c8a sched/fair: Cleanup: remove duplicate variable declaration by Kirill Tkhai · 12 years ago
  54. b24d6f4 Merge tag 'v3.11-rc2' into sched/core by Ingo Molnar · 11 years ago
  55. e04c5d7 remove sched notifier for cross-cpu migrations by Marcelo Tosatti · 12 years ago
  56. e69f618 sched: Fix some kernel-doc warnings by Yacine Belkadi · 12 years ago
  57. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
  58. cedce3e sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clearing by Kirill Tkhai · 12 years ago
  59. 971ee28 sched: Fix HRTICK by Peter Zijlstra · 12 years ago
  60. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  61. fa18f7b posix-cpu-timers: don't account cpu timer after stopped thread runtime accounting by KOSAKI Motohiro · 12 years ago
  62. 2fd1b48 Merge tag 'v3.10' into sched/core by Ingo Molnar · 12 years ago
  63. 333bb86 sched/debug: Remove CONFIG_FAIR_GROUP_SCHED mask by Alex Shi · 12 years ago
  64. add332a sched/debug: Fix formatting of /proc/<PID>/sched by Kamalesh Babulal · 12 years ago
  65. 0fc576d sched/fair: Fix typo describing flags in enqueue_entity by Kamalesh Babulal · 12 years ago
  66. 939fd73 sched/debug: Add load-tracking statistics to task by Kamalesh Babulal · 12 years ago
  67. a9dc5d0 sched: Change get_rq_runnable_load() to static and inline by Alex Shi · 12 years ago
  68. a9cef46 sched/tg: Remove tg.load_weight by Alex Shi · 12 years ago
  69. 2509940 sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t by Alex Shi · 12 years ago
  70. bf5b986 sched/tg: Use 'unsigned long' for load variable in task group by Alex Shi · 12 years ago
  71. 72a4cf2 sched: Change cfs_rq load avg to unsigned long by Alex Shi · 12 years ago
  72. a003a25 sched: Consider runnable load average in move_tasks() by Alex Shi · 12 years ago
  73. b92486c sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_task by Alex Shi · 12 years ago
  74. 83dfd52 sched: Update cpu load after task_tick by Alex Shi · 12 years ago
  75. 282cf49 sched: Fix sleep time double accounting in enqueue entity by Alex Shi · 12 years ago
  76. a75cdaa sched: Set an initial value of runnable avg for new forked task by Alex Shi · 12 years ago
  77. fa6bdde sched: Move a few runnable tg variables into CONFIG_SMP by Alex Shi · 12 years ago
  78. 141965c Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking" by Alex Shi · 12 years ago
  79. a3d5c34 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  80. be7002e sched: Don't mix use of typedef ctl_table and struct ctl_table by Joe Perches · 12 years ago
  81. 94c95ba sched: Remove WARN_ON(!sd) from init_sched_groups_power() by Viresh Kumar · 12 years ago
  82. cd08e92 sched: Fix memory leakage in build_sched_groups() by Viresh Kumar · 12 years ago
  83. 0936629 sched: Use cached value of span instead of calling sched_domain_span() by Viresh Kumar · 12 years ago
  84. 27723a6 sched: Create for_each_sd_topology() by Viresh Kumar · 12 years ago
  85. c75e012 sched: Don't set sd->child to NULL when it is already NULL by Viresh Kumar · 12 years ago
  86. 1c63216 sched: Don't initialize alloc_state in build_sched_domains() by Viresh Kumar · 12 years ago
  87. 22da956 sched: Optimize build_sched_domains() for saving first SD node for a cpu by Viresh Kumar · 12 years ago
  88. 4a850cb sched: Remove unused params of build_sched_domain() by Viresh Kumar · 12 years ago
  89. 8404c90 sched: Femove the useless declaration in kernel/sched/fair.c by Michael Wang · 12 years ago
  90. 22b958d sched: Refine the code in unthrottle_cfs_rq() by Michael Wang · 12 years ago
  91. e23ee74 sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list by Kirill Tkhai · 12 years ago
  92. d81344c Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 12 years ago
  93. 873b4c6 sched: Fix clear NOHZ_BALANCE_KICK by Vincent Guittot · 12 years ago
  94. 0de358f sched/fair: Remove unused variable from expire_cfs_rq_runtime() by Kamalesh Babulal · 12 years ago
  95. 45eacc6 vtime: Use consistent clocks among nohz accounting by Frederic Weisbecker · 12 years ago
  96. 84f9f3a sched: Use swap() macro in scale_stime() by Stanislaw Gruszka · 12 years ago
  97. 78becc2 sched: Use an accessor to read the rq clock by Frederic Weisbecker · 12 years ago
  98. 1a55af2 sched: Update rq clock earlier in unthrottle_cfs_rq by Frederic Weisbecker · 12 years ago
  99. 1ad4ec0 sched: Update rq clock before calling check_preempt_curr() by Frederic Weisbecker · 12 years ago
  100. 71b1da4 sched: Update rq clock before setting fair group shares by Frederic Weisbecker · 12 years ago