1. 77df350 ide: remove unnecessary touch_softlockup_watchdog by Guoqing Jiang · 5 years ago
  2. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  3. 47b82e8 ide: don't enable/disable interrupts in force threaded-IRQ mode by Sebastian Andrzej Siewior · 7 years ago
  4. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  5. 76937fa ide: add SATA cable detection support by Bartlomiej Zolnierkiewicz · 15 years ago
  6. a2d1056 ide: fixup for fujitsu disk by Wu Zhangjin · 15 years ago
  7. 665d66e ide: fix races in handling of user-space SET XFER commands by Bartlomiej Zolnierkiewicz · 16 years ago
  8. fa56d4c ide: allow ide_dev_read_id() to be called from the IRQ context by Bartlomiej Zolnierkiewicz · 16 years ago
  9. ba9413b ide: add QUANTUM FIREBALLct20 30 with firmware APL.090 to ivb_list[] by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 346c17a ide: relax DMA info validity checking by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 734affd ide: add IDE_DFLAG_NIEN_QUIRK device flag by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 8bc1e5a ide: respect quirk_drives[] list on all controllers by Bartlomiej Zolnierkiewicz · 16 years ago
  13. f9952be ide: remove superfluous SELECT_MASK() call from ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
  14. 8369d5f ide: fix 40-wire cable detection for TSST SH-S202* ATAPI devices (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  15. 3153c26 ide: refactor tf_read() method by Sergei Shtylyov · 16 years ago
  16. c9ff9e7 ide: refactor tf_load() method by Sergei Shtylyov · 16 years ago
  17. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 16 years ago
  18. fdd88f0 ide: inline SELECT_DRIVE() by Sergei Shtylyov · 16 years ago
  19. abb596b ide: turn selectproc() method into dev_select() method (take 5) by Sergei Shtylyov · 16 years ago
  20. 6762511 ide: rename IDE_TFLAG_IN_[HOB_]FEATURE by Sergei Shtylyov · 16 years ago
  21. ecf3a31 ide: turn set_irq() method into write_devctl() method by Sergei Shtylyov · 16 years ago
  22. 74638c8 ide: add support for CFA specified transfer modes (take 3) by Sergei Shtylyov · 16 years ago
  23. c419993 ide-iops: only clear DMA words on setting DMA mode by Sergei Shtylyov · 16 years ago
  24. 35b5d0b ide: remove ide_execute_pkt_cmd() (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  25. 22117d6 ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 60c0cd0 ide: set hwif->expiry prior to calling [__]ide_set_handler() by Bartlomiej Zolnierkiewicz · 16 years ago
  27. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 2ebe1d9 ide: use try_to_identify() in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
  29. ff18b89b ide: clear drive IRQ after re-enabling local IRQs in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
  30. f323b80 ide: sanitize SELECT_MASK() usage in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 4cda15a ide: shorten timeout value in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
  32. 62bd044 ide: propagate AltStatus workarounds to ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
  33. 2f40c9b ide: fix kmalloc() failure handling in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
  34. 327fa1c ide: move error handling code to ide-eh.c (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  35. 122f06f ide: checkpatch.pl fixes for ide-iops.c by Bartlomiej Zolnierkiewicz · 16 years ago
  36. ee1b1cc ide: fix comments in ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  37. 4d7bb47 ide: fix printk() levels in [atapi_]reset_pollfunc() by Bartlomiej Zolnierkiewicz · 16 years ago
  38. 1574cf6 ide: move standard I/O code to ide-io-std.c by Bartlomiej Zolnierkiewicz · 16 years ago
  39. 0d6a975 ide: move ide_read_bcount_and_ireason() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 16 years ago
  40. b6a45a0 ide: move drive_is_ready() to ide-io.c by Bartlomiej Zolnierkiewicz · 16 years ago
  41. 2b9ae46 ide: remove stale comments from drive_is_ready() by Bartlomiej Zolnierkiewicz · 16 years ago
  42. 7ed5b15 ide: add ide_for_each_present_dev() iterator by Bartlomiej Zolnierkiewicz · 16 years ago
  43. a509538 ide-iops: fix odd-length ATAPI PIO transfers by Sergei Shtylyov · 16 years ago
  44. 9b89603 ide: fix accidental LOCKDEP breakage caused by local_irq_set() removal by Bartlomiej Zolnierkiewicz · 16 years ago
  45. 592b531 ide: move read_sff_dma_status() method to 'struct ide_dma_ops' by Sergei Shtylyov · 16 years ago
  46. 2bd24a1 ide: add port and host iterators by Bartlomiej Zolnierkiewicz · 16 years ago
  47. 5e7f3a4 ide: dynamic allocation of device structures by Bartlomiej Zolnierkiewicz · 16 years ago
  48. 585e971 ide: unexport ide_wait_not_busy() by Bartlomiej Zolnierkiewicz · 16 years ago
  49. 54cc142 ide: remove local_irq_set() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  50. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  51. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 2a2ca6a ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  53. a366380 ide: remove dead code from drive_is_ready() by Bartlomiej Zolnierkiewicz · 16 years ago
  54. c7b997b ide: add SAMSUNG SP0822N with firmware WA100-10 to ivb_list[] by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 6636487 amd74xx: workaround unreliable AltStatus register for nVidia controllers by Bartlomiej Zolnierkiewicz · 16 years ago
  56. ccd32e2 ide: Switch to a common address by Alan Cox · 16 years ago
  57. e5403bf ide: mask interrupt in ide_config_drive_speed() by Sergei Shtylyov · 16 years ago
  58. 4abdc6e ide: Implement disk shock protection support (v4) by Elias Oltmanns · 16 years ago
  59. 0e3d84a ide: factor out reset error reporting from reset_pollfunc() by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 7f612f2 ide: remove [ata_]select_t by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 97100fc ide: add device flags by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 367d7e7 ide: ide_dev_is_sata() -> ata_id_is_sata() by Bartlomiej Zolnierkiewicz · 16 years ago
  63. 151a670 ide: remove SECTOR_WORDS define by Bartlomiej Zolnierkiewicz · 16 years ago
  64. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  65. b163f46 ide: enhance ide_busy_sleep() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 1a7809e ide: re-code ide_fixstring() loop to be less evil by Linus Torvalds · 16 years ago
  67. 3a7d248 ide: use ATA_* defines instead of *_STAT and *_ERR ones by Bartlomiej Zolnierkiewicz · 16 years ago
  68. aaaade3 ide: WIN_* -> ATA_CMD_* by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 48fb268 ide: remove drive->driveid by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 4dde449 ide: make drive->id an union (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  71. 5b90e99 ide: cleanup ide_fix_driveid() by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 242f442 ide: fix ide_fix_driveid() by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 7fa897b ide: trivial sparse annotations by Harvey Harrison · 16 years ago
  74. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  75. ba4b2e6 ide: remove dead Virtual DMA support by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 761052e ide: remove ->INB, ->OUTB and ->OUTBSYNC methods by Bartlomiej Zolnierkiewicz · 16 years ago
  77. 1823649 ide: add ide_read_bcount_and_ireason() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 92eb438 ide: use ->tf_read in ide_read_error() by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 40f095f ide: use ->tf_load in SELECT_DRIVE() by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 59be2c8 ide: use ->tf_load in ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  81. 3c09384 ide: change order of register access in ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 6e6afb3 ide: add ->set_irq method by Bartlomiej Zolnierkiewicz · 16 years ago
  83. 1f6d8a0 ide: add ->read_altstatus method by Bartlomiej Zolnierkiewicz · 16 years ago
  84. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  85. c6dfa86 ide: add ->exec_command method by Bartlomiej Zolnierkiewicz · 16 years ago
  86. cab7f8e ide: remove ->dma_{status,command} fields from ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  87. b2f951a ide: add ->read_sff_dma_status method by Bartlomiej Zolnierkiewicz · 16 years ago
  88. 64a8f00 IDE: Report errors during drive reset back to user space by Elias Oltmanns · 16 years ago
  89. 79e36a9 IDE: Fix HDIO_DRIVE_RESET handling by Elias Oltmanns · 16 years ago
  90. ff07488 ide: remove drive->ctl by Bartlomiej Zolnierkiewicz · 16 years ago
  91. f8c4bd0a ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method by Bartlomiej Zolnierkiewicz · 16 years ago
  92. ed4af48 ide: move IRQ unmasking out from ->tf_load method by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 9a410e7 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 49e153e ide: remove commented out code from ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 16 years ago
  95. 5ddee51 ide: disable drive interrupts in ide_driveid_update() by Mikhail Cherkashin · 16 years ago
  96. e0b4eb5 make ide-iops.c:SELECT_MASK() static by Adrian Bunk · 17 years ago
  97. 3ced5c4 ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[] by Alexander Smal · 17 years ago
  98. 22cdd6c ide: skip "VLB sync" if host uses MMIO by Bartlomiej Zolnierkiewicz · 17 years ago
  99. 7c0daf2 ide: remove ->INW and ->OUTW methods by Bartlomiej Zolnierkiewicz · 17 years ago
  100. ca545c1 ide: use IDE I/O helpers directly in ide_tf_{load,read}() by Bartlomiej Zolnierkiewicz · 17 years ago