1. 1125c70 scsi: Fix various misspellings of "connect" by Geert Uytterhoeven · 5 years ago
  2. fccf01b scsi: fas216: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  3. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  4. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  5. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  6. 4af14d1 scsi: remove the use_clustering flag by Christoph Hellwig · 6 years ago
  7. 7b44047 scsi: powertec: remove the explicit use_clustering setting by Christoph Hellwig · 6 years ago
  8. 736c23d scsi: cumana_2: remove the explicit use_clustering setting by Christoph Hellwig · 6 years ago
  9. 2a3d4eb scsi: flip the default on use_clustering by Christoph Hellwig · 6 years ago
  10. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  11. 96d5eaa scsi: fas216: fix sense buffer initialization by Arnd Bergmann · 7 years ago
  12. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  13. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  14. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  15. fd53699 scsi: acornscsi: fix build error by Arnd Bergmann · 7 years ago
  16. 12e5fc6 scsi: NCR5380: Move bus reset to host reset by Hannes Reinecke · 7 years ago
  17. 74fa80e scsi: acornscsi: move bus reset to host reset by Hannes Reinecke · 7 years ago
  18. 4a98f89 scsi: ncr5380: Use correct types for DMA routines by Finn Thain · 8 years ago
  19. 7c60663 scsi: ncr5380: Expedite register polling by Finn Thain · 8 years ago
  20. 61e1ce5 scsi: ncr5380: Use correct types for device register accessors by Finn Thain · 8 years ago
  21. 820682b scsi: ncr5380: Store IO ports and addresses in host private data by Finn Thain · 8 years ago
  22. b223680 scsi: cumana_1: Remove unused cumanascsi_setup() function by Finn Thain · 8 years ago
  23. 65e8617 scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS by Ming Lin · 9 years ago
  24. a46865d ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros by Finn Thain · 9 years ago
  25. 8053b0e ncr5380: Merge DMA implementation from atari_NCR5380 core driver by Finn Thain · 9 years ago
  26. 438af51 ncr5380: Adopt uniform DMA setup convention by Finn Thain · 9 years ago
  27. 6c4b88c ncr5380: Use DMA hooks for PDMA by Finn Thain · 9 years ago
  28. f825e40 ncr5380: Remove PSEUDO_DMA macro by Finn Thain · 9 years ago
  29. 1bb4600 ncr5380: Disable the DMA errata workaround flag by default by Finn Thain · 9 years ago
  30. dc0d79b scsi: fas216: avoid fas216_log_setup for loadable module by Arnd Bergmann · 9 years ago
  31. 6fea7f6 scsi: acornscsi: mark calc_sync_xfer as __maybe_unused by Arnd Bergmann · 9 years ago
  32. 0a4e361 ncr5380: Fix soft lockups by Finn Thain · 9 years ago
  33. 32b26a1 ncr5380: Use standard list data structure by Finn Thain · 9 years ago
  34. e5c3fdd ncr5380: Remove command list debug code by Finn Thain · 9 years ago
  35. 161c005 ncr5380: Cleanup #include directives by Finn Thain · 9 years ago
  36. ff3d457 ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro by Finn Thain · 9 years ago
  37. 0ad0eff ncr5380: Introduce unbound workqueue by Finn Thain · 9 years ago
  38. e52bbd5 ncr5380: Cleanup bogus {request,release}_region() calls by Finn Thain · 9 years ago
  39. b6488f9 ncr5380: Split NCR5380_init() into two functions by Finn Thain · 9 years ago
  40. 54d8fe4 ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros by Finn Thain · 9 years ago
  41. b84b1d5 scsi: Do not set cmd_per_lun to 1 in the host template by Hannes Reinecke · 10 years ago
  42. 91c40f2 scsi: replace seq_printf with seq_puts by Rasmus Villemoes · 10 years ago
  43. 710ddd0 ncr5380: Drop legacy scsi.h include by Finn Thain · 10 years ago
  44. 96068e6 ncr5380: Remove *_RELEASE macros by Finn Thain · 10 years ago
  45. a9c2dc4 ncr5380: Move static PDMA spin counters to host data by Finn Thain · 10 years ago
  46. 8c32513 ncr5380: Cleanup host info() methods by Finn Thain · 10 years ago
  47. 22f5f10 ncr5380: Fix SCSI_IRQ_NONE bugs by Finn Thain · 10 years ago
  48. 997acab ncr5380: Remove redundant AUTOSENSE macro by Finn Thain · 10 years ago
  49. 48f16c9 ncr5380: Remove unused macros by Finn Thain · 10 years ago
  50. 1fa6b5f scsi: Remove scsi_print_command when calling abort by Hannes Reinecke · 10 years ago
  51. a9a47bf scsi: repurpose the last argument from print_opcode_name() by Hannes Reinecke · 10 years ago
  52. e04ca90 fas216: update logging messages by Hannes Reinecke · 10 years ago
  53. 279c43b fas216: return DID_ERROR for incomplete data transfer by Hannes Reinecke · 10 years ago
  54. 2e120a57 acornscsi: use scsi_print_command() by Hannes Reinecke · 10 years ago
  55. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 11 years ago
  56. e6842f0 acornscsi: remove linked command support by Paul Bolle · 11 years ago
  57. d0d22ef scsi/NCR5380: remove unused BOARD_NORMAL and BOARD_NCR53C400 by Finn Thain · 11 years ago
  58. 4909cc2 [SCSI] remove deprecated IRQF_DISABLED from SCSI by Michael Opdenacker · 11 years ago
  59. 56b8e8e acornscsi: switch to ->show_info() by Al Viro · 12 years ago
  60. 9d4e5c5 fas216: switch to ->show_info() by Al Viro · 12 years ago
  61. dd7ab71 NCR5830: switch to ->show_info() by Al Viro · 12 years ago
  62. fbc0606 drivers/scsi/arm: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  63. 6f03979 Drivers: scsi: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  64. 068a565 Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixes by Olof Johansson · 12 years ago
  65. 4896817 SCSI: ARM: make fas216_dumpinfo function conditional by Arnd Bergmann · 13 years ago
  66. ea065f1 SCSI: ARM: ncr5380/oak uses no interrupts by Arnd Bergmann · 13 years ago
  67. f39f7b7 scsi: eesox: use __iomem pointers for MMIO by Arnd Bergmann · 12 years ago
  68. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  69. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  70. 41569e3 ARM: ecard: get rid of NO_IRQ madness by Russell King · 13 years ago
  71. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  72. 5d61b71 SCSI: arm fas216: fix missing ';' by Russell King · 14 years ago
  73. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  74. b857df1 ARM: 5944/1: scsi: fix timer setup in fas216.c by Guennadi Liakhovetski · 15 years ago
  75. 9759d22 Merge branch 'master' into devel by Russell King · 16 years ago
  76. ecbf61e [ARM] cumana: Fix a long standing bogon by Alan Cox · 16 years ago
  77. 5369bea [ARM] dma: Use sensible DMA parameters for Acorn drivers by Russell King · 16 years ago
  78. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  79. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  80. cadbd4a [SCSI] replace __FUNCTION__ with __func__ by Harvey Harrison · 17 years ago
  81. e95a1b6 [ARM] rpc: acornscsi: update to new style ecard driver by Russell King · 17 years ago
  82. a796ef70 [ARM] rpc: acornscsi: stop using private __stringify() by Russell King · 17 years ago
  83. ffd7858 [ARM] rpc: acornscsi: convert hardware accessors to take 'AS_Host *' by Russell King · 17 years ago
  84. 324b9337 [ARM] rpc: acornscsi: fixup abort/reset methods, fix build errors by Russell King · 17 years ago
  85. d8f8eb4 [ARM] rpc: acornscsi: remove unused 'ADDR' macro by Russell King · 17 years ago
  86. 9924a78 [SCSI] Remove random noop unchecked_isa_dma users by Andi Kleen · 17 years ago
  87. 0e935c9 [SCSI] fas216: fix up the previous fas216 commit by James Bottomley · 17 years ago
  88. ccf9ea9 [SCSI] fas216: Use scsi_eh API for REQUEST_SENSE invocation by Boaz Harrosh · 17 years ago
  89. 84ac86c [SCSI] arm: convert to accessors and !use_sg cleanup by Boaz Harrosh · 17 years ago
  90. 01c0ad5 [ARM] Fix an rpc_defconfig regression by Russell King · 17 years ago
  91. 99eb8a5 Remove the arm26 port by Adrian Bunk · 17 years ago
  92. 8b801ea [ARM] rpc: update Acorn SCSI drivers to modern ecard interfaces by Russell King · 18 years ago
  93. 10bdaaa [ARM] ecard: add ecardm_iomap() / ecardm_iounmap() by Russell King · 18 years ago
  94. c7b87f3 [ARM] ecard: add helper function for setting ecard irq ops by Russell King · 18 years ago
  95. 23d046f [ARM] ARM SCSI: Don't try to dma_map_sg too many scatterlist entries by Russell King · 18 years ago
  96. 6b4df7e [ARM] ARM FAS216: don't modify scsi_cmnd request_bufflen by Russell King · 18 years ago
  97. c5a69d5 Storage class should be before const qualifier by Tobias Klauser · 18 years ago
  98. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  99. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  100. 97d41e9 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 18 years ago