summaryrefslogtreecommitdiff
path: root/drivers/char/virtio_console.c
AgeCommit message (Expand)Author
2015-05-09virtio_console: avoid config access from irqMichael S. Tsirkin
2013-09-10virtio: console: return -ENODEV on all read operations after unplugAmit Shah
2013-09-10virtio: console: fix raising SIGIO after port unplugAmit Shah
2013-09-10virtio: console: clean up port data immediately at time of unplugAmit Shah
2013-09-10virtio: console: fix race in port_fops_open() and port unplugAmit Shah
2013-09-10virtio: console: fix race with port unplug and open/closeAmit Shah
2013-04-10virtio: console: add locking around c_ovq operationsAmit Shah
2013-04-10virtio: console: rename cvq_lock to c_ivq_lockAmit Shah
2013-02-20virtio_console: Don't access uninitialized data.Sjur Brændeland
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
2011-11-02virtio-console: Use virtio_config_val() for retrieving configSasha Levin
2011-10-31drivers/char: Add module.h to those who were using it implicitlyPaul Gortmaker
2011-05-30virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.Rusty Russell
2011-04-21virtio: console: Enable call to hvc_remove() on console port removeAmit Shah
2011-03-06virtio: console: Don't access vqs if device was unpluggedAmit Shah
2011-02-10Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2011-02-03virtio: console: Move file back to drivers/char/Amit Shah
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman
2010-11-24Char: virtio_console, fix memory leakJiri Slaby
2010-10-21virtio: console: Disable lseek(2) for port file operationsAmit Shah
2010-10-21virtio: console: Send SIGIO in case of port unplugAmit Shah
2010-10-21virtio: console: Send SIGIO on new data arrival on portsAmit Shah
2010-10-21virtio: console: Send SIGIO to processes that request it for host eventsAmit Shah
2010-10-21virtio: console: Reference counting portdev structs is not neededAmit Shah
2010-10-21virtio: console: Add reference counting for port structAmit Shah
2010-10-21virtio: console: Use cdev_alloc() instead of cdev_init()Amit Shah
2010-10-21virtio: console: Add a find_port_by_devt() functionAmit Shah
2010-10-21virtio: console: Add a list of portdevs that are activeAmit Shah
2010-10-21virtio: console: open: Use a common path for error handlingAmit Shah
2010-10-21virtio: console: remove_port() should return voidAmit Shah
2010-10-21virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah
2010-10-21virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah
2010-10-21virtio: console: Unblock poll on port hot-unplugAmit Shah
2010-10-21virtio: console: Un-block reads on chardev closeAmit Shah
2010-10-21virtio: console: Check if portdev is valid in send_control_msg()Amit Shah
2010-10-21virtio: console: Remove control vq data only if using multiport supportAmit Shah
2010-10-21virtio: console: Reset vdev before removing deviceAmit Shah
2010-10-20virtio: console: Don't block entire guest if host doesn't read dataAmit Shah
2010-09-21virtio: console: Prevent userspace from submitting NULL buffersAmit Shah
2010-09-21virtio: console: Fix poll blocking even though there is data to readHans de Goede
2010-06-03virtio: console: Fix crash when port is unplugged and blocked for writeAmit Shah