index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_isr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-135
/
+152
2020-05-19
scsi: qla2xxx: Fix endianness annotations in source files
Bart Van Assche
1
-48
/
+45
2020-05-19
scsi: qla2xxx: Use make_handle() instead of open-coding it
Bart Van Assche
1
-5
/
+5
2020-05-19
scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...
Bart Van Assche
1
-64
/
+64
2020-05-19
scsi: qla2xxx: Fix the code that reads from mailbox registers
Bart Van Assche
1
-2
/
+2
2020-05-19
scsi: qla2xxx: Simplify the functions for dumping firmware
Bart Van Assche
1
-6
/
+6
2020-04-24
scsi: qla2xxx: Fix MPI failure AEN (8200) handling
Arun Easi
1
-17
/
+37
2020-04-13
scsi: qla2xxx: Fix regression warnings
Nilesh Javali
1
-1
/
+0
2020-02-28
scsi: qla2xxx: Handle NVME status iocb correctly
Arun Easi
1
-8
/
+39
2020-02-28
scsi: qla2xxx: add more FW debug information
Quinn Tran
1
-6
/
+18
2020-02-28
scsi: qla2xxx: Update BPM enablement semantics.
Andrew Vasquez
1
-4
/
+5
2020-02-28
scsi: qla2xxx: Use a dedicated interrupt handler for 'handshake-required' ISPs
Andrew Vasquez
1
-7
/
+24
2020-02-28
scsi: qla2xxx: Simplify the code for aborting SCSI commands
Bart Van Assche
1
-5
/
+0
2020-02-24
scsi: qla2xxx: Print portname for logging in qla24xx_logio_entry()
Joe Carnuccio
1
-10
/
+6
2020-02-24
scsi: qla2xxx: Add deferred queue for processing ABTS and RDP
Joe Carnuccio
1
-4
/
+150
2020-02-24
scsi: qla2xxx: Display message for FCE enabled
Himanshu Madhani
1
-0
/
+6
2020-02-24
scsi: qla2xxx: Add vendor extended RDP additions and amendments
Joe Carnuccio
1
-0
/
+10
2020-02-21
scsi: qla2xxx: Add sysfs node for D-Port Diagnostics AEN data
Joe Carnuccio
1
-0
/
+1
2020-01-30
scsi: qla2xxx: Fix unbound NVME response length
Arun Easi
1
-0
/
+12
2020-01-02
scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functions
Bart Van Assche
1
-6
/
+6
2019-12-19
scsi: qla2xxx: Add D-Port Diagnostic reason explanation logs
Joe Carnuccio
1
-5
/
+27
2019-12-19
scsi: qla2xxx: Remove defer flag to indicate immeadiate port loss
Himanshu Madhani
1
-9
/
+7
2019-12-09
scsi: qla2xxx: Don't call qlt_async_event twice
Roman Bolshakov
1
-4
/
+0
2019-11-26
scsi: qla2xxx: Fix qla2x00_request_irqs() for MSI
Huacai Chen
1
-3
/
+3
2019-11-08
scsi: qla2xxx: Fix double scsi_done for abort path
Quinn Tran
1
-0
/
+5
2019-10-09
scsi: qla2xxx: Capture FW dump on MPI heartbeat stop event
Quinn Tran
1
-5
/
+26
2019-09-30
scsi: qla2xxx: Remove WARN_ON_ONCE in qla2x00_status_cont_entry()
Daniel Wagner
1
-2
/
+0
2019-09-07
scsi: qla2xxx: Fix message indicating vectors used by driver
Himanshu Madhani
1
-4
/
+2
2019-08-29
scsi: qla2xxx: Fix a recently introduced kernel warning
Bart Van Assche
1
-2
/
+0
2019-08-12
scsi: qla2xxx: Inline the qla2x00_fcport_event_handler() function
Bart Van Assche
1
-2
/
+1
2019-08-12
scsi: qla2xxx: Remove superfluous sts_entry_* casts
Bart Van Assche
1
-10
/
+5
2019-08-12
scsi: qla2xxx: Complain if sp->done() is not called from the completion path
Bart Van Assche
1
-0
/
+4
2019-08-12
scsi: qla2xxx: Simplify a debug statement
Bart Van Assche
1
-1
/
+1
2019-07-30
scsi: qla2xxx: Skip FW dump on LOOP initialization error
Quinn Tran
1
-1
/
+0
2019-04-29
scsi: qla2xxx: Fix a qla24xx_enable_msix() error path
Bart Van Assche
1
-1
/
+5
2019-04-29
scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8
Bart Van Assche
1
-2
/
+2
2019-04-29
scsi: qla2xxx: Silence Successful ELS IOCB message
Himanshu Madhani
1
-1
/
+1
2019-04-15
scsi: qla2xxx: Move the port_state_str[] definition from a .h to a .c file
Bart Van Assche
1
-0
/
+8
2019-04-15
scsi: qla2xxx: Fix formatting of pointer types
Bart Van Assche
1
-2
/
+2
2019-04-15
scsi: qla2xxx: Leave a blank line after declarations
Bart Van Assche
1
-0
/
+3
2019-04-08
scsi: qla2xxx: Make qla2x00_process_response_queue() easier to read
Bart Van Assche
1
-38
/
+47
2019-04-08
scsi: qla2xxx: Use ARRAY_SIZE() in the definition of QLA_LAST_SPEED
Bart Van Assche
1
-1
/
+1
2019-03-19
scsi: qla2xxx: Cleanups for NVRAM/Flash read/write path
Joe Carnuccio
1
-6
/
+6
2019-03-19
scsi: qla2xxx: Add Serdes support for ISP28XX
Joe Carnuccio
1
-1
/
+3
2019-03-19
scsi: qla2xxx: Add Device ID for ISP28XX
Joe Carnuccio
1
-6
/
+8
2019-03-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+23
2019-02-19
scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supported
Giridhar Malavali
1
-1
/
+1
2019-02-19
scsi: qla2xxx: Add First Burst support for FC-NVMe devices
Darren Trapp
1
-0
/
+9
2019-02-05
scsi: qla2xxx: Restore FAWWPN of Physical Port only for loop down
Sawan Chandak
1
-1
/
+2
2019-01-11
scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundary
Giridhar Malavali
1
-0
/
+11
[next]