index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
virtio_console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
virtio_console: Introduce an ID allocator for virtual console numbers
Cédric Le Goater
1
-15
/
+11
2022-03-28
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-4
/
+4
2022-03-18
virtio_console: eliminate anonymous module_init & module_exit
Randy Dunlap
1
-4
/
+4
2022-03-04
virtio_console: break out of buf poll on remove
Michael S. Tsirkin
1
-0
/
+7
2022-01-15
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-2
/
+2
2021-11-01
virtio_console: validate max_nr_ports before trying to use it
Jason Wang
1
-0
/
+9
2021-07-03
virtio_console: Assure used length from device is limited
Xie Yongji
1
-2
/
+2
2021-03-10
virtio_console: remove pointless check for debugfs_create_dir()
Greg Kroah-Hartman
1
-14
/
+9
2020-11-09
virtio: virtio_console: fix DMA memory allocation for rproc serial
Alexander Lobakin
1
-4
/
+4
2020-07-20
Merge v5.8-rc6 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+2
2020-07-10
virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial
Alexander Lobakin
1
-1
/
+2
2020-07-10
virtio_console: Constify some static variables
Rikard Falkeborn
1
-4
/
+4
2020-05-20
fs: rename pipe_buf ->steal to ->try_steal
Christoph Hellwig
1
-1
/
+1
2020-02-14
char: virtio: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-12-01
Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-9
/
+7
2019-11-19
virtio_console: allocate inbufs in add_port() only if it is needed
Laurent Vivier
1
-15
/
+13
2019-10-31
pipe: Use head and tail pointers for the ring, not cursor and length
David Howells
1
-9
/
+7
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-03-27
virtio_console: initialize vtermno value for ports
Pankaj Gupta
1
-1
/
+2
2018-12-06
char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-14
/
+3
2018-07-16
virtio: virtconsole: Use seq_file for debugfs operations
Tuomas Tynkkynen
1
-38
/
+22
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-7
/
+8
2018-06-13
Convert virtio_console to struct_size
Matthew Wilcox
1
-2
/
+1
2018-04-25
virtio_console: reset on out of memory
Michael S. Tsirkin
1
-7
/
+10
2018-04-25
virtio_console: move removal code
Michael S. Tsirkin
1
-36
/
+36
2018-04-25
virtio_console: drop custom control queue cleanup
Michael S. Tsirkin
1
-17
/
+0
2018-04-25
virtio_console: free buffers after reset
Michael S. Tsirkin
1
-25
/
+24
2018-04-25
virtio_console: don't tie bufs to a vq
Michael S. Tsirkin
1
-7
/
+7
2018-02-12
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-05
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-20
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-12
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
1
-1
/
+0
2016-10-06
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
[next]