aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/virtio_console.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-19/+28
* virtio_console: Don't access uninitialized data.Sjur Brændeland2013-02-141-1/+2
* virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.Rusty Russell2011-05-301-5/+0
* virtio: console: Enable call to hvc_remove() on console port removeAmit Shah2011-04-211-11/+0
* virtio: console: Don't access vqs if device was unpluggedAmit Shah2011-03-061-0/+8
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-101-0/+1850
|\
| * virtio: console: Move file back to drivers/char/Amit Shah2011-02-031-0/+1838
|/
* tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman2011-01-131-1838/+0
* Char: virtio_console, fix memory leakJiri Slaby2010-11-241-28/+9
* virtio: console: Disable lseek(2) for port file operationsAmit Shah2010-10-211-0/+3
* virtio: console: Send SIGIO in case of port unplugAmit Shah2010-10-211-0/+3
* virtio: console: Send SIGIO on new data arrival on portsAmit Shah2010-10-211-0/+3
* virtio: console: Send SIGIO to processes that request it for host eventsAmit Shah2010-10-211-0/+25
* virtio: console: Reference counting portdev structs is not neededAmit Shah2010-10-211-0/+8
* virtio: console: Add reference counting for port structAmit Shah2010-10-211-16/+64
* virtio: console: Use cdev_alloc() instead of cdev_init()Amit Shah2010-10-211-7/+13
* virtio: console: Add a find_port_by_devt() functionAmit Shah2010-10-211-1/+36
* virtio: console: Add a list of portdevs that are activeAmit Shah2010-10-211-0/+15
* virtio: console: open: Use a common path for error handlingAmit Shah2010-10-211-3/+9
* virtio: console: remove_port() should return voidAmit Shah2010-10-211-2/+1
* virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah2010-10-211-0/+3
* virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah2010-10-211-0/+3
* virtio: console: Unblock poll on port hot-unplugAmit Shah2010-10-211-0/+4
* virtio: console: Un-block reads on chardev closeAmit Shah2010-10-211-0/+4
* virtio: console: Check if portdev is valid in send_control_msg()Amit Shah2010-10-211-1/+4
* virtio: console: Remove control vq data only if using multiport supportAmit Shah2010-10-211-6/+9
* virtio: console: Reset vdev before removing deviceAmit Shah2010-10-211-0/+3
* virtio: console: Don't block entire guest if host doesn't read dataAmit Shah2010-10-201-3/+14
* virtio: console: Prevent userspace from submitting NULL buffersAmit Shah2010-09-211-0/+4
* virtio: console: Fix poll blocking even though there is data to readHans de Goede2010-09-211-1/+1
* virtio: console: Fix crash when port is unplugged and blocked for writeAmit Shah2010-06-031-0/+4
* virtio: console: Fix crash when hot-unplugging a port and read is blockedAmit Shah2010-06-031-3/+7
* drivers/char: Eliminate use after freeJulia Lawall2010-05-191-4/+4
* virtio: console: Accept console size along with resize control messageAmit Shah2010-05-191-1/+12
* virtio: console: Store each console's size in the console structureAmit Shah2010-05-191-12/+31
* virtio: console: Resize console port 0 on config intr only if multiport is offAmit Shah2010-05-191-7/+10
* virtio: console: Add support for nonblocking write()sAmit Shah2010-05-191-8/+111
* virtio: console: Rename wait_is_over() to will_read_block()Amit Shah2010-05-191-3/+3
* virtio: console: Don't always create a port 0 if using multiportAmit Shah2010-05-191-17/+15
* virtio: console: Use a control message to add portsAmit Shah2010-05-191-44/+33
* virtio: console: Move code around for future patchesAmit Shah2010-05-191-133/+133
* virtio: console: Remove config work handlerAmit Shah2010-05-191-63/+1
* virtio: console: Don't call hvc_remove() on unplugging console portsAmit Shah2010-05-191-0/+11
* virtio: console: Return -EPIPE to hvc_console if we lost the connectionAmit Shah2010-05-191-2/+6
* virtio: console: Let host know of port or device add failuresAmit Shah2010-05-191-0/+5
* virtio: console: Add a __send_control_msg() that can send messages without a ...Amit Shah2010-05-191-5/+11
* virtio: Revert "virtio: disable multiport console support."Amit Shah2010-05-191-41/+8
* virtio_console: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-16/+16
* virtio: disable multiport console support.Michael S. Tsirkin2010-04-081-8/+41
* virtio: console makes incorrect assumption about virtio APIRusty Russell2010-04-081-7/+3