aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-17misc: mic/scif: fix error code in scif_create_remote_lookup()Dan Carpenter1-2/+6
2015-10-17misc: mic/scif: re-take a lock on error pathDan Carpenter1-0/+1
2015-10-17misc: mic: fix memory leakSudip Mukherjee1-1/+18
2015-10-17misc: mic: replace kfree with put_deviceGeliang Tang3-3/+3
2015-10-17misc: mic: Fix randconfig build errorAshutosh Dixit1-0/+1
2015-10-05misc: mic: Fix SCIF build failure with IOMMU_SUPPORT disabledSudeep Dutt1-1/+1
2015-10-04misc: mic: SCIF RMA nodeqp and minor miscellaneous changesSudeep Dutt14-40/+516
2015-10-04misc: mic: SCIF fenceSudeep Dutt1-0/+771
2015-10-04misc: mic: SCIF DMA and CPU copy interfaceSudeep Dutt1-0/+1979
2015-10-04misc: mic: SCIF remote memory map/unmap interfaceSudeep Dutt1-0/+699
2015-10-04misc: mic: SCIF RMA list operationsSudeep Dutt2-0/+348
2015-10-04misc: mic: SCIF memory registration and unregistrationSudeep Dutt1-0/+1770
2015-10-04misc: mic: SCIF RMA header fileSudeep Dutt1-0/+464
2015-10-04misc: mic: Update MIC host daemon with COSM changesAshutosh Dixit3-5/+12
2015-10-04misc: mic: Remove COSM functionality from the MIC card driverAshutosh Dixit4-104/+21
2015-10-04misc: mic: Remove COSM functionality from the MIC host driverAshutosh Dixit13-1145/+204
2015-10-04misc: mic: COSM client driverAshutosh Dixit2-0/+282
2015-10-04misc: mic: COSM SCIF serverAshutosh Dixit1-0/+405
2015-10-04misc: mic: Coprocessor State Management (COSM) driverAshutosh Dixit5-0/+1084
2015-10-04misc: mic: MIC COSM busAshutosh Dixit4-2/+296
2015-10-04misc: mic: Add support for kernel mode SCIF clientsAshutosh Dixit7-221/+197
2015-10-04misc: mic: SCIF pollAshutosh Dixit4-1/+190
2015-07-22misc: mic: scif bug fix for vmalloc_to_page crashSudeep Dutt1-10/+5
2015-06-12misc: mic: Fix reported static checker warningSudeep Dutt1-4/+0
2015-06-12misc: mic: Fix randconfig build error by including errno.hSudeep Dutt1-0/+1
2015-05-24misc: mic: MIC card driver specific changes to enable SCIFSudeep Dutt5-6/+201
2015-05-24misc: mic: MIC host driver specific changes to enable SCIFSudeep Dutt10-24/+292
2015-05-24misc: mic: SCIF messaging and node enumeration APIsSudeep Dutt6-1/+583
2015-05-24misc: mic: SCIF connections APIs i.e. accept and connectNikhil Rao7-1/+852
2015-05-24misc: mic: SCIF open close bind and listen APIsSudeep Dutt10-1/+933
2015-05-24misc: mic: SCIF node queue pair setup managementSudeep Dutt3-0/+1621
2015-05-24misc: mic: SCIF module initializationSudeep Dutt4-0/+841
2015-05-24misc: mic: Common MIC header file changes in preparation for SCIFSudeep Dutt1-0/+3
2015-05-24misc: mic: SCIF Peer BusSudeep Dutt2-0/+189
2015-05-24misc: mic: SCIF Hardware BusSudeep Dutt5-1/+358
2015-05-24misc: mic: SCIF ring buffer infrastructureSudeep Dutt2-0/+348
2015-04-03mic: drop pci_msi_off call on probeMichael S. Tsirkin1-2/+0
2015-03-25misc: mic: fixup return type of wait_for_completion_timeoutNicholas Mc Guire1-7/+7
2014-12-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-6/+12
2014-12-15mic/host: fix up virtio 1.0 APIsMichael S. Tsirkin1-6/+12
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin1-1/+3
2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin1-0/+3
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin1-1/+1
2014-12-09mic_virtio: robust feature array size calculationMichael S. Tsirkin1-2/+1
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin1-1/+1
2014-10-20misc: mic: card: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin1-5/+1
2014-07-18misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman1-1/+1
2014-07-16misc: mic: Introduce the managed version of ioremapHimangi Saraogi1-6/+3