1. 326587b sched: fix goto retry in pick_next_task_rt() by Dmitry Adamushko · 17 years ago
  2. e118ade timers: don't #error on higher HZ values by Pavel Machek · 17 years ago
  3. cc203d2 sched: monitor clock underflows in /proc/sched_debug by Guillaume Chazarain · 17 years ago
  4. 782daee sched: fix rq->clock warps on frequency changes by Guillaume Chazarain · 17 years ago
  5. 4f05b98 sched: fix, always create kernel threads with normal priority by Michal Schmidt · 17 years ago
  6. 1ad82fd debug: clean up kernel/profile.c by Paolo Ciarrocchi · 17 years ago
  7. 6478d88 sched: remove the !PREEMPT_BKL code by Ingo Molnar · 17 years ago
  8. 58b8a73 sched: make PREEMPT_BKL the default by Ingo Molnar · 17 years ago
  9. e14af7e debug: track and print last unloaded module in the oops trace by Arjan van de Ven · 17 years ago
  10. 21aa928 debug: show being-loaded/being-unloaded indicator for modules by Arjan van de Ven · 17 years ago
  11. 5a52dd5 sched: rt-watchdog: fix .rlim_max = RLIM_INFINITY by Peter Zijlstra · 17 years ago
  12. 1020387 sched: rt-group: reduce rescheduling by Peter Zijlstra · 17 years ago
  13. 37bb6cb hrtimer: unlock hrtimer_wakeup by Peter Zijlstra · 17 years ago
  14. d3d7445 hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback by Peter Zijlstra · 17 years ago
  15. 2d44ae4 hrtimer: clean up cpu->base locking tricks by Peter Zijlstra · 17 years ago
  16. 48d5e25 sched: rt throttling vs no_hz by Peter Zijlstra · 17 years ago
  17. 614ee1f sched: pull_rt_task() cleanup by Mike Galbraith · 17 years ago
  18. 6f505b1 sched: rt group scheduling by Peter Zijlstra · 17 years ago
  19. fa85ae2 sched: rt time limit by Peter Zijlstra · 17 years ago
  20. 8f4d37e sched: high-res preemption tick by Peter Zijlstra · 17 years ago
  21. 02b67cc sched: do not do cond_resched() when CONFIG_PREEMPT by Herbert Xu · 17 years ago
  22. 03319ec sched: documentation, whitespace fixes by Ingo Molnar · 17 years ago
  23. 78f2c7d sched: SCHED_FIFO/SCHED_RR watchdog timer by Peter Zijlstra · 17 years ago
  24. fa71706 sched: sched_rt_entity by Peter Zijlstra · 17 years ago
  25. 8eb703e uids: merge multiple error paths in alloc_uid() into one by Pavel Emelyanov · 17 years ago
  26. dc93852 sched: dynamically update the root-domain span/online maps by Gregory Haskins · 17 years ago
  27. f85d6c7 Preempt-RCU: update RCU Documentation. by Paul E. McKenney · 17 years ago
  28. eaf649e Preempt-RCU: CPU Hotplug handling by Paul E. McKenney · 17 years ago
  29. e260be6 Preempt-RCU: implementation by Paul E. McKenney · 17 years ago
  30. e0ecfa7 Preempt-RCU: fix rcu_barrier for preemptive environment. by Paul E. McKenney · 17 years ago
  31. 01c1c66 Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.c by Paul E. McKenney · 17 years ago
  32. c2d727a Preempt-RCU: Use softirq instead of tasklets for by Dipankar Sarma · 17 years ago
  33. c49443c sched: remove some old cpuset logic by Gregory Haskins · 17 years ago
  34. cdc8eb9 sched: RT-balance, only adjust overload state when changing by Gregory Haskins · 17 years ago
  35. cb46984 sched: RT-balance, add new methods to sched_class by Steven Rostedt · 17 years ago
  36. 9a897c5 sched: RT-balance, replace hooks with pre/post schedule and wakeup methods by Steven Rostedt · 17 years ago
  37. 4bf0b77 sched: remove do_div() from __sched_slice() by Peter Zijlstra · 17 years ago
  38. 5d2f5a6 sched: get rid of 'new_cpu' in try_to_wake_up() by Dmitry Adamushko · 17 years ago
  39. 9ec3b77 sched: no need for 'affine wakeup' balancing by Dmitry Adamushko · 17 years ago
  40. 32525d0 sched: whitespace cleanups in topology.h by Ingo Molnar · 17 years ago
  41. 52d8534 sched: reactivate fork balancing by Ingo Molnar · 17 years ago
  42. b913176 sched: add credits for RT balancing improvements by Ingo Molnar · 17 years ago
  43. 0eab914 sched: style cleanup, #2 by Ingo Molnar · 17 years ago
  44. d7876a0 sched: remove unused JIFFIES_TO_NS() macro by Ingo Molnar · 17 years ago
  45. bdd7c81 sched: fix sched_rt.c:join/leave_domain by Ingo Molnar · 17 years ago
  46. 637f508 sched: only balance our RT tasks within our domain by Gregory Haskins · 17 years ago
  47. 57d885f sched: add sched-domain roots by Gregory Haskins · 17 years ago
  48. 7f51f29 sched: clean up schedule_balance_rt() by Ingo Molnar · 17 years ago
  49. 80bf317 sched: clean up pull_rt_task() by Ingo Molnar · 17 years ago
  50. 00597c3 sched: remove leftover debugging by Ingo Molnar · 17 years ago
  51. 6e1938d sched: remove rt_overload() by Ingo Molnar · 17 years ago
  52. 84de427 sched: clean up kernel/sched_rt.c by Ingo Molnar · 17 years ago
  53. deeeccd sched: clean up overlong line in kernel/sched_debug.c by Ingo Molnar · 17 years ago
  54. 4df64c0 sched: clean up find_lock_lowest_rq() by Ingo Molnar · 17 years ago
  55. 79064fb sched: clean up pick_next_highest_task_rt() by Ingo Molnar · 17 years ago
  56. 0d1311a sched: RT-balance on new task by Steven Rostedt · 17 years ago
  57. 610bf05 sched: RT-balance, optimize cpu search by Steven Rostedt · 17 years ago
  58. 06f90db sched: RT-balance, optimize by Gregory Haskins · 17 years ago
  59. 17b3279 sched: break out early if RT task cannot be migrated by Gregory Haskins · 17 years ago
  60. e1f47d8 sched: RT-balance, avoid overloading by Steven Rostedt · 17 years ago
  61. a22d7fc sched: wake-balance fixes by Gregory Haskins · 17 years ago
  62. 6e1254d sched: optimize RT affinity by Gregory Haskins · 17 years ago
  63. 318e089 sched: pre-route RT tasks on wakeup by Gregory Haskins · 17 years ago
  64. 2de0b46 sched: RT balancing: include current CPU by Gregory Haskins · 17 years ago
  65. 07b4032 sched: break out search for RT tasks by Gregory Haskins · 17 years ago
  66. e7693a3 sched: de-SCHED_OTHER-ize the RT path by Gregory Haskins · 17 years ago
  67. 697f0a4 sched: clean up this_rq use in kernel/sched_rt.c by Gregory Haskins · 17 years ago
  68. 73fe6aa sched: add RT-balance cpu-weight by Gregory Haskins · 17 years ago
  69. c7a1e46 sched: disable standard balancer for RT tasks by Steven Rostedt · 17 years ago
  70. 4642daf sched: push RT tasks from overloaded CPUs by Steven Rostedt · 17 years ago
  71. f65eda4 sched: pull RT tasks from overloaded runqueues by Steven Rostedt · 17 years ago
  72. 4fd2917 sched: add rt-overload tracking by Steven Rostedt · 17 years ago
  73. e8fa136 sched: add RT task pushing by Steven Rostedt · 17 years ago
  74. 764a9d6 sched: track highest prio task queued by Steven Rostedt · 17 years ago
  75. 63489e4 sched: count # of queued RT tasks by Steven Rostedt · 17 years ago
  76. 82a1fcb softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks by Ingo Molnar · 17 years ago
  77. d0d23b5 cpu-hotplug: fix build on !CONFIG_SMP by Ingo Molnar · 17 years ago
  78. 95402b3 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() by Gautham R Shenoy · 17 years ago
  79. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 17 years ago
  80. d221938 cpu-hotplug: refcount based cpu hotplug by Gautham R Shenoy · 17 years ago
  81. 6b2d770 sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups by Srivatsa Vaddagiri · 17 years ago
  82. a183561 sched: introduce a mutex and corresponding API to serialize access to doms_curarray by Srivatsa Vaddagiri · 17 years ago
  83. 58e2d4c sched: group scheduling, change how cpu load is calculated by Srivatsa Vaddagiri · 17 years ago
  84. ec2c507 sched: group scheduling, minor fixes by Srivatsa Vaddagiri · 17 years ago
  85. 93f992c sched: group scheduling code cleanup by Srivatsa Vaddagiri · 17 years ago
  86. 86faf39 sched: remove printk_clock references from ia64 by Ingo Molnar · 17 years ago
  87. b842271 sched: remove printk_clock() by Ingo Molnar · 17 years ago
  88. d713f51 sched: fix CONFIG_PRINT_TIME's reliance on sched_clock() by Ingo Molnar · 17 years ago
  89. 32a7600 printk: make printk more robust by not allowing recursion by Ingo Molnar · 17 years ago
  90. b47711b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  91. 7556afa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 17 years ago
  92. e07dd2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  93. eba0e31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 17 years ago
  94. df8dc74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  95. 556a169 slab: fix bootstrap on memoryless node by Pekka Enberg · 17 years ago
  96. eb36f4f fix oops on rmmod capidrv by Karsten Keil · 17 years ago
  97. 7bc5c41 [GFS2] Allow journal recovery on read-only mount by Abhijith Das · 17 years ago
  98. 1b8177e [GFS2] Lockup on error by Bob Peterson · 17 years ago
  99. b7fe2e3 [GFS2] Fix page_mkwrite truncation race path by Steven Whitehouse · 17 years ago
  100. 3e5cd08 [GFS2] Fix typo by Bob Peterson · 17 years ago