summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
AgeCommit message (Expand)Author
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
2019-06-18scsi: hpsa: wait longer for ptraid commandsDon Brace
2019-06-18scsi: hpsa: check for tag collisionDon Brace
2019-06-18scsi: hpsa: use local workqueues instead of system workqueuesDon Brace
2019-06-18scsi: hpsa: correct simple modeDon Brace
2019-06-08docs: pci: fix broken links due to conversion from pci.txt to pci.rstMauro Carvalho Chehab
2019-06-07scsi: hpsa: correct ioaccel2 chainingDon Brace
2019-03-18scsi: hpsa: bump driver versionDon Brace
2019-03-18scsi: hpsa: remove timeout from TURsDon Brace
2019-03-18scsi: hpsa: correct device id issuesDon Brace
2019-03-18scsi: hpsa: check for lv removalDon Brace
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor
2019-01-29scsi: hpsa: clean up two indentation issuesColin Ian King
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-11-28scsi: hpsa: mark expected switch fall-throughsGustavo A. R. Silva
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-10-17scsi: hpsa: switch to generic DMA APIChristoph Hellwig
2018-09-25scsi: hpsa: Use vmemdup_user to replace the open codezhong jiang