Commit Graph

98 Commits (e6477000fced2c961c26fa42845bd388fdf95e79)

Author SHA1 Message Date
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
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 14 years ago
Amit Shah 55f6bcce36 virtio: console: Send SIGIO on new data arrival on ports 14 years ago
Amit Shah 3eae0adea9 virtio: console: Send SIGIO to processes that request it for host events 14 years ago
Amit Shah e062013c7d virtio: console: Reference counting portdev structs is not needed 14 years ago
Amit Shah b353a6b821 virtio: console: Add reference counting for port struct 14 years ago
Amit Shah d22a69892b virtio: console: Use cdev_alloc() instead of cdev_init() 14 years ago
Amit Shah 04950cdf07 virtio: console: Add a find_port_by_devt() function 14 years ago
Amit Shah 6bdf2afd02 virtio: console: Add a list of portdevs that are active 14 years ago
Amit Shah 8ad37e83c8 virtio: console: open: Use a common path for error handling 14 years ago
Amit Shah 7a2853178d virtio: console: remove_port() should return void 14 years ago
Amit Shah f402811971 virtio: console: Make write() return -ENODEV on hot-unplug 14 years ago
Amit Shah b3dddb9e6d virtio: console: Make read() return -ENODEV on hot-unplug 14 years ago
Amit Shah 8529a50427 virtio: console: Unblock poll on port hot-unplug 14 years ago
Amit Shah 3709ea7ae7 virtio: console: Un-block reads on chardev close 14 years ago
Amit Shah 84ec06c59a virtio: console: Check if portdev is valid in send_control_msg() 14 years ago
Amit Shah 96eb872b2a virtio: console: Remove control vq data only if using multiport support 14 years ago
Amit Shah 0223895994 virtio: console: Reset vdev before removing device 14 years ago
Amit Shah 531295e63b virtio: console: Don't block entire guest if host doesn't read data 14 years ago
Amit Shah 65745422a8 virtio: console: Prevent userspace from submitting NULL buffers 15 years ago
Hans de Goede 6df7aadcd9 virtio: console: Fix poll blocking even though there is data to read 15 years ago
Amit Shah 60e5e0b840 virtio: console: Fix crash when port is unplugged and blocked for write 15 years ago
Amit Shah 0047634d3d virtio: console: Fix crash when hot-unplugging a port and read is blocked 15 years ago
Julia Lawall 0643e4c6e4 drivers/char: Eliminate use after free 15 years ago
Amit Shah 8345adbf96 virtio: console: Accept console size along with resize control message 15 years ago
Amit Shah 9778829cff virtio: console: Store each console's size in the console structure 15 years ago
Amit Shah 4038f5b767 virtio: console: Resize console port 0 on config intr only if multiport is off 15 years ago
Amit Shah cdfadfc1ad virtio: console: Add support for nonblocking write()s 15 years ago
Amit Shah 60caacd3ee virtio: console: Rename wait_is_over() to will_read_block() 15 years ago
Amit Shah 1d05160be7 virtio: console: Don't always create a port 0 if using multiport 15 years ago
Amit Shah f909f850d6 virtio: console: Use a control message to add ports 15 years ago
Amit Shah c446f8fcc9 virtio: console: Move code around for future patches 15 years ago
Amit Shah 99f905f88a virtio: console: Remove config work handler 15 years ago
Amit Shah 69eb9a9f69 virtio: console: Don't call hvc_remove() on unplugging console ports 15 years ago
Amit Shah 6dc69f9702 virtio: console: Return -EPIPE to hvc_console if we lost the connection 15 years ago
Amit Shah eaeff9608a virtio: console: Let host know of port or device add failures 15 years ago
Amit Shah 3425e706bf virtio: console: Add a __send_control_msg() that can send messages without a valid port 15 years ago
Amit Shah b99fa815d7 virtio: Revert "virtio: disable multiport console support." 15 years ago
Michael S. Tsirkin 505b0451c4 virtio_console: use virtqueue_xxx wrappers 15 years ago
Michael S. Tsirkin b7a413015d virtio: disable multiport console support. 15 years ago
Rusty Russell 9ff4cfab82 virtio: console makes incorrect assumption about virtio API 15 years ago
François Diakhaté 162a689a13 virtio: console: Fix early_put_chars usage 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Amit Shah 2de16a493c virtio: console: Check if port is valid in resize_console 15 years ago