aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/virtio_console.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2022-03-18virtio_console: eliminate anonymous module_init & module_exitGravatar Randy Dunlap 1-4/+4
2022-03-04virtio_console: break out of buf poll on removeGravatar Michael S. Tsirkin 1-0/+7
2022-01-14virtio: wrap config->reset callsGravatar Michael S. Tsirkin 1-2/+2
2021-11-01virtio_console: validate max_nr_ports before trying to use itGravatar Jason Wang 1-0/+9
2021-07-03virtio_console: Assure used length from device is limitedGravatar Xie Yongji 1-2/+2
2021-03-10virtio_console: remove pointless check for debugfs_create_dir()Gravatar Greg Kroah-Hartman 1-14/+9
2020-11-09virtio: virtio_console: fix DMA memory allocation for rproc serialGravatar Alexander Lobakin 1-4/+4
2020-07-20Merge v5.8-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-1/+2
2020-07-10virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialGravatar Alexander Lobakin 1-1/+2
2020-07-10virtio_console: Constify some static variablesGravatar Rikard Falkeborn 1-4/+4
2020-05-20fs: rename pipe_buf ->steal to ->try_stealGravatar Christoph Hellwig 1-1/+1
2020-02-14char: virtio: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-9/+7
2019-11-19virtio_console: allocate inbufs in add_port() only if it is neededGravatar Laurent Vivier 1-15/+13
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthGravatar David Howells 1-9/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2019-03-28virtio_console: initialize vtermno value for portsGravatar Pankaj Gupta 1-1/+2
2018-12-06char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-14/+3
2018-07-16virtio: virtconsole: Use seq_file for debugfs operationsGravatar Tuomas Tynkkynen 1-38/+22
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-7/+8
2018-06-12Convert virtio_console to struct_sizeGravatar Matthew Wilcox 1-2/+1
2018-04-25virtio_console: reset on out of memoryGravatar Michael S. Tsirkin 1-7/+10
2018-04-25virtio_console: move removal codeGravatar Michael S. Tsirkin 1-36/+36
2018-04-25virtio_console: drop custom control queue cleanupGravatar Michael S. Tsirkin 1-17/+0
2018-04-25virtio_console: free buffers after resetGravatar Michael S. Tsirkin 1-25/+24
2018-04-25virtio_console: don't tie bufs to a vqGravatar Michael S. Tsirkin 1-7/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-4/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-3/+0
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2017-09-01dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagGravatar Christoph Hellwig 1-3/+0
2017-08-28char: virtio: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-08-24x86/lguest: Remove lguest supportGravatar Juergen Gross 1-1/+1
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-3/+3
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2017-05-02virtio: wrap find_vqsGravatar Michael S. Tsirkin 1-3/+3
2017-04-07virtio_console: fix uninitialized variable useGravatar Michael S. Tsirkin 1-2/+4
2017-03-17drivers/char: Convert remaining use of pr_warning to pr_warnGravatar Joe Perches 1-1/+1
2017-03-02virtio-console: avoid DMA from stackGravatar Omar Sandoval 1-2/+10
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+1
2017-01-19virtio_console: fix a crash in config_work_handlerGravatar G. Campana 1-1/+1
2016-12-15virtio_console: drop unused config fieldsGravatar Michael S. Tsirkin 1-7/+7
2016-10-31virtio: console: Unlock vqs while freeing buffersGravatar Matt Redfearn 1-6/+16
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-10-05pipe: add pipe_buf_steal() helperGravatar Miklos Szeredi 1-1/+1
2016-09-09virtio_console: Stop doing DMA on the stackGravatar Andy Lutomirski 1-8/+15
2015-05-24virtio_console: silence a static checker warningGravatar Dan Carpenter 1-2/+2
2015-04-03virtio_console: Use bool function return values of true/false not 1/0Gravatar Joe Perches 1-1/+1
2015-03-05virtio_console: avoid config access from irqGravatar Michael S. Tsirkin 1-0/+16