1. 243e0e7 sched: fix mult overflow by Srivatsa Vaddagiri · 18 years ago
  2. 2398f2c sched: update shares on wakeup by Peter Zijlstra · 18 years ago
  3. cd80917 sched: fix shares boost logic by Peter Zijlstra · 18 years ago
  4. 93b7521 sched: disable source/target_load bias by Peter Zijlstra · 18 years ago
  5. cb5ef42 sched: optimize effective_load() by Peter Zijlstra · 18 years ago
  6. 051c676 sched: remove prio preference from balance decisions by Peter Zijlstra · 18 years ago
  7. 4be9daa sched: fix task_h_load() by Peter Zijlstra · 18 years ago
  8. 42a3ac7 sched: fix load scaling in group balancing by Peter Zijlstra · 18 years ago
  9. 408ed06 sched: hierarchical load vs find_busiest_group by Peter Zijlstra · 18 years ago
  10. bb3469a sched: hierarchical load vs affine wakeups by Peter Zijlstra · 18 years ago
  11. a8a51d5 sched: persistent average load per task by Peter Zijlstra · 18 years ago
  12. 039a1c4 sched: fix sched_balance_self() smp group balancing by Peter Zijlstra · 18 years ago
  13. 3e5459b sched: fix newidle smp group balancing by Peter Zijlstra · 18 years ago
  14. c8cba85 sched: simplify the group load balancer by Peter Zijlstra · 18 years ago
  15. a25b5ac sched: no need to aggregate task_weight by Peter Zijlstra · 18 years ago
  16. d3f40db sched: dont micro manage share losses by Peter Zijlstra · 18 years ago
  17. 53fecd8 sched: kill task_group balancing by Srivatsa Vaddagiri · 18 years ago
  18. 4d8d595 sched: update aggregate when holding the RQs by Peter Zijlstra · 18 years ago
  19. b6a86c7 sched: fix sched_domain aggregation by Peter Zijlstra · 18 years ago
  20. 32df2ee sched: add full schedstats to /proc/sched_debug by Peter Zijlstra · 18 years ago
  21. 103638d9 sched: fix wakeup granularity and buddy granularity by Peter Zijlstra · 18 years ago
  22. 76a2a6e sched: sched_clock_cpu() based cpu_clock() by Peter Zijlstra · 18 years ago
  23. c09595f sched: revert revert of: fair-group: SMP-nice for group scheduling by Peter Zijlstra · 18 years ago
  24. ced8aa1 sched: fix calc_delta_asym, #2 by Peter Zijlstra · 18 years ago
  25. c9c294a sched: fix calc_delta_asym() by Peter Zijlstra · 18 years ago
  26. a7be37a sched: revert the revert of: weight calculations by Peter Zijlstra · 18 years ago
  27. bf647b6 sched: clean up some unused variables by Peter Zijlstra · 18 years ago
  28. f57aec5 Merge branch 'linus' into sched/devel by Ingo Molnar · 18 years ago
  29. aabdc3b kgdb: sparse fix by Jason Wessel · 18 years ago
  30. 27f4837 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  31. 1b7558e futexes: fix fault handling in futex_lock_pi by Thomas Gleixner · 18 years ago
  32. 1de8644 Merge branch 'linus' into sched/devel by Ingo Molnar · 18 years ago
  33. 198bb97 Merge branch 'linus' into sched/urgent by Ingo Molnar · 18 years ago
  34. 1f1e2ce Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  35. ea71a54 sched: refactor wait_for_completion_timeout() by Oleg Nesterov · 18 years ago
  36. bb10ed0 sched: fix wait_for_completion_timeout() spurious failure under heavy load by Roland Dreier · 18 years ago
  37. 8a8cde1 sched: rt: dont stop the period timer when there are tasks wanting to run by Peter Zijlstra · 18 years ago
  38. 6c3df25 sched: rt: dont stop the period timer when there are tasks wanting to run by Peter Zijlstra · 18 years ago
  39. 10b612f sched: rt: fix the bandwidth contraint computations by Peter Zijlstra · 18 years ago
  40. eff6549 sched: rt: move some code around by Peter Zijlstra · 18 years ago
  41. b79f383 sched: rt: fix SMP bandwidth balancing for throttled groups by Peter Zijlstra · 18 years ago
  42. ada18de sched: debug: add some rt debug output by Peter Zijlstra · 18 years ago
  43. d4abc23 sched, delay accounting: fix incorrect delay time when constantly waiting on runqueue by Bharath Ravi · 18 years ago
  44. 9c106c1 softlockup: fix NMI hangs due to lock race - 2.6.26-rc regression by Jason Wessel · 18 years ago
  45. afd3800 rcupreempt: remove export of rcu_batches_completed_bh by Steven Rostedt · 18 years ago
  46. 30e0e17 cpuset: limit the input of cpuset.sched_relax_domain_level by Li Zefan · 18 years ago
  47. f18f982 sched: CPU hotplug events must not destroy scheduler domains created by the cpusets by Max Krasnyansky · 18 years ago
  48. 1cdad71 Merge branch 'sched' into sched-devel by Ingo Molnar · 18 years ago
  49. 15a8641 sched: rt-group: fix RR buglet by Peter Zijlstra · 18 years ago
  50. ad2a3f1 sched: rt-group: heirarchy aware throttle by Peter Zijlstra · 18 years ago
  51. 7ea5661 sched: rt-group: fix hierarchy by Peter Zijlstra · 18 years ago
  52. 49307fd sched: NULL pointer dereference while setting sched_rt_period_us by Dario Faggioli · 18 years ago
  53. 20b6331 sched: rework of "prioritize non-migratable tasks over migratable ones" by Dmitry Adamushko · 18 years ago
  54. 95e904c sched: fix defined-but-unused warning by Rabin Vincent · 18 years ago
  55. f9e8e07 Merge branch 'linus' into sched-devel by Ingo Molnar · 18 years ago
  56. 67dddaa kprobes: fix error checking of batch registration by Masami Hiramatsu · 18 years ago
  57. 1b3cba8 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  58. 7a232e0 sched: 64-bit: fix arithmetics overflow by Lai Jiangshan · 18 years ago
  59. 2e08478 sched: fair group: fix overflow(was: fix divide by zero) by Lai Jiangshan · 18 years ago
  60. e9886ca sched: kill off dead cfs_rq_set_shares() by Paul Mundt · 18 years ago
  61. 6492c7f sched: trivial sched_features cleanup by Mike Galbraith · 18 years ago
  62. 9985b0b sched: prevent bound kthreads from changing cpus_allowed by David Rientjes · 18 years ago
  63. 7def2be sched: fix hotplug cpus on ia64 by Peter Zijlstra · 18 years ago
  64. 16882c1 sched: fix TASK_WAKEKILL vs SIGKILL race by Oleg Nesterov · 18 years ago
  65. 156a9ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6 by Linus Torvalds · 18 years ago
  66. 3734074 cpusets: fix bug when adding nonexistent cpu or mem by Lai Jiangshan · 18 years ago
  67. e958b36 sched: move weighted_cpuload into #ifdef CONFIG_SMP section by Thomas Gleixner · 18 years ago
  68. 68f4f1e sched: Move cpu masks from kernel/sched.c into kernel/cpu.c by Max Krasnyansky · 18 years ago
  69. 5c8e1ed sched: CPU hotplug events must not destroy scheduler domains created by the cpusets by Max Krasnyansky · 18 years ago
  70. 1100ac9 sched: fix cpuprio build bug by Ingo Molnar · 18 years ago
  71. e539d8f sched: fix the cpuprio count really by Thomas Gleixner · 18 years ago
  72. 709d4b0 sched: fix cpupri priocount by Gregory Haskins · 18 years ago
  73. 1f11eb6 sched: fix cpupri hotplug support by Gregory Haskins · 18 years ago
  74. 099f98c sched: print the sd->level in sched_domain_debug code by Gautham R Shenoy · 18 years ago
  75. 6d6bc0a sched: add comments for ifdefs in sched.c by Dhaval Giani · 18 years ago
  76. e21f5b1 sched: print module list in the "scheduling while atomic" warning by Arjan van de Ven · 18 years ago
  77. 81d41d7 sched: fix defined-but-unused warning by Rabin Vincent · 18 years ago
  78. f7dcd80 namespacecheck: fixes in kernel/sched.c by Thomas Gleixner · 18 years ago
  79. d07355f sched: check for SD_SERIALIZE atomically in rebalance_domains() by Dmitry Adamushko · 18 years ago
  80. 6d299f1 sched: fix SCHED_OTHER balance iterator to include all tasks by Gregory Haskins · 18 years ago
  81. 6e0534f sched: use a 2-d bitmap for searching lowest-pri CPU by Gregory Haskins · 18 years ago
  82. f333fdc sched: make !hrtick faster by Mike Galbraith · 18 years ago
  83. 45c01e8 sched: prioritize non-migratable tasks over migratable ones by Gregory Haskins · 18 years ago
  84. 3b5b60b Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 18 years ago
  85. ca05a99 capabilities: remain source compatible with 32-bit raw legacy capability support. by Andrew G. Morgan · 18 years ago
  86. a7f75d3 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  87. 6715930 Merge commit 'linus/master' into sched-fixes-for-linus by Ingo Molnar · 18 years ago
  88. b3137bc sched: stop wake_affine from causing serious imbalance by Mike Galbraith · 18 years ago
  89. a381759 sched: fix sched_clock_cpu() by Peter Zijlstra · 18 years ago
  90. 6363ca5 revert ("sched: fair-group: SMP-nice for group scheduling") by Ingo Molnar · 18 years ago
  91. 4285f594 sched: cleanup by Ingo Molnar · 18 years ago
  92. c6fba54 show_schedstat(): fix memleak by Adrian Bunk · 18 years ago
  93. 3f33a7c sched: unite unlikely pairs in rt_policy() and schedule_debug() by Roel Kluin · 18 years ago
  94. f9305d4 revert ("sched: fair: weight calculations") by Ingo Molnar · 18 years ago
  95. 827e609 kgdb: use common ascii helpers and put_unaligned_be32 helper by Harvey Harrison · 18 years ago
  96. a82c53a splice: fix sendfile() issue with relay by Tom Zanussi · 18 years ago
  97. cbaffba posix timers: discard SI_TIMER signals on exec by Oleg Nesterov · 18 years ago
  98. c8e85b4f posix timers: sigqueue_free: don't free sigqueue if it is queued by Oleg Nesterov · 18 years ago
  99. 5c02b57 cgroups: remove node_ prefix_from ns subsystem by Cedric Le Goater · 18 years ago
  100. 7b26655 sys_prctl(): fix return of uninitialized value by Shi Weihua · 18 years ago