aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/virtio_console.c
AgeCommit message (Expand)Author
2013-08-14virtio: console: return -ENODEV on all read operations after unplugAmit Shah
2013-08-14virtio: console: fix raising SIGIO after port unplugAmit Shah
2013-08-14virtio: console: clean up port data immediately at time of unplugAmit Shah
2013-08-14virtio: console: fix race in port_fops_open() and port unplugAmit Shah
2013-08-14virtio: console: fix race with port unplug and open/closeAmit Shah
2013-08-14virtio/console: Add pipe_lock/unlock for splice_writeYoshihiro YUNOMAE
2013-08-14virtio/console: Quit from splice_write if pipe->nrbufs is 0Yoshihiro YUNOMAE
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-04-15virtio: console: replace EMFILE with EBUSY for already-open portAmit Shah
2013-04-08virtio_console: make local symbols staticWei Yongjun
2013-03-30virtio: console: add locking around c_ovq operationsAmit Shah
2013-03-30virtio: console: rename cvq_lock to c_ivq_lockAmit Shah
2013-03-20virtio_console: use simplified virtqueue accessors.Rusty Russell
2013-03-18Revert "virtio_console: Initialize guest_connected=true for rproc_serial"Sjur Brændeland
2013-02-26Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-02-13virtio_console: Initialize guest_connected=true for rproc_serialSjur Brændeland
2013-02-12virtio_console: Use virtio device index to generate port nameSjur Brændeland
2013-02-07virtio_console: Don't access uninitialized data.Sjur Brændeland
2013-01-22virtio_console: Let unconnected rproc device receive data.Sjur Brændeland
2013-01-03Drivers: char: remove __dev* attributes.Greg Kroah-Hartman
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-18virtio_console: Add support for remoteproc serialSjur Brændeland
2012-12-18virtio_console: Merge struct buffer_token into struct port_bufferSjur Brændeland
2012-12-18virtio_console: Free buffers from out-queue upon closesjur.brandeland@stericsson.com
2012-12-18virtio_console: Use kmalloc instead of kzallocSjur Brændeland
2012-12-18virtio_console: Free buffer if splice failsSjur Brændeland
2012-12-18virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell
2012-12-18virtio: console: don't rely on virtqueue_add_buf() returning capacity.Amit Shah
2012-11-21char: remove use of __devinitBill Pemberton
2012-09-28virtio: console: fix error handling in init() functionAlexey Khoroshilov
2012-09-28virtio/console: Allocate scatterlist according to the current pipe sizeMasami Hiramatsu
2012-09-28virtio/console: Wait until the port is ready on spliceMasami Hiramatsu
2012-09-28virtio/console: Add a failback for unstealable pipe bufferMasami Hiramatsu
2012-09-28virtio/console: Add splice_write supportMasami Hiramatsu
2012-05-17virtio: console: tell host of open ports after resume from s3/s4Amit Shah
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-01-12virtio: console: Disable callbacks for virtqueues at start of S4 freezeAmit Shah
2012-01-12virtio: console: Add freeze and restore handlers to support S4Amit Shah
2012-01-12virtio: console: Move vq and vq buf removal into separate functionsAmit Shah
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02virtio: console: wait for first console port for early console outputChristian Borntraeger
2011-11-02virtio: console: add port stats for bytes received, sent and discardedAmit Shah
2011-11-02virtio: console: make discard_port_data() use get_inbuf()Amit Shah
2011-11-02virtio: console: rename variableAmit Shah
2011-11-02virtio: console: make get_inbuf() return port->inbuf if presentAmit Shah
2011-11-02virtio: console: Fix return type for get_inbuf()Amit Shah
2011-11-02virtio: console: Use wait_event_freezable instead of _interruptibleAmit Shah
2011-11-02virtio: console: Ignore port name update request if name already setAmit Shah
2011-11-02virtio: console: Fix indentationAmit Shah