aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic/vop (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+0
2019-06-18mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner4-56/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch2-9/+8
2019-02-26mic: vop: Cast pointers to unsigned longVincent Whitchurch2-6/+12
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman1-30/+43
2019-02-01mic: vop: Fix crash on removeVincent Whitchurch1-3/+6
2019-02-01mic: vop: Fix use-after-free on removeVincent Whitchurch1-1/+3
2019-01-30mic: vop: Fix broken virtqueuesVincent Whitchurch1-26/+34
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman1-2/+7
2019-01-22vop: Fix handling of >32 feature bitsVincent Whitchurch1-2/+2
2019-01-22vop: vringh: Do not crash if no DMA channelVincent Whitchurch1-12/+20
2019-01-22vop: Add definition of readq/writeq if missingVincent Whitchurch1-0/+1
2019-01-22vop: Use %z for size_tVincent Whitchurch1-2/+2
2019-01-18misc/mic/vop/vop_main : remove unneeded semicolonPeng Hao1-2/+2
2019-01-14virtio: don't allocate vqs when names[i] = NULLWei Wang1-2/+7
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-36/+4
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Yangtao Li1-36/+4
2018-11-26virtio_ring: disable packed ring on unsupported transportsTiwei Bie1-0/+13
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+13
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-15/+7
2018-02-01virtio_vop: don't kfree device on register failureweiping zhang1-7/+13
2017-12-18misc: mic: remove unused label 'done'Colin Ian King1-1/+0
2017-12-07misc: mic: Use memdup_user() as a cleanupVasyl Gomonovych1-14/+7
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin1-3/+6
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2017-01-10misc: mic: double free on ioctl error pathDan Carpenter1-1/+0
2016-04-27misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit1-0/+5
2016-02-14misc: mic: silence an overflow warningDan Carpenter1-1/+2
2016-02-14misc: mic: use after free printing error messageDan Carpenter1-1/+1
2016-02-09misc: mic: Enable VOP debugfs and driver buildSudeep Dutt2-0/+241
2016-02-09misc: mic: Enable VOP card side functionalityAshutosh Dixit1-0/+755
2016-02-09misc: mic: Enable VOP host side functionalitySudeep Dutt1-0/+1164
2016-02-09misc: mic: Add data structures for the VOP driverSudeep Dutt1-0/+170