aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001
AgeCommit message (Expand)AuthorFilesLines
2020-10-07scsi: pm80xx: Driver version updateGravatar Viswas G 1-1/+1
2020-10-07scsi: pm80xx: Increase the number of outstanding I/O supported to 1024Gravatar Viswas G 5-47/+73
2020-10-07scsi: pm80xx: Remove DMA memory allocation for ccb and device structuresGravatar Viswas G 2-23/+33
2020-10-07scsi: pm80xx: Increase number of supported queuesGravatar Viswas G 6-104/+160
2020-08-31scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abortGravatar Dinghao Liu 1-1/+1
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 5-44/+68
2020-07-24scsi: pm8001: Staticify 'pm80xx_pci_mem_copy' and 'mpi_set_phy_profile_req'Gravatar Lee Jones 1-3/+4
2020-07-24scsi: pm8001: Remove a bunch of set but unused variablesGravatar Lee Jones 1-3/+3
2020-07-24scsi: pm8001: Fix some function documentation issuesGravatar Lee Jones 1-8/+8
2020-07-24scsi: pm8001: Fix a bunch of kerneldoc issuesGravatar Lee Jones 1-10/+11
2020-07-24scsi: pm8001: Add descriptions for unused 'attr' function parametersGravatar Lee Jones 1-1/+8
2020-07-24scsi: pm8001: Move function header and supply some missing parameter descript...Gravatar Lee Jones 1-4/+5
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 2-2/+2
2020-07-15scsi: pm8001: Provide descriptions for the many undocumented 'attr'sGravatar Lee Jones 1-0/+14
2020-07-15scsi: pm8001: Demote obvious misuse of kerneldoc and update othersGravatar Lee Jones 1-15/+15
2020-06-15scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversGravatar Christoph Hellwig 1-0/+1
2020-03-17scsi: pm80xx: Introduce read and write length for IOCTL payload structureGravatar Viswas G 4-21/+22
2020-03-17scsi: pm80xx: sysfs attribute for non fatal dumpGravatar Deepak Ukey 4-0/+180
2020-03-17scsi: pm80xx: Cleanup initialization loading fail pathGravatar Peter Chang 1-6/+11
2020-03-17scsi: pm80xx: Free the tag when mpi_set_phy_profile_resp is receivedGravatar yuuzheng 1-3/+7
2020-03-17scsi: pm80xx: Deal with kexec rebootsGravatar Vikram Auradkar 2-9/+54
2020-03-17scsi: pm80xx: Increase request sg lengthGravatar Peter Chang 2-3/+4
2020-01-30scsi: pm80xx: fix spelling mistake "to" -> "too"Gravatar Colin Ian King 1-1/+1
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversGravatar Arnd Bergmann 1-0/+3
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-2/+2
2019-11-26scsi: pm80xx: Remove unused include of linux/version.hGravatar YueHaibing 1-1/+0
2019-11-26scsi: pm80xx: fix logic to break out of loop when register value is 2 or 3Gravatar Colin Ian King 1-1/+1
2019-11-19scsi: pm80xx: Modified the logic to collect fatal dumpGravatar Deepak Ukey 2-59/+195
2019-11-19scsi: pm80xx: Tie the interrupt name to the module instanceGravatar Vikram Auradkar 2-5/+8
2019-11-19scsi: pm80xx: Controller fatal error through sysfsGravatar Deepak Ukey 1-0/+20
2019-11-19scsi: pm80xx: Do not request 12G sas speedsGravatar peter chang 3-17/+22
2019-11-19scsi: pm80xx: Cleanup command when a reset times outGravatar peter chang 1-13/+37
2019-11-19scsi: pm80xx: Fix command issue sizingGravatar peter chang 3-40/+79
2019-11-19scsi: pm80xx: Fix dereferencing dangling pointerGravatar Vikram Auradkar 1-6/+6
2019-11-19scsi: pm80xx: Increase timeout for pm80xx mpi_uninit_checkGravatar ianyar 2-2/+5
2019-11-19scsi: pm80xx: Squashed logging cleanup changesGravatar peter chang 5-37/+170
2019-11-19scsi: pm80xx: Convert 'long' mdelay to msleepGravatar Vikram Auradkar 1-2/+2
2019-11-19scsi: pm80xx: Initialize variable used as return statusGravatar John Sperbeck 1-1/+1
2019-11-19scsi: pm80xx: Make phy enable completion as NULLGravatar peter chang 1-1/+3
2019-11-19scsi: pm80xx: Fix for SATA device discoveryGravatar peter chang 1-0/+2
2019-11-01scsi: pm8001: Fix Use plain integer as NULL pointerGravatar Saurav Girepunje 1-1/+1
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsGravatar Denis Efremov 2-2/+2
2019-08-07scsi: pm80xx: remove redundant assignments to variable rcGravatar Colin Ian King 1-10/+3
2019-07-11scsi: pm80xx: Fixed kernel panic during error recovery for SATA driveGravatar Deepak Ukey 3-2/+8
2019-06-27scsi: pm80xx: Modified the logic to collect IOP event logsGravatar Deepak Ukey 1-16/+17
2019-06-27scsi: pm80xx: Event log size through sysfsGravatar Deepak Ukey 1-0/+19
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()Gravatar John Garry 4-6/+5
2019-06-18scsi: pm8001: Fix typo in code commentsGravatar Weitao Hou 1-1/+1
2019-04-03scsi: pm8001: fix spelling mistake, interupt -> interruptGravatar Colin Ian King 4-7/+7