1. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  2. 164c3d0 ide: remove the PCI_DMA_BUS_IS_PHYS check by Christoph Hellwig · 7 years ago
  3. 1d3b991 ide: kill ide_toggle_bounce by Christoph Hellwig · 7 years ago
  4. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  5. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  6. 3079c22 genhd: Rename get_disk() to get_disk_and_module() by Jan Kara · 7 years ago
  7. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. 10738ba ide: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  9. d410a64 ide: free hwif->portdev on hwif_init() failure by Bartlomiej Zolnierkiewicz · 7 years ago
  10. c8d9cf2 block: Change argument type of scsi_req_init() by Bart Van Assche · 7 years ago
  11. ca18d6f block: Make most scsi_req_init() calls implicit by Bart Van Assche · 7 years ago
  12. 9efc160 block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH by Bart Van Assche · 7 years ago
  13. 1a1df90 ide: use setup_timer by Geliang Tang · 8 years ago
  14. 82ed4db block: split scsi_request out of struct request by Christoph Hellwig · 8 years ago
  15. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  16. 27f00e5 ide,ata: Rename ATA_IDX to ATA_SENSE by Hannes Reinecke · 10 years ago
  17. a259d53 m68k/atari - ide: do not register interrupt if host->get_lock is set by Michael Schmitz · 11 years ago
  18. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  19. dbee032 ide: Fix ordering of procfs registry. by Wolfram Sang · 14 years ago
  20. 9ce41ae Revert "ide: skip probe if there are no devices on the port (v2)" by David S. Miller · 15 years ago
  21. 4c10c93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6 by Linus Torvalds · 15 years ago
  22. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 15 years ago
  23. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
  24. d2d4e78 ide: add drive->pio_mode field by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 0fb18c4 Revert "ide: try to use PIO Mode 0 during probe if possible" by David S. Miller · 15 years ago
  26. 032665a Revert "Revert "ide: try to use PIO Mode 0 during probe if possible"" by Bartlomiej Zolnierkiewicz · 15 years ago
  27. 24df31a Revert "ide: try to use PIO Mode 0 during probe if possible" by David S. Miller · 15 years ago
  28. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  29. fa56d4c ide: allow ide_dev_read_id() to be called from the IRQ context by Bartlomiej Zolnierkiewicz · 15 years ago
  30. ffc36c7 ide: fix handling of unexpected IRQs vs request_irq() by Bartlomiej Zolnierkiewicz · 15 years ago
  31. e642340 Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 15 years ago
  32. fcb5207 ide: remove driver_data direct access of struct device by Greg Kroah-Hartman · 16 years ago
  33. f4d3ffa ide: move ack_intr() method into 'struct ide_port_ops' (take 2) by Sergei Shtylyov · 15 years ago
  34. 5880b5d ide: don't enable IORDY at a probe time by Bartlomiej Zolnierkiewicz · 15 years ago
  35. 5f4417a ide: fix PowerMac bootup oops by Hugh Dickins · 15 years ago
  36. a20b2a4 ide: skip probe if there are no devices on the port (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  37. 8bc1e5a ide: respect quirk_drives[] list on all controllers by Bartlomiej Zolnierkiewicz · 15 years ago
  38. 4c9773e Merge branch 'for-linus' into for-next by Bartlomiej Zolnierkiewicz · 15 years ago
  39. 28ee9bc ide: report timeouts in ide_busy_sleep() by Bartlomiej Zolnierkiewicz · 15 years ago
  40. 9f36d31 ide: remove hw_regs_t typedef by Bartlomiej Zolnierkiewicz · 15 years ago
  41. dca3983 ide: pass number of ports to ide_host_{alloc,add}() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  42. 29e52cf ide: remove chipset field from hw_regs_t by Bartlomiej Zolnierkiewicz · 15 years ago
  43. ca1b96e ide: replace special_t typedef by IDE_SFLAG_* flags by Bartlomiej Zolnierkiewicz · 15 years ago
  44. 6029336 ide: try to use PIO Mode 0 during probe if possible by Joao Ramos · 15 years ago
  45. 3153c26 ide: refactor tf_read() method by Sergei Shtylyov · 16 years ago
  46. c9ff9e7 ide: refactor tf_load() method by Sergei Shtylyov · 16 years ago
  47. 60f8501 ide: replace IDE_TFLAG_* flags by IDE_VALID_* by Sergei Shtylyov · 16 years ago
  48. aa07573 ide: Fix host drivers that need IRQF_SHARED by Geert Uytterhoeven · 16 years ago
  49. fdd88f0 ide: inline SELECT_DRIVE() by Sergei Shtylyov · 16 years ago
  50. ecf3a31 ide: turn set_irq() method into write_devctl() method by Sergei Shtylyov · 16 years ago
  51. b547916 ide: fix locking in drive_release_dev() by Bartlomiej Zolnierkiewicz · 16 years ago
  52. 22aa4b3 ide: remove ide_task_t typedef by Bartlomiej Zolnierkiewicz · 16 years ago
  53. c094ea0 ide: add IDE_HFLAG_4DRIVES host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  54. 2787cb8 ide: add IDE_HFLAG_DTC2278 host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  55. 0a6e49e ide: remove now superfluous check from ide_host_register() by Bartlomiej Zolnierkiewicz · 16 years ago
  56. 255115fb ide: allow host drivers to specify IRQ flags by Bartlomiej Zolnierkiewicz · 16 years ago
  57. 69197ad ide: fix memleak on failure in probe_for_drive() by Bartlomiej Zolnierkiewicz · 16 years ago
  58. e354c1d ide: remove IDE_ARCH_LOCK (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  59. 70775e9 ide: move ->rqsize init from init_irq() to ide_init_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  60. 2ebe1d9 ide: use try_to_identify() in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 16 years ago
  61. 1bd4c1f ide: classify device type in do_probe() by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 552d3a9 ide: remove broken EXABYTENEST support by Bartlomiej Zolnierkiewicz · 16 years ago
  63. a182807 ide: remove try_to_identify() wrapper by Bartlomiej Zolnierkiewicz · 16 years ago
  64. f77e03c ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  65. 8b07ed2 ide: remove no longer needed IRQ fallback code from hwif_init() by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 80d15a6 ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}() by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 8b803bd ide: sanitize ACPI initialization by Bartlomiej Zolnierkiewicz · 16 years ago
  68. 7ed5b15 ide: add ide_for_each_present_dev() iterator by Bartlomiej Zolnierkiewicz · 16 years ago
  69. 0688d3a ide: init_irq() doesn't need to hold ide_cfg_mtx by Bartlomiej Zolnierkiewicz · 16 years ago
  70. 7362951 ide: move ->lock and ->timer init from init_irq() to ide_init_port_data() by Bartlomiej Zolnierkiewicz · 16 years ago
  71. d336ae3 ide: no need to touch local IRQs in ide_probe_port() by Bartlomiej Zolnierkiewicz · 16 years ago
  72. 7610c4f ide: fix IDE_DFLAG_NO_IO_32BIT handling by Bartlomiej Zolnierkiewicz · 16 years ago
  73. 849d713 ide: allow to wrap interrupt handler by Stanislaw Gruszka · 16 years ago
  74. 51d6ac7 IDE: Unregister and disable devices if initialization fails. by Ian Campbell · 16 years ago
  75. 9a100f4 ide: fix ide_register_port() failure handling by Bartlomiej Zolnierkiewicz · 16 years ago
  76. bb54aff ide: fix IDE PMAC breakage by Andreas Schwab · 16 years ago
  77. 9b89603 ide: fix accidental LOCKDEP breakage caused by local_irq_set() removal by Bartlomiej Zolnierkiewicz · 16 years ago
  78. 592b531 ide: move read_sff_dma_status() method to 'struct ide_dma_ops' by Sergei Shtylyov · 16 years ago
  79. e630fcb ide: fix ide_port_scan() to do ACPI setup after initializing request queues by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 744a82b ide: Fix drive's DWORD-IO handling by Mario Schwalbe · 16 years ago
  81. 2bd24a1 ide: add port and host iterators by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 5e7f3a4 ide: dynamic allocation of device structures by Bartlomiej Zolnierkiewicz · 16 years ago
  83. a32296f ide: NUMA aware allocation of host and port structures by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 54cc142 ide: remove local_irq_set() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 16 years ago
  86. b40d1b8 ide: move ide_init_port_data() and friends to ide-probe.c by Bartlomiej Zolnierkiewicz · 16 years ago
  87. b65fac3 ide: merge ide_hwgroup_t with ide_hwif_t (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  88. efe0397 ide: remove hwgroup->hwif and {drive,hwif}->next by Bartlomiej Zolnierkiewicz · 16 years ago
  89. ae86afa ide: use per-port IRQ handlers by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 5317464 ide: remove the last ide-scsi remnants by Borislav Petkov · 16 years ago
  91. 201bffa ide: use per-device request queue locks (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  92. ebdab07 ide: move sysfs support to ide-sysfs.c by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 24630dc ide: factor out device type classifying from do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 96d4094 ide: small ide_register_port() cleanup by Bartlomiej Zolnierkiewicz · 16 years ago
  95. b1d249e ide: remove chipset type fixup from ide_host_register() by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 94b9efd ide: push local_irq_{save,restore}() to do_identify() by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 7f92b11 ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 047140a ide: remove inline tags from ide-probe.c by Bartlomiej Zolnierkiewicz · 16 years ago
  99. dc09c78 ide: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  100. 702c026 ide: rework handling of serialized ports (v2) by Bartlomiej Zolnierkiewicz · 16 years ago