summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas_base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '4.4-scsi-mkp' into miscJames Bottomley2015-11-121-140/+318
|\
| * megaraid_sas: Make tape drives visible on PERC5 controllersSumit Saxena2015-11-091-3/+17
| * megaraid_sas : SMAP restriction--do not access user memory from IOCTL codesumit.saxena@avagotech.com2015-11-021-2/+11
| * megaraid_sas: Make PI enabled VD 8 byte DMA alignedsumit.saxena@avagotech.com2015-10-291-0/+34
| * megaraid_sas: Initialize tasklet before setting up IRQssumit.saxena@avagotech.com2015-10-291-2/+3
| * megaraid_sas: Indicate online firmware upgrade support for Secure JBOD featuresumit.saxena@avagotech.com2015-10-291-4/+4
| * megaraid_sas: Update OCR capability on controller properties changesumit.saxena@avagotech.com2015-10-291-4/+7
| * megaraid_sas: Do not use PAGE_SIZE for max_sectorssumit.saxena@avagotech.com2015-10-291-1/+1
| * megaraid_sas: Support for Cutlass (12 Gbps) controllersumit.saxena@avagotech.com2015-10-291-0/+6
| * megaraid_sas: Support for Intruder (12 Gbps) controllersumit.saxena@avagotech.com2015-10-291-0/+8
| * megaraid_sas: Remove PCI id checkssumit.saxena@avagotech.com2015-10-291-105/+47
| * megaraid_sas: Expose TAPE drives unconditionallysumit.saxena@avagotech.com2015-10-291-2/+3
| * megaraid_sas: Code refactor for use of requestorIdsumit.saxena@avagotech.com2015-10-291-17/+18
| * megaraid_sas: Print critical firmware event messagessumit.saxena@avagotech.com2015-10-291-0/+61
| * megaraid_sas: JBOD sequence number supportsumit.saxena@avagotech.com2015-10-291-1/+99
| * megaraid_sas: Increase timeout to 60 secs for abort frames during shutdownsumit.saxena@avagotech.com2015-10-291-2/+2
* | scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-8/+0
|/
* megaraid_sas: fix whitespace errorsBjorn Helgaas2015-08-261-126/+118
* megaraid_sas: use dev_printk when possibleBjorn Helgaas2015-08-261-154/+150
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-231-398/+341
|\
| * megaraid: fix irq setup process regressionTomas Henzl2015-06-131-16/+14
| * megaraid_sas : Modify return value of megasas_issue_blocked_cmd() and wait_an...Sumit.Saxena@avagotech.com2015-06-011-40/+27
| * megaraid_sas : swap whole register in megasas_register_aenChristoph Hellwig2015-05-251-2/+2
| * megaraid_sas : add missing byte swaps to the sriov codeChristoph Hellwig2015-05-251-21/+25
| * megaraid_sas : move endianness conversion into caller of megasas_get_seq_numChristoph Hellwig2015-05-251-6/+6
| * megaraid_sas : add endianness conversions for all onesChristoph Hellwig2015-05-251-1/+1
| * megaraid_sas : add endianness annotationsChristoph Hellwig2015-05-251-1/+1
| * megaraid_sas : add missing __iomem annotationsChristoph Hellwig2015-05-251-4/+5
| * megaraid_sas : megasas_complete_outstanding_ioctls() can be statickbuild test robot2015-05-251-1/+1
| * megaraid_sas : Support for Avago's Single server High Availability productSumit.Saxena@avagotech.com2015-05-251-1/+14
| * megaraid_sas : Add release date and update driver versionSumit.Saxena@avagotech.com2015-05-251-0/+19
| * megaraid_sas : Modify driver's meta data to reflect AvagoSumit.Saxena@avagotech.com2015-05-251-3/+3
| * megaraid_sas : Use Block layer tag support for internal command indexingSumit.Saxena@avagotech.com2015-05-251-115/+57
| * megaraid_sas : Enhanced few printsSumit.Saxena@avagotech.com2015-05-251-25/+24
| * megaraid_sas : Move controller's queue depth calculation in adapter specific ...Sumit.Saxena@avagotech.com2015-05-251-24/+15
| * megaraid_sas : Add separate functions for building sysPD IOs and non RW LDIOsSumit.Saxena@avagotech.com2015-05-251-2/+2
| * megaraid_sas : Add separate function for setting up IRQsSumit.Saxena@avagotech.com2015-05-251-146/+135
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\ \ | |/ |/|
| * megaraid_sas: fix kerneldocGeert Uytterhoeven2015-05-261-1/+1
* | megaraid_sas: remove redundant memset callSumit.Saxena@avagotech.com2015-01-091-2/+0
* | megaraid_sas: reserve commands for IOCTLs and internal DCMDsSumit.Saxena@avagotech.com2015-01-091-34/+35
* | megaraid_sas: complete outstanding IOCTLs before killing adapterSumit.Saxena@avagotech.com2015-01-091-11/+54
* | megaraid_sas: add support for secure JBODSumit.Saxena@avagotech.com2015-01-091-10/+18
* | megaraid_sas: endianness related bug fixes and code optimizationSumit.Saxena@avagotech.com2015-01-091-13/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\ \ | |/
| * treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-1/+1
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-12/+1
* | scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-241-2/+0
* | megaraid_sas: do not process IOCTLs and SCSI commands during driver removalSumit.Saxena@avagotech.com2014-11-241-4/+15
* | megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com2014-11-241-1/+1
OpenPOWER on IntegriCloud