index
:
hverkuil/media_tree.git
alt-ctrls
array_mod
av1
cec-s-conn
cec-status
cubie
cubox
cx18
deprecate
dp-mst-cec
dp-mst-cec2
drop-count
dw-hdmi-cec
extron
firefly
firefly2
for-v6.1a
for-v6.2a
for-v6.2c
for-v6.3a
for-v6.3b
for-v6.3c
for-v6.3d
for-v6.3e
for-v6.3f
for-v6.3g
for-v6.3h
for-v6.3i
for-v6.3j
fract-ctrl
hdcp
hdmi-dbg
imx8mm
m2m-deinterlace
m2m-writing
master
mc-props
mc-props2
omap-bridge-cec
pr-test
quirk
ro-reqs
rpi3
rpi4
saa7146
sama5d3
sdrout
subdev-kref
tc358840
tda998x
tegrav5
tegrav6
tegrav7
tegrav8
tmp
uvc
uvccomp
vb1a
vb2-cpu-access
vb2-prepare
vb2wr
vicodec-stateless
vivid
zoran
media_tree.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
virtio_console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-4
/
+4
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-09-12
Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-3
/
+0
2017-09-05
Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2017-09-01
dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag
Christoph Hellwig
1
-3
/
+0
2017-08-28
char: virtio: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-08-24
x86/lguest: Remove lguest support
Juergen Gross
1
-1
/
+1
2017-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-3
/
+3
2017-05-04
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2017-05-02
virtio: wrap find_vqs
Michael S. Tsirkin
1
-3
/
+3
2017-04-07
virtio_console: fix uninitialized variable use
Michael S. Tsirkin
1
-2
/
+4
2017-03-17
drivers/char: Convert remaining use of pr_warning to pr_warn
Joe Perches
1
-1
/
+1
2017-03-02
virtio-console: avoid DMA from stack
Omar Sandoval
1
-2
/
+10
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
1
-1
/
+1
2017-01-19
virtio_console: fix a crash in config_work_handler
G. Campana
1
-1
/
+1
2016-12-15
virtio_console: drop unused config fields
Michael S. Tsirkin
1
-7
/
+7
2016-10-31
virtio: console: Unlock vqs while freeing buffers
Matt Redfearn
1
-6
/
+16
2016-10-11
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
1
-1
/
+0
2016-10-05
pipe: add pipe_buf_steal() helper
Miklos Szeredi
1
-1
/
+1
2016-09-09
virtio_console: Stop doing DMA on the stack
Andy Lutomirski
1
-8
/
+15
2015-05-24
virtio_console: silence a static checker warning
Dan Carpenter
1
-2
/
+2
2015-04-03
virtio_console: Use bool function return values of true/false not 1/0
Joe Perches
1
-1
/
+1
2015-03-05
virtio_console: avoid config access from irq
Michael S. Tsirkin
1
-0
/
+16
2015-03-05
virtio_console: init work unconditionally
Michael S. Tsirkin
1
-1
/
+2
2015-02-11
virtio: don't require a config space on the console device.
Rusty Russell
1
-1
/
+4
2015-01-21
virtio/console: verify device has config space
Michael S. Tsirkin
1
-0
/
+6
2014-12-09
virtio_console: fix sparse warnings
Michael S. Tsirkin
1
-4
/
+5
2014-12-09
virtio: drop VIRTIO_F_VERSION_1 from drivers
Michael S. Tsirkin
1
-1
/
+0
2014-12-09
virtio_console: virtio 1.0 support
Michael S. Tsirkin
1
-12
/
+17
2014-12-09
virtio: use u32, not bitmap for features
Michael S. Tsirkin
1
-1
/
+1
2014-11-13
virtio_console: move early VQ enablement
Cornelia Huck
1
-2
/
+2
2014-10-15
virtio_console: enable VQs early on restore
Michael S. Tsirkin
1
-0
/
+2
2014-10-15
virtio_console: enable VQs early
Michael S. Tsirkin
1
-0
/
+2
2014-07-27
virtio: console: remove unnecessary null test before debugfs_remove_recursive
Fabian Frederick
1
-4
/
+2
2014-04-01
pipe: kill ->map() and ->unmap()
Al Viro
1
-2
/
+2
2014-02-09
fix a kmap leak in virtio_console
Al Viro
1
-6
/
+3
2013-10-29
virtio_console: verify if queue is broken after virtqueue_get_buf()
Heinz Graalfs
1
-2
/
+4
2013-10-17
virtio: use size-based config accessors.
Rusty Russell
1
-10
/
+5
2013-09-23
virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM
Aaron Lu
1
-2
/
+2
2013-08-09
virtio: console: prevent use-after-free of port name in port unplug
Amit Shah
1
-2
/
+1
2013-08-09
Merge branch 'master' into virtio-next
Rusty Russell
1
-22
/
+48
2013-07-30
virtio: console: cleanup an error message
Dan Carpenter
1
-4
/
+2
2013-07-29
virtio: console: fix locking around send_sigio_to_port()
Amit Shah
1
-3
/
+5
2013-07-29
virtio: console: add locking in port unplug path
Amit Shah
1
-0
/
+2
2013-07-29
virtio: console: add locks around buffer removal in port unplug path
Amit Shah
1
-2
/
+6
2013-07-29
virtio: console: return -ENODEV on all read operations after unplug
Amit Shah
1
-1
/
+5
2013-07-29
virtio: console: fix raising SIGIO after port unplug
Amit Shah
1
-3
/
+5
2013-07-29
virtio: console: clean up port data immediately at time of unplug
Amit Shah
1
-8
/
+8
2013-07-29
virtio: console: fix race in port_fops_open() and port unplug
Amit Shah
1
-0
/
+4
2013-07-29
virtio: console: fix race with port unplug and open/close
Amit Shah
1
-7
/
+6
[next]
Privacy Policy