virtio: console: Introduce function to hand off data from host to readers
[safe/jmp/linux-2.6] / drivers / char / virtio_console.c
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