index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
virtio_console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
virtio_console: initialize vtermno value for ports
Pankaj Gupta
2019-03-28
1
-1
/
+2
*
char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2018-12-06
1
-14
/
+3
*
virtio: virtconsole: Use seq_file for debugfs operations
Tuomas Tynkkynen
2018-07-16
1
-38
/
+22
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-7
/
+8
*
Convert virtio_console to struct_size
Matthew Wilcox
2018-06-12
1
-2
/
+1
*
virtio_console: reset on out of memory
Michael S. Tsirkin
2018-04-25
1
-7
/
+10
*
virtio_console: move removal code
Michael S. Tsirkin
2018-04-25
1
-36
/
+36
*
virtio_console: drop custom control queue cleanup
Michael S. Tsirkin
2018-04-25
1
-17
/
+0
*
virtio_console: free buffers after reset
Michael S. Tsirkin
2018-04-25
1
-25
/
+24
*
virtio_console: don't tie bufs to a vq
Michael S. Tsirkin
2018-04-25
1
-7
/
+7
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-4
/
+4
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
*
Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2017-09-12
1
-3
/
+0
|
\
|
*
dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag
Christoph Hellwig
2017-09-01
1
-3
/
+0
*
|
Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-09-05
1
-1
/
+1
|
\
\
|
*
|
char: virtio: constify attribute_group structures.
Arvind Yadav
2017-08-28
1
-1
/
+1
|
|
/
*
/
x86/lguest: Remove lguest support
Juergen Gross
2017-08-24
1
-1
/
+1
|
/
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-05-10
1
-3
/
+3
|
\
|
*
virtio: wrap find_vqs
Michael S. Tsirkin
2017-05-02
1
-3
/
+3
*
|
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
drivers/char: Convert remaining use of pr_warning to pr_warn
Joe Perches
2017-03-17
1
-1
/
+1
*
|
virtio_console: fix uninitialized variable use
Michael S. Tsirkin
2017-04-07
1
-2
/
+4
|
/
*
virtio-console: avoid DMA from stack
Omar Sandoval
2017-03-02
1
-2
/
+10
*
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
2017-02-27
1
-1
/
+1
*
virtio_console: fix a crash in config_work_handler
G. Campana
2017-01-19
1
-1
/
+1
*
virtio_console: drop unused config fields
Michael S. Tsirkin
2016-12-15
1
-7
/
+7
*
virtio: console: Unlock vqs while freeing buffers
Matt Redfearn
2016-10-31
1
-6
/
+16
*
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
2016-10-11
1
-1
/
+0
*
pipe: add pipe_buf_steal() helper
Miklos Szeredi
2016-10-05
1
-1
/
+1
*
virtio_console: Stop doing DMA on the stack
Andy Lutomirski
2016-09-09
1
-8
/
+15
*
virtio_console: silence a static checker warning
Dan Carpenter
2015-05-24
1
-2
/
+2
*
virtio_console: Use bool function return values of true/false not 1/0
Joe Perches
2015-04-03
1
-1
/
+1
*
virtio_console: avoid config access from irq
Michael S. Tsirkin
2015-03-05
1
-0
/
+16
*
virtio_console: init work unconditionally
Michael S. Tsirkin
2015-03-05
1
-1
/
+2
*
virtio: don't require a config space on the console device.
Rusty Russell
2015-02-11
1
-1
/
+4
*
virtio/console: verify device has config space
Michael S. Tsirkin
2015-01-21
1
-0
/
+6
*
virtio_console: fix sparse warnings
Michael S. Tsirkin
2014-12-09
1
-4
/
+5
*
virtio: drop VIRTIO_F_VERSION_1 from drivers
Michael S. Tsirkin
2014-12-09
1
-1
/
+0
*
virtio_console: virtio 1.0 support
Michael S. Tsirkin
2014-12-09
1
-12
/
+17
*
virtio: use u32, not bitmap for features
Michael S. Tsirkin
2014-12-09
1
-1
/
+1
*
virtio_console: move early VQ enablement
Cornelia Huck
2014-11-13
1
-2
/
+2
*
virtio_console: enable VQs early on restore
Michael S. Tsirkin
2014-10-15
1
-0
/
+2
*
virtio_console: enable VQs early
Michael S. Tsirkin
2014-10-15
1
-0
/
+2
*
virtio: console: remove unnecessary null test before debugfs_remove_recursive
Fabian Frederick
2014-07-27
1
-4
/
+2
*
pipe: kill ->map() and ->unmap()
Al Viro
2014-04-01
1
-2
/
+2
*
fix a kmap leak in virtio_console
Al Viro
2014-02-09
1
-6
/
+3
*
virtio_console: verify if queue is broken after virtqueue_get_buf()
Heinz Graalfs
2013-10-29
1
-2
/
+4
*
virtio: use size-based config accessors.
Rusty Russell
2013-10-17
1
-10
/
+5
*
virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM
Aaron Lu
2013-09-23
1
-2
/
+2
[next]