summaryrefslogtreecommitdiff
path: root/drivers/scsi/hpsa.c
AgeCommit message (Expand)Author
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen
2023-03-24scsi: hpsa: Declare SCSI host template constBart Van Assche
2023-03-24scsi: hpsa: Remove unused variable transMethodJiapeng Chong
2023-03-09scsi: hpsa: Remove unnecessary pci_disable_pcie_error_reporting() commentBjorn Helgaas
2023-01-18scsi: hpsa: Fix allocation size for scsi_host_alloc()Alexey V. Vissarionov
2022-11-25scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()Yang Yingliang
2022-11-25scsi: hpsa: Fix error handling in hpsa_add_sas_host()Yang Yingliang
2022-11-24scsi: hpsa: Fix possible memory leak in hpsa_init_one()Yuan Can
2022-09-01scsi: hpsa: Simplify {clear|set}_bit() parametersChristophe JAILLET
2022-09-01scsi: hpsa: Use the bitmap API to allocate bitmapsChristophe JAILLET
2021-12-13scsi: hpsa: Remove an unused variable in hpsa_update_scsi_devices()Christophe JAILLET
2021-10-16scsi: hpsa: Switch to attribute groupsBart Van Assche
2021-10-16scsi: hpsa: Call scsi_done() directlyBart Van Assche
2021-08-11scsi: hpsa: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-02-22scsi: hpsa: Correct dev cmds outstanding for retried cmdsDon Brace
2021-01-22scsi: hpsa: Do not set COMMAND_COMPLETEHannes Reinecke
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-11-25scsi: hpsa: Use generic power managementVaibhav Gupta
2020-11-16scsi: hpsa: Strip out a bunch of set but unused variablesLee Jones
2020-10-29scsi: hpsa: Fix memory leak in hpsa_init_one()Keita Suzuki
2020-10-26scsi: Remove unneeded break statementsTom Rix
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-09-02scsi: hpsa: Update copyrightDon Brace
2020-08-24scsi: hpsa: Remove pci-dma-compat wrapper APISuraj Upadhyay
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-28scsi: hpsa: Correct ctrl queue depthDon Brace
2020-07-24scsi: hpsa: Bump versionDon Brace
2020-07-24scsi: hpsa: Increase controller error handling timeoutDon Brace
2020-07-24scsi: hpsa: Correct rare oob conditionDon Brace
2020-06-04scsi: hpsa: hpsa_ioctl(): Tidy up a bitAl Viro
2020-06-04scsi: hpsa: Get rid of compat_alloc_user_space()Al Viro
2020-06-04scsi: hpsa: Don't bother with vmalloc for BIG_IOCTL_Command_structAl Viro
2020-06-04scsi: hpsa: Lift {BIG_,}IOCTL_Command_struct copy{in,out} into hpsa_ioctl()Al Viro
2020-03-26scsi: hpsa: correct race condition in offload enabledDon Brace
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-10-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-10-17scsi: hpsa: add missing hunks in reset-patchDon Brace
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski
2019-08-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-07-30scsi: hpsa: remove printing internal cdb on tag collisionDon Brace
2019-07-30scsi: hpsa: correct scsi command status issue after resetDon Brace
2019-07-17docs: fix broken doc references due to renamesMauro Carvalho Chehab
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-06-18scsi: hpsa: fix an uninitialized read and dereference of pointer devColin Ian King
2019-06-18scsi: hpsa: update driver versionDon Brace
2019-06-18scsi: hpsa: correct device resetsDon Brace
2019-06-18scsi: hpsa: do-not-complete-cmds-for-deleted-devicesDon Brace