1. c13aff3 ata:sata_nv - Change 1 to true for bool type variable. by Shailendra Verma · 9 years ago
  2. c54c719 ata: remove deprecated use of pci api by Quentin Lambert · 9 years ago
  3. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  4. 58eb8cd ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers by Bartlomiej Zolnierkiewicz · 10 years ago
  5. 1bc1808 ata: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  6. 0a86e1c ata: use pci_get_drvdata() by Jingoo Han · 11 years ago
  7. 2fc75da ata: use module_pci_driver by Axel Lin · 12 years ago
  8. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  9. 06296a1 ata: Add and use ata_print_version_once by Joe Perches · 13 years ago
  10. a9a79df ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> by Joe Perches · 13 years ago
  11. a44fec1 ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 13 years ago
  12. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  13. 9cbe056 libata: remove ATA_FLAG_NO_LEGACY by Sergei Shtylyov · 13 years ago
  14. 3696df3 libata: remove ATA_FLAG_MMIO by Sergei Shtylyov · 13 years ago
  15. 1aadf5c libata: always use ata_qc_complete_multiple() for NCQ command completions by Tejun Heo · 14 years ago
  16. 752e386 sata_fsl,mv,nv: prepare for NCQ command completion update by Tejun Heo · 14 years ago
  17. f3faf8f sata_nv: don't diddle with nIEN on mcp55 by Tejun Heo · 14 years ago
  18. 1c5afdf libata-sff: separate out BMDMA init by Tejun Heo · 14 years ago
  19. c3b2889 libata-sff: separate out BMDMA irq handler by Tejun Heo · 14 years ago
  20. 37f65b8 libata-sff: ata_sff_irq_clear() is BMDMA specific by Tejun Heo · 14 years ago
  21. 360ff78 libata-sff: separate out BMDMA qc_issue by Tejun Heo · 14 years ago
  22. f60d701 libata-sff: prd is BMDMA specific by Tejun Heo · 14 years ago
  23. f47451c libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specific by Tejun Heo · 14 years ago
  24. fe06e5f libata-sff: separate out BMDMA EH by Tejun Heo · 14 years ago
  25. c708765 libata-sff: clean up BMDMA initialization by Tejun Heo · 14 years ago
  26. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 14 years ago
  27. 95cc2c7 sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate() by Tejun Heo · 14 years ago
  28. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  29. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 14 years ago
  30. e881a17 [SCSI] modify change_queue_depth to take in reason why it is being called by Mike Christie · 15 years ago
  31. 6489e32 sata_nv: make sure link is brough up online when skipping hardreset by Tejun Heo · 15 years ago
  32. 51c8949 sata_nv: MSI support, disabled by default by Tony Vroon · 15 years ago
  33. 7f4774b sata_nv: use hardreset only for post-boot probing by Tejun Heo · 15 years ago
  34. c96f173 [libata] Improve timeout handling by Alan Cox · 15 years ago
  35. 14bdef98 [libata] convert drivers to use ata.h mode mask defines by Erik Inge Bolsø · 15 years ago
  36. 55f784c sata_nv: fix module parameter description by Brandon Ehle · 15 years ago
  37. 7dac745 sata_nv: give up hardreset on nf2 by Tejun Heo · 15 years ago
  38. 8d993ea sata_nv: ck804 has borked hardreset too by Tejun Heo · 15 years ago
  39. 2d77570 sata_nv: fix MCP5x reset by Tejun Heo · 15 years ago
  40. e8caa3c sata_nv: rename nv_nf2_hardreset() by Tejun Heo · 15 years ago
  41. 3c32428 sata_nv: fix generic, nf2/3 detection regression by Tejun Heo · 16 years ago
  42. 82219fc Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  43. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  44. 4c1eb90 sata_nv: reinstate nv_hardreset() for non generic controllers by Tejun Heo · 16 years ago
  45. 2fd673e sata_nv: disable hardreset for generic by Tejun Heo · 16 years ago
  46. a0b9f4b sata_nv: make hardreset return -EAGAIN on success by Tejun Heo · 16 years ago
  47. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  48. 9363c38 libata: rename SFF functions by Tejun Heo · 16 years ago
  49. 06993d2 [libata] sata_nv: disable ADMA by default by Jeff Garzik · 16 years ago
  50. d21279f ata: SWNCQ should be enabled by default by Zoltan Boszormenyi · 16 years ago
  51. a1efdab libata: make reset related methods proper port operations by Tejun Heo · 16 years ago
  52. 9594719 libata: kill port_info->sht and ->irq_handler by Tejun Heo · 16 years ago
  53. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 16 years ago
  54. 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 16 years ago
  55. 6bd99b4 libata: normalize port_info, port_operations and sht tables by Tejun Heo · 16 years ago
  56. d692abd libata: kill ATA_LFLAG_HRST_TO_RESUME by Tejun Heo · 16 years ago
  57. cf48062 libata: prefer hardreset by Tejun Heo · 16 years ago
  58. 8959d30 sata_nv: fix ATAPI issues with memory over 4GB (v7) by Robert Hancock · 16 years ago
  59. a1fe782 sata_nv: fix for completion handling by Robert Hancock · 16 years ago
  60. ff2aeb1 libata: convert to chained sg by Tejun Heo · 16 years ago
  61. 3f3debd sata_nv: don't use legacy DMA in ADMA mode (v3) by Robert Hancock · 16 years ago
  62. 647c595 nv_hardreset: update dangling reference to bugzilla entry by Fernando Luis Vázquez Cao · 17 years ago
  63. 360737a [libata] sata_nv: fix SWNCQ enabling by Jeff Garzik · 17 years ago
  64. 5796d1c [libata] Address some checkpatch-spotted issues by Jeff Garzik · 17 years ago
  65. b447916 [libata] fix 'if(' and similar areas that lack whitespace by Jeff Garzik · 17 years ago
  66. e2e031e [libata] sata_nv: SWNCQ should not apply to MCP61 by Kuan Luo · 17 years ago
  67. 2dcb407 [libata] checkpatch-inspired cleanups by Jeff Garzik · 17 years ago
  68. f140f0f [libata] sata_nv: add SW NCQ support for MCP51/MCP55/MCP61 by Kuan Luo · 17 years ago
  69. 31cc23b libata-pmp-prep: implement ops->qc_defer() by Tejun Heo · 17 years ago
  70. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  71. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  72. 0c88758 libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flags by Tejun Heo · 17 years ago
  73. cc0680a libata-link: linkify reset by Tejun Heo · 17 years ago
  74. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  75. 2a3103c [libata] Bump driver versions by Jeff Garzik · 17 years ago
  76. da3dbb1 libata: make ->scr_read/write callbacks return error code by Tejun Heo · 17 years ago
  77. b64bbc3 libata: improve EH report formatting by Tejun Heo · 17 years ago
  78. d583bc1 libata: simplify PCI legacy SFF host handling by Tejun Heo · 17 years ago
  79. 531e3a6 [libata] sata_nv: undo merge error by Jeff Garzik · 17 years ago
  80. 1e0b5ab sata_nv: allow changing queue depth by Robert Hancock · 17 years ago
  81. 8bc3fc4 libata: bump versions by Jeff Garzik · 17 years ago
  82. a617c09 libata: Trim trailing whitespace by Jeff Garzik · 17 years ago
  83. 1daf9ce sata_nv: fix fallout of devres conversion by Tejun Heo · 17 years ago
  84. 074b8ba drivers/ata: remove the wildcard from sata_nv driver by Peer Chen · 17 years ago
  85. 1626aeb libata: clean up SFF init mess by Tejun Heo · 17 years ago
  86. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 17 years ago
  87. 53014e2 sata_nv: fix ADMA freeze/thaw/irq_clear issues by Robert Hancock · 17 years ago
  88. d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 17 years ago
  89. 9a829cc libata: convert ata_pci_init_native_mode() users to new init model by Tejun Heo · 17 years ago
  90. f2fb344 sata_nv: don't read shadow registers when in ADMA mode by Robert Hancock · 17 years ago
  91. 8ba5e4c sata_nv: revert use of notifiers for now by Robert Hancock · 17 years ago
  92. 438ac6d libata: add missing CONFIG_PM in LLDs by Tejun Heo · 17 years ago
  93. a84471f [libata] Trim trailing whitespace. by Jeff Garzik · 17 years ago
  94. 2a54cf7 sata_nv: complain on spurious completion notifiers by Robert Hancock · 17 years ago
  95. f5ecac2 sata_nv: kill old private BMDMA helper functions by Robert Hancock · 17 years ago
  96. 5ce0cf6 sata_nv: enable hotplug interrupt and fix some readl/readw mismatches by Robert Hancock · 17 years ago
  97. 721449b sata_nv: Use notifier for completion checks by Robert Hancock · 17 years ago
  98. ac3d6b8 sata_nv: Cleanup taskfile setup by Robert Hancock · 17 years ago
  99. 41949ed sata_nv: cleanup CPB and APRD initialization by Robert Hancock · 17 years ago
  100. 08af741 sata_nv: Add CPB register info to error_handler output by Robert Hancock · 17 years ago