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