| Commit message (Expand) | Author | Age | Files | Lines |
* | block: rsxx: fix error return code of rsxx_pci_probe() | Jia-Ju Bai | 2021-03-17 | 1 | -0/+1 |
* | rsxx: Return -EFAULT if copy_to_user() fails | Dan Carpenter | 2021-03-09 | 1 | -3/+5 |
* | rsxx: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-10-02 | 1 | -1/+1 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-08-07 | 1 | -1/+1 |
|\ |
|
| * | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state' | Luc Van Oostenryck | 2020-07-07 | 1 | -1/+1 |
* | | rsxx: switch from 'pci_free_consistent()' to 'dma_free_coherent()' | Christophe JAILLET | 2020-07-11 | 1 | -14/+16 |
|/ |
|
* | rsxx: add missed destroy_workqueue calls in remove | Chuhong Yuan | 2019-11-14 | 1 | -0/+2 |
* | rsxx: don't call dma_set_max_seg_size | Christoph Hellwig | 2019-06-05 | 1 | -1/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -15/+1 |
* | block: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-04-09 | 1 | -0/+1 |
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-10-25 | 1 | -1/+1 |
|\ |
|
| * | PCI: Remove pci_set_dma_max_seg_size() | Christoph Hellwig | 2018-10-10 | 1 | -1/+1 |
* | | rsxx: switch to the generic DMA API | Christoph Hellwig | 2018-10-18 | 1 | -1/+1 |
|/ |
|
* | rsxx: Convert to new IDA API | Matthew Wilcox | 2018-08-21 | 1 | -16/+5 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -1/+2 |
* | block drivers/block: Use octal not symbolic permissions | Joe Perches | 2018-05-24 | 1 | -3/+3 |
* | rsxx: don't open-code memdup_user() | Al Viro | 2016-01-06 | 1 | -7/+4 |
* | Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-10-18 | 1 | -1/+1 |
|\ |
|
| * | rsxx: Remove deprecated IRQF_DISABLED | Michael Opdenacker | 2014-10-01 | 1 | -1/+1 |
* | | rsxx debugfs inanity | Al Viro | 2014-10-09 | 1 | -65/+16 |
|/ |
|
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 1 | -1/+1 |
* | rsxx: Moving pci_map_page to prevent overflow. | Philip J Kelleher | 2013-11-08 | 1 | -5/+0 |
* | rsxx: Handling failed pci_map_page on PowerPC and double free. | Philip J Kelleher | 2013-11-08 | 1 | -1/+2 |
* | rsxx: Adding in debugfs entries. | Philip J Kelleher | 2013-06-19 | 1 | -0/+275 |
* | rsxx: Changing the adapter name to the official name. | Philip J Kelleher | 2013-06-19 | 1 | -5/+5 |
* | rsxx: Adding in sync_start module paramenter. | Philip J Kelleher | 2013-06-19 | 1 | -0/+34 |
* | rsxx: Restructured DMA cancel scheme. | Philip J Kelleher | 2013-06-19 | 1 | -3/+14 |
* | rsxx: Individual workqueues for interruptible events. | Philip J Kelleher | 2013-06-19 | 1 | -3/+20 |
* | rsxx: enable error return of rsxx_eeh_save_issued_dmas() | Philip J Kelleher | 2013-03-26 | 1 | -3/+16 |
* | Adding in EEH support to the IBM FlashSystem 70/80 device driver | Philip J Kelleher | 2013-03-16 | 1 | -2/+201 |
* | block: IBM RamSan 70/80 error message bug fix. | Philip J Kelleher | 2013-03-11 | 1 | -3/+4 |
* | block: IBM RamSan 70/80 branding changes. | Philip J Kelleher | 2013-03-11 | 1 | -6/+4 |
* | block: IBM RamSan 70/80 trivial changes. | Philip J Kelleher | 2013-03-11 | 1 | -2/+2 |
* | block: IBM RamSan 70/80 driver fixes | Philip J Kelleher | 2013-02-18 | 1 | -23/+21 |
* | block: remove new __devinit/exit annotations on ramsam driver | Stephen Rothwell | 2013-02-06 | 1 | -3/+3 |
* | block: IBM RamSan 70/80 device driver | josh.h.morris@us.ibm.com | 2013-02-05 | 1 | -0/+651 |