index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
scsi: fas216: fix sense buffer initialization
Arnd Bergmann
2018-01-22
1
-1
/
+1
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-3
/
+3
*
treewide: init_timer() -> setup_timer()
Kees Cook
2017-11-21
1
-3
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
scsi: acornscsi: fix build error
Arnd Bergmann
2017-09-14
1
-3
/
+3
*
scsi: NCR5380: Move bus reset to host reset
Hannes Reinecke
2017-08-25
2
-2
/
+2
*
scsi: acornscsi: move bus reset to host reset
Hannes Reinecke
2017-08-25
1
-5
/
+6
*
scsi: ncr5380: Use correct types for DMA routines
Finn Thain
2016-11-08
2
-16
/
+23
*
scsi: ncr5380: Expedite register polling
Finn Thain
2016-11-08
1
-0
/
+4
*
scsi: ncr5380: Use correct types for device register accessors
Finn Thain
2016-11-08
2
-13
/
+13
*
scsi: ncr5380: Store IO ports and addresses in host private data
Finn Thain
2016-11-08
2
-41
/
+42
*
scsi: cumana_1: Remove unused cumanascsi_setup() function
Finn Thain
2016-11-08
1
-4
/
+0
*
scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS
Ming Lin
2016-04-15
3
-3
/
+3
*
ncr5380: Remove DONT_USE_INTR and AUTOPROBE_IRQ macros
Finn Thain
2016-04-11
1
-2
/
+0
*
ncr5380: Merge DMA implementation from atari_NCR5380 core driver
Finn Thain
2016-04-11
2
-2
/
+4
*
ncr5380: Adopt uniform DMA setup convention
Finn Thain
2016-04-11
2
-4
/
+10
*
ncr5380: Use DMA hooks for PDMA
Finn Thain
2016-04-11
2
-8
/
+12
*
ncr5380: Remove PSEUDO_DMA macro
Finn Thain
2016-04-11
2
-4
/
+1
*
ncr5380: Disable the DMA errata workaround flag by default
Finn Thain
2016-04-11
2
-2
/
+2
*
scsi: fas216: avoid fas216_log_setup for loadable module
Arnd Bergmann
2016-02-23
1
-0
/
+2
*
scsi: acornscsi: mark calc_sync_xfer as __maybe_unused
Arnd Bergmann
2016-02-23
1
-1
/
+2
*
ncr5380: Fix soft lockups
Finn Thain
2016-01-06
2
-0
/
+2
*
ncr5380: Use standard list data structure
Finn Thain
2016-01-06
2
-0
/
+2
*
ncr5380: Remove command list debug code
Finn Thain
2016-01-06
1
-2
/
+0
*
ncr5380: Cleanup #include directives
Finn Thain
2016-01-06
2
-6
/
+0
*
ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
Finn Thain
2016-01-06
2
-0
/
+5
*
ncr5380: Introduce unbound workqueue
Finn Thain
2016-01-06
2
-4
/
+12
*
ncr5380: Cleanup bogus {request,release}_region() calls
Finn Thain
2016-01-06
1
-6
/
+0
*
ncr5380: Split NCR5380_init() into two functions
Finn Thain
2016-01-06
2
-0
/
+4
*
ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
Finn Thain
2016-01-06
2
-8
/
+7
*
scsi: Do not set cmd_per_lun to 1 in the host template
Hannes Reinecke
2015-05-31
3
-3
/
+0
*
scsi: replace seq_printf with seq_puts
Rasmus Villemoes
2015-02-02
1
-3
/
+3
*
ncr5380: Drop legacy scsi.h include
Finn Thain
2014-11-20
2
-2
/
+0
*
ncr5380: Remove *_RELEASE macros
Finn Thain
2014-11-20
2
-4
/
+0
*
ncr5380: Move static PDMA spin counters to host data
Finn Thain
2014-11-20
1
-2
/
+0
*
ncr5380: Cleanup host info() methods
Finn Thain
2014-11-20
2
-26
/
+2
*
ncr5380: Fix SCSI_IRQ_NONE bugs
Finn Thain
2014-11-20
1
-1
/
+1
*
ncr5380: Remove redundant AUTOSENSE macro
Finn Thain
2014-11-20
2
-2
/
+0
*
ncr5380: Remove unused macros
Finn Thain
2014-11-20
1
-1
/
+0
*
scsi: Remove scsi_print_command when calling abort
Hannes Reinecke
2014-11-12
1
-7
/
+3
*
scsi: repurpose the last argument from print_opcode_name()
Hannes Reinecke
2014-11-12
1
-1
/
+1
*
fas216: update logging messages
Hannes Reinecke
2014-11-12
1
-15
/
+11
*
fas216: return DID_ERROR for incomplete data transfer
Hannes Reinecke
2014-11-12
1
-2
/
+1
*
acornscsi: use scsi_print_command()
Hannes Reinecke
2014-11-12
1
-6
/
+6
*
scsi: use 64-bit LUNs
Hannes Reinecke
2014-07-17
3
-10
/
+18
*
acornscsi: remove linked command support
Paul Bolle
2014-05-28
1
-53
/
+0
*
scsi/NCR5380: remove unused BOARD_NORMAL and BOARD_NCR53C400
Finn Thain
2014-05-28
2
-6
/
+0
*
[SCSI] remove deprecated IRQF_DISABLED from SCSI
Michael Opdenacker
2014-03-19
4
-4
/
+4
*
acornscsi: switch to ->show_info()
Al Viro
2013-04-09
1
-41
/
+17
[next]