index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_nx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: qla2xxx: Use named initializers for q_dev_state
Gleb Chesnokov
2022-02-22
1
-20
/
+15
*
scsi: qla2xxx: Remove unused variable 'status'
Bill Wendling
2021-07-27
1
-2
/
+0
*
scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword()
Zhen Lei
2021-05-15
1
-1
/
+2
*
scsi: qla2xxx: Fix compilation issue in PPC systems
Arun Easi
2020-12-09
1
-1
/
+1
*
scsi: qla2xxx: Remove in_interrupt() from qla82xx-specific code
Ahmed S. Darwish
2020-12-01
1
-14
/
+11
*
scsi/qla2xxx: Convert to SPDX license identifiers
Thomas Gleixner
2020-09-16
1
-2
/
+1
*
scsi: qla2xxx: Initialize 'n' before using it
Bart Van Assche
2020-06-30
1
-0
/
+1
*
scsi: qla2xxx: Make qla82xx_flash_wait_write_finish() easier to read
Bart Van Assche
2020-06-30
1
-12
/
+7
*
scsi: qla2xxx: Remove an unused function
Bart Van Assche
2020-05-26
1
-41
/
+0
*
scsi: qla2xxx: Fix endianness annotations in source files
Bart Van Assche
2020-05-19
1
-44
/
+45
*
scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...
Bart Van Assche
2020-05-19
1
-34
/
+34
*
scsi: qla2xxx: Fix the code that reads from mailbox registers
Bart Van Assche
2020-05-19
1
-2
/
+2
*
scsi: qla2xxx: Simplify the functions for dumping firmware
Bart Van Assche
2020-05-19
1
-1
/
+1
*
scsi: qla2xxx: Use true, false for ha->fw_dumped
Jason Yan
2020-05-07
1
-2
/
+2
*
scsi: qla2xxx: Use get_unaligned_*() instead of open-coding these functions
Bart Van Assche
2020-01-02
1
-3
/
+3
*
scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return type
Bart Van Assche
2020-01-02
1
-4
/
+3
*
scsi: qla2xxx: Remove defer flag to indicate immeadiate port loss
Himanshu Madhani
2019-12-19
1
-1
/
+1
*
scsi: qla2xxx: Fix driver reload for ISP82xx
Himanshu Madhani
2019-09-07
1
-1
/
+2
*
scsi: qla2xxx: Fix flash read for Qlogic ISPs
Quinn Tran
2019-09-07
1
-0
/
+1
*
scsi: qla2xxx: fix spelling mistake "initializatin" -> "initialization"
Colin Ian King
2019-08-29
1
-1
/
+1
*
scsi: qla2xxx: Let the compiler check the type of the SCSI command context po...
Bart Van Assche
2019-08-12
1
-1
/
+1
*
scsi: qla2xxx: Complain if waiting for pending commands times out
Bart Van Assche
2019-08-12
1
-1
/
+3
*
scsi: qla2xxx: Improve Linux kernel coding style conformance
Bart Van Assche
2019-08-12
1
-5
/
+5
*
scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...
Bart Van Assche
2019-04-29
1
-4
/
+2
*
scsi: qla2xxx: Increase the size of the mailbox arrays from 4 to 8
Bart Van Assche
2019-04-29
1
-3
/
+3
*
scsi: qla2xxx: Move the <linux/io-64-nonatomic-lo-hi.h> include directive
Bart Van Assche
2019-04-15
1
-0
/
+1
*
scsi: qla2xxx: Leave a blank line after declarations
Bart Van Assche
2019-04-15
1
-0
/
+12
*
scsi: qla2xxx: Simplify conditional check again
Nathan Chancellor
2019-03-27
1
-2
/
+2
*
scsi: qla2xxx: Secure flash update support for ISP28XX
Michael Hernandez
2019-03-19
1
-1
/
+3
*
scsi: qla2xxx: Update flash read/write routine
Joe Carnuccio
2019-03-19
1
-7
/
+6
*
scsi: qla2xxx: Improve several kernel-doc headers
Bart Van Assche
2018-10-23
1
-1
/
+1
*
scsi: qla2xxx: Simplify conditional check
Nathan Chancellor
2018-10-16
1
-2
/
+2
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
scsi: qla2xxx: Fix function argument descriptions
Bart Van Assche
2018-02-12
1
-4
/
+3
*
scsi: qla2xxx: fix a bunch of typos and spelling mistakes
Colin Ian King
2017-07-01
1
-2
/
+2
*
qla2xxx: Move two arrays from header files to .c files
Bart Van Assche
2017-01-17
1
-0
/
+5
*
qla2xxx: Indicate out-of-memory with -ENOMEM
Bart Van Assche
2016-04-11
1
-1
/
+1
*
qla2xxx: Fix rwlock recursion
Bart Van Assche
2015-11-17
1
-1
/
+2
*
qla2xxx: Avoid that sparse complains about context imbalances
Bart Van Assche
2015-08-26
1
-0
/
+8
*
qla2xxx: Remove dead code
Bart Van Assche
2015-08-26
1
-7
/
+5
*
qla2xxx: Fix sparse annotations
Bart Van Assche
2015-08-26
1
-57
/
+50
*
qla2xxx: Remove __constant_ prefix
Bart Van Assche
2015-08-26
1
-3
/
+3
*
qla2xxx: Replace two macros with an inline function
Bart Van Assche
2015-08-26
1
-12
/
+9
*
qla2xxx: Remove set-but-not-used variables
Bart Van Assche
2015-08-26
1
-6
/
+3
*
qla2xxx: Declare local functions static
Bart Van Assche
2015-08-26
1
-1
/
+1
*
qla2xxx: Fix indentation
Bart Van Assche
2015-06-13
1
-1
/
+1
*
treewide: Fix typo in printk messages
Masanari Iida
2015-03-06
1
-1
/
+1
*
qla2xxx: Move warning message to debug level.
Sawan Chandak
2014-09-25
1
-1
/
+1
*
qla2xxx: Collect PCI register checks and board_disable scheduling
Joe Lawrence
2014-09-16
1
-3
/
+3
*
qla2xxx: Don't check for firmware hung during the reset context for ISP82XX.
Tej Prakash
2014-05-19
1
-30
/
+13
[next]