Jiri Slaby
|
22e132ff26
Char: virtio_console, fix memory leak
|
14 年之前 |
Amit Shah
|
299fb61c08
virtio: console: Disable lseek(2) for port file operations
|
14 年之前 |
Amit Shah
|
a461e11e7b
virtio: console: Send SIGIO in case of port unplug
|
14 年之前 |
Amit Shah
|
55f6bcce36
virtio: console: Send SIGIO on new data arrival on ports
|
14 年之前 |
Amit Shah
|
3eae0adea9
virtio: console: Send SIGIO to processes that request it for host events
|
14 年之前 |
Amit Shah
|
e062013c7d
virtio: console: Reference counting portdev structs is not needed
|
14 年之前 |
Amit Shah
|
b353a6b821
virtio: console: Add reference counting for port struct
|
14 年之前 |
Amit Shah
|
d22a69892b
virtio: console: Use cdev_alloc() instead of cdev_init()
|
14 年之前 |
Amit Shah
|
04950cdf07
virtio: console: Add a find_port_by_devt() function
|
14 年之前 |
Amit Shah
|
6bdf2afd02
virtio: console: Add a list of portdevs that are active
|
14 年之前 |
Amit Shah
|
8ad37e83c8
virtio: console: open: Use a common path for error handling
|
14 年之前 |
Amit Shah
|
7a2853178d
virtio: console: remove_port() should return void
|
14 年之前 |
Amit Shah
|
f402811971
virtio: console: Make write() return -ENODEV on hot-unplug
|
14 年之前 |
Amit Shah
|
b3dddb9e6d
virtio: console: Make read() return -ENODEV on hot-unplug
|
14 年之前 |
Amit Shah
|
8529a50427
virtio: console: Unblock poll on port hot-unplug
|
14 年之前 |
Amit Shah
|
3709ea7ae7
virtio: console: Un-block reads on chardev close
|
14 年之前 |
Amit Shah
|
84ec06c59a
virtio: console: Check if portdev is valid in send_control_msg()
|
14 年之前 |
Amit Shah
|
96eb872b2a
virtio: console: Remove control vq data only if using multiport support
|
14 年之前 |
Amit Shah
|
0223895994
virtio: console: Reset vdev before removing device
|
14 年之前 |
Amit Shah
|
531295e63b
virtio: console: Don't block entire guest if host doesn't read data
|
14 年之前 |
Amit Shah
|
65745422a8
virtio: console: Prevent userspace from submitting NULL buffers
|
14 年之前 |
Hans de Goede
|
6df7aadcd9
virtio: console: Fix poll blocking even though there is data to read
|
14 年之前 |
Amit Shah
|
60e5e0b840
virtio: console: Fix crash when port is unplugged and blocked for write
|
15 年之前 |
Amit Shah
|
0047634d3d
virtio: console: Fix crash when hot-unplugging a port and read is blocked
|
15 年之前 |
Julia Lawall
|
0643e4c6e4
drivers/char: Eliminate use after free
|
15 年之前 |
Amit Shah
|
8345adbf96
virtio: console: Accept console size along with resize control message
|
15 年之前 |
Amit Shah
|
9778829cff
virtio: console: Store each console's size in the console structure
|
15 年之前 |
Amit Shah
|
4038f5b767
virtio: console: Resize console port 0 on config intr only if multiport is off
|
15 年之前 |
Amit Shah
|
cdfadfc1ad
virtio: console: Add support for nonblocking write()s
|
15 年之前 |
Amit Shah
|
60caacd3ee
virtio: console: Rename wait_is_over() to will_read_block()
|
15 年之前 |