aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/virtio_console.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-09virtio: console: prevent use-after-free of port name in port unplugAmit Shah1-2/+1
2013-08-09Merge branch 'master' into virtio-nextRusty Russell1-22/+48
2013-07-30virtio: console: cleanup an error messageDan Carpenter1-4/+2
2013-07-29virtio: console: fix locking around send_sigio_to_port()Amit Shah1-3/+5
2013-07-29virtio: console: add locking in port unplug pathAmit Shah1-0/+2
2013-07-29virtio: console: add locks around buffer removal in port unplug pathAmit Shah1-2/+6
2013-07-29virtio: console: return -ENODEV on all read operations after unplugAmit Shah1-1/+5
2013-07-29virtio: console: fix raising SIGIO after port unplugAmit Shah1-3/+5
2013-07-29virtio: console: clean up port data immediately at time of unplugAmit Shah1-8/+8
2013-07-29virtio: console: fix race in port_fops_open() and port unplugAmit Shah1-0/+4
2013-07-29virtio: console: fix race with port unplug and open/closeAmit Shah1-7/+6
2013-07-23virtio/console: Add pipe_lock/unlock for splice_writeYoshihiro YUNOMAE1-5/+15
2013-07-23virtio/console: Quit from splice_write if pipe->nrbufs is 0Yoshihiro YUNOMAE1-0/+7
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-7/+7
2013-04-15virtio: console: replace EMFILE with EBUSY for already-open portAmit Shah1-1/+1
2013-04-08virtio_console: make local symbols staticWei Yongjun1-3/+3
2013-03-30virtio: console: add locking around c_ovq operationsAmit Shah1-0/+5
2013-03-30virtio: console: rename cvq_lock to c_ivq_lockAmit Shah1-8/+9
2013-03-20virtio_console: use simplified virtqueue accessors.Rusty Russell1-3/+3
2013-03-18Revert "virtio_console: Initialize guest_connected=true for rproc_serial"Sjur Brændeland1-6/+16
2013-02-26Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-14/+4
2013-02-13virtio_console: Initialize guest_connected=true for rproc_serialSjur Brændeland1-5/+2
2013-02-12virtio_console: Use virtio device index to generate port nameSjur Brændeland1-13/+3
2013-02-07virtio_console: Don't access uninitialized data.Sjur Brændeland1-1/+2
2013-01-22virtio_console: Let unconnected rproc device receive data.Sjur Brændeland1-1/+4
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman1-5/+1
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-99/+230
2012-12-18virtio_console: Add support for remoteproc serialSjur Brændeland1-23/+169
2012-12-18virtio_console: Merge struct buffer_token into struct port_bufferSjur Brændeland1-76/+53
2012-12-18virtio_console: Free buffers from out-queue upon closesjur.brandeland@stericsson.com1-0/+4
2012-12-18virtio_console: Use kmalloc instead of kzallocSjur Brændeland1-1/+1