Age | Commit message (Expand) | Author | Files | Lines |
2024-05-21 | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2024-05-16 | scsi: hpsa: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY | Damien Le Moal | 1 | -1/+1 |
2024-04-20 | scsi: hpsa: Fix allocation size for Scsi_Host private data | Yuri Karpov | 1 | -1/+1 |
2023-03-24 | Merge patch series "Constify most SCSI host templates" | Martin K. Petersen | 1 | -1/+1 |
2023-03-24 | scsi: hpsa: Declare SCSI host template const | Bart Van Assche | 1 | -1/+1 |
2023-03-24 | scsi: hpsa: Remove unused variable transMethod | Jiapeng Chong | 1 | -6/+0 |
2023-03-09 | scsi: hpsa: Remove unnecessary pci_disable_pcie_error_reporting() comment | Bjorn Helgaas | 1 | -1/+0 |
2023-01-18 | scsi: hpsa: Fix allocation size for scsi_host_alloc() | Alexey V. Vissarionov | 1 | -1/+1 |
2022-11-25 | scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device() | Yang Yingliang | 1 | -1/+3 |
2022-11-25 | scsi: hpsa: Fix error handling in hpsa_add_sas_host() | Yang Yingliang | 1 | -1/+2 |
2022-11-24 | scsi: hpsa: Fix possible memory leak in hpsa_init_one() | Yuan Can | 1 | -1/+1 |
2022-09-01 | scsi: hpsa: Simplify {clear|set}_bit() parameters | Christophe JAILLET | 1 | -4/+2 |
2022-09-01 | scsi: hpsa: Use the bitmap API to allocate bitmaps | Christophe JAILLET | 1 | -4/+2 |
2021-12-13 | scsi: hpsa: Remove an unused variable in hpsa_update_scsi_devices() | Christophe JAILLET | 1 | -2/+0 |
2021-10-16 | scsi: hpsa: Switch to attribute groups | Bart Van Assche | 1 | -20/+24 |
2021-10-16 | scsi: hpsa: Call scsi_done() directly | Bart Van Assche | 1 | -6/+6 |
2021-08-11 | scsi: hpsa: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -3/+3 |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 1 | -1/+0 |
2021-02-22 | scsi: hpsa: Correct dev cmds outstanding for retried cmds | Don Brace | 1 | -7/+44 |
2021-01-22 | scsi: hpsa: Do not set COMMAND_COMPLETE | Hannes Reinecke | 1 | -3/+1 |
2020-12-16 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -24/+14 |
2020-11-25 | scsi: hpsa: Use generic power management | Vaibhav Gupta | 1 | -5/+7 |
2020-11-16 | scsi: hpsa: Strip out a bunch of set but unused variables | Lee Jones | 1 | -18/+7 |
2020-10-29 | scsi: hpsa: Fix memory leak in hpsa_init_one() | Keita Suzuki | 1 | -1/+3 |
2020-10-26 | scsi: Remove unneeded break statements | Tom Rix | 1 | -1/+0 |
2020-10-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -8/+9 |
2020-09-02 | scsi: hpsa: Update copyright | Don Brace | 1 | -0/+1 |
2020-08-24 | scsi: hpsa: Remove pci-dma-compat wrapper API | Suraj Upadhyay | 1 | -8/+8 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -5/+5 |
2020-07-28 | scsi: hpsa: Correct ctrl queue depth | Don Brace | 1 | -5/+6 |
2020-07-24 | scsi: hpsa: Bump version | Don Brace | 1 | -1/+1 |
2020-07-24 | scsi: hpsa: Increase controller error handling timeout | Don Brace | 1 | -0/+4 |
2020-07-24 | scsi: hpsa: Correct rare oob condition | Don Brace | 1 | -3/+17 |
2020-06-04 | scsi: hpsa: hpsa_ioctl(): Tidy up a bit | Al Viro | 1 | -5/+2 |
2020-06-04 | scsi: hpsa: Get rid of compat_alloc_user_space() | Al Viro | 1 | -44/+36 |
2020-06-04 | scsi: hpsa: Don't bother with vmalloc for BIG_IOCTL_Command_struct | Al Viro | 1 | -9/+5 |
2020-06-04 | scsi: hpsa: Lift {BIG_,}IOCTL_Command_struct copy{in,out} into hpsa_ioctl() | Al Viro | 1 | -60/+56 |
2020-03-26 | scsi: hpsa: correct race condition in offload enabled | Don Brace | 1 | -23/+57 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -1/+1 |
2019-10-25 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -0/+4 |
2019-10-17 | scsi: hpsa: add missing hunks in reset-patch | Don Brace | 1 | -0/+4 |
2019-09-23 | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2019-08-28 | PCI: Move ASPM declarations to linux/pci.h | Krzysztof Wilczynski | 1 | -1/+0 |
2019-08-02 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -3/+11 |
2019-07-30 | scsi: hpsa: remove printing internal cdb on tag collision | Don Brace | 1 | -2/+0 |
2019-07-30 | scsi: hpsa: correct scsi command status issue after reset | Don Brace | 1 | -1/+11 |
2019-07-17 | docs: fix broken doc references due to renames | Mauro Carvalho Chehab | 1 | -2/+2 |
2019-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -111/+169 |
2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 1 | -2/+2 |
2019-06-18 | scsi: hpsa: fix an uninitialized read and dereference of pointer dev | Colin Ian King | 1 | -1/+1 |