index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
megaraid
/
megaraid_sas_fusion.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-21
scsi: megaraid: fix out-of-bound array accesses
Qian Cai
1
-1
/
+1
2018-12-20
scsi: megaraid_sas: add retry logic in megasas_readl
Shivasharan S
1
-11
/
+17
2018-12-20
scsi: megaraid_sas: changes to function prototypes
Shivasharan S
1
-24
/
+24
2018-12-20
scsi: megaraid_sas: Fix Ventura series based checks
Shivasharan S
1
-11
/
+11
2018-12-08
scsi: megaraid_sas: NULL check before some freeing functions is not needed
Thomas Meyer
1
-8
/
+4
2018-11-29
scsi: megaraid_sas_fusion: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-11-07
scsi: megaraid_sas: increase timeout for IOC INIT to 180seconds
Shivasharan S
1
-1
/
+1
2018-11-07
scsi: megaraid_sas: Remove double endian conversion
Shivasharan S
1
-3
/
+1
2018-11-07
scsi: megaraid_sas: Re-use max_mfi_cmds to calculate queue sizes
Shivasharan S
1
-3
/
+1
2018-11-07
scsi: megaraid_sas: Rename scratch_pad registers
Shivasharan S
1
-21
/
+21
2018-11-07
scsi: megaraid_sas: Remove spin lock for dpc operation
Shivasharan S
1
-6
/
+1
2018-11-07
scsi: megaraid_sas: optimize raid context access in IO path
Shivasharan S
1
-43
/
+31
2018-11-07
scsi: megaraid_sas: Update copyright information
Shivasharan S
1
-8
/
+6
2018-11-07
scsi: megaraid_sas: Add support for FW snap dump
Shivasharan S
1
-8
/
+58
2018-11-07
scsi: megaraid_sas: Add watchdog thread to detect Firmware fault
Shivasharan S
1
-48
/
+127
2018-10-18
scsi: megaraid_sas: switch to generic DMA API
Christoph Hellwig
1
-8
/
+8
2018-06-19
scsi: megaraid_sas: Support FW provided TM timeout values
Shivasharan S
1
-7
/
+29
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-4
/
+6
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+5
2018-04-19
scsi: megaraid_sas: Do not log an error if FW successfully initializes.
Vinson Lee
1
-3
/
+3
2018-04-19
scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs
Shivasharan S
1
-0
/
+3
2018-04-19
scsi: megaraid_sas: Use zeroing memory allocator than allocator/memset
Himanshu Jha
1
-3
/
+2
2018-04-06
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2018-03-15
scsi: megaraid_sas: fix selection of reply queue
Ming Lei
1
-8
/
+4
2018-03-09
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
1
-1
/
+1
2018-02-16
scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura c...
Shivasharan S
1
-28
/
+14
2018-01-23
scsi: megaraid_sas: NVMe passthrough command support
Shivasharan S
1
-0
/
+7
2018-01-23
scsi: megaraid: use ktime_get_real for firmware time
Arnd Bergmann
1
-4
/
+3
2018-01-11
scsi: megaraid_sas: re-work DCMD refire code
Shivasharan S
1
-17
/
+38
2018-01-11
scsi: megaraid_sas: Selectively apply stream detection based on IO type
Shivasharan S
1
-10
/
+14
2018-01-11
scsi: megaraid_sas: Update LD map after populating drv_map driver map copy
Shivasharan S
1
-1
/
+1
2018-01-11
scsi: megaraid_sas: memset IOC INIT frame using correct size
Shivasharan S
1
-1
/
+1
2018-01-11
scsi: megaraid_sas: zero out IOC INIT and stream detection memory
Shivasharan S
1
-1
/
+1
2017-11-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-178
/
+498
2017-11-03
scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"
Colin Ian King
1
-1
/
+1
2017-11-01
scsi: megaraid: Convert timers to use timer_setup()
Kees Cook
1
-12
/
+3
2017-10-25
scsi: megaraid_sas: Add support for 64bit consistent DMA
Shivasharan S
1
-72
/
+312
2017-10-25
scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ mode
Shivasharan S
1
-4
/
+0
2017-10-25
scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for highe...
Shivasharan S
1
-39
/
+67
2017-10-25
scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4k
Shivasharan S
1
-9
/
+56
2017-10-25
scsi: megaraid_sas: Update current host time to FW during IOC Init
Shivasharan S
1
-0
/
+7
2017-10-25
scsi: megaraid_sas: Pre-allocate frequently used DMA buffers
Shivasharan S
1
-16
/
+3
2017-10-25
scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocation
Shivasharan S
1
-14
/
+29
2017-10-25
scsi: megaraid_sas: replace is_ventura with adapter_type checks
Shivasharan S
1
-13
/
+13
2017-10-25
scsi: megaraid_sas: Remove redundant checks for ctrl_context
Shivasharan S
1
-4
/
+4
2017-10-25
scsi: megaraid_sas: use adapter_type for all gen controllers
Shivasharan S
1
-9
/
+9
2017-08-25
scsi: megaraid_sas: modified few prints in OCR and IOC INIT path
Shivasharan S
1
-9
/
+14
2017-08-25
scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...
Shivasharan S
1
-42
/
+79
2017-08-25
scsi: megaraid_sas: Use SMID for Task abort case only
Shivasharan S
1
-3
/
+3
[next]