index
:
kernel_samsung_smdk4412
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
virtio_console.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: console: ensure console size is updated on hvc open
Amit Shah
2010-02-24
1
-16
/
+17
*
virtio: console: struct ports for multiple ports per device.
Amit Shah
2010-02-24
1
-63
/
+89
*
virtio: console: remove global var
Rusty Russell
2010-02-24
1
-21
/
+46
*
virtio: console: don't assume a single console port.
Amit Shah
2010-02-24
1
-9
/
+65
*
virtio: console: use vdev->priv to avoid accessing global var.
Rusty Russell
2010-02-24
1
-2
/
+8
*
virtio: console: introduce a get_inbuf helper to fetch bufs from in_vq
Amit Shah
2010-02-24
1
-4
/
+17
*
virtio: console: ensure add_inbuf can work for multiple ports as well
Amit Shah
2010-02-24
1
-17
/
+18
*
virtio: console: encapsulate buffer information in a struct
Amit Shah
2010-02-24
1
-15
/
+55
*
virtio: console: port encapsulation
Rusty Russell
2010-02-24
1
-49
/
+58
*
virtio: console: We support only one device at a time
Amit Shah
2010-02-24
1
-0
/
+5
*
hvc_console: make the ops pointer const.
Rusty Russell
2010-02-24
1
-1
/
+1
*
virtio: console: statically initialize virtio_cons
Rusty Russell
2010-02-24
1
-26
/
+34
*
virtio: console: comment cleanup
Rusty Russell
2010-02-24
1
-54
/
+54
*
virtio: let header files include virtio_ids.h
Christian Borntraeger
2009-10-22
1
-1
/
+0
*
virtio: add virtio IDs file
Fernando Luis Vazquez Cao
2009-09-23
1
-0
/
+1
*
virtio: make add_buf return capacity remaining
Rusty Russell
2009-09-23
1
-2
/
+2
*
virtio: find_vqs/del_vqs virtio operations
Michael S. Tsirkin
2009-06-12
1
-15
/
+11
*
virtio: add names to virtqueue struct, mapping from devices to queues.
Rusty Russell
2009-06-12
1
-2
/
+2
*
virtio_console: support console resizing
Christian Borntraeger
2008-12-30
1
-1
/
+29
*
hvc_console: Add a hangup notifier for backends
Hendrik Brueckner
2008-10-22
1
-0
/
+1
*
virtio_console: use virtqueue notification for hvc_console
Christian Borntraeger
2008-07-25
1
-7
/
+33
*
virtio: simplify config mechanism.
Rusty Russell
2008-02-04
1
-2
/
+2
*
virtio/virtcons: fix section mismatch warning
Randy Dunlap
2007-11-05
1
-1
/
+1
*
Virtio console driver
Rusty Russell
2007-10-23
1
-0
/
+225