summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid
Commit message (Expand)AuthorAgeFilesLines
* megaraid_sas: fix whitespace errorsBjorn Helgaas2015-08-261-126/+118Star
* megaraid_sas: use dev_printk when possibleBjorn Helgaas2015-08-262-203/+196Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-245-1003/+930Star
|\
| * megaraid: fix irq setup process regressionTomas Henzl2015-06-131-16/+14Star
| * megaraid_sas : Modify return value of megasas_issue_blocked_cmd() and wait_an...Sumit.Saxena@avagotech.com2015-06-013-42/+30Star
| * megaraid_sas : swap whole register in megasas_register_aenChristoph Hellwig2015-05-251-2/+2
| * megaraid_sas : fix megasas_fire_cmd_fusion calling conventionChristoph Hellwig2015-05-251-41/+31Star
| * megaraid_sas : add missing byte swaps to the sriov codeChristoph Hellwig2015-05-251-21/+25
| * megaraid_sas : bytewise or should be done on native endian variablesChristoph Hellwig2015-05-251-1/+3
| * 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-253-8/+10
| * megaraid_sas : add endianness annotationsChristoph Hellwig2015-05-255-296/+296
| * megaraid_sas : add missing __iomem annotationsChristoph Hellwig2015-05-252-5/+6
| * 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-253-3/+49
| * megaraid_sas : Add release date and update driver versionSumit.Saxena@avagotech.com2015-05-252-1/+21
| * 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-254-242/+99Star
| * megaraid_sas : Enhanced few printsSumit.Saxena@avagotech.com2015-05-251-25/+24Star
| * megaraid_sas : Move controller's queue depth calculation in adapter specific ...Sumit.Saxena@avagotech.com2015-05-253-24/+25
| * megaraid_sas : Add separate functions for building sysPD IOs and non RW LDIOsSumit.Saxena@avagotech.com2015-05-253-106/+138
| * megaraid_sas : Add separate function for refiring MFI commandsSumit.Saxena@avagotech.com2015-05-251-41/+39Star
| * megaraid_sas : Add separate function for setting up IRQsSumit.Saxena@avagotech.com2015-05-251-146/+135Star
* | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-0/+8
|\ \
| * | megaraid_sas: fix TRUE and FALSE re-define build errorSuthikulpanit, Suravee2015-06-151-0/+8
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-232-2/+2
|\ \ | |/ |/|
| * megaraid_sas: fix kerneldocGeert Uytterhoeven2015-05-262-2/+2
* | megaraid_sas: use raw_smp_processor_id()Christoph Hellwig2015-04-161-3/+6
* | megaraid_sas: driver version updateSumit.Saxena@avagotech.com2015-01-091-1/+1
* | megaraid_sas: remove redundant memset callSumit.Saxena@avagotech.com2015-01-091-2/+0Star
* | megaraid_sas: reserve commands for IOCTLs and internal DCMDsSumit.Saxena@avagotech.com2015-01-093-39/+45
* | megaraid_sas: complete outstanding IOCTLs before killing adapterSumit.Saxena@avagotech.com2015-01-092-15/+54
* | megaraid_sas: disable interrupt_mask before enabling hardware interruptsSumit.Saxena@avagotech.com2015-01-091-1/+2
* | megaraid_sas: fix the problem of non-existing VD exposed to hostSumit.Saxena@avagotech.com2015-01-092-2/+15
* | megaraid_sas: add support for secure JBODSumit.Saxena@avagotech.com2015-01-093-51/+107
* | megaraid_sas: endianness related bug fixes and code optimizationSumit.Saxena@avagotech.com2015-01-094-30/+24Star
* | 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-242-32/+2Star
* | scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-242-4/+0Star
* | megaraid_sas: do not process IOCTLs and SCSI commands during driver removalSumit.Saxena@avagotech.com2014-11-241-4/+15
* | megaraid_sas: dndinaness related bug fixesSumit.Saxena@avagotech.com2014-11-242-14/+16
* | megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com2014-11-241-1/+1
* | megaraid_sas: make HBA operational after LD_MAP_SYNC DCMD in OCR pathSumit.Saxena@avagotech.com2014-11-241-13/+13
* | megaraid_sas: online Firmware upgrade support for Extended VD featureSumit.Saxena@avagotech.com2014-11-244-57/+85
* | megaraid_sas: update MAINTAINERS and copyright information for megaraid driversSumit.Saxena@avagotech.com2014-11-245-40/+47
* | megaraid_sas: driver version upgrade and remove some meta data of driverSumit.Saxena@avagotech.com2014-11-242-26/+2Star
* | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-122-3/+2Star
|/
* megaraid_sas: fix bug in handling return value of pci_enable_msix_range()Jiang Liu2014-11-101-1/+1
* megaraid_sas : Driver version updateSumit.Saxena@avagotech.com2014-09-162-4/+4