Commit History

作者 SHA1 備註 提交日期
  Rusty Russell 177dbd9563 virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT. 14 年之前
  Amit Shah afa2689e19 virtio: console: Enable call to hvc_remove() on console port remove 14 年之前
  Amit Shah d7a62cd033 virtio: console: Don't access vqs if device was unplugged 14 年之前
  Linus Torvalds ce86d35d2f Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 14 年之前
  Amit Shah 51df0acc3d virtio: console: Move file back to drivers/char/ 14 年之前
  Greg Kroah-Hartman 728674a7e4 tty: move hvc drivers to drivers/tty/hvc/ 14 年之前
  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 年之前