1. ccf3528 ide: make ide_hwif_t.ide_dma_host_on void (v2) by Bartlomiej Zolnierkiewicz · 18 years ago
  2. 7469aaf ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2) by Bartlomiej Zolnierkiewicz · 18 years ago
  3. 3608b5d ide: add ide_set_dma() helper (v2) by Bartlomiej Zolnierkiewicz · 18 years ago
  4. 2ad1e55 ide: convert ide_hwif_t.mmio into flag (v2) by Bartlomiej Zolnierkiewicz · 18 years ago
  5. 0ecdca2 ide: use PIO/MMIO operations directly where possible (v2) by Bartlomiej Zolnierkiewicz · 18 years ago
  6. 7569e8d ide: add ide_use_fast_pio() helper (v3) by Bartlomiej Zolnierkiewicz · 18 years ago
  7. c94964a ide: remove ide_drive_t.usage by Bartlomiej Zolnierkiewicz · 18 years ago
  8. c1607e1 ide: remove write-only ide_hwif_t.no_dsc flag by Bartlomiej Zolnierkiewicz · 18 years ago
  9. 6679054 ide: remove write-only ide_pio_data_t.blacklisted by Bartlomiej Zolnierkiewicz · 18 years ago
  10. 6e6cd4c ide: remove clearing bmdma status from cdrom_decode_status() (rev #4) by Albert Lee · 18 years ago
  11. f0dd871 ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4) by Albert Lee · 18 years ago
  12. 905adce Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 18 years ago
  13. 725522b PCI: add the sysfs driver name to all modules by Greg Kroah-Hartman · 18 years ago
  14. e3a59b4 ACPI support for IDE devices by Hannes Reinecke · 18 years ago
  15. 2b02a17 [PATCH] remove blk_queue_activity_fn by Boaz Harrosh · 18 years ago
  16. ee2f344 [PATCH] ide-cd: Handle strange interrupt on the Intel ESB2 by Alan Cox · 18 years ago
  17. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  18. 913759a [PATCH] ide: Fix crash on repeated reset by Alan Cox · 18 years ago
  19. 3f63c5e [PATCH] ide: remove dma_base2 field from ide_hwif_t by Sergei Shtylyov · 18 years ago
  20. 27ac603 [PATCH] drivers/ide/: cleanups by Adrian Bunk · 18 years ago
  21. 83d7dbc [PATCH] Make number of IDE interfaces configurable by Matt Mackall · 18 years ago
  22. 020e322 [PATCH] IDE: claim extra DMA ports regardless of channel by Sergei Shtylylov · 18 years ago
  23. 3619348 [PATCH] ide: option to disable cache flushes for buggy drives by Jens Axboe · 18 years ago
  24. 366c7f5 [PATCH] lockdep: annotate enable_in_hardirq() by Ingo Molnar · 18 years ago
  25. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  26. da574af [PATCH] ide: fix error handling for drives which clear the FIFO on error by Alan Cox · 18 years ago
  27. 94f6c59 [PATCH] devfs: Remove devfs support from the ide subsystem. by Greg Kroah-Hartman · 19 years ago
  28. dbe217a [PATCH] IDE CD end-of media error fix by Alan Cox · 18 years ago
  29. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  30. d3a7b20 [PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDC by Adrian Bunk · 18 years ago
  31. 208a08f [PATCH] ide: Allow IDE interface to specify its not capable of 32-bit operations by Kumar Gala · 18 years ago
  32. a7ff7d4 [PATCH] drivers/ide/ide-io.c: make __ide_end_request() static by Adrian Bunk · 19 years ago
  33. 9810933 [PATCH] stop CompactFlash devices being marked as removable by Richard Purdie · 19 years ago
  34. 4031bbe [PATCH] Add ide_bus_type probe and remove methods by Russell King · 19 years ago
  35. ba027de [PATCH] Revert ide softirq handling by Jens Axboe · 19 years ago
  36. f36d402 [PATCH] mutex subsystem, semaphore to completion: IDE ->gendev_rel_sem by Aleksey Makarov · 19 years ago
  37. 8672d57 [IDE] Use the block layer deferred softirq request completion by Jens Axboe · 19 years ago
  38. 22fc6ec [PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp macros by Ravikiran G Thirumalai · 19 years ago
  39. 7b4df9e [PATCH] ide: cleanup ide_driver_t by Bartlomiej Zolnierkiewicz · 19 years ago
  40. 517bd1d [PATCH] ide: cleanup ide.h by Bartlomiej Zolnierkiewicz · 19 years ago
  41. 65e5f2e [PATCH] ide: core modifications for AU1200 by Jordan Crouse · 19 years ago
  42. 071ffcc [PATCH] ide: remove unused ide_action_t:ide_next by Bartlomiej Zolnierkiewicz · 19 years ago
  43. 84e7b9e [PATCH] ide: remove duplicate documentation for ide_do_drive_cmd() by Bartlomiej Zolnierkiewicz · 19 years ago
  44. 4ef3b8f [PATCH] ide: remove ide_driver_t.owner field by Laurent Riffard · 19 years ago
  45. 863b18f [PATCH] PCI: automatically set device_driver.owner by Laurent riffard · 19 years ago
  46. 83ae20c [PATCH] ide: move CONFIG_IDE_MAX_HWIFS into linux/ide.h by Bjorn Helgaas · 19 years ago
  47. 4349d5c [PATCH] ide: incorrect device link for ide-cs by Hannes Reinecke · 19 years ago
  48. 26a940e Cleaned up AMD Au1200 IDE driver: by Pete Popov · 19 years ago
  49. 86b3786 [PATCH] Fix ide-disk.c oops caused by hwif == NULL by Christoph Lameter · 19 years ago
  50. 1946089 [PATCH] NUMA aware block device control structure allocation by Christoph Lameter · 19 years ago
  51. 8604aff [PATCH] convert IDE device drivers to driver-model by Bartlomiej Zolnierkiewicz · 19 years ago
  52. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago