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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
5
-607
/
+1207
2017-11-14
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-62
/
+47
2017-11-03
scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"
Colin Ian King
1
-1
/
+1
2017-11-03
scsi: megaraid: Remove redundant code in megasas_alloc_cmds
Yisheng Xie
1
-2
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-01
scsi: megaraid: Convert timers to use timer_setup()
Kees Cook
5
-62
/
+47
2017-10-25
scsi: megaraid_sas: driver version upgrade
Shivasharan S
1
-2
/
+2
2017-10-25
scsi: megaraid_sas: Add support for 64bit consistent DMA
Shivasharan S
4
-151
/
+503
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
2
-39
/
+68
2017-10-25
scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commands
Shivasharan S
2
-14
/
+31
2017-10-25
scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4k
Shivasharan S
2
-9
/
+58
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: Move controller memory allocations and DMA mask settings ...
Shivasharan S
1
-15
/
+28
2017-10-25
scsi: megaraid_sas: Move initialization of instance parameters inside newly c...
Shivasharan S
1
-58
/
+61
2017-10-25
scsi: megaraid_sas: remove instance->ctrl_info
Shivasharan S
2
-30
/
+14
2017-10-25
scsi: megaraid_sas: Pre-allocate frequently used DMA buffers
Shivasharan S
4
-66
/
+116
2017-10-25
scsi: megaraid_sas: Create separate functions for allocating and freeing cont...
Shivasharan S
1
-83
/
+103
2017-10-25
scsi: megaraid_sas: Create separate functions to allocate ctrl memory
Shivasharan S
1
-46
/
+76
2017-10-25
scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocation
Shivasharan S
3
-16
/
+31
2017-10-25
scsi: megaraid_sas: replace is_ventura with adapter_type checks
Shivasharan S
4
-24
/
+22
2017-10-25
scsi: megaraid_sas: Remove redundant checks for ctrl_context
Shivasharan S
1
-4
/
+4
2017-10-25
scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adap...
Shivasharan S
1
-27
/
+37
2017-10-25
scsi: megaraid_sas: Add support for Crusader controllers
Shivasharan S
2
-22
/
+30
2017-10-25
scsi: megaraid_sas: use adapter_type for all gen controllers
Shivasharan S
5
-55
/
+76
2017-09-07
Merge branch 'fixes' into misc
James Bottomley
1
-1
/
+1
2017-08-26
scsi: megaraid_mbox: drop duplicate bus reset and device reset function
Hannes Reinecke
1
-2
/
+0
2017-08-25
scsi: megaraid_sas: driver version upgrade
Shivasharan S
1
-2
/
+2
2017-08-25
scsi: megaraid_sas: call megasas_dump_frame with correct IO frame size
Shivasharan S
1
-1
/
+1
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: replace internal FALSE/TRUE definitions with false/true
Shivasharan S
1
-25
/
+15
2017-08-25
scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...
Shivasharan S
1
-1
/
+4
2017-08-25
scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...
Shivasharan S
3
-46
/
+88
2017-08-25
scsi: megaraid_sas: Use SMID for Task abort case only
Shivasharan S
1
-3
/
+3
2017-08-25
scsi: megaraid_sas: Check valid aen class range to avoid kernel panic
Shivasharan S
1
-0
/
+8
2017-08-25
scsi: megaraid_sas: Fix endianness issues in DCMD handling
Shivasharan S
1
-4
/
+5
2017-08-25
scsi: megaraid_sas: Do not re-fire shutdown DCMD after OCR
Shivasharan S
1
-0
/
+9
2017-08-25
scsi: megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while...
Shivasharan S
1
-2
/
+1
2017-08-25
scsi: megaraid_sas: Use synchronize_irq in target reset case
Shivasharan S
1
-5
/
+1
2017-08-25
scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secs
Shivasharan S
1
-1
/
+2
2017-08-25
scsi: megaraid_sas: mismatch of allocated MFI frame size and length exposed i...
Shivasharan S
1
-1
/
+1
2017-08-17
scsi: megaraid_sas: fix error handle in megasas_probe_one
weiping zhang
1
-1
/
+1
2017-08-11
scsi: megaraid_sas: fix allocate instance->pd_info twice
weiping
1
-5
/
+3
2017-08-07
scsi: remove DRIVER_ATTR() usage
Greg Kroah-Hartman
1
-24
/
+12
2017-08-07
scsi: megaraid: Replace PCI pool old API
Romain Perier
4
-64
/
+68
2017-07-25
scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusion
Shu Wang
1
-1
/
+5
2017-06-13
scsi: megaraid: Fix a sleep-in-atomic bug
Jia-Ju Bai
1
-1
/
+1
2017-05-09
drivers/scsi/megaraid: remove expensive inline from megasas_return_cmd
Andi Kleen
1
-1
/
+1
2017-03-14
scsi: megaraid_sas: Driver version upgrade
Shivasharan S
1
-2
/
+2
2017-03-14
scsi: megaraid_sas: raid6 also require cpuSel check same as raid5
Shivasharan S
1
-1
/
+1
[next]