aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/virtio_console.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-05virtio_console: init work unconditionallyGravatar Michael S. Tsirkin 1-1/+2
2015-02-11virtio: don't require a config space on the console device.Gravatar Rusty Russell 1-1/+4
2015-01-21virtio/console: verify device has config spaceGravatar Michael S. Tsirkin 1-0/+6
2014-12-09virtio_console: fix sparse warningsGravatar Michael S. Tsirkin 1-4/+5
2014-12-09virtio: drop VIRTIO_F_VERSION_1 from driversGravatar Michael S. Tsirkin 1-1/+0
2014-12-09virtio_console: virtio 1.0 supportGravatar Michael S. Tsirkin 1-12/+17
2014-12-09virtio: use u32, not bitmap for featuresGravatar Michael S. Tsirkin 1-1/+1
2014-11-13virtio_console: move early VQ enablementGravatar Cornelia Huck 1-2/+2
2014-10-15virtio_console: enable VQs early on restoreGravatar Michael S. Tsirkin 1-0/+2
2014-10-15virtio_console: enable VQs earlyGravatar Michael S. Tsirkin 1-0/+2
2014-07-27virtio: console: remove unnecessary null test before debugfs_remove_recursiveGravatar Fabian Frederick 1-4/+2
2014-04-01pipe: kill ->map() and ->unmap()Gravatar Al Viro 1-2/+2
2014-02-09fix a kmap leak in virtio_consoleGravatar Al Viro 1-6/+3
2013-10-29virtio_console: verify if queue is broken after virtqueue_get_buf()Gravatar Heinz Graalfs 1-2/+4
2013-10-17virtio: use size-based config accessors.Gravatar Rusty Russell 1-10/+5
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMGravatar Aaron Lu 1-2/+2
2013-08-09virtio: console: prevent use-after-free of port name in port unplugGravatar Amit Shah 1-2/+1
2013-08-09Merge branch 'master' into virtio-nextGravatar Rusty Russell 1-22/+48
2013-07-30virtio: console: cleanup an error messageGravatar Dan Carpenter 1-4/+2
2013-07-29virtio: console: fix locking around send_sigio_to_port()Gravatar Amit Shah 1-3/+5
2013-07-29virtio: console: add locking in port unplug pathGravatar Amit Shah 1-0/+2
2013-07-29virtio: console: add locks around buffer removal in port unplug pathGravatar Amit Shah 1-2/+6
2013-07-29virtio: console: return -ENODEV on all read operations after unplugGravatar Amit Shah 1-1/+5
2013-07-29virtio: console: fix raising SIGIO after port unplugGravatar Amit Shah 1-3/+5
2013-07-29virtio: console: clean up port data immediately at time of unplugGravatar Amit Shah 1-8/+8
2013-07-29virtio: console: fix race in port_fops_open() and port unplugGravatar Amit Shah 1-0/+4
2013-07-29virtio: console: fix race with port unplug and open/closeGravatar Amit Shah 1-7/+6
2013-07-23virtio/console: Add pipe_lock/unlock for splice_writeGravatar Yoshihiro YUNOMAE 1-5/+15
2013-07-23virtio/console: Quit from splice_write if pipe->nrbufs is 0Gravatar Yoshihiro YUNOMAE 1-0/+7
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+7
2013-04-15virtio: console: replace EMFILE with EBUSY for already-open portGravatar Amit Shah 1-1/+1
2013-04-08virtio_console: make local symbols staticGravatar Wei Yongjun 1-3/+3
2013-03-30virtio: console: add locking around c_ovq operationsGravatar Amit Shah 1-0/+5
2013-03-30virtio: console: rename cvq_lock to c_ivq_lockGravatar Amit Shah 1-8/+9
2013-03-20virtio_console: use simplified virtqueue accessors.Gravatar Rusty Russell 1-3/+3
2013-03-18Revert "virtio_console: Initialize guest_connected=true for rproc_serial"Gravatar Sjur Brændeland 1-6/+16
2013-02-26Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-14/+4
2013-02-13virtio_console: Initialize guest_connected=true for rproc_serialGravatar Sjur Brændeland 1-5/+2
2013-02-12virtio_console: Use virtio device index to generate port nameGravatar Sjur Brændeland 1-13/+3
2013-02-07virtio_console: Don't access uninitialized data.Gravatar Sjur Brændeland 1-1/+2
2013-01-22virtio_console: Let unconnected rproc device receive data.Gravatar Sjur Brændeland 1-1/+4