aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-22scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish3-41/+36
2021-01-22scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish3-38/+65
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry3-46/+36
2021-01-20scsi: pm80xx: Switch from 'pci_' to 'dma_' APIChristophe JAILLET1-4/+5
2021-01-20scsi: pm80xx: Clean up indentation of a code blockColin Ian King1-19/+15
2021-01-13scsi: pm80xx: Log SATA IOMB completion status on failureVishakha Channapattan1-5/+8
2021-01-13scsi: pm80xx: Simultaneous poll for all FW readinessBhavesh Jashnani1-57/+23
2021-01-13scsi: pm80xx: Fix driver fatal dump failureViswas G1-5/+9
2021-01-13scsi: pm80xx: Fix missing tag_free in NVMD DATA reqakshatzen1-4/+10
2021-01-13scsi: pm80xx: Check main config table addressakshatzen2-6/+58
2021-01-13scsi: pm80xx: Check for fatal errorakshatzen5-0/+61
2021-01-13scsi: pm80xx: Do not busy wait in MPI init checkakshatzen2-5/+5
2020-12-07scsi: pm80xx: Fix error return in pm8001_pci_probe()Zhang Qilong1-1/+2
2020-12-01scsi: pm80xx: Do not sleep in atomic contextAhmed S. Darwish1-1/+1
2020-11-30scsi: pm8001: Remove space in a debug messageColin Ian King1-1/+1
2020-11-30scsi: pm8001: Fix misindentationJoe Perches1-10/+10
2020-11-30scsi: pm8001: Convert pm8001_printk() to pm8001_info()Joe Perches3-6/+6
2020-11-25scsi: pm_8001: Use generic power managementVaibhav Gupta1-29/+17
2020-11-25scsi: pm_8001: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-11-23scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk() explicitJoe Perches3-11/+10
2020-11-23scsi: pm8001: Neaten debug logging macros and usesJoe Perches6-1887/+1354
2020-11-23scsi: pm8001: Remove typecast for pointer returned by kcalloc()Xu Wang1-1/+1
2020-11-16scsi: pm8001: Remove unused variable 'value'Lee Jones1-2/+2
2020-11-10scsi: pm8001: pm8001_sas: Fix strncpy() warning when space is not left for NULLee Jones1-1/+1
2020-11-04scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race conditionyuuzheng1-1/+6
2020-11-04scsi: pm80xx: Avoid busywait in FW ready checkakshatzen2-10/+17
2020-11-04scsi: pm80xx: Make running_req atomicViswas G5-27/+147
2020-11-04scsi: pm80xx: Make mpi_build_cmd locking consistentpeter chang2-14/+15
2020-10-07scsi: pm80xx: Driver version updateViswas G1-1/+1
2020-10-07scsi: pm80xx: Increase the number of outstanding I/O supported to 1024Viswas G5-47/+73
2020-10-07scsi: pm80xx: Remove DMA memory allocation for ccb and device structuresViswas G2-23/+33
2020-10-07scsi: pm80xx: Increase number of supported queuesViswas G6-104/+160
2020-08-31scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abortDinghao Liu1-1/+1
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-44/+68
2020-07-24scsi: pm8001: Staticify 'pm80xx_pci_mem_copy' and 'mpi_set_phy_profile_req'Lee Jones1-3/+4
2020-07-24scsi: pm8001: Remove a bunch of set but unused variablesLee Jones1-3/+3
2020-07-24scsi: pm8001: Fix some function documentation issuesLee Jones1-8/+8
2020-07-24scsi: pm8001: Fix a bunch of kerneldoc issuesLee Jones1-10/+11
2020-07-24scsi: pm8001: Add descriptions for unused 'attr' function parametersLee Jones1-1/+8
2020-07-24scsi: pm8001: Move function header and supply some missing parameter descriptionsLee Jones1-4/+5
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-2/+2
2020-07-15scsi: pm8001: Provide descriptions for the many undocumented 'attr'sLee Jones1-0/+14
2020-07-15scsi: pm8001: Demote obvious misuse of kerneldoc and update othersLee Jones1-15/+15
2020-06-15scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig1-0/+1
2020-03-17scsi: pm80xx: Introduce read and write length for IOCTL payload structureViswas G4-21/+22
2020-03-17scsi: pm80xx: sysfs attribute for non fatal dumpDeepak Ukey4-0/+180
2020-03-17scsi: pm80xx: Cleanup initialization loading fail pathPeter Chang1-6/+11
2020-03-17scsi: pm80xx: Free the tag when mpi_set_phy_profile_resp is receivedyuuzheng1-3/+7
2020-03-17scsi: pm80xx: Deal with kexec rebootsVikram Auradkar2-9/+54
2020-03-17scsi: pm80xx: Increase request sg lengthPeter Chang2-3/+4