1. 29f59db sched: group-scheduler core by Srivatsa Vaddagiri · 18 years ago
  2. 119fe5e sched: fix SMP migration latencies by Mike Galbraith · 18 years ago
  3. 02e0431 sched: better min_vruntime tracking by Peter Zijlstra · 18 years ago
  4. db36cc7 sched: clean up schedstat block in dequeue_entity() by Dmitry Adamushko · 18 years ago
  5. bbdba7c sched: remove wait_runtime fields and features by Ingo Molnar · 18 years ago
  6. e22f5bb sched: remove wait_runtime limit by Ingo Molnar · 18 years ago
  7. 495eca4 sched: clean up struct load_stat by Dmitry Adamushko · 18 years ago
  8. 7a62eab sched: debug: update exec_clock only when SCHED_DEBUG by Ingo Molnar · 18 years ago
  9. 86d9560 sched: add more vruntime statistics by Ingo Molnar · 18 years ago
  10. 9014623 sched: handle vruntime 64-bit overflow by Peter Zijlstra · 18 years ago
  11. 94dfb5e sched: add tree based averages by Peter Zijlstra · 18 years ago
  12. 28a1f6f sched: remove SCHED_FEAT_SKIP_INITIAL by Ingo Molnar · 18 years ago
  13. 67e12ea sched: add se->vruntime debugging by Ingo Molnar · 18 years ago
  14. aeb73b0 sched: clean up new task placement by Peter Zijlstra · 18 years ago
  15. 2e09bf5 sched: wakeup granularity increase by Ingo Molnar · 18 years ago
  16. 5c6b596 sched: simplify check_preempt() methods by Ingo Molnar · 18 years ago
  17. 6d0f0ebd sched: simplify adaptive latency by Peter Zijlstra · 18 years ago
  18. 4d78e7b sched: new task placement for vruntime by Peter Zijlstra · 18 years ago
  19. 6cb5819 sched: optimize vruntime based scheduling by Ingo Molnar · 18 years ago
  20. bf5c91b sched: move sched_feat() definitions by Ingo Molnar · 18 years ago
  21. e9acbff sched: introduce se->vruntime by Ingo Molnar · 18 years ago
  22. 08e2388 sched: clean up calc_weighted() by Ingo Molnar · 18 years ago
  23. 1091985 sched: speed up update_load_add/_sub() by Ingo Molnar · 18 years ago
  24. 19ccd97 sched: uninline __enqueue_entity()/__dequeue_entity() by Ingo Molnar · 18 years ago
  25. e59c80c sched: simplify SCHED_FEAT_* code by Peter Zijlstra · 18 years ago
  26. 429d43b sched: cleanup: simplify cfs_rq_curr() methods by Ingo Molnar · 18 years ago
  27. 62160e3 sched: track cfs_rq->curr on !group-scheduling too by Ingo Molnar · 18 years ago
  28. 53df556 sched: remove precise CPU load calculations #2 by Ingo Molnar · 18 years ago
  29. a25707f sched: remove precise CPU load by Ingo Molnar · 18 years ago
  30. 8ebc91d sched: remove stat_gran by Ingo Molnar · 18 years ago
  31. 2bd8e6d sched: use constants if !CONFIG_SCHED_DEBUG by Ingo Molnar · 18 years ago
  32. 38ad464 sched: uniform tunings by Ingo Molnar · 18 years ago
  33. eba1ed4 sched: debug: track maximum 'slice' by Ingo Molnar · 18 years ago
  34. a4b29ba sched: small sched_debug cleanup by Ingo Molnar · 18 years ago
  35. 2e45874 sched: use list_for_each_entry_safe() in __wake_up_common() by Matthias Kaehlcke · 18 years ago
  36. bb61c21 sched: resched task in task_new_fair() by Ingo Molnar · 18 years ago
  37. 44142fa sched: fix sysctl_sched_child_runs_first flag by Ingo Molnar · 18 years ago
  38. 1595f45 clockevents: introduce force broadcast notifier by Thomas Gleixner · 18 years ago
  39. 5ba2533 more low-hanging fruits - kernel, fs, lib signedness by Al Viro · 18 years ago
  40. 2b8232c minimal build fixes for uml (fallout from x86 merge) by Al Viro · 18 years ago
  41. 4a93232 clock events: allow replacement of broadcast timer by Venki Pallipadi · 18 years ago
  42. c8a1d39 clockevents: fix periodic broadcast for oneshot devices by Thomas Gleixner · 18 years ago
  43. de68d9b clockevents: Allow build w/o run-tine usage for migration purposes by Thomas Gleixner · 18 years ago
  44. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  45. d0c3d53 [POWERPC] Implement logging of unhandled signals by Olof Johansson · 18 years ago
  46. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  47. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 18 years ago
  48. 9dd776b [NET]: Add network namespace clone & unshare support. by Eric W. Biederman · 18 years ago
  49. 464771f [KERNEL]: Unexport raise_softirq_irqoff by Adrian Bunk · 18 years ago
  50. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 18 years ago
  51. c45248c [SOFTIRQ]: Remove do_softirq() symbol export. by Robert Olsson · 18 years ago
  52. a272378 [KTIME]: Introduce ktime_sub_ns and ktime_sub_us by Arnaldo Carvalho de Melo · 18 years ago
  53. f5ff842 Fix warnings with !CONFIG_BLOCK by Jens Axboe · 18 years ago
  54. 291041e fix bogus reporting of signals by audit by Al Viro · 18 years ago
  55. 74922be Fix timer_stats printout of events/sec by Anton Blanchard · 18 years ago
  56. 30084fb sched: fix profile=sleep by Ingo Molnar · 18 years ago
  57. 9f96cb1 robust futex thread exit race by Martin Schwidefsky · 18 years ago
  58. 4047727 Fix SMP poweroff hangs by Mark Lord · 18 years ago
  59. 459685c hibernation doesn't even build on frv - tons of helpers are missing by Al Viro · 18 years ago
  60. b7e113d clockevents: remove the suspend/resume workaround^Wthinko by Thomas Gleixner · 18 years ago
  61. b8fceee signalfd simplification by Davide Libenzi · 18 years ago
  62. 9c95e73 sched: fix invalid sched_class use by Hiroshi Shimamoto · 18 years ago
  63. 1799e35 sched: add /proc/sys/kernel/sched_compat_yield by Ingo Molnar · 18 years ago
  64. 28f300d Fix user namespace exiting OOPs by Pavel Emelyanov · 18 years ago
  65. 735de22 Convert uid hash to hlist by Pavel Emelyanov · 18 years ago
  66. d8a4821 kernel/user.c: Use list_for_each_entry instead of list_for_each by Matthias Kaehlcke · 18 years ago
  67. efc63c4 Fix UTS corruption during clone(CLONE_NEWUTS) by Alexey Dobriyan · 18 years ago
  68. 5e41d0d clockevents: prevent stale tick update on offline cpu by Thomas Gleixner · 18 years ago
  69. 31d9b39 clockevents: do not shutdown the oneshot broadcast device by Thomas Gleixner · 18 years ago
  70. 07eec6a clockevents: Enforce oneshot broadcast when broadcast mask is set on resume by Thomas Gleixner · 18 years ago
  71. 6a669ee timekeeping: Prevent time going backwards on resume by Thomas Gleixner · 18 years ago
  72. 3be9095 timekeeping: access rtc outside of xtime lock by Thomas Gleixner · 18 years ago
  73. 298a5df Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.c by Tony Breeds · 18 years ago
  74. 3210f0e Restore call_usermodehelper_pipe() behaviour by Michael Ellerman · 18 years ago
  75. 179c85e futex_compat: fix list traversal bugs by Arnd Bergmann · 18 years ago
  76. 7d94143 Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH by Roland McGrath · 18 years ago
  77. 1169783 sched: fix ideal_runtime calculations for reniced tasks by Peter Zijlstra · 18 years ago
  78. 4a55b45 sched: improve prev_sum_exec_runtime setting by Peter Zijlstra · 18 years ago
  79. 7c92e54 sched: simplify __check_preempt_curr_fair() by Peter Zijlstra · 18 years ago
  80. cf2ab46 sched: fix xtensa build warning by Ingo Molnar · 18 years ago
  81. 2491b2b sched: debug: fix sum_exec_runtime clearing by Ingo Molnar · 18 years ago
  82. a206c07 sched: debug: fix cfs_rq->wait_runtime accounting by Ingo Molnar · 18 years ago
  83. a0dc726 sched: fix niced_granularity() shift by Ingo Molnar · 18 years ago
  84. 7fd0d2d sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic. by Suresh Siddha · 18 years ago
  85. 5e7a392 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  86. 60187d2 sigqueue_free: fix the race with collect_signal() by Oleg Nesterov · 18 years ago
  87. 99db67b userns: don't leak root user by Alexey Dobriyan · 18 years ago
  88. 59845b1 request_irq: fix DEBUG_SHIRQ handling by Jarek Poplawski · 18 years ago
  89. f3de4be PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATION by Rafael J. Wysocki · 18 years ago
  90. b07e35f setpgid(child) fails if the child was forked by sub-thread by Oleg Nesterov · 18 years ago
  91. f2ab6d8 Assign task_struct.exit_code before taskstats_exit() by Jonathan Lim · 18 years ago
  92. 9f508f8 sched: clean up task_new_fair() by Ingo Molnar · 18 years ago
  93. 213c8af sched: small schedstat fix by Ingo Molnar · 18 years ago
  94. b77d69d sched: fix wait_start_fair condition in update_stats_wait_end() by Ingo Molnar · 18 years ago
  95. 7109c44 sched: call update_curr() in task_tick_fair() by Ting Yang · 18 years ago
  96. f6cf891 sched: make the scheduler converge to the ideal latency by Ingo Molnar · 18 years ago
  97. 5f01d51 sched: fix sleeper bonus limit by Mike Galbraith · 18 years ago
  98. d243769 fix bogus hotplug cpu warning by Hugh Dickins · 18 years ago
  99. 50c4663 sched: s/sched_latency/sched_min_granularity by Ingo Molnar · 18 years ago
  100. 172ac3d sched: cleanup, sched_granularity -> sched_min_granularity by Ingo Molnar · 18 years ago