1. 5714d2d [PATCH] sched: document prio_to_wmult[] by Ingo Molnar · 19 years ago
  2. f9153ee [PATCH] sched: improve weight-array comments by Ingo Molnar · 19 years ago
  3. 4fd8851 CFS: Fix missing digit off in wmult table by Thomas Gleixner · 19 years ago
  4. 12a2296 Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  5. aba2da6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 19 years ago
  6. 4bd7732 [PATCH] sched: fix show_task()/show_tasks() output by Ingo Molnar · 19 years ago
  7. 45f384a [PATCH] sched: remove stale version info from kernel/sched_debug.c by Ingo Molnar · 19 years ago
  8. a5968df [PATCH] sched: allow larger granularity by Ingo Molnar · 19 years ago
  9. e127031 [PATCH] sched: fix prio_to_wmult[] for nice 1 by Mike Galbraith · 19 years ago
  10. d3f35d9 relay: fixup kerneldoc comment by Tom Zanussi · 19 years ago
  11. 24da24d relay: fix bogus cast in subbuf_splice_actor() by Tom Zanussi · 19 years ago
  12. bb50cbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 19 years ago
  13. ed03218 security: Protection for exploiting null dereference using mmap by Eric Paris · 19 years ago
  14. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 19 years ago
  15. cac36bb pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 19 years ago
  16. 1db60cf relay: use splice_to_pipe() instead of open-coding the pipe loop by Jens Axboe · 19 years ago
  17. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 19 years ago
  18. ebf9909 splice: relay support by Tom Zanussi · 19 years ago
  19. c31f2e8 sched: add CFS credits by Ingo Molnar · 19 years ago
  20. 0fec171 sched: clean up sleep_on() APIs by Ingo Molnar · 19 years ago
  21. 9761eea sched: style cleanups by Ingo Molnar · 19 years ago
  22. 23bdd70 sched: do not set softirqs to nice +19 by Ingo Molnar · 19 years ago
  23. 43ae34c sched: scheduler debugging, core by Ingo Molnar · 19 years ago
  24. 77e54a1 sched: add CFS debug sysctls by Ingo Molnar · 19 years ago
  25. b2cfba19 sched: remove unused rq types from sched.c by Ingo Molnar · 19 years ago
  26. 634fa8c sched: remove interactivity types by Ingo Molnar · 19 years ago
  27. dff06c1 sched: clean up include files in sched.c by Ingo Molnar · 19 years ago
  28. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 19 years ago
  29. 1b9f19c sched: turn on the use of unstable events by Ingo Molnar · 19 years ago
  30. bb29ab2 sched: x86, track TSC-unstable events by Ingo Molnar · 19 years ago
  31. dd41f59 sched: cfs core code by Ingo Molnar · 19 years ago
  32. f3479f1 sched: remove the sleep-bonus interactivity code by Ingo Molnar · 19 years ago
  33. c18a173 sched: remove expired_starving() by Ingo Molnar · 19 years ago
  34. f2ac58e sched: remove sleep_type by Ingo Molnar · 19 years ago
  35. 45bf76d sched: cfs, add load-calculation methods by Ingo Molnar · 19 years ago
  36. 1453118 sched: clean up __normal_prio() position by Ingo Molnar · 19 years ago
  37. 71f8bd4 sched: cleanup: move dequeue/enqueue_task() by Ingo Molnar · 19 years ago
  38. c24d20d sched: move around resched_task() by Ingo Molnar · 19 years ago
  39. e05606d sched: clean up the rt priority macros by Ingo Molnar · 19 years ago
  40. 138a8ae sched: add cfs_rq ops by Ingo Molnar · 19 years ago
  41. 41b86e9 sched: make posix-cpu-timers use CFS's accounting information by Ingo Molnar · 19 years ago
  42. 20d315d sched: add rq_clock()/__rq_clock() by Ingo Molnar · 19 years ago
  43. 6aa645e sched: cfs rq data types by Ingo Molnar · 19 years ago
  44. fa72e9e sched: cfs core, kernel/sched_idletask.c by Ingo Molnar · 19 years ago
  45. bb44e5d sched: cfs core, kernel/sched_rt.c by Ingo Molnar · 19 years ago
  46. bf0f6f2 sched: cfs core, kernel/sched_fair.c by Ingo Molnar · 19 years ago
  47. 425e096 sched: move code into kernel/sched_stats.h by Ingo Molnar · 19 years ago
  48. 1df2105 sched: add init_idle_bootup_task() by Ingo Molnar · 19 years ago
  49. f64f611 sched: remove sched_exit() by Ingo Molnar · 19 years ago
  50. c65cc87 sched: uninline set_task_cpu() by Ingo Molnar · 19 years ago
  51. 0437e10 sched: zap the migration init / cache-hot balancing code by Ingo Molnar · 19 years ago
  52. d15bcfd sched: rename idle_type/SCHED_IDLE by Ingo Molnar · 19 years ago
  53. 746976a NTP: remove clock_was_set() call to prevent deadlock by Thomas Gleixner · 19 years ago
  54. 2391dae3 PM: introduce set_target method in pm_ops by Rafael J. Wysocki · 19 years ago
  55. a66e356 relayfs: fix overwrites by Masami Hiramatsu · 19 years ago
  56. 8d62fde relay file read: start-pos fix by David Wilder · 19 years ago
  57. a06381f FUTEX: Restore the dropped ERSCH fix by Thomas Gleixner · 19 years ago
  58. 7b018b2 audit: fix oops removing watch if audit disabled by Tony Jones · 19 years ago
  59. 92c4ca5 sched: fix next_interval determination in idle_balance() by Christoph Lameter · 19 years ago
  60. 4e71e474 fix refcounting of nsproxy object when unshared by Cedric Le Goater · 19 years ago
  61. 58229a1 posix-timers: Prevent softirq starvation by small intervals and SIG_IGN by Thomas Gleixner · 19 years ago
  62. fa490cf Fix possible runqueue lock starvation in wait_task_inactive() by Linus Torvalds · 19 years ago
  63. a0f98a1 sched: fix SysRq-N (normalize RT tasks) by Ingo Molnar · 19 years ago
  64. caec4e8 Fix signalfd interaction with thread-private signals by Benjamin Herrenschmidt · 19 years ago
  65. bd19723 Revert "futex_requeue_pi optimization" by Thomas Gleixner · 19 years ago
  66. 2f41ddd swsusp: Fix userland interface by Rafael J. Wysocki · 19 years ago
  67. 3e903e7 cpuset: zero malloc - fix for old cpusets by Paul Jackson · 19 years ago
  68. 778e9a9 pi-futex: fix exit races and locking problems by Alexey Kuznetsov · 19 years ago
  69. 1a539a8 rt-mutex: fix chain walk early wakeup bug by Thomas Gleixner · 19 years ago
  70. c0d1d2b rt-mutex: fix stale return value by Thomas Gleixner · 19 years ago
  71. b74d0de Restrict clearing TIF_SIGPENDING by Roland McGrath · 19 years ago
  72. c1a834d timer stats: speedups by Ingo Molnar · 19 years ago
  73. 9fcc15e timer statistics: fix race by Bjorn Steinbrink · 19 years ago
  74. f0ede66 fix compat futex code for private futexes by Ulrich Drepper · 19 years ago
  75. 7a74fc4 fix possible null ptr deref in kallsyms_lookup by Kyle McMartin · 19 years ago
  76. eaad084 NOHZ: prevent multiplication overflow - stop timer for huge timeouts by Thomas Gleixner · 19 years ago
  77. 92ea772 Fix crash with irqpoll due to the IRQF_IRQPOLL flag testing by Linus Torvalds · 19 years ago
  78. 98d8256 Prevent going idle with softirq pending by Thomas Gleixner · 19 years ago
  79. 6373da1 power: Fix sizeof(PAGE_SIZE) typo by OGAWA Hirofumi · 19 years ago
  80. 1444196 simplify cleanup_workqueue_thread() by Oleg Nesterov · 19 years ago
  81. 7bb44ad recalc_sigpending_tsk fixes by Roland McGrath · 19 years ago
  82. 3528231 NOHZ: Rate limit the local softirq pending warning output by Thomas Gleixner · 19 years ago
  83. 72fcde9 Ignore bogus ACPI info for offline CPUs by Thomas Gleixner · 19 years ago
  84. 88f18ba freezer: move frozen_process() to kernel/power/process.c by Gautham R Shenoy · 19 years ago
  85. a076e4b freezer: fix kthread_create vs freezer theoretical race by Oleg Nesterov · 19 years ago
  86. 49b12d4 freezer: take kernel_execve into consideration by Rafael J. Wysocki · 19 years ago
  87. ba96a0c freezer: fix vfork problem by Rafael J. Wysocki · 19 years ago
  88. 33e1c28 freezer: close potential race between refrigerator and thaw_tasks by Rafael J. Wysocki · 19 years ago
  89. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 19 years ago
  90. 8d98a69 swsusp: fix sysfs interface by Rafael J. Wysocki · 19 years ago
  91. 71ce92f make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename size by Dan Aloni · 19 years ago
  92. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 19 years ago
  93. 52ade9b Fix ACPI suspend / device suspend ordering problem by Linus Torvalds · 19 years ago
  94. 327b9ee audit_match_signal() and friends are used only if CONFIG_AUDITSYSCALL is set by Al Viro · 19 years ago
  95. 8f89441 clocksource: fix lock order in the resume path by Thomas Gleixner · 19 years ago
  96. d10ff3f timekeeping fix patch got mis-applied by Thomas Gleixner · 19 years ago
  97. 8df767d compat signalfd and timerfd are cond syscalls by Heiko Carstens · 19 years ago
  98. 2a383c6 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 19 years ago
  99. 853da00 Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 19 years ago
  100. 25d6157 [IA64] SN: validate smp_affinity mask on intr redirect by John Keller · 19 years ago