summaryrefslogtreecommitdiffstats
path: root/drivers/block/rsxx/core.c
Commit message (Expand)AuthorAgeFilesLines
* block: remove the rsxx driverChristoph Hellwig2021-12-161-1119/+0
* rsxx: Drop PCI legacy power managementBjorn Helgaas2021-12-141-7/+0
* block/rsxx: add error handling support for add_disk()Luis Chamberlain2021-10-181-1/+3
* rsxx: remove extraneous 'const' qualifierArnd Bergmann2021-03-241-1/+1
* block: rsxx: fix error return code of rsxx_pci_probe()Jia-Ju Bai2021-03-101-0/+1
* rsxx: Return -EFAULT if copy_to_user() failsDan Carpenter2021-03-031-3/+5
* rsxx: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-021-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* | rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()'Christophe JAILLET2020-07-111-14/+16
|/
* rsxx: add missed destroy_workqueue calls in removeChuhong Yuan2019-11-141-0/+2
* rsxx: don't call dma_set_max_seg_sizeChristoph Hellwig2019-06-051-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* block: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-0/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+1
|\
| * PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig2018-10-101-1/+1
* | rsxx: switch to the generic DMA APIChristoph Hellwig2018-10-181-1/+1
|/
* rsxx: Convert to new IDA APIMatthew Wilcox2018-08-211-16/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-3/+3
* rsxx: don't open-code memdup_user()Al Viro2016-01-061-7/+4
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-1/+1
|\
| * rsxx: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-011-1/+1
* | rsxx debugfs inanityAl Viro2014-10-091-65/+16
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher2013-11-081-5/+0
* rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher2013-11-081-1/+2
* rsxx: Adding in debugfs entries.Philip J Kelleher2013-06-191-0/+275
* rsxx: Changing the adapter name to the official name.Philip J Kelleher2013-06-191-5/+5
* rsxx: Adding in sync_start module paramenter.Philip J Kelleher2013-06-191-0/+34
* rsxx: Restructured DMA cancel scheme.Philip J Kelleher2013-06-191-3/+14
* rsxx: Individual workqueues for interruptible events.Philip J Kelleher2013-06-191-3/+20
* rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher2013-03-261-3/+16
* Adding in EEH support to the IBM FlashSystem 70/80 device driverPhilip J Kelleher2013-03-161-2/+201
* block: IBM RamSan 70/80 error message bug fix.Philip J Kelleher2013-03-111-3/+4
* block: IBM RamSan 70/80 branding changes.Philip J Kelleher2013-03-111-6/+4
* block: IBM RamSan 70/80 trivial changes.Philip J Kelleher2013-03-111-2/+2
* block: IBM RamSan 70/80 driver fixesPhilip J Kelleher2013-02-181-23/+21
* block: remove new __devinit/exit annotations on ramsam driverStephen Rothwell2013-02-061-3/+3
* block: IBM RamSan 70/80 device driverjosh.h.morris@us.ibm.com2013-02-051-0/+651