index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mic
/
vop
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-28
misc: mic: remove the MIC drivers
Sudeep Dutt
5
-2302
/
+0
2020-10-02
mic: vop: copy data to kernel space then write to io memory
Sherry Sun
1
-6
/
+14
2020-10-02
misc: vop: add round_up(x,4) for vring_size to avoid kernel panic
Sherry Sun
2
-3
/
+3
2020-10-02
misc: vop: build VOP based on CONFIG_VOP
Sherry Sun
1
-1
/
+1
2020-10-02
misc: vop: set VIRTIO_F_ACCESS_PLATFORM for vop driver
Sherry Sun
1
-0
/
+1
2020-07-10
vop: sparse warning fixup
Michael S. Tsirkin
1
-1
/
+1
2020-06-29
misc: mic: vop: vop_main: Remove set but unused variable 'ret'
Lee Jones
1
-2
/
+1
2020-06-29
mic: vop: Constify static structs
Rikard Falkeborn
1
-2
/
+2
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+0
2019-06-18
mic: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-4
/
+0
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290
Thomas Gleixner
4
-56
/
+4
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-02-26
mic: Rename ioremap pointer to remap
Vincent Whitchurch
2
-9
/
+8
2019-02-26
mic: vop: Cast pointers to unsigned long
Vincent Whitchurch
2
-6
/
+12
2019-02-11
Merge 5.0-rc6 into char-misc-next
Greg Kroah-Hartman
1
-30
/
+43
2019-02-01
mic: vop: Fix crash on remove
Vincent Whitchurch
1
-3
/
+6
2019-02-01
mic: vop: Fix use-after-free on remove
Vincent Whitchurch
1
-1
/
+3
2019-01-30
mic: vop: Fix broken virtqueues
Vincent Whitchurch
1
-26
/
+34
2019-01-28
Merge 5.0-rc4 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+7
2019-01-22
vop: Fix handling of >32 feature bits
Vincent Whitchurch
1
-2
/
+2
2019-01-22
vop: vringh: Do not crash if no DMA channel
Vincent Whitchurch
1
-12
/
+20
2019-01-22
vop: Add definition of readq/writeq if missing
Vincent Whitchurch
1
-0
/
+1
2019-01-22
vop: Use %z for size_t
Vincent Whitchurch
1
-2
/
+2
2019-01-18
misc/mic/vop/vop_main : remove unneeded semicolon
Peng Hao
1
-2
/
+2
2019-01-14
virtio: don't allocate vqs when names[i] = NULL
Wei Wang
1
-2
/
+7
2018-12-28
Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-36
/
+4
2018-12-06
misc: remove GENWQE_DEBUGFS_RO()
Yangtao Li
1
-36
/
+4
2018-11-26
virtio_ring: disable packed ring on unsupported transports
Tiwei Bie
1
-0
/
+13
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-4
/
+4
2018-02-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-7
/
+13
2018-02-01
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-15
/
+7
2018-02-01
virtio_vop: don't kfree device on register failure
weiping zhang
1
-7
/
+13
2017-12-18
misc: mic: remove unused label 'done'
Colin Ian King
1
-1
/
+0
2017-12-07
misc: mic: Use memdup_user() as a cleanup
Vasyl Gomonovych
1
-14
/
+7
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-05-02
virtio: add context flag to find vqs
Michael S. Tsirkin
1
-3
/
+6
2017-03-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
1
-1
/
+1
2017-01-10
misc: mic: double free on ioctl error path
Dan Carpenter
1
-1
/
+0
2016-04-27
misc: mic: Fix for double fetch security bug in VOP driver
Ashutosh Dixit
1
-0
/
+5
2016-02-14
misc: mic: silence an overflow warning
Dan Carpenter
1
-1
/
+2
2016-02-14
misc: mic: use after free printing error message
Dan Carpenter
1
-1
/
+1
2016-02-09
misc: mic: Enable VOP debugfs and driver build
Sudeep Dutt
2
-0
/
+241
2016-02-09
misc: mic: Enable VOP card side functionality
Ashutosh Dixit
1
-0
/
+755
2016-02-09
misc: mic: Enable VOP host side functionality
Sudeep Dutt
1
-0
/
+1164
2016-02-09
misc: mic: Add data structures for the VOP driver
Sudeep Dutt
1
-0
/
+170