Commit Graph

70 Commits (5d7ed20e822ef82117a4d9928b030fa0247b789d)

Author SHA1 Message Date
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
Amit Shah ec64213c4d virtio: console: Generate a kobject CHANGE event on adding 'name' attribute 15 years ago
Amit Shah 335a64a5c2 virtio: console: Use better variable names for fill_queue operation 15 years ago
Amit Shah 604b2ad7cc virtio: console: Fix type of 'len' as unsigned int 15 years ago
Amit Shah d693356192 virtio: console: Fill ports' entire in_vq with buffers 15 years ago
Amit Shah 22a29eacd2 virtio: console: Error out if we can't allocate buffers for control queue 15 years ago
Amit Shah 7177876fea virtio: console: Add ability to remove module 15 years ago
Amit Shah a9cdd48557 virtio: console: Ensure no memleaks in case of unused buffers 15 years ago
Amit Shah 298add723a virtio: console: show error message if hvc_alloc fails for console ports 15 years ago
Amit Shah d99393effd virtio: console: Add debugfs files for each port to expose debug info 15 years ago
Amit Shah 1f7aa42d16 virtio: console: Add ability to hot-unplug ports 15 years ago
Amit Shah 7f5d810dac virtio: console: Handle port hot-plug 15 years ago
Amit Shah 88f251ac58 virtio: console: Remove cached data on port close 15 years ago
Amit Shah 431edb8a8b virtio: console: Register with sysfs and create a 'name' attribute for ports 15 years ago
Amit Shah 3c7969ccb5 virtio: console: Ensure only one process can have a port open at a time 15 years ago
Amit Shah 2030fa496d virtio: console: Add file operations to ports for open/read/write/poll 15 years ago
Amit Shah fb08bd274d virtio: console: Associate each port with a char device 15 years ago
Amit Shah b766ceed5b virtio: console: Prepare for writing to userspace buffers 15 years ago
Amit Shah 17634ba255 virtio: console: Add a new MULTIPORT feature, support for generic ports 15 years ago
Amit Shah f997f00bf8 virtio: console: Introduce a send_buf function for a common path for sending data to host 15 years ago
Amit Shah 203baab8ba virtio: console: Introduce function to hand off data from host to readers 15 years ago
Amit Shah 2658a79acf virtio: console: Separate out find_vqs operation into a different function 15 years ago
Amit Shah cfa6d37925 virtio: console: Separate out console init into a new function 15 years ago
Amit Shah 4f23c573c0 virtio: console: Separate out console-specific data into a separate struct 15 years ago
Amit Shah cb06e3676b virtio: console: ensure console size is updated on hvc open 15 years ago
Amit Shah 1c85bf3544 virtio: console: struct ports for multiple ports per device. 15 years ago
Rusty Russell d8a02bd58a virtio: console: remove global var 15 years ago
Amit Shah 38edf58d73 virtio: console: don't assume a single console port. 15 years ago