aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/virtio_console.c
Commit message (Expand)AuthorAge
* virtio: console: Don't access vqs if device was unpluggedAmit Shah2011-03-06
* Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-10
|\
| * virtio: console: Move file back to drivers/char/Amit Shah2011-02-03
|/
* tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman2011-01-13
* Char: virtio_console, fix memory leakJiri Slaby2010-11-23
* virtio: console: Disable lseek(2) for port file operationsAmit Shah2010-10-21
* virtio: console: Send SIGIO in case of port unplugAmit Shah2010-10-21
* virtio: console: Send SIGIO on new data arrival on portsAmit Shah2010-10-21
* virtio: console: Send SIGIO to processes that request it for host eventsAmit Shah2010-10-21
* virtio: console: Reference counting portdev structs is not neededAmit Shah2010-10-21
* virtio: console: Add reference counting for port structAmit Shah2010-10-21
* virtio: console: Use cdev_alloc() instead of cdev_init()Amit Shah2010-10-21
* virtio: console: Add a find_port_by_devt() functionAmit Shah2010-10-21
* virtio: console: Add a list of portdevs that are activeAmit Shah2010-10-21
* virtio: console: open: Use a common path for error handlingAmit Shah2010-10-21
* virtio: console: remove_port() should return voidAmit Shah2010-10-21
* virtio: console: Make write() return -ENODEV on hot-unplugAmit Shah2010-10-21
* virtio: console: Make read() return -ENODEV on hot-unplugAmit Shah2010-10-21
* virtio: console: Unblock poll on port hot-unplugAmit Shah2010-10-21
* virtio: console: Un-block reads on chardev closeAmit Shah2010-10-21
* virtio: console: Check if portdev is valid in send_control_msg()Amit Shah2010-10-21
* virtio: console: Remove control vq data only if using multiport supportAmit Shah2010-10-21
* virtio: console: Reset vdev before removing deviceAmit Shah2010-10-21
* virtio: console: Don't block entire guest if host doesn't read dataAmit Shah2010-10-20
* virtio: console: Prevent userspace from submitting NULL buffersAmit Shah2010-09-20
* virtio: console: Fix poll blocking even though there is data to readHans de Goede2010-09-20
* virtio: console: Fix crash when port is unplugged and blocked for writeAmit Shah2010-06-03
* virtio: console: Fix crash when hot-unplugging a port and read is blockedAmit Shah2010-06-03
* drivers/char: Eliminate use after freeJulia Lawall2010-05-19
* virtio: console: Accept console size along with resize control messageAmit Shah2010-05-19
* virtio: console: Store each console's size in the console structureAmit Shah2010-05-19
* virtio: console: Resize console port 0 on config intr only if multiport is offAmit Shah2010-05-19
* virtio: console: Add support for nonblocking write()sAmit Shah2010-05-19
* virtio: console: Rename wait_is_over() to will_read_block()Amit Shah2010-05-19
* virtio: console: Don't always create a port 0 if using multiportAmit Shah2010-05-19
* virtio: console: Use a control message to add portsAmit Shah2010-05-19
* virtio: console: Move code around for future patchesAmit Shah2010-05-19
* virtio: console: Remove config work handlerAmit Shah2010-05-19
* virtio: console: Don't call hvc_remove() on unplugging console portsAmit Shah2010-05-19
* virtio: console: Return -EPIPE to hvc_console if we lost the connectionAmit Shah2010-05-19
* virtio: console: Let host know of port or device add failuresAmit Shah2010-05-19
* virtio: console: Add a __send_control_msg() that can send messages without a ...Amit Shah2010-05-19
* virtio: Revert "virtio: disable multiport console support."Amit Shah2010-05-19
* virtio_console: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-19
* virtio: disable multiport console support.Michael S. Tsirkin2010-04-07
* virtio: console makes incorrect assumption about virtio APIRusty Russell2010-04-07
* virtio: console: Fix early_put_chars usageFrançois Diakhaté2010-04-07
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* virtio: console: Check if port is valid in resize_consoleAmit Shah2010-03-22
* virtio: console: Generate a kobject CHANGE event on adding 'name' attributeAmit Shah2010-03-22