aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-10/+10
2016-04-30misc: mic: Remove return statements from void functionsAmitoj Kaur Chawla1-3/+3
2016-02-09misc: mic: MIC host and card driver changes to enable VOPSudeep Dutt3-2/+125
2016-02-09misc: mic: Remove MIC X100 host virtio functionalitySudeep Dutt9-1464/+4
2016-02-07misc: mic: use common error pathSudip Mukherjee1-6/+7
2016-02-07misc: mic: return error directlySudip Mukherjee1-2/+2
2016-02-07misc: mic: return error properlySudip Mukherjee1-1/+6
2016-02-07misc: mic: remove unneeded debug messageSudip Mukherjee1-6/+5
2015-10-04misc: mic: Remove COSM functionality from the MIC host driverAshutosh Dixit12-1143/+204
2015-05-24misc: mic: MIC host driver specific changes to enable SCIFSudeep Dutt9-23/+291
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-15mic/host: fix up virtio 1.0 APIsMichael S. Tsirkin1-6/+12
2014-07-18misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman1-1/+1
2014-07-11misc: mic: add dma support in host driverSiva Yerramreddy6-40/+280
2014-07-11misc: mic: add threaded irq support in host driverSiva Yerramreddy4-60/+96
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+1
2014-02-28mic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-02-18misc: mic: Add include of <linux/irqreturn.h>Bjorn Helgaas1-0/+1
2014-02-07misc: mic: fix possible signed underflow (undefined behavior) in userspace APISudeep Dutt1-1/+2
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman3-18/+18
2013-12-16Merge 3.13-rc4 into char-misc-nextGreg Kroah-Hartman3-18/+18
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-1/+1
2013-12-10misc: mic: bug fix for interrupt acknowledgement in MSI/INTx case.Dasaratharaman Chandramouli4-18/+25
2013-11-27misc: mic: Suppress memory space sparse warningsAshutosh Dixit1-4/+4
2013-11-27misc: mic: Fix endianness issues.Ashutosh Dixit3-10/+10
2013-11-27misc: mic: Fix user space namespace pollution from mic_common.h.Ashutosh Dixit1-1/+1
2013-11-27misc: mic: Minor bug fix in 'retry' loops.Sudeep Dutt1-6/+6
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+1
2013-10-30misc: mic: Fixes for randconfig build errors and warnings.Ashutosh Dixit3-2/+4
2013-10-05misc: mic: Enable OSPM suspend and resume support.Dasaratharaman Chandramouli4-5/+193
2013-09-27misc: mic: cleanups for "--strict" checkpatch.Ashutosh Dixit7-121/+113
2013-09-27misc: mic: header file cleanups.Sudeep Dutt9-9/+9
2013-09-27misc: mic: host driver sysfs cleanups.Sudeep Dutt1-43/+29
2013-09-26Intel MIC Host Driver Changes for Virtio Devices.Ashutosh Dixit9-1/+1269
2013-09-26Intel MIC Host Driver, card OS state management.Sudeep Dutt8-4/+1358
2013-09-26Intel MIC Host Driver Interrupt/SMPT support.Dasaratharaman Chandramouli9-2/+1638
2013-09-26Intel MIC Host Driver for X100 family.Sudeep Dutt6-0/+645