Linus Torvalds
|
32aaeffbd4
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
13 years ago |
Christian Borntraeger
|
5e38483b35
virtio: console: wait for first console port for early console output
|
13 years ago |
Amit Shah
|
17e5b4f20a
virtio: console: add port stats for bytes received, sent and discarded
|
13 years ago |
Amit Shah
|
2d24cdaa6e
virtio: console: make discard_port_data() use get_inbuf()
|
13 years ago |
Amit Shah
|
ce072a0cee
virtio: console: rename variable
|
13 years ago |
Amit Shah
|
d25a9ddae9
virtio: console: make get_inbuf() return port->inbuf if present
|
13 years ago |
Amit Shah
|
defde66996
virtio: console: Fix return type for get_inbuf()
|
13 years ago |
Amit Shah
|
a08fa92d16
virtio: console: Use wait_event_freezable instead of _interruptible
|
13 years ago |
Amit Shah
|
291024ef35
virtio: console: Ignore port name update request if name already set
|
13 years ago |
Amit Shah
|
286f9a226f
virtio: console: Fix indentation
|
13 years ago |
Sasha Levin
|
51c6d61ac5
virtio-console: Use virtio_config_val() for retrieving config
|
14 years ago |
Paul Gortmaker
|
c22405c98d
drivers/char: Add module.h to those who were using it implicitly
|
14 years ago |
Rusty Russell
|
177dbd9563
virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.
|
14 years ago |
Amit Shah
|
afa2689e19
virtio: console: Enable call to hvc_remove() on console port remove
|
14 years ago |
Amit Shah
|
d7a62cd033
virtio: console: Don't access vqs if device was unplugged
|
14 years ago |
Linus Torvalds
|
ce86d35d2f
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
|
14 years ago |
Amit Shah
|
51df0acc3d
virtio: console: Move file back to drivers/char/
|
14 years ago |
Greg Kroah-Hartman
|
728674a7e4
tty: move hvc drivers to drivers/tty/hvc/
|
14 years ago |
Jiri Slaby
|
22e132ff26
Char: virtio_console, fix memory leak
|
14 years ago |
Amit Shah
|
299fb61c08
virtio: console: Disable lseek(2) for port file operations
|
14 years ago |
Amit Shah
|
a461e11e7b
virtio: console: Send SIGIO in case of port unplug
|
15 years ago |
Amit Shah
|
55f6bcce36
virtio: console: Send SIGIO on new data arrival on ports
|
15 years ago |
Amit Shah
|
3eae0adea9
virtio: console: Send SIGIO to processes that request it for host events
|
15 years ago |
Amit Shah
|
e062013c7d
virtio: console: Reference counting portdev structs is not needed
|
15 years ago |
Amit Shah
|
b353a6b821
virtio: console: Add reference counting for port struct
|
15 years ago |
Amit Shah
|
d22a69892b
virtio: console: Use cdev_alloc() instead of cdev_init()
|
15 years ago |
Amit Shah
|
04950cdf07
virtio: console: Add a find_port_by_devt() function
|
15 years ago |
Amit Shah
|
6bdf2afd02
virtio: console: Add a list of portdevs that are active
|
15 years ago |
Amit Shah
|
8ad37e83c8
virtio: console: open: Use a common path for error handling
|
15 years ago |
Amit Shah
|
7a2853178d
virtio: console: remove_port() should return void
|
15 years ago |