aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rsxx/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16block: remove the rsxx driverChristoph Hellwig1-1085/+0
2021-05-24rsxx: Use struct_size() in vmalloc()Gustavo A. R. Silva1-4/+2
2021-01-26rsxx: remove redundant NULL checkYang Li1-2/+1
2020-03-19rsxx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2018-10-18rsxx: switch to the generic DMA APIChristoph Hellwig1-26/+26
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-7/+6
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-1/+1
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet1-5/+6
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-2/+2
2013-11-08rsxx: Disallow discards from being unmapped.Philip J Kelleher1-11/+16
2013-11-08rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher1-20/+23
2013-11-08rsxx: Moving pci_map_page to prevent overflow.Philip J Kelleher1-42/+28
2013-11-08rsxx: Handling failed pci_map_page on PowerPC and double free.Philip J Kelleher1-20/+27
2013-06-19rsxx: Fixes incorrect stats calculation.Philip J Kelleher1-0/+1
2013-06-19rsxx: Fixes soft-lockup issues during DMAs.Philip J Kelleher1-8/+27
2013-06-19rsxx: Restructured DMA cancel scheme.Philip J Kelleher1-87/+74
2013-03-26rsxx: remove unused variablePhilip J Kelleher1-1/+0
2013-03-26rsxx: enable error return of rsxx_eeh_save_issued_dmas()Philip J Kelleher1-1/+5
2013-03-25block: removes dynamic allocation on stackPhilip J Kelleher1-1/+6
2013-03-16rsxx: fix missing unlock on error return in rsxx_eeh_remap_dmas()Jens Axboe1-0/+1
2013-03-16Adding in EEH support to the IBM FlashSystem 70/80 device driverPhilip J Kelleher1-58/+158
2013-03-11block: IBM RamSan 70/80 branding changes.Philip J Kelleher1-1/+1
2013-03-11block: IBM RamSan 70/80 trivial changes.Philip J Kelleher1-12/+0
2013-02-18block: IBM RamSan 70/80 driver fixesPhilip J Kelleher1-5/+5
2013-02-07rsxx: add slab.h include to dma.cJens Axboe1-0/+1
2013-02-05block: IBM RamSan 70/80 device driverjosh.h.morris@us.ibm.com1-0/+997