1. e51b6ba sysctl: Infrastructure for per namespace sysctls by Eric W. Biederman · 16 years ago
  2. 23eb06d sysctl: Remember the ctl_table we passed to register_sysctl_paths by Eric W. Biederman · 16 years ago
  3. 29e796f sysctl: Add register_sysctl_paths function by Eric W. Biederman · 16 years ago
  4. fadad878 kernel: add CLONE_IO to specifically request sharing of IO contexts by Jens Axboe · 16 years ago
  5. d38ecf9 io context sharing: preliminary support by Jens Axboe · 16 years ago
  6. fd0928d ioprio: move io priority from task_struct to io_context by Jens Axboe · 16 years ago
  7. 326e96b printk: revert ktime_get() timestamps by Ingo Molnar · 16 years ago
  8. 81ef16e [S390] Remove appldata include from sysctl_check.c by Heiko Carstens · 16 years ago
  9. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  10. 6d08259 sched: keep total / count stats in addition to the max for by Arjan van de Ven · 16 years ago
  11. 5973e5b sched: fix: don't take a mutex from interrupt context by Peter Zijlstra · 16 years ago
  12. 5fb5e6d sched: print backtrace of running tasks too by Nick Piggin · 16 years ago
  13. 19ef930 printk: use ktime_get() by Ingo Molnar · 16 years ago
  14. 9073908 softlockup: fix signedness by Ingo Molnar · 16 years ago
  15. 9745512 sched: latencytop support by Arjan van de Ven · 16 years ago
  16. 326587b sched: fix goto retry in pick_next_task_rt() by Dmitry Adamushko · 16 years ago
  17. cc203d2 sched: monitor clock underflows in /proc/sched_debug by Guillaume Chazarain · 16 years ago
  18. 782daee sched: fix rq->clock warps on frequency changes by Guillaume Chazarain · 16 years ago
  19. 4f05b98 sched: fix, always create kernel threads with normal priority by Michal Schmidt · 16 years ago
  20. 1ad82fd debug: clean up kernel/profile.c by Paolo Ciarrocchi · 16 years ago
  21. 6478d88 sched: remove the !PREEMPT_BKL code by Ingo Molnar · 16 years ago
  22. 58b8a73 sched: make PREEMPT_BKL the default by Ingo Molnar · 16 years ago
  23. e14af7e debug: track and print last unloaded module in the oops trace by Arjan van de Ven · 16 years ago
  24. 21aa928 debug: show being-loaded/being-unloaded indicator for modules by Arjan van de Ven · 16 years ago
  25. 5a52dd5 sched: rt-watchdog: fix .rlim_max = RLIM_INFINITY by Peter Zijlstra · 16 years ago
  26. 1020387 sched: rt-group: reduce rescheduling by Peter Zijlstra · 16 years ago
  27. 37bb6cb hrtimer: unlock hrtimer_wakeup by Peter Zijlstra · 16 years ago
  28. d3d7445 hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback by Peter Zijlstra · 16 years ago
  29. 2d44ae4 hrtimer: clean up cpu->base locking tricks by Peter Zijlstra · 16 years ago
  30. 48d5e25 sched: rt throttling vs no_hz by Peter Zijlstra · 16 years ago
  31. 614ee1f sched: pull_rt_task() cleanup by Mike Galbraith · 16 years ago
  32. 6f505b1 sched: rt group scheduling by Peter Zijlstra · 16 years ago
  33. fa85ae2 sched: rt time limit by Peter Zijlstra · 16 years ago
  34. 8f4d37e sched: high-res preemption tick by Peter Zijlstra · 16 years ago
  35. 02b67cc3 sched: do not do cond_resched() when CONFIG_PREEMPT by Herbert Xu · 16 years ago
  36. 03319ec sched: documentation, whitespace fixes by Ingo Molnar · 16 years ago
  37. 78f2c7d sched: SCHED_FIFO/SCHED_RR watchdog timer by Peter Zijlstra · 16 years ago
  38. fa71706 sched: sched_rt_entity by Peter Zijlstra · 16 years ago
  39. 8eb703e uids: merge multiple error paths in alloc_uid() into one by Pavel Emelyanov · 16 years ago
  40. dc93852 sched: dynamically update the root-domain span/online maps by Gregory Haskins · 16 years ago
  41. eaf649e Preempt-RCU: CPU Hotplug handling by Paul E. McKenney · 16 years ago
  42. e260be6 Preempt-RCU: implementation by Paul E. McKenney · 16 years ago
  43. e0ecfa7 Preempt-RCU: fix rcu_barrier for preemptive environment. by Paul E. McKenney · 16 years ago
  44. 01c1c66 Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.c by Paul E. McKenney · 16 years ago
  45. c2d727a Preempt-RCU: Use softirq instead of tasklets for by Dipankar Sarma · 16 years ago
  46. c49443c sched: remove some old cpuset logic by Gregory Haskins · 16 years ago
  47. cdc8eb9 sched: RT-balance, only adjust overload state when changing by Gregory Haskins · 16 years ago
  48. cb46984 sched: RT-balance, add new methods to sched_class by Steven Rostedt · 16 years ago
  49. 9a897c5 sched: RT-balance, replace hooks with pre/post schedule and wakeup methods by Steven Rostedt · 16 years ago
  50. 4bf0b77 sched: remove do_div() from __sched_slice() by Peter Zijlstra · 16 years ago
  51. 5d2f5a6 sched: get rid of 'new_cpu' in try_to_wake_up() by Dmitry Adamushko · 16 years ago
  52. 9ec3b77 sched: no need for 'affine wakeup' balancing by Dmitry Adamushko · 16 years ago
  53. b913176 sched: add credits for RT balancing improvements by Ingo Molnar · 16 years ago
  54. 0eab914 sched: style cleanup, #2 by Ingo Molnar · 16 years ago
  55. d7876a0 sched: remove unused JIFFIES_TO_NS() macro by Ingo Molnar · 16 years ago
  56. bdd7c81 sched: fix sched_rt.c:join/leave_domain by Ingo Molnar · 16 years ago
  57. 637f508 sched: only balance our RT tasks within our domain by Gregory Haskins · 16 years ago
  58. 57d885f sched: add sched-domain roots by Gregory Haskins · 16 years ago
  59. 7f51f29 sched: clean up schedule_balance_rt() by Ingo Molnar · 16 years ago
  60. 80bf317 sched: clean up pull_rt_task() by Ingo Molnar · 16 years ago
  61. 00597c3 sched: remove leftover debugging by Ingo Molnar · 16 years ago
  62. 6e1938d sched: remove rt_overload() by Ingo Molnar · 16 years ago
  63. 84de427 sched: clean up kernel/sched_rt.c by Ingo Molnar · 16 years ago
  64. deeeccd sched: clean up overlong line in kernel/sched_debug.c by Ingo Molnar · 16 years ago
  65. 4df64c0 sched: clean up find_lock_lowest_rq() by Ingo Molnar · 16 years ago
  66. 79064fb sched: clean up pick_next_highest_task_rt() by Ingo Molnar · 16 years ago
  67. 0d1311a sched: RT-balance on new task by Steven Rostedt · 16 years ago
  68. 610bf05 sched: RT-balance, optimize cpu search by Steven Rostedt · 16 years ago
  69. 06f90db sched: RT-balance, optimize by Gregory Haskins · 16 years ago
  70. 17b3279 sched: break out early if RT task cannot be migrated by Gregory Haskins · 16 years ago
  71. e1f47d8 sched: RT-balance, avoid overloading by Steven Rostedt · 16 years ago
  72. a22d7fc sched: wake-balance fixes by Gregory Haskins · 16 years ago
  73. 6e1254d sched: optimize RT affinity by Gregory Haskins · 16 years ago
  74. 318e089 sched: pre-route RT tasks on wakeup by Gregory Haskins · 16 years ago
  75. 2de0b46 sched: RT balancing: include current CPU by Gregory Haskins · 16 years ago
  76. 07b4032 sched: break out search for RT tasks by Gregory Haskins · 16 years ago
  77. e7693a3 sched: de-SCHED_OTHER-ize the RT path by Gregory Haskins · 16 years ago
  78. 697f0a4 sched: clean up this_rq use in kernel/sched_rt.c by Gregory Haskins · 16 years ago
  79. 73fe6aa sched: add RT-balance cpu-weight by Gregory Haskins · 16 years ago
  80. c7a1e46 sched: disable standard balancer for RT tasks by Steven Rostedt · 16 years ago
  81. 4642daf sched: push RT tasks from overloaded CPUs by Steven Rostedt · 16 years ago
  82. f65eda4 sched: pull RT tasks from overloaded runqueues by Steven Rostedt · 16 years ago
  83. 4fd2917 sched: add rt-overload tracking by Steven Rostedt · 16 years ago
  84. e8fa136 sched: add RT task pushing by Steven Rostedt · 16 years ago
  85. 764a9d6 sched: track highest prio task queued by Steven Rostedt · 16 years ago
  86. 63489e4 sched: count # of queued RT tasks by Steven Rostedt · 16 years ago
  87. 82a1fcb softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks by Ingo Molnar · 16 years ago
  88. 95402b3 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() by Gautham R Shenoy · 16 years ago
  89. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 16 years ago
  90. d221938 cpu-hotplug: refcount based cpu hotplug by Gautham R Shenoy · 16 years ago
  91. 6b2d770 sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups by Srivatsa Vaddagiri · 16 years ago
  92. a183561 sched: introduce a mutex and corresponding API to serialize access to doms_curarray by Srivatsa Vaddagiri · 16 years ago
  93. 58e2d4c sched: group scheduling, change how cpu load is calculated by Srivatsa Vaddagiri · 16 years ago
  94. ec2c507 sched: group scheduling, minor fixes by Srivatsa Vaddagiri · 16 years ago
  95. 93f992c sched: group scheduling code cleanup by Srivatsa Vaddagiri · 16 years ago
  96. b842271 sched: remove printk_clock() by Ingo Molnar · 16 years ago
  97. d713f51 sched: fix CONFIG_PRINT_TIME's reliance on sched_clock() by Ingo Molnar · 16 years ago
  98. 32a7600 printk: make printk more robust by not allowing recursion by Ingo Molnar · 16 years ago
  99. 7556afa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  100. 6ea6dd9 ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEME by Haavard Skinnemoen · 16 years ago