index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
megaraid
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-01-31
5
-140
/
+201
|
\
|
*
scsi: megaraid_sas: NVMe passthrough command support
Shivasharan S
2018-01-22
3
-5
/
+62
|
*
scsi: megaraid: use ktime_get_real for firmware time
Arnd Bergmann
2018-01-22
1
-4
/
+3
|
*
scsi: megaraid_sas: driver version upgrade
Shivasharan S
2018-01-10
1
-2
/
+2
|
*
scsi: megaraid_sas: re-work DCMD refire code
Shivasharan S
2018-01-10
3
-19
/
+48
|
*
scsi: megaraid_sas: Expose fw_cmds_outstanding through sysfs
Shivasharan S
2018-01-10
1
-0
/
+13
|
*
scsi: megaraid_sas: Selectively apply stream detection based on IO type
Shivasharan S
2018-01-10
1
-10
/
+14
|
*
scsi: megaraid_sas: Update LD map after populating drv_map driver map copy
Shivasharan S
2018-01-10
4
-18
/
+22
|
*
scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect contro...
Shivasharan S
2018-01-10
1
-58
/
+2
|
*
scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progress
Shivasharan S
2018-01-10
2
-4
/
+2
|
*
scsi: megaraid_sas: unload flag should be set after scsi_remove_host is called
Shivasharan S
2018-01-10
1
-1
/
+1
|
*
scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware i...
Shivasharan S
2018-01-10
1
-4
/
+12
|
*
scsi: megaraid_sas: Reset ldio_outstanding in megasas_resume
Shivasharan S
2018-01-10
1
-0
/
+1
|
*
scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_num
Shivasharan S
2018-01-10
1
-14
/
+18
|
*
scsi: megaraid_sas: memset IOC INIT frame using correct size
Shivasharan S
2018-01-10
1
-1
/
+1
|
*
scsi: megaraid_sas: zero out IOC INIT and stream detection memory
Shivasharan S
2018-01-10
2
-2
/
+2
*
|
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
|
/
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2017-11-14
5
-607
/
+1207
|
\
|
*
scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"
Colin Ian King
2017-11-03
1
-1
/
+1
|
*
scsi: megaraid: Remove redundant code in megasas_alloc_cmds
Yisheng Xie
2017-11-03
1
-2
/
+0
|
*
scsi: megaraid_sas: driver version upgrade
Shivasharan S
2017-10-25
1
-2
/
+2
|
*
scsi: megaraid_sas: Add support for 64bit consistent DMA
Shivasharan S
2017-10-25
4
-151
/
+503
|
*
scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ mode
Shivasharan S
2017-10-25
1
-4
/
+0
|
*
scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for highe...
Shivasharan S
2017-10-25
2
-39
/
+68
|
*
scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commands
Shivasharan S
2017-10-25
2
-14
/
+31
|
*
scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4k
Shivasharan S
2017-10-25
2
-9
/
+58
|
*
scsi: megaraid_sas: Update current host time to FW during IOC Init
Shivasharan S
2017-10-25
1
-0
/
+7
|
*
scsi: megaraid_sas: Move controller memory allocations and DMA mask settings ...
Shivasharan S
2017-10-25
1
-15
/
+28
|
*
scsi: megaraid_sas: Move initialization of instance parameters inside newly c...
Shivasharan S
2017-10-25
1
-58
/
+61
|
*
scsi: megaraid_sas: remove instance->ctrl_info
Shivasharan S
2017-10-25
2
-30
/
+14
|
*
scsi: megaraid_sas: Pre-allocate frequently used DMA buffers
Shivasharan S
2017-10-25
4
-66
/
+116
|
*
scsi: megaraid_sas: Create separate functions for allocating and freeing cont...
Shivasharan S
2017-10-25
1
-83
/
+103
|
*
scsi: megaraid_sas: Create separate functions to allocate ctrl memory
Shivasharan S
2017-10-25
1
-46
/
+76
|
*
scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocation
Shivasharan S
2017-10-25
3
-16
/
+31
|
*
scsi: megaraid_sas: replace is_ventura with adapter_type checks
Shivasharan S
2017-10-25
4
-24
/
+22
|
*
scsi: megaraid_sas: Remove redundant checks for ctrl_context
Shivasharan S
2017-10-25
1
-4
/
+4
|
*
scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adap...
Shivasharan S
2017-10-25
1
-27
/
+37
|
*
scsi: megaraid_sas: Add support for Crusader controllers
Shivasharan S
2017-10-25
2
-22
/
+30
|
*
scsi: megaraid_sas: use adapter_type for all gen controllers
Shivasharan S
2017-10-25
5
-55
/
+76
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-13
5
-62
/
+47
|
\
\
|
*
|
scsi: megaraid: Convert timers to use timer_setup()
Kees Cook
2017-11-01
5
-62
/
+47
|
|
/
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
Merge branch 'fixes' into misc
James Bottomley
2017-09-07
1
-1
/
+1
|
\
|
*
scsi: megaraid_sas: fix error handle in megasas_probe_one
weiping zhang
2017-08-16
1
-1
/
+1
*
|
scsi: megaraid_mbox: drop duplicate bus reset and device reset function
Hannes Reinecke
2017-08-25
1
-2
/
+0
*
|
scsi: megaraid_sas: driver version upgrade
Shivasharan S
2017-08-24
1
-2
/
+2
*
|
scsi: megaraid_sas: call megasas_dump_frame with correct IO frame size
Shivasharan S
2017-08-24
1
-1
/
+1
*
|
scsi: megaraid_sas: modified few prints in OCR and IOC INIT path
Shivasharan S
2017-08-24
1
-9
/
+14
*
|
scsi: megaraid_sas: replace internal FALSE/TRUE definitions with false/true
Shivasharan S
2017-08-24
1
-25
/
+15
[next]