summaryrefslogtreecommitdiffstats
path: root/drivers/rapidio
Commit message (Expand)AuthorAgeFilesLines
* rapidio: use get_user_pages_unlocked()Lorenzo Stoakes2017-02-271-6/+5
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+2
* rapidio/rio_cm: use memdup_user() instead of duplicating codeAlexandre Bounine2016-10-111-10/+5
* rapidio/rio_cm: avoid GFP_KERNEL in atomic contextAlexandre Bounine2016-09-191-3/+16
* rapidio/tsi721: fix incorrect detection of address translation conditionAlexandre Bounine2016-09-011-1/+1
* rapidio: dereferencing an error pointerDan Carpenter2016-08-101-11/+13
* rapidio/switches: add driver for IDT gen3 switchesAlexandre Bounine2016-08-023-0/+389
* rapidio: modify for rev.3 specification changesAlexandre Bounine2016-08-026-149/+113
* rapidio: change inbound window size type to u64Alexandre Bounine2016-08-021-5/+9
* rapidio/idt_gen2: fix locking warningAlexandre Bounine2016-08-021-4/+3
* rapidio: fix error handling in mbox request/release functionsAlexandre Bounine2016-08-021-12/+42
* rapidio/tsi721_dma: advance queue processing from transfer submit callAlexandre Bounine2016-08-021-0/+1
* rapidio/tsi721: add messaging mbox selector parameterAlexandre Bounine2016-08-021-0/+15
* rapidio/tsi721: add PCIe MRRS override parameterAlexandre Bounine2016-08-021-1/+15
* rapidio/tsi721_dma: add channel mask and queue size parametersAlexandre Bounine2016-08-022-10/+18
* rapidio: fix return value description for dma_prep functionsAlexandre Bounine2016-08-021-2/+6
* rapidio: remove unnecessary 0x prefixes before %pa extension usesJoe Perches2016-08-022-6/+6
* rapidio: add RapidIO channelized messaging driverAlexandre Bounine2016-08-023-0/+2376
* rapidio/mport_cdev: fix uapi type definitionsAlexandre Bounine2016-05-051-51/+64
* rapidio: fix potential NULL pointer dereferenceVladimir Zapolskiy2016-04-281-2/+2
* Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds2016-04-021-1/+1
* rapidio: add mport char device driverAlexandre Bounine2016-03-223-0/+2729
* 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: add outbound window supportAlexandre Bounine2016-03-221-0/+50
* rapidio/tsi721: fix locking in OB_MSG processingAlexandre Bounine2016-03-221-12/+30
* rapidio: add global inbound port write interfacesAlexandre Bounine2016-03-222-44/+122
* rapidio: move rio_pw_enable into core codeAlexandre Bounine2016-03-222-11/+19
* rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine2016-03-222-13/+14
* rapidio: add lock protection for doorbell listAlexandre Bounine2016-03-221-3/+6
* rapidio/tsi721: add HW specific mport removalAlexandre Bounine2016-03-223-122/+212
* rapidio: add core mport removal supportAlexandre Bounine2016-03-222-20/+80
* rapidio: move net allocation into core codeAlexandre Bounine2016-03-223-35/+119
* rapidio: rework common RIO device add/delete routinesAlexandre Bounine2016-03-223-12/+36
* rapidio/tsi721: add shutdown notification callbackAlexandre Bounine2016-03-223-0/+48
* rapidio: add shutdown notification for RapidIO devicesAlexandre Bounine2016-03-221-0/+12
* rapidio/tsi721: add query_mport callbackAlexandre Bounine2016-03-221-0/+34
* rapidio: add query_mport operationAlexandre Bounine2016-03-221-0/+17
* 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
* rapidio/tsi721: add check for overlapped IB window mappingsAlexandre Bounine2016-03-222-21/+62
* rapidio/tsi721: fix hardcoded MRRS settingAlexandre Bounine2016-03-221-4/+2
* drivers: Initialize resource entry to zeroToshi Kani2016-01-301-4/+4
* rapidio: use kobj_to_dev()Geliang Tang2016-01-201-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\
| * rapidio: Fix kerneldoc and commentMasanari Iida2015-05-261-1/+1
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-02-181-6/+2
|\ \