aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-26megaraid_sas: fix whitespace errorsBjorn Helgaas1-126/+118
2015-08-26megaraid_sas: use dev_printk when possibleBjorn Helgaas2-203/+196
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-1003/+930
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+8
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2015-06-15megaraid_sas: fix TRUE and FALSE re-define build errorSuthikulpanit, Suravee1-0/+8
2015-06-13megaraid: fix irq setup process regressionTomas Henzl1-16/+14
2015-06-01megaraid_sas : Modify return value of megasas_issue_blocked_cmd() and wait_and_poll() to consider command status returned by firmwareSumit.Saxena@avagotech.com3-42/+30
2015-05-26megaraid_sas: fix kerneldocGeert Uytterhoeven2-2/+2
2015-05-25megaraid_sas : swap whole register in megasas_register_aenChristoph Hellwig1-2/+2
2015-05-25megaraid_sas : fix megasas_fire_cmd_fusion calling conventionChristoph Hellwig1-41/+31
2015-05-25megaraid_sas : add missing byte swaps to the sriov codeChristoph Hellwig1-21/+25
2015-05-25megaraid_sas : bytewise or should be done on native endian variablesChristoph Hellwig1-1/+3
2015-05-25megaraid_sas : move endianness conversion into caller of megasas_get_seq_numChristoph Hellwig1-6/+6
2015-05-25megaraid_sas : add endianness conversions for all onesChristoph Hellwig3-8/+10
2015-05-25megaraid_sas : add endianness annotationsChristoph Hellwig5-296/+296
2015-05-25megaraid_sas : add missing __iomem annotationsChristoph Hellwig2-5/+6
2015-05-25megaraid_sas : megasas_complete_outstanding_ioctls() can be statickbuild test robot1-1/+1
2015-05-25megaraid_sas : Support for Avago's Single server High Availability productSumit.Saxena@avagotech.com3-3/+49
2015-05-25megaraid_sas : Add release date and update driver versionSumit.Saxena@avagotech.com2-1/+21
2015-05-25megaraid_sas : Modify driver's meta data to reflect AvagoSumit.Saxena@avagotech.com1-3/+3
2015-05-25megaraid_sas : Use Block layer tag support for internal command indexingSumit.Saxena@avagotech.com4-242/+99
2015-05-25megaraid_sas : Enhanced few printsSumit.Saxena@avagotech.com1-25/+24
2015-05-25megaraid_sas : Move controller's queue depth calculation in adapter specific functionSumit.Saxena@avagotech.com3-24/+25
2015-05-25megaraid_sas : Add separate functions for building sysPD IOs and non RW LDIOsSumit.Saxena@avagotech.com3-106/+138
2015-05-25megaraid_sas : Add separate function for refiring MFI commandsSumit.Saxena@avagotech.com1-41/+39
2015-05-25megaraid_sas : Add separate function for setting up IRQsSumit.Saxena@avagotech.com1-146/+135
2015-04-16megaraid_sas: use raw_smp_processor_id()Christoph Hellwig1-3/+6
2015-01-09megaraid_sas: driver version updateSumit.Saxena@avagotech.com1-1/+1
2015-01-09megaraid_sas: remove redundant memset callSumit.Saxena@avagotech.com1-2/+0
2015-01-09megaraid_sas: reserve commands for IOCTLs and internal DCMDsSumit.Saxena@avagotech.com3-39/+45
2015-01-09megaraid_sas: complete outstanding IOCTLs before killing adapterSumit.Saxena@avagotech.com2-15/+54
2015-01-09megaraid_sas: disable interrupt_mask before enabling hardware interruptsSumit.Saxena@avagotech.com1-1/+2
2015-01-09megaraid_sas: fix the problem of non-existing VD exposed to hostSumit.Saxena@avagotech.com2-2/+15
2015-01-09megaraid_sas: add support for secure JBODSumit.Saxena@avagotech.com3-51/+107
2015-01-09megaraid_sas: endianness related bug fixes and code optimizationSumit.Saxena@avagotech.com4-30/+24
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2-32/+2
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2-4/+0
2014-11-24megaraid_sas: do not process IOCTLs and SCSI commands during driver removalSumit.Saxena@avagotech.com1-4/+15
2014-11-24megaraid_sas: dndinaness related bug fixesSumit.Saxena@avagotech.com2-14/+16
2014-11-24megaraid_sas: corrected return of wait_event from abort frame pathSumit.Saxena@avagotech.com1-1/+1
2014-11-24megaraid_sas: make HBA operational after LD_MAP_SYNC DCMD in OCR pathSumit.Saxena@avagotech.com1-13/+13
2014-11-24megaraid_sas: online Firmware upgrade support for Extended VD featureSumit.Saxena@avagotech.com4-57/+85
2014-11-24megaraid_sas: update MAINTAINERS and copyright information for megaraid driversSumit.Saxena@avagotech.com5-40/+47
2014-11-24megaraid_sas: driver version upgrade and remove some meta data of driverSumit.Saxena@avagotech.com2-26/+2
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2-3/+2
2014-11-10megaraid_sas: fix bug in handling return value of pci_enable_msix_range()Jiang Liu1-1/+1
2014-09-16megaraid_sas : Driver version updateSumit.Saxena@avagotech.com2-4/+4