summaryrefslogtreecommitdiff
path: root/drivers/misc/mic/vop/vop_vringh.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28misc: mic: remove the MIC driversSudeep Dutt1-1166/+0
2020-10-02mic: vop: copy data to kernel space then write to io memorySherry Sun1-6/+14
2020-10-02misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner1-13/+1
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch1-5/+5
2019-02-26mic: vop: Cast pointers to unsigned longVincent Whitchurch1-2/+3
2019-01-22vop: vringh: Do not crash if no DMA channelVincent Whitchurch1-12/+20
2019-01-22vop: Use %z for size_tVincent Whitchurch1-2/+2
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+7
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-01-10misc: mic: double free on ioctl error pathDan Carpenter1-1/+0
2016-04-28misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit1-0/+5
2016-02-15misc: mic: silence an overflow warningDan Carpenter1-1/+2
2016-02-15misc: mic: use after free printing error messageDan Carpenter1-1/+1
2016-02-10misc: mic: Enable VOP host side functionalitySudeep Dutt1-0/+1164