1. 60e5e0b virtio: console: Fix crash when port is unplugged and blocked for write by Amit Shah · 14 years ago
  2. 0047634 virtio: console: Fix crash when hot-unplugging a port and read is blocked by Amit Shah · 14 years ago
  3. 0643e4c drivers/char: Eliminate use after free by Julia Lawall · 14 years ago
  4. 8345adb virtio: console: Accept console size along with resize control message by Amit Shah · 14 years ago
  5. 9778829 virtio: console: Store each console's size in the console structure by Amit Shah · 14 years ago
  6. 4038f5b7 virtio: console: Resize console port 0 on config intr only if multiport is off by Amit Shah · 14 years ago
  7. cdfadfc virtio: console: Add support for nonblocking write()s by Amit Shah · 14 years ago
  8. 60caacd virtio: console: Rename wait_is_over() to will_read_block() by Amit Shah · 14 years ago
  9. 1d05160 virtio: console: Don't always create a port 0 if using multiport by Amit Shah · 14 years ago
  10. f909f85 virtio: console: Use a control message to add ports by Amit Shah · 14 years ago
  11. c446f8f virtio: console: Move code around for future patches by Amit Shah · 14 years ago
  12. 99f905f virtio: console: Remove config work handler by Amit Shah · 14 years ago
  13. 69eb9a9 virtio: console: Don't call hvc_remove() on unplugging console ports by Amit Shah · 14 years ago
  14. 6dc69f97 virtio: console: Return -EPIPE to hvc_console if we lost the connection by Amit Shah · 14 years ago
  15. eaeff96 virtio: console: Let host know of port or device add failures by Amit Shah · 14 years ago
  16. 3425e70 virtio: console: Add a __send_control_msg() that can send messages without a valid port by Amit Shah · 14 years ago
  17. b99fa81 virtio: Revert "virtio: disable multiport console support." by Amit Shah · 14 years ago
  18. 505b045 virtio_console: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  19. b7a4130 virtio: disable multiport console support. by Michael S. Tsirkin · 14 years ago
  20. 9ff4cfa virtio: console makes incorrect assumption about virtio API by Rusty Russell · 14 years ago
  21. 162a689 virtio: console: Fix early_put_chars usage by François Diakhaté · 14 years ago
  22. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  23. 2de16a4 virtio: console: Check if port is valid in resize_console by Amit Shah · 14 years ago
  24. ec64213 virtio: console: Generate a kobject CHANGE event on adding 'name' attribute by Amit Shah · 14 years ago
  25. 335a64a5c virtio: console: Use better variable names for fill_queue operation by Amit Shah · 14 years ago
  26. 604b2ad virtio: console: Fix type of 'len' as unsigned int by Amit Shah · 14 years ago
  27. d693356 virtio: console: Fill ports' entire in_vq with buffers by Amit Shah · 14 years ago
  28. 22a29ea virtio: console: Error out if we can't allocate buffers for control queue by Amit Shah · 14 years ago
  29. 7177876 virtio: console: Add ability to remove module by Amit Shah · 14 years ago
  30. a9cdd48 virtio: console: Ensure no memleaks in case of unused buffers by Amit Shah · 14 years ago
  31. 298add7 virtio: console: show error message if hvc_alloc fails for console ports by Amit Shah · 14 years ago
  32. d99393e virtio: console: Add debugfs files for each port to expose debug info by Amit Shah · 15 years ago
  33. 1f7aa42 virtio: console: Add ability to hot-unplug ports by Amit Shah · 15 years ago
  34. 7f5d810 virtio: console: Handle port hot-plug by Amit Shah · 15 years ago
  35. 88f251a virtio: console: Remove cached data on port close by Amit Shah · 15 years ago
  36. 431edb8 virtio: console: Register with sysfs and create a 'name' attribute for ports by Amit Shah · 15 years ago
  37. 3c7969c virtio: console: Ensure only one process can have a port open at a time by Amit Shah · 15 years ago
  38. 2030fa4 virtio: console: Add file operations to ports for open/read/write/poll by Amit Shah · 15 years ago
  39. fb08bd2 virtio: console: Associate each port with a char device by Amit Shah · 15 years ago
  40. b766cee virtio: console: Prepare for writing to userspace buffers by Amit Shah · 15 years ago
  41. 17634ba virtio: console: Add a new MULTIPORT feature, support for generic ports by Amit Shah · 15 years ago
  42. f997f00b virtio: console: Introduce a send_buf function for a common path for sending data to host by Amit Shah · 15 years ago
  43. 203baab virtio: console: Introduce function to hand off data from host to readers by Amit Shah · 14 years ago
  44. 2658a79a virtio: console: Separate out find_vqs operation into a different function by Amit Shah · 14 years ago
  45. cfa6d37 virtio: console: Separate out console init into a new function by Amit Shah · 14 years ago
  46. 4f23c57 virtio: console: Separate out console-specific data into a separate struct by Amit Shah · 14 years ago
  47. cb06e36 virtio: console: ensure console size is updated on hvc open by Amit Shah · 14 years ago
  48. 1c85bf3 virtio: console: struct ports for multiple ports per device. by Amit Shah · 14 years ago
  49. d8a02bd virtio: console: remove global var by Rusty Russell · 14 years ago
  50. 38edf58 virtio: console: don't assume a single console port. by Amit Shah · 14 years ago
  51. 73954488 virtio: console: use vdev->priv to avoid accessing global var. by Rusty Russell · 14 years ago
  52. a3cde44 virtio: console: introduce a get_inbuf helper to fetch bufs from in_vq by Amit Shah · 14 years ago
  53. e27b519 virtio: console: ensure add_inbuf can work for multiple ports as well by Amit Shah · 14 years ago
  54. fdb9a05 virtio: console: encapsulate buffer information in a struct by Amit Shah · 14 years ago
  55. 21206ed virtio: console: port encapsulation by Rusty Russell · 14 years ago
  56. f550804 virtio: console: We support only one device at a time by Amit Shah · 14 years ago
  57. 1dff399 hvc_console: make the ops pointer const. by Rusty Russell · 15 years ago
  58. 971f339 virtio: console: statically initialize virtio_cons by Rusty Russell · 14 years ago
  59. a23ea92 virtio: console: comment cleanup by Rusty Russell · 14 years ago
  60. e95646c virtio: let header files include virtio_ids.h by Christian Borntraeger · 15 years ago
  61. 3ca4f5c virtio: add virtio IDs file by Fernando Luis Vazquez Cao · 15 years ago
  62. 3c1b27d virtio: make add_buf return capacity remaining by Rusty Russell · 15 years ago
  63. d2a7ddd virtio: find_vqs/del_vqs virtio operations by Michael S. Tsirkin · 15 years ago
  64. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 15 years ago
  65. c298345 virtio_console: support console resizing by Christian Borntraeger · 16 years ago
  66. fc362e2 hvc_console: Add a hangup notifier for backends by Hendrik Brueckner · 16 years ago
  67. 91fcad1 virtio_console: use virtqueue notification for hvc_console by Christian Borntraeger · 16 years ago
  68. a586d4f virtio: simplify config mechanism. by Rusty Russell · 16 years ago
  69. 139b829 virtio/virtcons: fix section mismatch warning by Randy Dunlap · 17 years ago
  70. 3161043 Virtio console driver by Rusty Russell · 17 years ago