virtio: console: tell host of open ports after resume from s3/s4
[linux-flexiantxendom0-3.2.10.git] / drivers / char / virtio_console.c
2012-05-17 Amit Shahvirtio: console: tell host of open ports after resume...
2012-04-05 Stephen Boydsimple_open: automatically convert to simple_open()
2012-01-12 Amit Shahvirtio: console: Disable callbacks for virtqueues at...
2012-01-12 Amit Shahvirtio: console: Add freeze and restore handlers to...
2012-01-12 Amit Shahvirtio: console: Move vq and vq buf removal into separa...
2012-01-12 Rusty Russellvirtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-02 Christian Borntraegervirtio: console: wait for first console port for early...
2011-11-02 Amit Shahvirtio: console: add port stats for bytes received...
2011-11-02 Amit Shahvirtio: console: make discard_port_data() use get_inbuf()
2011-11-02 Amit Shahvirtio: console: rename variable
2011-11-02 Amit Shahvirtio: console: make get_inbuf() return port->inbuf...
2011-11-02 Amit Shahvirtio: console: Fix return type for get_inbuf()
2011-11-02 Amit Shahvirtio: console: Use wait_event_freezable instead of...
2011-11-02 Amit Shahvirtio: console: Ignore port name update request if...
2011-11-02 Amit Shahvirtio: console: Fix indentation
2011-11-02 Sasha Levinvirtio-console: Use virtio_config_val() for retrieving...
2011-10-31 Paul Gortmakerdrivers/char: Add module.h to those who were using...
2011-05-30 Rusty Russellvirtio console: don't manually set or finalize VIRTIO_C...
2011-04-21 Amit Shahvirtio: console: Enable call to hvc_remove() on console...
2011-03-06 Amit Shahvirtio: console: Don't access vqs if device was unplugged
2011-02-10 Linus TorvaldsMerge branch 'tty-linus' of git://git./linux/kernel...
2011-02-03 Amit Shahvirtio: console: Move file back to drivers/char/
2011-01-13 Greg Kroah-Hartmantty: move hvc drivers to drivers/tty/hvc/
2010-11-24 Jiri SlabyChar: virtio_console, fix memory leak
2010-10-21 Amit Shahvirtio: console: Disable lseek(2) for port file operations
2010-10-21 Amit Shahvirtio: console: Send SIGIO in case of port unplug
2010-10-21 Amit Shahvirtio: console: Send SIGIO on new data arrival on...
2010-10-21 Amit Shahvirtio: console: Send SIGIO to processes that request...
2010-10-21 Amit Shahvirtio: console: Reference counting portdev structs...
2010-10-21 Amit Shahvirtio: console: Add reference counting for port struct
2010-10-21 Amit Shahvirtio: console: Use cdev_alloc() instead of cdev_init()
2010-10-21 Amit Shahvirtio: console: Add a find_port_by_devt() function
2010-10-21 Amit Shahvirtio: console: Add a list of portdevs that are active
2010-10-21 Amit Shahvirtio: console: open: Use a common path for error...
2010-10-21 Amit Shahvirtio: console: remove_port() should return void
2010-10-21 Amit Shahvirtio: console: Make write() return -ENODEV on hot...
2010-10-21 Amit Shahvirtio: console: Make read() return -ENODEV on hot...
2010-10-21 Amit Shahvirtio: console: Unblock poll on port hot-unplug
2010-10-21 Amit Shahvirtio: console: Un-block reads on chardev close
2010-10-21 Amit Shahvirtio: console: Check if portdev is valid in send_cont...
2010-10-21 Amit Shahvirtio: console: Remove control vq data only if using...
2010-10-21 Amit Shahvirtio: console: Reset vdev before removing device
2010-10-20 Amit Shahvirtio: console: Don't block entire guest if host doesn...
2010-09-21 Amit Shahvirtio: console: Prevent userspace from submitting...
2010-09-21 Hans de Goedevirtio: console: Fix poll blocking even though there...
2010-06-03 Amit Shahvirtio: console: Fix crash when port is unplugged and...
2010-06-03 Amit Shahvirtio: console: Fix crash when hot-unplugging a port...
2010-05-19 Julia Lawalldrivers/char: Eliminate use after free
2010-05-19 Amit Shahvirtio: console: Accept console size along with resize...
2010-05-19 Amit Shahvirtio: console: Store each console's size in the conso...
2010-05-19 Amit Shahvirtio: console: Resize console port 0 on config intr...
2010-05-19 Amit Shahvirtio: console: Add support for nonblocking write()s
2010-05-19 Amit Shahvirtio: console: Rename wait_is_over() to will_read_block()
2010-05-19 Amit Shahvirtio: console: Don't always create a port 0 if using...
2010-05-19 Amit Shahvirtio: console: Use a control message to add ports
2010-05-19 Amit Shahvirtio: console: Move code around for future patches
2010-05-19 Amit Shahvirtio: console: Remove config work handler
2010-05-19 Amit Shahvirtio: console: Don't call hvc_remove() on unplugging...
2010-05-19 Amit Shahvirtio: console: Return -EPIPE to hvc_console if we...
2010-05-19 Amit Shahvirtio: console: Let host know of port or device add...
2010-05-19 Amit Shahvirtio: console: Add a __send_control_msg() that can...
2010-05-19 Amit Shahvirtio: Revert "virtio: disable multiport console support."
2010-05-19 Michael S. Tsirkinvirtio_console: use virtqueue_xxx wrappers
2010-04-08 Michael S. Tsirkinvirtio: disable multiport console support.
2010-04-08 Rusty Russellvirtio: console makes incorrect assumption about virtio API
2010-04-08 François Diakhatévirtio: console: Fix early_put_chars usage
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-22 Amit Shahvirtio: console: Check if port is valid in resize_console
2010-03-22 Amit Shahvirtio: console: Generate a kobject CHANGE event on...
2010-03-04 Amit Shahvirtio: console: Use better variable names for fill_que...
2010-03-04 Amit Shahvirtio: console: Fix type of 'len' as unsigned int
2010-02-24 Amit Shahvirtio: console: Fill ports' entire in_vq with buffers
2010-02-24 Amit Shahvirtio: console: Error out if we can't allocate buffers...
2010-02-24 Amit Shahvirtio: console: Add ability to remove module
2010-02-24 Amit Shahvirtio: console: Ensure no memleaks in case of unused...
2010-02-24 Amit Shahvirtio: console: show error message if hvc_alloc fails...
2010-02-24 Amit Shahvirtio: console: Add debugfs files for each port to...
2010-02-24 Amit Shahvirtio: console: Add ability to hot-unplug ports
2010-02-24 Amit Shahvirtio: console: Handle port hot-plug
2010-02-24 Amit Shahvirtio: console: Remove cached data on port close
2010-02-24 Amit Shahvirtio: console: Register with sysfs and create a ...
2010-02-24 Amit Shahvirtio: console: Ensure only one process can have a...
2010-02-24 Amit Shahvirtio: console: Add file operations to ports for open...
2010-02-24 Amit Shahvirtio: console: Associate each port with a char device
2010-02-24 Amit Shahvirtio: console: Prepare for writing to userspace buffers
2010-02-24 Amit Shahvirtio: console: Add a new MULTIPORT feature, support...
2010-02-24 Amit Shahvirtio: console: Introduce a send_buf function for...
2010-02-24 Amit Shahvirtio: console: Introduce function to hand off data...
2010-02-24 Amit Shahvirtio: console: Separate out find_vqs operation into...
2010-02-24 Amit Shahvirtio: console: Separate out console init into a new...
2010-02-24 Amit Shahvirtio: console: Separate out console-specific data...
2010-02-24 Amit Shahvirtio: console: ensure console size is updated on...
2010-02-24 Amit Shahvirtio: console: struct ports for multiple ports per...
2010-02-24 Rusty Russellvirtio: console: remove global var
2010-02-24 Amit Shahvirtio: console: don't assume a single console port.
2010-02-24 Rusty Russellvirtio: console: use vdev->priv to avoid accessing...
2010-02-24 Amit Shahvirtio: console: introduce a get_inbuf helper to fetch...
2010-02-24 Amit Shahvirtio: console: ensure add_inbuf can work for multiple...
2010-02-24 Amit Shahvirtio: console: encapsulate buffer information in...
next