aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/virtio_console.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-18virtio_console: Free buffer if splice failsSjur Brændeland1-0/+2
2012-12-18virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-5/+5
2012-12-18virtio: console: don't rely on virtqueue_add_buf() returning capacity.Amit Shah1-0/+2
2012-11-21char: remove use of __devinitBill Pemberton1-1/+1
2012-09-28virtio: console: fix error handling in init() functionAlexey Khoroshilov1-1/+11
2012-09-28virtio/console: Allocate scatterlist according to the current pipe sizeMasami Hiramatsu1-11/+12
2012-09-28virtio/console: Wait until the port is ready on spliceMasami Hiramatsu1-12/+27
2012-09-28virtio/console: Add a failback for unstealable pipe bufferMasami Hiramatsu1-3/+25
2012-09-28virtio/console: Add splice_write supportMasami Hiramatsu1-8/+128
2012-05-17virtio: console: tell host of open ports after resume from s3/s4Amit Shah1-0/+7
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-01-12virtio: console: Disable callbacks for virtqueues at start of S4 freezeAmit Shah1-0/+8
2012-01-12virtio: console: Add freeze and restore handlers to support S4Amit Shah1-0/+58
2012-01-12virtio: console: Move vq and vq buf removal into separate functionsAmit Shah1-28/+40