1. fa8b66c virtio: console: tell host of open ports after resume from s3/s4 by Amit Shah · 12 years ago
  2. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  3. c743d09 virtio: console: Disable callbacks for virtqueues at start of S4 freeze by Amit Shah · 13 years ago
  4. 2b8f41d virtio: console: Add freeze and restore handlers to support S4 by Amit Shah · 13 years ago
  5. a0e2dbf virtio: console: Move vq and vq buf removal into separate functions by Amit Shah · 13 years ago
  6. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  7. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  8. 5e38483 virtio: console: wait for first console port for early console output by Christian Borntraeger · 13 years ago
  9. 17e5b4f virtio: console: add port stats for bytes received, sent and discarded by Amit Shah · 13 years ago
  10. 2d24cda virtio: console: make discard_port_data() use get_inbuf() by Amit Shah · 13 years ago
  11. ce072a0 virtio: console: rename variable by Amit Shah · 13 years ago
  12. d25a9dd virtio: console: make get_inbuf() return port->inbuf if present by Amit Shah · 13 years ago
  13. defde66 virtio: console: Fix return type for get_inbuf() by Amit Shah · 13 years ago
  14. a08fa92 virtio: console: Use wait_event_freezable instead of _interruptible by Amit Shah · 13 years ago
  15. 291024e virtio: console: Ignore port name update request if name already set by Amit Shah · 13 years ago
  16. 286f9a2 virtio: console: Fix indentation by Amit Shah · 13 years ago
  17. 51c6d61 virtio-console: Use virtio_config_val() for retrieving config by Sasha Levin · 13 years ago
  18. c22405c drivers/char: Add module.h to those who were using it implicitly by Paul Gortmaker · 13 years ago
  19. 177dbd9 virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT. by Rusty Russell · 13 years ago
  20. afa2689 virtio: console: Enable call to hvc_remove() on console port remove by Amit Shah · 13 years ago
  21. d7a62cd virtio: console: Don't access vqs if device was unplugged by Amit Shah · 13 years ago
  22. ce86d35 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  23. 51df0ac virtio: console: Move file back to drivers/char/ by Amit Shah · 14 years ago[Renamed (99%) from drivers/tty/hvc/virtio_console.c]
  24. 728674a tty: move hvc drivers to drivers/tty/hvc/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/virtio_console.c]
  25. 22e132f Char: virtio_console, fix memory leak by Jiri Slaby · 14 years ago
  26. 299fb61 virtio: console: Disable lseek(2) for port file operations by Amit Shah · 14 years ago
  27. a461e11 virtio: console: Send SIGIO in case of port unplug by Amit Shah · 14 years ago
  28. 55f6bcc virtio: console: Send SIGIO on new data arrival on ports by Amit Shah · 14 years ago
  29. 3eae0ad virtio: console: Send SIGIO to processes that request it for host events by Amit Shah · 14 years ago
  30. e062013 virtio: console: Reference counting portdev structs is not needed by Amit Shah · 14 years ago
  31. b353a6b virtio: console: Add reference counting for port struct by Amit Shah · 14 years ago
  32. d22a698 virtio: console: Use cdev_alloc() instead of cdev_init() by Amit Shah · 14 years ago
  33. 04950cd virtio: console: Add a find_port_by_devt() function by Amit Shah · 14 years ago
  34. 6bdf2af virtio: console: Add a list of portdevs that are active by Amit Shah · 14 years ago
  35. 8ad37e8 virtio: console: open: Use a common path for error handling by Amit Shah · 14 years ago
  36. 7a28531 virtio: console: remove_port() should return void by Amit Shah · 14 years ago
  37. f402811 virtio: console: Make write() return -ENODEV on hot-unplug by Amit Shah · 14 years ago
  38. b3dddb9 virtio: console: Make read() return -ENODEV on hot-unplug by Amit Shah · 14 years ago
  39. 8529a50 virtio: console: Unblock poll on port hot-unplug by Amit Shah · 14 years ago
  40. 3709ea7 virtio: console: Un-block reads on chardev close by Amit Shah · 14 years ago
  41. 84ec06c virtio: console: Check if portdev is valid in send_control_msg() by Amit Shah · 14 years ago
  42. 96eb872 virtio: console: Remove control vq data only if using multiport support by Amit Shah · 14 years ago
  43. 0223895 virtio: console: Reset vdev before removing device by Amit Shah · 14 years ago
  44. 531295e virtio: console: Don't block entire guest if host doesn't read data by Amit Shah · 14 years ago
  45. 6574542 virtio: console: Prevent userspace from submitting NULL buffers by Amit Shah · 14 years ago
  46. 6df7aad virtio: console: Fix poll blocking even though there is data to read by Hans de Goede · 14 years ago
  47. 60e5e0b virtio: console: Fix crash when port is unplugged and blocked for write by Amit Shah · 14 years ago
  48. 0047634 virtio: console: Fix crash when hot-unplugging a port and read is blocked by Amit Shah · 14 years ago
  49. 0643e4c drivers/char: Eliminate use after free by Julia Lawall · 14 years ago
  50. 8345adb virtio: console: Accept console size along with resize control message by Amit Shah · 14 years ago
  51. 9778829 virtio: console: Store each console's size in the console structure by Amit Shah · 14 years ago
  52. 4038f5b7 virtio: console: Resize console port 0 on config intr only if multiport is off by Amit Shah · 14 years ago
  53. cdfadfc virtio: console: Add support for nonblocking write()s by Amit Shah · 14 years ago
  54. 60caacd virtio: console: Rename wait_is_over() to will_read_block() by Amit Shah · 14 years ago
  55. 1d05160 virtio: console: Don't always create a port 0 if using multiport by Amit Shah · 14 years ago
  56. f909f85 virtio: console: Use a control message to add ports by Amit Shah · 14 years ago
  57. c446f8f virtio: console: Move code around for future patches by Amit Shah · 14 years ago
  58. 99f905f virtio: console: Remove config work handler by Amit Shah · 14 years ago
  59. 69eb9a9 virtio: console: Don't call hvc_remove() on unplugging console ports by Amit Shah · 14 years ago
  60. 6dc69f97 virtio: console: Return -EPIPE to hvc_console if we lost the connection by Amit Shah · 14 years ago
  61. eaeff96 virtio: console: Let host know of port or device add failures by Amit Shah · 14 years ago
  62. 3425e70 virtio: console: Add a __send_control_msg() that can send messages without a valid port by Amit Shah · 14 years ago
  63. b99fa81 virtio: Revert "virtio: disable multiport console support." by Amit Shah · 14 years ago
  64. 505b045 virtio_console: use virtqueue_xxx wrappers by Michael S. Tsirkin · 14 years ago
  65. b7a4130 virtio: disable multiport console support. by Michael S. Tsirkin · 14 years ago
  66. 9ff4cfa virtio: console makes incorrect assumption about virtio API by Rusty Russell · 14 years ago
  67. 162a689 virtio: console: Fix early_put_chars usage by François Diakhaté · 14 years ago
  68. 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
  69. 2de16a4 virtio: console: Check if port is valid in resize_console by Amit Shah · 14 years ago
  70. ec64213 virtio: console: Generate a kobject CHANGE event on adding 'name' attribute by Amit Shah · 14 years ago
  71. 335a64a5c virtio: console: Use better variable names for fill_queue operation by Amit Shah · 14 years ago
  72. 604b2ad virtio: console: Fix type of 'len' as unsigned int by Amit Shah · 14 years ago
  73. d693356 virtio: console: Fill ports' entire in_vq with buffers by Amit Shah · 15 years ago
  74. 22a29ea virtio: console: Error out if we can't allocate buffers for control queue by Amit Shah · 15 years ago
  75. 7177876 virtio: console: Add ability to remove module by Amit Shah · 15 years ago
  76. a9cdd48 virtio: console: Ensure no memleaks in case of unused buffers by Amit Shah · 15 years ago
  77. 298add7 virtio: console: show error message if hvc_alloc fails for console ports by Amit Shah · 15 years ago
  78. d99393e virtio: console: Add debugfs files for each port to expose debug info by Amit Shah · 15 years ago
  79. 1f7aa42 virtio: console: Add ability to hot-unplug ports by Amit Shah · 15 years ago
  80. 7f5d810 virtio: console: Handle port hot-plug by Amit Shah · 15 years ago
  81. 88f251a virtio: console: Remove cached data on port close by Amit Shah · 15 years ago
  82. 431edb8 virtio: console: Register with sysfs and create a 'name' attribute for ports by Amit Shah · 15 years ago
  83. 3c7969c virtio: console: Ensure only one process can have a port open at a time by Amit Shah · 15 years ago
  84. 2030fa4 virtio: console: Add file operations to ports for open/read/write/poll by Amit Shah · 15 years ago
  85. fb08bd2 virtio: console: Associate each port with a char device by Amit Shah · 15 years ago
  86. b766cee virtio: console: Prepare for writing to userspace buffers by Amit Shah · 15 years ago
  87. 17634ba virtio: console: Add a new MULTIPORT feature, support for generic ports by Amit Shah · 15 years ago
  88. f997f00b virtio: console: Introduce a send_buf function for a common path for sending data to host by Amit Shah · 15 years ago
  89. 203baab virtio: console: Introduce function to hand off data from host to readers by Amit Shah · 15 years ago
  90. 2658a79a virtio: console: Separate out find_vqs operation into a different function by Amit Shah · 15 years ago
  91. cfa6d37 virtio: console: Separate out console init into a new function by Amit Shah · 15 years ago
  92. 4f23c57 virtio: console: Separate out console-specific data into a separate struct by Amit Shah · 15 years ago
  93. cb06e36 virtio: console: ensure console size is updated on hvc open by Amit Shah · 15 years ago
  94. 1c85bf3 virtio: console: struct ports for multiple ports per device. by Amit Shah · 15 years ago
  95. d8a02bd virtio: console: remove global var by Rusty Russell · 15 years ago
  96. 38edf58 virtio: console: don't assume a single console port. by Amit Shah · 15 years ago
  97. 73954488 virtio: console: use vdev->priv to avoid accessing global var. by Rusty Russell · 15 years ago
  98. a3cde44 virtio: console: introduce a get_inbuf helper to fetch bufs from in_vq by Amit Shah · 15 years ago
  99. e27b519 virtio: console: ensure add_inbuf can work for multiple ports as well by Amit Shah · 15 years ago
  100. fdb9a05 virtio: console: encapsulate buffer information in a struct by Amit Shah · 15 years ago