aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/virtio_console.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-30virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.Gravatar Rusty Russell 1-5/+0
2011-04-21virtio: console: Enable call to hvc_remove() on console port removeGravatar Amit Shah 1-11/+0
2011-03-06virtio: console: Don't access vqs if device was unpluggedGravatar Amit Shah 1-0/+8
2011-02-10Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1850
2011-02-03virtio: console: Move file back to drivers/char/Gravatar Amit Shah 1-0/+1838
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Gravatar Greg Kroah-Hartman 1-1838/+0
2010-11-24Char: virtio_console, fix memory leakGravatar Jiri Slaby 1-28/+9
2010-10-21virtio: console: Disable lseek(2) for port file operationsGravatar Amit Shah 1-0/+3
2010-10-21virtio: console: Send SIGIO in case of port unplugGravatar Amit Shah 1-0/+3
2010-10-21virtio: console: Send SIGIO on new data arrival on portsGravatar Amit Shah 1-0/+3
2010-10-21virtio: console: Send SIGIO to processes that request it for host eventsGravatar Amit Shah 1-0/+25
2010-10-21virtio: console: Reference counting portdev structs is not neededGravatar Amit Shah 1-0/+8
2010-10-21virtio: console: Add reference counting for port structGravatar Amit Shah 1-16/+64
2010-10-21virtio: console: Use cdev_alloc() instead of cdev_init()Gravatar Amit Shah 1-7/+13
2010-10-21virtio: console: Add a find_port_by_devt() functionGravatar Amit Shah 1-1/+36
2010-10-21virtio: console: Add a list of portdevs that are activeGravatar Amit Shah 1-0/+15
2010-10-21virtio: console: open: Use a common path for error handlingGravatar Amit Shah 1-3/+9
2010-10-21virtio: console: remove_port() should return voidGravatar Amit Shah 1-2/+1
2010-10-21virtio: console: Make write() return -ENODEV on hot-unplugGravatar Amit Shah 1-0/+3
2010-10-21virtio: console: Make read() return -ENODEV on hot-unplugGravatar Amit Shah 1-0/+3
2010-10-21virtio: console: Unblock poll on port hot-unplugGravatar Amit Shah 1-0/+4
2010-10-21virtio: console: Un-block reads on chardev closeGravatar Amit Shah 1-0/+4
2010-10-21virtio: console: Check if portdev is valid in send_control_msg()Gravatar Amit Shah 1-1/+4
2010-10-21virtio: console: Remove control vq data only if using multiport supportGravatar Amit Shah 1-6/+9
2010-10-21virtio: console: Reset vdev before removing deviceGravatar Amit Shah 1-0/+3
2010-10-20virtio: console: Don't block entire guest if host doesn't read dataGravatar Amit Shah 1-3/+14
2010-09-21virtio: console: Prevent userspace from submitting NULL buffersGravatar Amit Shah 1-0/+4
2010-09-21virtio: console: Fix poll blocking even though there is data to readGravatar Hans de Goede 1-1/+1
2010-06-03virtio: console: Fix crash when port is unplugged and blocked for writeGravatar Amit Shah 1-0/+4
2010-06-03virtio: console: Fix crash when hot-unplugging a port and read is blockedGravatar Amit Shah 1-3/+7
2010-05-19drivers/char: Eliminate use after freeGravatar Julia Lawall 1-4/+4
2010-05-19virtio: console: Accept console size along with resize control messageGravatar Amit Shah 1-1/+12
2010-05-19virtio: console: Store each console's size in the console structureGravatar Amit Shah 1-12/+31
2010-05-19virtio: console: Resize console port 0 on config intr only if multiport is offGravatar Amit Shah 1-7/+10
2010-05-19virtio: console: Add support for nonblocking write()sGravatar Amit Shah 1-8/+111
2010-05-19virtio: console: Rename wait_is_over() to will_read_block()Gravatar Amit Shah 1-3/+3
2010-05-19virtio: console: Don't always create a port 0 if using multiportGravatar Amit Shah 1-17/+15
2010-05-19virtio: console: Use a control message to add portsGravatar Amit Shah 1-44/+33
2010-05-19virtio: console: Move code around for future patchesGravatar Amit Shah 1-133/+133
2010-05-19virtio: console: Remove config work handlerGravatar Amit Shah 1-63/+1
2010-05-19virtio: console: Don't call hvc_remove() on unplugging console portsGravatar Amit Shah 1-0/+11
2010-05-19virtio: console: Return -EPIPE to hvc_console if we lost the connectionGravatar Amit Shah 1-2/+6
2010-05-19virtio: console: Let host know of port or device add failuresGravatar Amit Shah 1-0/+5
2010-05-19virtio: console: Add a __send_control_msg() that can send messages without a ...Gravatar Amit Shah 1-5/+11
2010-05-19virtio: Revert "virtio: disable multiport console support."Gravatar Amit Shah 1-41/+8
2010-05-19virtio_console: use virtqueue_xxx wrappersGravatar Michael S. Tsirkin 1-16/+16
2010-04-08virtio: disable multiport console support.Gravatar Michael S. Tsirkin 1-8/+41
2010-04-08virtio: console makes incorrect assumption about virtio APIGravatar Rusty Russell 1-7/+3
2010-04-08virtio: console: Fix early_put_chars usageGravatar François Diakhaté 1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1