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