aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/char/virtio_console.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)1-5/+5
2023-12-08tty: virtio: drop virtio_cons_early_init()Jiri Slaby (SUSE)1-48/+0
2023-10-24virtio_console: Annotate struct port_buffer with __counted_byKees Cook1-1/+1
2023-07-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2023-07-03virtio-console: call scheduler when we free unused buffsXianting Tian1-0/+1
2023-06-23virtio_console: make port class a static const structureIvan Orlov1-13/+11
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-01-20virtio_console: Use strscpy() to instead of strncpy()Bo Liu1-3/+2
2022-11-23virtio_console: Introduce an ID allocator for virtual console numbersCédric Le Goater1-15/+11
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-4/+4
2022-03-18virtio_console: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-03-04virtio_console: break out of buf poll on removeMichael S. Tsirkin1-0/+7
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-2/+2
2021-11-01virtio_console: validate max_nr_ports before trying to use itJason Wang1-0/+9
2021-07-03virtio_console: Assure used length from device is limitedXie Yongji1-2/+2
2021-03-10virtio_console: remove pointless check for debugfs_create_dir()Greg Kroah-Hartman1-14/+9
2020-11-09virtio: virtio_console: fix DMA memory allocation for rproc serialAlexander Lobakin1-4/+4
2020-07-20Merge v5.8-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+2
2020-07-10virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin1-1/+2
2020-07-10virtio_console: Constify some static variablesRikard Falkeborn1-4/+4
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig1-1/+1
2020-02-14char: virtio: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-9/+7
2019-11-19virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier1-15/+13
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells1-9/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-03-28virtio_console: initialize vtermno value for portsPankaj Gupta1-1/+2
2018-12-06char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-14/+3
2018-07-16virtio: virtconsole: Use seq_file for debugfs operationsTuomas Tynkkynen1-38/+22
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-7/+8
2018-06-12Convert virtio_console to struct_sizeMatthew Wilcox1-2/+1
2018-04-25virtio_console: reset on out of memoryMichael S. Tsirkin1-7/+10
2018-04-25virtio_console: move removal codeMichael S. Tsirkin1-36/+36
2018-04-25virtio_console: drop custom control queue cleanupMichael S. Tsirkin1-17/+0
2018-04-25virtio_console: free buffers after resetMichael S. Tsirkin1-25/+24
2018-04-25virtio_console: don't tie bufs to a vqMichael S. Tsirkin1-7/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+0
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2017-09-01dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig1-3/+0
2017-08-28char: virtio: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-24x86/lguest: Remove lguest supportJuergen Gross1-1/+1
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-3/+3
2017-04-07virtio_console: fix uninitialized variable useMichael S. Tsirkin1-2/+4
2017-03-17drivers/char: Convert remaining use of pr_warning to pr_warnJoe Perches1-1/+1
2017-03-02virtio-console: avoid DMA from stackOmar Sandoval1-2/+10
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1