aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/virtio_console.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-19virtio_console: fix a crash in config_work_handlerG. Campana1-1/+1
2016-12-15virtio_console: drop unused config fieldsMichael S. Tsirkin1-7/+7
2016-10-31virtio: console: Unlock vqs while freeing buffersMatt Redfearn1-6/+16
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-10-05pipe: add pipe_buf_steal() helperMiklos Szeredi1-1/+1
2016-09-09virtio_console: Stop doing DMA on the stackAndy Lutomirski1-8/+15
2015-05-24virtio_console: silence a static checker warningDan Carpenter1-2/+2
2015-04-03virtio_console: Use bool function return values of true/false not 1/0Joe Perches1-1/+1
2015-03-05virtio_console: avoid config access from irqMichael S. Tsirkin1-0/+16
2015-03-05virtio_console: init work unconditionallyMichael S. Tsirkin1-1/+2
2015-02-11virtio: don't require a config space on the console device.Rusty Russell1-1/+4
2015-01-21virtio/console: verify device has config spaceMichael S. Tsirkin1-0/+6
2014-12-09virtio_console: fix sparse warningsMichael S. Tsirkin1-4/+5
2014-12-09virtio: drop VIRTIO_F_VERSION_1 from driversMichael S. Tsirkin1-1/+0
2014-12-09virtio_console: virtio 1.0 supportMichael S. Tsirkin1-12/+17
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin1-1/+1
2014-11-13virtio_console: move early VQ enablementCornelia Huck1-2/+2
2014-10-15virtio_console: enable VQs early on restoreMichael S. Tsirkin1-0/+2
2014-10-15virtio_console: enable VQs earlyMichael S. Tsirkin1-0/+2
2014-07-27virtio: console: remove unnecessary null test before debugfs_remove_recursiveFabian Frederick1-4/+2
2014-04-01pipe: kill ->map() and ->unmap()Al Viro1-2/+2
2014-02-09fix a kmap leak in virtio_consoleAl Viro1-6/+3
2013-10-29virtio_console: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs1-2/+4
2013-10-17virtio: use size-based config accessors.Rusty Russell1-10/+5
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu1-2/+2