summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pmcraid.c
AgeCommit message (Expand)AuthorLines
2024-12-09scsi: Constify struct pci_device_idChristophe JAILLET-1/+1
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche-4/+4
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-7/+7
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2024-09-12scsi: pmcraid: Convert comma to semicolonChen Ni-1/+1
2024-09-09treewide: correct the typo 'retun'WangYuli-1/+1
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-05-16scsi: pmcraid: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal-1/+1
2024-04-11scsi: pmcraid: Switch to using ->device_configureChristoph Hellwig-5/+6
2024-03-10scsi: pmcraid: Make pmcraid_class constantRicardo B. Marliere-9/+11
2023-10-24scsi: pmcraid: Add missing scsi_device_put() in pmcraid_eh_target_reset_handl...Hannes Reinecke-3/+6
2023-10-24scsi: pmcraid: Fix kernel-doc commentYang Li-1/+1
2023-10-13scsi: pmcraid: Select device in pmcraid_eh_target_reset_handler()Hannes Reinecke-2/+14
2023-10-13scsi: pmcraid: Select device in pmcraid_eh_bus_reset_handler()Hannes Reinecke-8/+38
2023-08-21scsi: pmcraid: Use pci_dev_id() to simplify the codeZheng Zengkai-2/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-03-24scsi: pmcraid: Declare SCSI host template constBart Van Assche-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2022-06-07scsi: pmcraid: Fix missing resource cleanup in error caseChengguang Xu-1/+1
2022-05-23scsi: pmcraid: Fix typo in commentJulia Lawall-1/+1
2022-04-18scsi: pmcraid: Remove unneeded semicolonJiapeng Chong-1/+1
2022-03-29scsi: pmcraid: Remove the PMCRAID_PASSTHROUGH_IOCTL ioctl implementationChristophe JAILLET-491/+0
2021-12-22scsi: pmcraid: Don't use GFP_DMA in pmcraid_alloc_sglist()Christoph Hellwig-2/+2
2021-11-29scsi: pmcraid: Fix a kernel-doc warningBart Van Assche-1/+0
2021-10-16scsi: pmcraid: Switch to attribute groupsBart Van Assche-5/+6
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche-4/+1
2021-10-16scsi: pmcraid: Call scsi_done() directlyBart Van Assche-6/+5
2021-03-18scsi: pmcraid: Correct function name pmcraid_show_adapter_id() in headerLee Jones-1/+1
2021-03-18scsi: pmcraid: Fix a whole host of kernel-doc issuesLee Jones-35/+33
2020-11-25scsi: pmcraid: Use generic power managementVaibhav Gupta-33/+10
2020-11-25scsi: pmcraid: Drop PCI Wakeup calls from .resumeVaibhav Gupta-1/+0
2020-09-09scsi: pmcraid: Remove set but not used 'res'Ye Bin-2/+0
2020-08-20scsi: pmcraid: Remove superfluous memset()Li Heng-1/+0
2020-04-24scsi: pmcraid: Replace dma_pool_malloc with dma_pool_zallocWu Bo-3/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann-3/+1
2019-08-12scsi: pmcraid: Fix a typo - pcmraid --> pmcraidChristophe JAILLET-1/+1
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-7/+7
2019-06-20scsi: pmcraid: use sg helper to iterate over scatterlistMing Lei-7/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-16/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-3/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig-1/+0
2018-11-06scsi: pmcraid: use generic DMA APIChristoph Hellwig-43/+36
2018-11-06scsi: pmcraid: don't allocate a dma coherent buffer for sense dataChristoph Hellwig-16/+8
2018-11-06scsi: pmcraid: simplify pmcraid_cancel_all a bitChristoph Hellwig-7/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+3
2018-02-13scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order()Bart Van Assche-39/+4
2018-02-13scsi: pmcraid: remove redundant initializations of pointer 'ioadl'Colin Ian King-4/+4
2017-12-07scsi: pmcraid: use correct size unit when calling find_first_zero_bit()Niklas Cassel-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook-5/+5
2017-11-01scsi: pmcraid: Convert timers to use timer_setup()Kees Cook-20/+13