1. 2152f85 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago
  2. 78eef01 [PATCH] on_each_cpu(): disable local interrupts by Andrew Morton · 18 years ago
  3. 06f9d4f [PATCH] unshare: Error if passed unsupported flags by Eric W. Biederman · 18 years ago
  4. 9430d58e [PATCH] sched: remove sleep_avg multiplier by Mike Galbraith · 18 years ago
  5. d04cdb6 Merge ../linux-2.6 by James Bottomley · 18 years ago
  6. 03e88ae1 [PATCH] fix module sysfs files reference counting by Greg Kroah-Hartman · 19 years ago
  7. 01ca70d [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() to RCU subsystem by Greg Kroah-Hartman · 18 years ago
  8. 9f28bb7 [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() by Greg Kroah-Hartman · 18 years ago
  9. 3fd6805 [PATCH] Clean up module.c symbol searching logic by Sam Ravnborg · 19 years ago
  10. 5110730 [PATCH] kobject: fix build error if CONFIG_SYSFS=n by Jun'ichi Nomura · 18 years ago
  11. afc847b [PATCH] don't do exit_io_context() until we know we won't be doing any IO by Al Viro · 18 years ago
  12. 2d61b86 [PATCH] disable unshare(CLONE_VM) for now by Oleg Nesterov · 18 years ago
  13. a0a0c28 [PATCH] posix-timers: fix requeue accounting when signal is ignored by Roman Zippel · 18 years ago
  14. 67890d7 [PATCH] time_interpolator: add __read_mostly by Christoph Lameter · 18 years ago
  15. e0e8eb5 [PATCH] unshare: Use rcu_assign_pointer when setting sighand by Eric W. Biederman · 18 years ago
  16. f33b5d7 Merge ../linux-2.6 by James Bottomley · 18 years ago
  17. f9a3879 [PATCH] Fix sigaltstack corruption among cloned threads by GOTO Masanori · 18 years ago
  18. 7cd9013 [PATCH] remove __put_task_struct_cb export again by Christoph Hellwig · 18 years ago
  19. 529bf6b [PATCH] fix file counting by Dipankar Sarma · 18 years ago
  20. 21a1ea9 [PATCH] rcu batch tuning by Dipankar Sarma · 18 years ago
  21. 81c29a8 [PATCH] idle threads should have a sane ->timestamp value by Ingo Molnar · 18 years ago
  22. 5aee405 [PATCH] time: add barrier after updating jiffies_64 by Atsushi Nemoto · 18 years ago
  23. 6923974 [PATCH] fix next_timer_interrupt() for hrtimer by Tony Lindgren · 18 years ago
  24. 8ba7b0a Add early-boot-safety check to cond_resched() by Linus Torvalds · 18 years ago
  25. 685db65 [PATCH] time_interpolator: Use readq_relaxed() instead of readq(). by Christoph Lameter · 18 years ago
  26. 7f99f06 [PATCH] fix acpi_video_flags on x86-64 by Stefan Seyfried · 18 years ago
  27. d2b176e [IA64] sysctl option to silence unaligned trap warnings by Jes Sorensen · 18 years ago
  28. 1fa44ec [SCSI] add execute_in_process_context() API by James Bottomley · 19 years ago
  29. 5914811 [PATCH] kjournald keeps reference to namespace by Björn Steinbrink · 19 years ago
  30. cf70a6f Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bird by Linus Torvalds · 19 years ago
  31. 7fd105e [PATCH] Fix compile for CONFIG_SYSVIPC=n or CONFIG_SYSCTL=n by Stephen Rothwell · 19 years ago
  32. 7a9166e [PATCH] Fix undefined symbols for nommu architecture by Luke Yang · 19 years ago
  33. c255d84 [PATCH] suspend-to-ram: allow video options to be set at runtime by Pavel Machek · 19 years ago
  34. ef20c8c [PATCH] GFP_KERNEL allocations in atomic (auditsc) by Al Viro · 19 years ago
  35. a8534ad [PATCH] swsusp: fix breakage with swap on LVM by Rafael J. Wysocki · 19 years ago
  36. 4bbf39c [PATCH] Introduce CONFIG_DEFAULT_MIGRATION_COST by Ingo Molnar · 19 years ago
  37. 726c14b [PATCH] Provide an interface for getting the current tick length by Paul Mackerras · 19 years ago
  38. a62eaf1 [PATCH] x86_64: Add boot option to disable randomized mappings and cleanup by Andi Kleen · 19 years ago
  39. c8adb49 [PATCH] swsusp: nuke noisy message by Andrew Morton · 19 years ago
  40. 06fed33 [PATCH] cpuset: oops in exit on null cpuset fix by Paul Jackson · 19 years ago
  41. 5ecfbae [PATCH] fix zap_thread's ptrace related problems by Oleg Nesterov · 19 years ago
  42. dadac81 [PATCH] fix kill_proc_info() vs fork() theoretical race by Oleg Nesterov · 19 years ago
  43. 3f17da6 [PATCH] fix kill_proc_info() vs CLONE_THREAD race by Oleg Nesterov · 19 years ago
  44. 06027bd [PATCH] hrtimer: round up relative start time on low-res arches by Ingo Molnar · 19 years ago
  45. d6077cb [PATCH] sched: revert "filter affine wakeups" by Chen, Kenneth W · 19 years ago
  46. 16bf134 [PATCH] compound page: no access_process_vm check by Hugh Dickins · 19 years ago
  47. c22db94 [PATCH] prevent recursive panic from softlockup watchdog by Jan Beulich · 19 years ago
  48. a200057 [PATCH] sched: remove smpnice by Nick Piggin · 19 years ago
  49. 9ac95f2 [PATCH] do_sigaction: cleanup ->sa_mask manipulation by Oleg Nesterov · 19 years ago
  50. c70d3d70 [PATCH] sys_signal: initialize ->sa_mask by Oleg Nesterov · 19 years ago
  51. 4bb8089 [PATCH] kernel/sys.c NULL noise removal by Al Viro · 19 years ago
  52. 53f087f [PATCH] timer.c NULL noise removal by Al Viro · 19 years ago
  53. 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 19 years ago
  54. a016f33 [PATCH] unshare system call -v5: unshare files by JANAK DESAI · 19 years ago
  55. a0a7ec3 [PATCH] unshare system call -v5: unshare vm by JANAK DESAI · 19 years ago
  56. 741a295 [PATCH] unshare system call -v5: unshare namespace by JANAK DESAI · 19 years ago
  57. 99d1419 [PATCH] unshare system call -v5: unshare filesystem info by JANAK DESAI · 19 years ago
  58. cf2e340 [PATCH] unshare system call -v5: system call handler function by JANAK DESAI · 19 years ago
  59. 46cd2f3 [PATCH] Fix build failure in recent pm_prepare_* changes. by Rafael J. Wysocki · 19 years ago
  60. 8e08b75 [PATCH] module: strlen_user() race fix by Andrew Morton · 19 years ago
  61. 7714d59 [PATCH] swsusp: kill unneeded/unbalanced bio_get by Pavel Machek · 19 years ago
  62. 5c0d5d2 [PATCH] missing license tag in intermodule by Dave Jones · 19 years ago
  63. bd576c9 [PATCH] sched: only print migration_cost once per boot by Chuck Ebbert · 19 years ago
  64. 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 19 years ago
  65. 514a01b [PATCH] uninline __sigqueue_free() by Andrew Morton · 19 years ago
  66. fe85a99 [PATCH] cpuset: fix sparse warning by Randy Dunlap · 19 years ago
  67. 88fc389 [PATCH] Normalize timespec for negative values in ns_to_timespec by George Anzinger · 19 years ago
  68. 54e8ce4 [PATCH] Tell kallsyms_lookup_name() to ignore type U entries by Keith Owens · 19 years ago
  69. 278ff95 [PATCH] Kprobes: Fix deadlock in function-return probes by Ananth N Mavinakayanahalli · 19 years ago
  70. e65cefe [PATCH] kernel/kprobes.c: fix a warning #ifndef ARCH_SUPPORTS_KRETPROBES by Adrian Bunk · 19 years ago
  71. 59ed2f5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 19 years ago
  72. 2a11ff0 [PATCH] zone_reclaim: configurable off node allocation period. by Christoph Lameter · 19 years ago
  73. c84db23 [PATCH] zone_reclaim: minor fixes by Christoph Lameter · 19 years ago
  74. f7b8988 [PATCH] swsusp: do not change log level during suspend/resume by Rafael J. Wysocki · 19 years ago
  75. 2f7016d [PATCH] sys_sched_getaffinity() & hotplug by Jack Steiner · 19 years ago
  76. 493f01d [PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create() by Adrian Bunk · 19 years ago
  77. 952bbc8 [PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timers by Thomas Gleixner · 19 years ago
  78. 66188fa [PATCH] hrtimers: add back lost credit lines by Thomas Gleixner · 19 years ago
  79. 7978672c [PATCH] hrtimers: cleanups and simplifications by George Anzinger · 19 years ago
  80. ff60a5d [PATCH] hrtimers: fix posix-timer requeue race by akpm@osdl.org · 19 years ago
  81. a16a1c0 [PATCH] hrtimers: fix oldvalue return in setitimer by Thomas Gleixner · 19 years ago
  82. b6557fb [PATCH] hrtimers: fix possible use of NULL pointer in posix-timers by Thomas Gleixner · 19 years ago
  83. bc1978d [PATCH] hrtimers: fixup itimer conversion by Thomas Gleixner · 19 years ago
  84. 853609b [PATCH] swsusp: use bytes as image size units by Rafael J. Wysocki · 19 years ago
  85. 3fa97c9 [PATCH] "Fix uidhash_lock <-> RXU deadlock" fix by Andrew Morton · 19 years ago
  86. adac166 [PATCH] rcu_torture_lock deadlock fix by Ingo Molnar · 19 years ago
  87. 4021cb2 [PATCH] fix uidhash_lock <-> RCU deadlock by Ingo Molnar · 19 years ago
  88. 70b4d63 [PATCH] Fix boot-time slowdown for measure_migration_cost by Ingo Molnar · 19 years ago
  89. 951069e Don't try to "validate" a non-existing timeval. by Linus Torvalds · 19 years ago
  90. 9fdb62a [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release by Len Brown · 19 years ago
  91. 715b49e [PATCH] EDAC: atomic scrub operations by Alan Cox · 19 years ago
  92. 150256d [PATCH] Generic sys_rt_sigsuspend() by David Woodhouse · 19 years ago
  93. c21761f [PATCH] fix sched_setscheduler semantics by Jason Baron · 19 years ago
  94. 1743660 [PATCH] Zone reclaim: proc override by Christoph Lameter · 19 years ago
  95. ea13dbc [PATCH] kernel/hrtimer.c sparse warning fix by Ingo Molnar · 19 years ago
  96. fd27919 [PATCH] build kernel/intermodule.c only when required by Adrian Bunk · 19 years ago
  97. 8dca6f3 [PATCH] hrtimer comment tweak by Jonathan Corbet · 19 years ago
  98. 3f02d07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  99. 505970b [PATCH] cpuset oom lock fix by Paul Jackson · 19 years ago
  100. 0152fb3 [PATCH] s390: spinlock fixes by Martin Schwidefsky · 19 years ago