include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / char / virtio_console.c
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...
2010-02-24 Rusty Russellvirtio: console: port encapsulation
2010-02-24 Amit Shahvirtio: console: We support only one device at a time
2010-02-24 Rusty Russellhvc_console: make the ops pointer const.
2010-02-24 Rusty Russellvirtio: console: statically initialize virtio_cons
2010-02-24 Rusty Russellvirtio: console: comment cleanup
2009-10-22 Christian Borntraegervirtio: let header files include virtio_ids.h
2009-09-23 Fernando Luis Vazq... virtio: add virtio IDs file
2009-09-23 Rusty Russellvirtio: make add_buf return capacity remaining
2009-06-12 Michael S. Tsirkinvirtio: find_vqs/del_vqs virtio operations
2009-06-12 Rusty Russellvirtio: add names to virtqueue struct, mapping from...
2008-12-29 Christian Borntraegervirtio_console: support console resizing
2008-10-21 Hendrik Bruecknerhvc_console: Add a hangup notifier for backends
2008-07-25 Christian Borntraegervirtio_console: use virtqueue notification for hvc_console
2008-02-04 Rusty Russellvirtio: simplify config mechanism.
2007-11-05 Randy Dunlapvirtio/virtcons: fix section mismatch warning
2007-10-23 Rusty RussellVirtio console driver