summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid/megaraid_sas_base.c
AgeCommit message (Expand)Author
2020-12-08Revert "scsi: megaraid_sas: Added support for shared host tagset for cpuhotplug"Linus Torvalds
2020-11-25scsi: megaraid_sas: Update function descriptionVaibhav Gupta
2020-11-25scsi: megaraid_sas: Use generic power managementVaibhav Gupta
2020-11-25scsi: megaraid_sas: Drop PCI wakeup calls from .resumeVaibhav Gupta
2020-11-04scsi: megaraid_sas: Simplify compat_ioctl handlingArnd Bergmann
2020-11-04scsi: megaraid_sas: Check user-provided offsetsArnd Bergmann
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-06scsi: megaraid_sas: Added support for shared host tagset for cpuhotplugKashyap Desai
2020-09-15scsi: megaraid: Make smp_affinity_enable staticJason Yan
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24scsi: megaraid_sas: Clear affinity hintTomas Henzl
2020-07-08scsi: megaraid: Fix compilation warningsDamien Le Moal
2020-07-08scsi: megaraid: Fix kdoc comments formatDamien Le Moal
2020-05-11scsi: megaraid_sas: Limit device queue depth to controller queue depthKashyap Desai
2020-04-14scsi: megaraid: make two symbols static in megaraid_sas_base.cJason Yan
2020-03-17scsi: megaraid_sas: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-02-10scsi: megaraid_sas: fix indentation issueColin Ian King
2020-02-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-30scsi: megaraid_sas: fixup MSIx interrupt setup during resumeHannes Reinecke
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-01-15scsi: megaraid_sas: Do not initiate OCR if controller is not in ready stateAnand Lodnoor
2020-01-15scsi: megaraid_sas: Re-Define enum DCMD_RETURN_STATUSAnand Lodnoor
2020-01-15scsi: megaraid_sas: Do not kill host bus adapter, if adapter is already deadAnand Lodnoor
2020-01-15scsi: megaraid_sas: Set no_write_same only for Virtual DiskAnand Lodnoor
2020-01-15scsi: megaraid_sas: Reset adapter if FW is not in READY state after device re...Anand Lodnoor
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-11-26scsi: megaraid_sas: Make poll_aen_lock staticYueHaibing
2019-10-09scsi: megaraid_sas: Unique names for MSI-X vectorsChandrakanth Patil
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-08-12scsi: megaraid_sas: Introduce module parameter for default queue depthChandrakanth Patil
2019-07-23scsi: megaraid_sas: fix panic on loading firmware crashdumpJunxiao Bi
2019-07-23scsi: megaraid_sas: fix spelling mistake "megarid_sas" -> "megaraid_sas"Colin Ian King
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-07-16scsi: megaraid_sas: set an unlimited max_segment_sizeChristoph Hellwig
2019-07-11scsi: megaraid_sas: Add module parameter for FW Async event loggingShivasharan S
2019-07-11scsi: megaraid_sas: Enable msix_load_balance for Invader and later controllersShivasharan S
2019-07-11scsi: megaraid_sas: Fix calculation of target IDShivasharan S
2019-07-11scsi: megaraid_sas: Make some symbols staticYueHaibing
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-27scsi: megaraid_sas: Introduce various Aero performance modesChandrakanth Patil
2019-06-27scsi: megaraid_sas: Set affinity for high IOPS reply queuesChandrakanth Patil
2019-06-27scsi: megaraid_sas: Add support for High IOPS queuesChandrakanth Patil
2019-06-27scsi: megaraid_sas: Add support for MPI toolbox commandsChandrakanth Patil
2019-06-27scsi: megaraid_sas: Offload Aero RAID5/6 division calculations to driverChandrakanth Patil
2019-06-27scsi: megaraid_sas: RAID1 PCI bandwidth limit algorithm is applicable for onl...Chandrakanth Patil
2019-06-27scsi: megaraid_sas: megaraid_sas: Add check for count returned by HOST_DEVICE...Chandrakanth Patil
2019-06-27scsi: megaraid_sas: Handle sequence JBOD map failure at driver levelChandrakanth Patil
2019-06-27scsi: megaraid_sas: Release Mutex lock before OCR in case of DCMD timeoutChandrakanth Patil
2019-06-27scsi: megaraid_sas: Add support for Non-secure Aero PCI IDsChandrakanth Patil
2019-06-18scsi: megaraid_sas: use DEVICE_ATTR_{RO, RW}Tomas Henzl