summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic/vop
AgeCommit message (Expand)AuthorLines
2020-10-28misc: mic: remove the MIC driversSudeep Dutt-2302/+0
2020-10-02mic: vop: copy data to kernel space then write to io memorySherry Sun-6/+14
2020-10-02misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun-3/+3
2020-10-02misc: vop: build VOP based on CONFIG_VOPSherry Sun-1/+1
2020-10-02misc: vop: set VIRTIO_F_ACCESS_PLATFORM for vop driverSherry Sun-0/+1
2020-07-10vop: sparse warning fixupMichael S. Tsirkin-1/+1
2020-06-29misc: mic: vop: vop_main: Remove set but unused variable 'ret'Lee Jones-2/+1
2020-06-29mic: vop: Constify static structsRikard Falkeborn-2/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+0
2019-06-18mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-4/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner-56/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch-9/+8
2019-02-26mic: vop: Cast pointers to unsigned longVincent Whitchurch-6/+12
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman-30/+43
2019-02-01mic: vop: Fix crash on removeVincent Whitchurch-3/+6
2019-02-01mic: vop: Fix use-after-free on removeVincent Whitchurch-1/+3
2019-01-30mic: vop: Fix broken virtqueuesVincent Whitchurch-26/+34
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman-2/+7
2019-01-22vop: Fix handling of >32 feature bitsVincent Whitchurch-2/+2
2019-01-22vop: vringh: Do not crash if no DMA channelVincent Whitchurch-12/+20
2019-01-22vop: Add definition of readq/writeq if missingVincent Whitchurch-0/+1
2019-01-22vop: Use %z for size_tVincent Whitchurch-2/+2
2019-01-18misc/mic/vop/vop_main : remove unneeded semicolonPeng Hao-2/+2
2019-01-14virtio: don't allocate vqs when names[i] = NULLWei Wang-2/+7
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-36/+4
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Yangtao Li-36/+4
2018-11-26virtio_ring: disable packed ring on unsupported transportsTiwei Bie-0/+13
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-4/+4
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-7/+13
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-15/+7
2018-02-01virtio_vop: don't kfree device on register failureweiping zhang-7/+13
2017-12-18misc: mic: remove unused label 'done'Colin Ian King-1/+0
2017-12-07misc: mic: Use memdup_user() as a cleanupVasyl Gomonovych-14/+7
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-2/+2
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin-3/+6
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig-1/+1
2017-01-10misc: mic: double free on ioctl error pathDan Carpenter-1/+0
2016-04-27misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit-0/+5
2016-02-14misc: mic: silence an overflow warningDan Carpenter-1/+2
2016-02-14misc: mic: use after free printing error messageDan Carpenter-1/+1
2016-02-09misc: mic: Enable VOP debugfs and driver buildSudeep Dutt-0/+241
2016-02-09misc: mic: Enable VOP card side functionalityAshutosh Dixit-0/+755
2016-02-09misc: mic: Enable VOP host side functionalitySudeep Dutt-0/+1164
2016-02-09misc: mic: Add data structures for the VOP driverSudeep Dutt-0/+170