summaryrefslogtreecommitdiffstats
path: root/drivers/rapidio/devices
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+3
* rapidio/mport_cdev: mark expected switch fall-throughGustavo A. R. Silva2019-03-081-0/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-15/+15
* drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer mdColin Ian King2018-08-221-2/+0Star
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* rapidio: fix rio_dma_transfer error handlingIoan Nicu2018-04-211-10/+9Star
* rapidio: use a reference count for struct mport_dma_reqIoan Nicu2018-04-111-104/+18Star
* rapidio/tsi721: use PCI_EXP_DEVCTL2_COMP_TIMEOUT macroBjorn Helgaas2018-02-161-2/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* drivers/rapidio/devices/tsi721_dma.c: adjust six checks for null pointersMarkus Elfring2018-02-071-7/+5Star
* drivers/rapidio/devices/tsi721_dma.c: delete an unnecessary variable initiali...Markus Elfring2018-02-071-1/+1
* drivers/rapidio/devices/tsi721_dma.c: delete an error message for a failed me...Markus Elfring2018-02-071-3/+0Star
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-181-2/+3
|\
| * drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran...Christophe JAILLET2017-11-181-1/+1
| * drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling...Christophe JAILLET2017-11-181-1/+2
* | Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-171-4/+2Star
|\ \ | |/ |/|
| * rapidio: switch to get_user_pages_fast()Al Viro2017-09-231-4/+2Star
* | Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2017-11-021-0/+7
|\ \
| * | rapidio: remove global irq spinlocks from the subsystemIoan Nicu2017-10-041-0/+7
| |/
* / lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin2017-09-071-2/+2
|/
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-16/+8Star
|\
| * rapidio: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-16/+8Star
* | drivers/rapidio/devices/tsi721.c: make module parameter variable name uniqueRandy Dunlap2017-04-012-4/+4
|/
* rapidio: use get_user_pages_unlocked()Lorenzo Stoakes2017-02-281-6/+5Star
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+2
* rapidio/tsi721: fix incorrect detection of address translation conditionAlexandre Bounine2016-09-021-1/+1
* rapidio: modify for rev.3 specification changesAlexandre Bounine2016-08-032-5/+5
* rapidio: change inbound window size type to u64Alexandre Bounine2016-08-031-5/+9
* rapidio/tsi721_dma: advance queue processing from transfer submit callAlexandre Bounine2016-08-031-0/+1
* rapidio/tsi721: add messaging mbox selector parameterAlexandre Bounine2016-08-031-0/+15
* rapidio/tsi721: add PCIe MRRS override parameterAlexandre Bounine2016-08-031-1/+15
* rapidio/tsi721_dma: add channel mask and queue size parametersAlexandre Bounine2016-08-032-10/+18
* rapidio: remove unnecessary 0x prefixes before %pa extension usesJoe Perches2016-08-032-6/+6
* rapidio/mport_cdev: fix uapi type definitionsAlexandre Bounine2016-05-061-51/+64
* rapidio: fix potential NULL pointer dereferenceVladimir Zapolskiy2016-04-291-2/+2
* Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds2016-04-031-1/+1
* rapidio: add mport char device driverAlexandre Bounine2016-03-222-0/+2721
* rapidio/tsi721_dma: fix hardware error handlingAlexandre Bounine2016-03-221-9/+73
* rapidio/tsi721_dma: fix synchronization issuesAlexandre Bounine2016-03-221-9/+16
* rapidio/tsi721_dma: update error reporting from prep_sg callbackAlexandre Bounine2016-03-221-16/+21
* rapidio/tsi721: add filtered debug outputAlexandre Bounine2016-03-223-189/+240
* rapidio/tsi721: add outbound windows mapping supportAlexandre Bounine2016-03-222-7/+235
* rapidio/tsi721: fix locking in OB_MSG processingAlexandre Bounine2016-03-221-12/+30
* rapidio: add global inbound port write interfacesAlexandre Bounine2016-03-221-20/+4Star
* rapidio/tsi721: add HW specific mport removalAlexandre Bounine2016-03-223-122/+212
* rapidio/tsi721: add shutdown notification callbackAlexandre Bounine2016-03-223-0/+48
* rapidio/tsi721: add query_mport callbackAlexandre Bounine2016-03-221-0/+34
* rapidio/tsi721_dma: fix pending transaction queue handlingAlexandre Bounine2016-03-222-30/+32
* rapidio/tsi721: add option to configure direct mapping of IB windowAlexandre Bounine2016-03-222-30/+142