1. af049df scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions by Bart Van Assche · 3 years, 3 months ago
  2. 07ebbc3 scsi: aic7xxx: Call scsi_done() directly by Bart Van Assche · 3 years, 3 months ago
  3. 9f80eca scsi: aic7xxx: Fix a function name in comments by Cai Huoqing · 3 years, 4 months ago
  4. 8b9cc17 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 6 months ago
  5. bd31b9e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 7 months ago
  6. 332a9dd scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8 by Colin Ian King · 3 years, 7 months ago
  7. 464a00c scsi: core: Kill DRIVER_SENSE by Hannes Reinecke · 3 years, 9 months ago
  8. b4de11d scsi: aic7xxx: Remove multiple definition of globals by Tom Rix · 3 years, 8 months ago
  9. 7e76063 scsi: aic7xxx: Restore several defines for aic7xxx firmware build by Tom Rix · 3 years, 8 months ago
  10. c2f23a9 scsi: aic7xxx: Remove unused function pointer typedef ahc_bus_suspend/resume_t by Chen Lin · 4 years ago
  11. 1f9f22a scsi: aic79xx: Fix spelling of version by Bhaskar Chowdhury · 4 years ago
  12. d8cd784 scsi: aic7xxx: aic79xx: Drop internal SCSI message definition by Hannes Reinecke · 4 years ago
  13. 54c9f6f scsi: aic7xxx: aic79xx: Remove driver-defined SAM status definitions by Hannes Reinecke · 4 years ago
  14. c23435db scsi: aic7xxx: aic79xx: Kill pointless forward declarations by Hannes Reinecke · 4 years ago
  15. 7662d92 scsi: aic7xxx: aic79xx: Whitespace cleanup by Hannes Reinecke · 4 years ago
  16. 995ae10 scsi: aic7xxx: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 2 months ago
  17. ec199a8d scsi: aic79xx: Use generic power management by Vaibhav Gupta · 4 years, 2 months ago
  18. 6897b9a scsi: aic7xxx: Use generic power management by Vaibhav Gupta · 4 years, 2 months ago
  19. b2ed1ba scsi: aic7xxx: aic79xx_osm: Remove unused variable 'saved_scsiid' by Lee Jones · 4 years, 2 months ago
  20. 55e0500 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 3 months ago
  21. f97e6e1 scsi: aic7xxx: Use kmemdup() in two places by Alex Dewar · 4 years, 4 months ago
  22. 715f43c scsi: aic7xxx: Fix error code handling by Tong Zhang · 4 years, 5 months ago
  23. daf4b00 scsi: aic7xxx: Remove pci-dma-compat wrapper API by Suraj Upadhyay · 4 years, 6 months ago
  24. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  25. 0683550 scsi: aic7xxx: Remove set but unused variables 'targ_info' and 'value' by Lee Jones · 4 years, 6 months ago
  26. 84dc1a1 scsi: aic7xxx: aic79xx_core: Remove a bunch of unused variables by Lee Jones · 4 years, 6 months ago
  27. 3eef38a scsi: aic79xx: Restore modes when exiting ahd_linux_queue_abort_cmd() by Hannes Reinecke · 4 years, 6 months ago
  28. 42b840b scsi: aic7xxx: Fix 'amount_xferred' set but not used issue by Lee Jones · 4 years, 6 months ago
  29. 532d56c scsi: aic7xxx: Remove unused variables 'wait' and 'paused' by Lee Jones · 4 years, 6 months ago
  30. 91b6e19 scsi: aic7xxx: Remove unused variable 'ahd' by Lee Jones · 4 years, 6 months ago
  31. aa89d74 scsi: aic7xxx: Fix 'amount_xferred' set but not used issue by Lee Jones · 4 years, 6 months ago
  32. 7097a51 scsi: aic7xxx: Remove unused variable 'targ' by Lee Jones · 4 years, 6 months ago
  33. 614fc2f scsi: aic7xxx: Remove unused variable 'ahc' by Lee Jones · 4 years, 6 months ago
  34. e3f58ee scsi: aic7xxx: Remove unused variable 'tinfo' by Lee Jones · 4 years, 6 months ago
  35. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  36. d1ec20a scsi: aic7xxx: Remove unnecessary NULL checks before kfree by Alex Dewar · 4 years, 10 months ago
  37. 9cd7d49 scsi: aic7xxx: Use kzalloc() instead of kmalloc()+memset() by Alex Dewar · 4 years, 10 months ago
  38. 93f3321 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 9 months ago
  39. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 10 months ago
  40. 79f51b7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 10 months ago
  41. 0d2b5951 scsi: aic7xxx: Remove more FreeBSD-specific code by Alex Dewar · 4 years, 10 months ago
  42. ff275db scsi: aic7xxx: aic97xx: Remove FreeBSD-specific code by Alex Dewar · 4 years, 10 months ago
  43. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 11 months ago
  44. a10183d scsi: simplify scsi_partsize by Christoph Hellwig · 4 years, 10 months ago
  45. cff7c4a scsi: docs: convert aic7xxx.txt to ReST by Mauro Carvalho Chehab · 4 years, 11 months ago
  46. 520a44d scsi: docs: convert aic79xx.txt to ReST by Mauro Carvalho Chehab · 4 years, 11 months ago
  47. 33c84e8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  48. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  49. 4dbc96a scsi: aic7xxx: Adjust indentation in ahc_find_syncrate by Nathan Chancellor · 5 years ago
  50. ba6d10a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  51. ec0a95a scsi: aic7xxx: Spelling s/configuraion/configuration/ by Geert Uytterhoeven · 6 years ago
  52. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  53. d1cd7c8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  54. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  55. c6bcc59 scsi: aic7xxx: improve the Kconfig entry by Christoph Hellwig · 6 years ago
  56. 144ec97 scsi: aic7xxx: fix EISA support by Christoph Hellwig · 6 years ago
  57. a7634b6 scsi: aic7xxx: fix spelling mistake "recevied" -> "received" by Colin Ian King · 6 years ago
  58. e2e8016 scsi: aic7xxx: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  59. 34022f0 scsi: remove unneeded header search paths by Masahiro Yamada · 6 years ago
  60. 4edff70 scsi: aic7xxx: aic79xx: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  61. 2a3d4eb scsi: flip the default on use_clustering by Christoph Hellwig · 6 years ago
  62. 5227388 scsi: aic7xxx: remove set but not used variable 'shared_scb_data' by YueHaibing · 6 years ago
  63. aed922f scsi: aic7xxx: remove unused redundant variable num_chip_names by Colin Ian King · 6 years ago
  64. cca6cb8 scsi: aic7xxx: Fix build using bare-metal toolchain by Sam Protsenko · 6 years ago
  65. 2837461 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  66. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  67. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  68. e73c864 scsi: aic7xxx: aic79xx: fix potential null pointer dereference on ahd by Colin Ian King · 7 years ago
  69. 2e1f44f Merge branch 'fixes' into misc by James Bottomley · 7 years ago
  70. 88b1360 scsi: aic7xxx: aic79xx: remove VLAs by Stephen Kitt · 7 years ago
  71. 7c0dde2 scsi: aic7xxx: remove aiclib.c by Corentin Labbe · 7 years ago
  72. 670ffcc Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  73. 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
  74. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  75. 8c4602f scsi: aic7xxx: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  76. 4efea4f scsi: aic7xxx: make a couple of functions static by Colin Ian King · 7 years ago
  77. 2ae203f scsi: aic7xxx: regenerate firmware files by Michał Mirosław · 7 years ago
  78. 3ee25e8 scsi: aic7xxx: fix firmware build deps by Michał Mirosław · 7 years ago
  79. fef124c scsi: aic7xxx: remove empty function by Michał Mirosław · 7 years ago
  80. 516b7db scsi: aic7xxx: fix firmware build with O=path by Jakub Kicinski · 7 years ago
  81. 7ecaeaf scsi: aic7xxx: fix order of arguments in function prototype by Colin Ian King · 8 years ago
  82. 8a1115f scripts/spelling.txt: add "disble(d)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  83. 9165dab treewide: Fix printk() message errors by Masanari Iida · 8 years ago
  84. 5a51a7a aic7xxx: Fix queue depth handling by Alan · 9 years ago
  85. e594a17 aic7xxx: Avoid name collision with <linux/list.h> by Michal Marek · 9 years ago
  86. 64d513a scsi: use host wide tags by default by Christoph Hellwig · 9 years ago
  87. 5f367f0 aic7xxx: Fix typo in error message by Nik Nyby · 10 years ago
  88. 114fc1d aic7xxx: replace kmalloc/memset by kzalloc by Michael Opdenacker · 10 years ago
  89. 540a7c5 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  90. 29afc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  91. f50332f scsi: print single-character strings with seq_putc by Rasmus Villemoes · 10 years ago
  92. 91c40f2 scsi: replace seq_printf with seq_puts by Rasmus Villemoes · 10 years ago
  93. a7870c0 scsi: aic7xxx: fix comment by Geert Uytterhoeven · 10 years ago
  94. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  95. c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
  96. 2ecb204 scsi: always assign block layer tags if enabled by Christoph Hellwig · 10 years ago
  97. 5066863 scsi: remove abuses of scsi_populate_tag by Christoph Hellwig · 10 years ago
  98. 125c99b scsi: add new scsi-command flag for tagged commands by Christoph Hellwig · 10 years ago
  99. 9b13494 treewide: Fix typo in printk by Masanari Iida · 10 years ago
  100. 1f3d2d9 aic7xxx: Use kstrdup by Himangi Saraogi · 11 years ago