index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
virtio_console.c
Age
Commit message (
Expand
)
Author
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
2024-07-17
virtio_console: convert to use virtio_find_vqs_info()
Jiri Pirko
2024-05-22
virtio_console: drop owner assignment
Krzysztof Kozlowski
2023-12-08
tty: hvc: convert to u8 and size_t
Jiri Slaby (SUSE)
2023-12-08
tty: virtio: drop virtio_cons_early_init()
Jiri Slaby (SUSE)
2023-10-24
virtio_console: Annotate struct port_buffer with __counted_by
Kees Cook
2023-07-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2023-07-03
virtio-console: call scheduler when we free unused buffs
Xianting Tian
2023-06-23
virtio_console: make port class a static const structure
Ivan Orlov
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-01-20
virtio_console: Use strscpy() to instead of strncpy()
Bo Liu
2022-11-23
virtio_console: Introduce an ID allocator for virtual console numbers
Cédric Le Goater
2022-03-28
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-03-18
virtio_console: eliminate anonymous module_init & module_exit
Randy Dunlap
2022-03-04
virtio_console: break out of buf poll on remove
Michael S. Tsirkin
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
2021-11-01
virtio_console: validate max_nr_ports before trying to use it
Jason Wang
2021-07-03
virtio_console: Assure used length from device is limited
Xie Yongji
2021-03-10
virtio_console: remove pointless check for debugfs_create_dir()
Greg Kroah-Hartman
2020-11-09
virtio: virtio_console: fix DMA memory allocation for rproc serial
Alexander Lobakin
2020-07-20
Merge v5.8-rc6 into char-misc-next
Greg Kroah-Hartman
2020-07-10
virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial
Alexander Lobakin
2020-07-10
virtio_console: Constify some static variables
Rikard Falkeborn
2020-05-20
fs: rename pipe_buf ->steal to ->try_steal
Christoph Hellwig
2020-02-14
char: virtio: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-11-30
Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2019-11-19
virtio_console: allocate inbufs in add_port() only if it is needed
Laurent Vivier
2019-10-31
pipe: Use head and tail pointers for the ring, not cursor and length
David Howells
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-03-28
virtio_console: initialize vtermno value for ports
Pankaj Gupta
2018-12-06
char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2018-07-16
virtio: virtconsole: Use seq_file for debugfs operations
Tuomas Tynkkynen
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
Convert virtio_console to struct_size
Matthew Wilcox
2018-04-25
virtio_console: reset on out of memory
Michael S. Tsirkin
2018-04-25
virtio_console: move removal code
Michael S. Tsirkin
2018-04-25
virtio_console: drop custom control queue cleanup
Michael S. Tsirkin
2018-04-25
virtio_console: free buffers after reset
Michael S. Tsirkin
2018-04-25
virtio_console: don't tie bufs to a vq
Michael S. Tsirkin
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-09-12
Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2017-09-05
Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-09-01
dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag
Christoph Hellwig
2017-08-28
char: virtio: constify attribute_group structures.
Arvind Yadav
2017-08-24
x86/lguest: Remove lguest support
Juergen Gross
2017-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-05-04
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-02
virtio: wrap find_vqs
Michael S. Tsirkin
[next]