1. 4bced2d [libata] kill bogus cut-n-pasted comments in three drivers by Jeff Garzik · 18 years ago
  2. 6d5f973 [PATCH] libata: print SControl in SATA link status info message by Tejun Heo · 18 years ago
  3. 1ad8e7f [PATCH] libata: make some libata-core routines extern by Tejun Heo · 18 years ago
  4. ece1d63 [PATCH] libata: separate out libata-eh.c by Tejun Heo · 18 years ago
  5. 35e86b5 [PATCH] libata: dec scmd->retries for qcs with zero err_mask by Tejun Heo · 18 years ago
  6. d69cf37 [PATCH] libata: add @cdb to ata_exec_internal() by Tejun Heo · 18 years ago
  7. 74e6c8c [PATCH] libata: don't read TF directly from sense generation functions by Tejun Heo · 18 years ago
  8. 058e55e [PATCH] libata: always generate sense if qc->err_mask is non-zero by Tejun Heo · 18 years ago
  9. c91af2c [PATCH] libata: pass qc around intead of ap during PIO by Tejun Heo · 18 years ago
  10. 2719736 [PATCH] libata: add ATA_QCFLAG_IO by Tejun Heo · 18 years ago
  11. e838460 [PATCH] libata: clear ATA_DFLAG_PIO before setting it by Tejun Heo · 18 years ago
  12. ea1dd4e [PATCH] libata: clear only affected flags during ata_dev_configure() by Tejun Heo · 18 years ago
  13. 198e0fe [PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLED by Tejun Heo · 18 years ago
  14. 949b38a [PATCH] libata: clean up constants by Tejun Heo · 18 years ago
  15. c43c555 [PATCH] libata: ATA_FLAG_IN_EH is not used, kill it by Tejun Heo · 18 years ago
  16. 5eb45c0 [PATCH] libata: ata_dev_revalidate() printk update by Tejun Heo · 18 years ago
  17. d63cb4a [PATCH] libata: report device number when PIO fails by Tejun Heo · 18 years ago
  18. 565083e [PATCH] libata: consider disabled devices in ata_dev_xfermask() by Tejun Heo · 18 years ago
  19. 14d2bac [PATCH] libata: improve ata_bus_probe() by Tejun Heo · 18 years ago
  20. cf176e1 [PATCH] libata: implement ata_down_xfermask_limit() by Tejun Heo · 18 years ago
  21. edbabd8 [PATCH] libata: add 5s sleep between resets by Tejun Heo · 18 years ago
  22. 90dac02 [PATCH] libata: use SATA speed down in ata_drive_probe_reset() by Tejun Heo · 18 years ago
  23. 1c3fae4 [PATCH] libata: implement ap->sata_spd_limit and helpers by Tejun Heo · 18 years ago
  24. 002c805 [PATCH] libata: implement ata_dev_absent() by Tejun Heo · 18 years ago
  25. 852ee16 [PATCH] libata: preserve SATA SPD setting over hard resets by Tejun Heo · 18 years ago
  26. e82cbdb [PATCH] libata: don't disable devices from ata_set_mode() by Tejun Heo · 18 years ago
  27. e8e0619 [PATCH] libata: reorganize ata_set_mode() by Tejun Heo · 18 years ago
  28. 4f65977 [PATCH] libata: make ata_set_mode() handle no-device case properly by Tejun Heo · 18 years ago
  29. e1211e3 [PATCH] libata: implement ata_dev_enabled and disabled() by Tejun Heo · 18 years ago
  30. 9974e7c [PATCH] libata: convert do_probe_reset() to ata_do_reset() by Tejun Heo · 18 years ago
  31. 4c360c8 [PATCH] libata: separate out ata_spd_string() by Tejun Heo · 18 years ago
  32. 96072e6 [PATCH] libata: make ata_bus_probe() return negative errno on failure by Tejun Heo · 18 years ago
  33. 5bbc53f [PATCH] libata: fix ata_set_mode() return value by Tejun Heo · 18 years ago
  34. 683aa40 Merge master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 18 years ago
  35. 500156a Merge master.kernel.org:/home/rmk/linux-2.6-mmc by Linus Torvalds · 18 years ago
  36. 5b67e8d Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  37. a8b59e7 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 18 years ago
  38. 547a77a Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  39. 06bcfed [CIFS] Fix typo in earlier cifs_unlink change and protect one extra path. by Steve French · 18 years ago
  40. e9917a0 [CIFS] Incorrect signature sent on SMB Read by Steve French · 18 years ago
  41. 4b75679 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  42. 30c14e4 [PATCH] avoid unaligned access when accessing poll stack by Jes Sorensen · 18 years ago
  43. d21c356 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  44. 108b42b [PATCH] Document Linux's memory barriers [try #7] by David Howells · 18 years ago
  45. 4286229 [PATCH] wrong error path in dup_fd() leading to oopses in RCU by Kirill Korotaev · 18 years ago
  46. e358c1a [PATCH] mutex: some cleanups by Nicolas Pitre · 18 years ago
  47. a58e00e [PATCH] Decrease number of pointer derefs in jsm_tty.c by Jesper Juhl · 18 years ago
  48. a244e16 [PATCH] fs/namei.c: make lookup_hash() static by Adrian Bunk · 18 years ago
  49. 0cb3463 [PATCH] unexport get_wchan by Adrian Bunk · 18 years ago
  50. ec350a7 [PATCH] md: Raid-6 did not create sysfs entries for stripe cache by NeilBrown · 18 years ago
  51. 926ce2d [PATCH] md: Remove some code that can sleep from under a spinlock by NeilBrown · 18 years ago
  52. 6b1117d [PATCH] md: Don't clear bits in bitmap when writing to one device fails during recovery by NeilBrown · 18 years ago
  53. 39451a7 [PATCH] fbdev: Remove old radeon driver by Michael Hanselmann · 18 years ago
  54. a536093 [PATCH] fbcon: Fix big-endian bogosity in slow_imageblit() by Antonino A. Daplas · 18 years ago
  55. 2cbbb3b [PATCH] pxafb: Minor driver fixes by Richard Purdie · 18 years ago
  56. 2c0f5fb [PATCH] backlight: corgi_bl: Generalise to support other Sharp SL hardware by Richard Purdie · 18 years ago
  57. 5f27a27 [PATCH] backlight: HP Jornada 680 Backlight driver updates/fixes by Richard Purdie · 18 years ago
  58. 6ca0176 [PATCH] backlight: Backlight Class Improvements by Richard Purdie · 18 years ago
  59. 9b0e1c5 [PATCH] w100fb: Add acceleration support to ATI Imageon by Alberto Mardegan · 18 years ago
  60. 1a37d5f [PATCH] fbcon: Save current display during initialization by Antonino A. Daplas · 18 years ago
  61. 3e7e241 [PATCH] dcache: Add helper d_hash_and_lookup by Eric W. Biederman · 18 years ago
  62. 92476d7 [PATCH] pidhash: Refactor the pid hash table by Eric W. Biederman · 18 years ago
  63. 8c7904a [PATCH] task: RCU protect task->usage by Eric W. Biederman · 18 years ago
  64. e4e5d3f [PATCH] cleanup in proc_check_chroot() by Herbert Poetzl · 18 years ago
  65. 158d9eb [PATCH] resurrect __put_task_struct by Andrew Morton · 18 years ago
  66. 390e2ff [PATCH] Make setsid() more robust by Eric W. Biederman · 18 years ago
  67. 9741ef9 [PATCH] futex: check and validate timevals by Thomas Gleixner · 18 years ago
  68. d425b27 [PATCH] sched: activate SCHED BATCH expired by Con Kolivas · 18 years ago
  69. 7c4bb1f [PATCH] sched: remove on runqueue requeueing by Con Kolivas · 18 years ago
  70. 5138930 [PATCH] sched: include noninteractive sleep in idle detect by Con Kolivas · 18 years ago
  71. e72ff0b [PATCH] sched: dont decrease idle sleep avg by Con Kolivas · 18 years ago
  72. e7c38cb [PATCH] sched: make task_noninteractive use sleep_type by Con Kolivas · 18 years ago
  73. 3dee386 [PATCH] sched: cleanup task_activated() by Con Kolivas · 18 years ago
  74. db1b1fe [PATCH] sched: reduce overhead of calc_load by Jack Steiner · 18 years ago
  75. 3055add [PATCH] hrtimer: call get_softirq_time() only when necessary in run_hrtimer_queue() by Dimitri Sivanich · 18 years ago
  76. 669d786 [PATCH] hrtimer: use generic sleeper for nanosleep by Thomas Gleixner · 18 years ago
  77. 00362e3 [PATCH] hrtimer: create generic sleeper by Thomas Gleixner · 18 years ago
  78. 2bfb646 [PATCH] LED: Add IDE disk activity LED trigger by Richard Purdie · 18 years ago
  79. 03731fb [PATCH] Ensure ide-taskfile calls any driver specific end_request function by Richard Purdie · 18 years ago
  80. 8fe833c [PATCH] LED: add NAND MTD activity LED trigger by Richard Purdie · 18 years ago
  81. 6d0cf3e [PATCH] LED: add device support for tosa by Dirk Opfer · 18 years ago
  82. 6a0c51b [PATCH] LED: add LED device support for ixp4xx devices by John Bowler · 18 years ago
  83. 4d3cb35 [PATCH] LED: add LED device support for locomo devices by Richard Purdie · 18 years ago
  84. 3179108 [PATCH] LED: add LED device support for the zaurus corgi and spitz models by Richard Purdie · 18 years ago
  85. 181bf8a [PATCH] LED: add sharp charger status LED trigger by Richard Purdie · 18 years ago
  86. 6655c6f [PATCH] LED: add LED timer trigger by Richard Purdie · 18 years ago
  87. c3bc995 [PATCH] LED: add LED trigger tupport by Richard Purdie · 18 years ago
  88. c72a1d6 [PATCH] LED: add LED class by Richard Purdie · 18 years ago
  89. 75c1d31 [PATCH] LED: class documentation by Richard Purdie · 18 years ago
  90. 7529c30 [PATCH] modules: permit Dual-MIT/GPL licenses by Andrew Morton · 18 years ago
  91. 0ca0773 [PATCH] vt: add TIOCL_GETKMSGREDIRECT by Rafael J. Wysocki · 18 years ago
  92. d32af0f [PATCH] ISDN: fix a few memory leaks in sc_ioctl() by Jesper Juhl · 18 years ago
  93. b0b4ed7 [PATCH] drivers/char/[i]stallion: Clean up kmalloc usage by Tobias Klauser · 18 years ago
  94. 993dfa8 [PATCH] fs/locks.c: Fix sys_flock() race by Trond Myklebust · 18 years ago
  95. 7a2bd3f [PATCH] inotify: IN_DELETE events missing by Amy Griffis · 18 years ago
  96. 094e320 [PATCH] fat: kill reserved names by OGAWA Hirofumi · 18 years ago
  97. e4e364e [PATCH] cpuset: memory migration interaction fix by Paul Jackson · 18 years ago
  98. 2741a55 [PATCH] cpuset: unsafe mm reference fix by Paul Jackson · 18 years ago
  99. 4a01c8d [PATCH] cpuset: task_lock comment fix by Paul Jackson · 18 years ago
  100. 2cf8d82 [PATCH] make local_t signed by Andrew Morton · 18 years ago