aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic/card (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-28misc: mic: remove the MIC driversSudeep Dutt6-1034/+0
2020-07-01misc: mic: card: mic_debugfs: Demote function headers from kerneldocLee Jones1-5/+5
2020-01-14mic: Remove unneeded NULL checkXu Wang1-3/+0
2019-07-25mic: avoid statically declaring a 'struct device'.Arnd Bergmann1-16/+12
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-16/+2
2019-06-18mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner5-65/+5
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch1-4/+4
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Yangtao Li1-20/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-02-09misc: mic: MIC host and card driver changes to enable VOPSudeep Dutt3-2/+86
2016-02-09misc: mic: Remove MIC X100 card virtio functionalitySudeep Dutt4-719/+1
2016-02-07mic_virtio: fix a timeout loopDan Carpenter1-1/+1
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1
2015-10-04misc: mic: Remove COSM functionality from the MIC card driverAshutosh Dixit2-86/+4
2015-05-24misc: mic: MIC card driver specific changes to enable SCIFSudeep Dutt4-5/+200
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-16misc: mic: Introduce the managed version of ioremapHimangi Saraogi1-6/+3
2014-07-11misc: mic: add dma support in card driverSiva Yerramreddy2-3/+60
2014-07-11misc: mic: add threaded irq support in card driverSiva Yerramreddy3-15/+20
2014-02-18misc: mic: Add include of <linux/irqreturn.h>Bjorn Helgaas1-0/+1
2013-11-27misc: mic: Suppress memory space sparse warningsAshutosh Dixit1-3/+5
2013-11-27misc: mic: Fix endianness issues.Ashutosh Dixit1-7/+7
2013-11-27misc: mic: Fix user space namespace pollution from mic_common.h.Ashutosh Dixit2-6/+5
2013-11-27misc: mic: Minor bug fix in 'retry' loops.Sudeep Dutt1-4/+4
2013-11-27misc: mic: Change mic_notify(...) to return true.Sudeep Dutt1-1/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-09-27misc: mic: cleanups for "--strict" checkpatch.Ashutosh Dixit3-12/+10
2013-09-27misc: mic: header file cleanups.Sudeep Dutt4-4/+4
2013-09-26Intel MIC Card Driver Changes for Virtio Devices.Ashutosh Dixit4-0/+716
2013-09-26Intel MIC Card Driver for X100 family.Sudeep Dutt6-0/+876