aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rsxx/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16block: remove the rsxx driverChristoph Hellwig1-1119/+0
2021-12-14rsxx: Drop PCI legacy power managementBjorn Helgaas1-7/+0
2021-10-18block/rsxx: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-03-24rsxx: remove extraneous 'const' qualifierArnd Bergmann1-1/+1
2021-03-10block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai1-0/+1
2021-03-03rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter1-3/+5
2020-10-02rsxx: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2020-07-11rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'Christophe JAILLET1-14/+16
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2019-11-14rsxx: add missed destroy_workqueue calls in removeChuhong Yuan1-0/+2
2019-06-05rsxx: don't call dma_set_max_seg_sizeChristoph Hellwig1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-04-09block: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2018-10-18rsxx: switch to the generic DMA APIChristoph Hellwig1-1/+1
2018-10-10PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig1-1/+1
2018-08-21rsxx: Convert to new IDA APIMatthew Wilcox1-16/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-3/+3
2016-01-06rsxx: don't open-code memdup_user()Al Viro1-7/+4
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-10-09rsxx debugfs inanityAl Viro1-65/+16
2014-10-01rsxx: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2013-11-08rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher1-5/+0
2013-11-08rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher1-1/+2
2013-06-19rsxx: Adding in debugfs entries.Philip J Kelleher1-0/+275
2013-06-19rsxx: Changing the adapter name to the official name.Philip J Kelleher1-5/+5
2013-06-19rsxx: Adding in sync_start module paramenter.Philip J Kelleher1-0/+34
2013-06-19rsxx: Restructured DMA cancel scheme.Philip J Kelleher1-3/+14
2013-06-19rsxx: Individual workqueues for interruptible events.Philip J Kelleher1-3/+20
2013-03-26rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher1-3/+16
2013-03-16Adding in EEH support to the IBM FlashSystem 70/80 device driverPhilip J Kelleher1-2/+201
2013-03-11block: IBM RamSan 70/80 error message bug fix.Philip J Kelleher1-3/+4
2013-03-11block: IBM RamSan 70/80 branding changes.Philip J Kelleher1-6/+4
2013-03-11block: IBM RamSan 70/80 trivial changes.Philip J Kelleher1-2/+2
2013-02-18block: IBM RamSan 70/80 driver fixesPhilip J Kelleher1-23/+21
2013-02-06block: remove new __devinit/exit annotations on ramsam driverStephen Rothwell1-3/+3
2013-02-05block: IBM RamSan 70/80 device driverjosh.h.morris@us.ibm.com1-0/+651