index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
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
4 days
virtio_console: do not free control-out buffers on remove
Jia Jia
1
-3
/
+18
7 days
virtio_console: allocate the port_buffer with the caller's gfp
Breno Leitao
1
-1
/
+1
2026-07-31
virtio_console: fix race between hvc put_chars and virtqueue teardown on freeze
Sungho Bae
1
-6
/
+64
2026-07-31
virtio_console: fix control queue race during restore
Sungho Bae
1
-3
/
+12
2026-07-31
virtio_console: fix hot-unplug races in TX paths
Sungho Bae
1
-6
/
+31
2026-07-31
virtio_console: refactor __send_to_port() buffer ownership
Sungho Bae
1
-32
/
+37
2026-07-31
virtio_console: take a kref in find_port_by_vq() to fix port UAF
Hari Mishal
1
-1
/
+12
2026-07-17
virtio_console: fix endian conversion in handle_control_message()
Ben Dooks
1
-2
/
+4
2026-06-10
virtio_console: read size from config space during device init
Filip Hejsek
1
-21
/
+31
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-8
/
+7
2025-04-18
virtio_console: fix order of fields cols and rows
Maximilian Immanuel Brandtner
1
-1
/
+1
2025-04-18
virtio_console: fix missing byte order handling for cols and rows
Halil Pasic
1
-3
/
+4
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
1
-2
/
+2
2025-03-06
fs/pipe: add simpler helpers for common cases
Linus Torvalds
1
-2
/
+2
2025-02-20
virtio_console: Get rid of unneeded temporary variable
Andy Shevchenko
1
-4
/
+1
2025-02-20
virtio: console: Use str_yes_no() helper in port_debugfs_show()
Thorsten Blum
1
-2
/
+2
2025-01-10
virtio: console: Replace deprecated kmap_atomic with kmap_local_page
David Reaver
1
-2
/
+2
2024-10-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-8
/
+10
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-25
virtio_console: fix misc probe bugs
Michael S. Tsirkin
1
-8
/
+10
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-2
/
+1
2024-07-17
virtio_console: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-26
/
+18
2024-05-22
virtio_console: drop owner assignment
Krzysztof Kozlowski
1
-2
/
+0
2023-12-08
tty: hvc: convert to u8 and size_t
Jiri Slaby (SUSE)
1
-5
/
+5
2023-12-08
tty: virtio: drop virtio_cons_early_init()
Jiri Slaby (SUSE)
1
-48
/
+0
2023-10-24
virtio_console: Annotate struct port_buffer with __counted_by
Kees Cook
1
-1
/
+1
2023-07-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+1
2023-07-03
virtio-console: call scheduler when we free unused buffs
Xianting Tian
1
-0
/
+1
2023-06-23
virtio_console: make port class a static const structure
Ivan Orlov
1
-13
/
+11
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2023-01-20
virtio_console: Use strscpy() to instead of strncpy()
Bo Liu
1
-3
/
+2
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-14
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-11-30
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
[next]