1. 40e4dc5 virtio_console: verify if queue is broken after virtqueue_get_buf() by Heinz Graalfs · 11 years ago
  2. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  3. 8910700 virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  4. 3b868a4 virtio: console: prevent use-after-free of port name in port unplug by Amit Shah · 11 years ago
  5. 1148973 Merge branch 'master' into virtio-next by Rusty Russell · 11 years ago
  6. 3f0d0c9 virtio: console: cleanup an error message by Dan Carpenter · 11 years ago
  7. 314081f virtio: console: fix locking around send_sigio_to_port() by Amit Shah · 11 years ago
  8. 5549fb2 virtio: console: add locking in port unplug path by Amit Shah · 11 years ago
  9. c6017e7 virtio: console: add locks around buffer removal in port unplug path by Amit Shah · 11 years ago
  10. 96f97a8 virtio: console: return -ENODEV on all read operations after unplug by Amit Shah · 11 years ago
  11. 92d3453 virtio: console: fix raising SIGIO after port unplug by Amit Shah · 11 years ago
  12. ea3768b virtio: console: clean up port data immediately at time of unplug by Amit Shah · 11 years ago
  13. 671bdea virtio: console: fix race in port_fops_open() and port unplug by Amit Shah · 11 years ago
  14. 057b82b virtio: console: fix race with port unplug and open/close by Amit Shah · 11 years ago
  15. 2b4fbf0 virtio/console: Add pipe_lock/unlock for splice_write by Yoshihiro YUNOMAE · 11 years ago
  16. 68c034f virtio/console: Quit from splice_write if pipe->nrbufs is 0 by Yoshihiro YUNOMAE · 11 years ago
  17. 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  18. 74ff582 virtio: console: replace EMFILE with EBUSY for already-open port by Amit Shah · 11 years ago
  19. 3826835 virtio_console: make local symbols static by Wei Yongjun · 11 years ago
  20. 9ba5c80 virtio: console: add locking around c_ovq operations by Amit Shah · 11 years ago
  21. 165b1b8 virtio: console: rename cvq_lock to c_ivq_lock by Amit Shah · 11 years ago
  22. 6797999 virtio_console: use simplified virtqueue accessors. by Rusty Russell · 11 years ago
  23. aabd6a8 Revert "virtio_console: Initialize guest_connected=true for rproc_serial" by Sjur Brændeland · 11 years ago
  24. 3c834b6 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  25. 8078db7 virtio_console: Initialize guest_connected=true for rproc_serial by Sjur Brændeland · 11 years ago
  26. dc18f08 virtio_console: Use virtio device index to generate port name by Sjur Brændeland · 11 years ago
  27. aded024 virtio_console: Don't access uninitialized data. by Sjur Brændeland · 12 years ago
  28. 1f80518 virtio_console: Let unconnected rproc device receive data. by Sjur Brændeland · 12 years ago
  29. bcd2982 Drivers: char: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  30. b7dfde9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  31. 1b63704 virtio_console: Add support for remoteproc serial by Sjur Brændeland · 12 years ago
  32. 276a3e9 virtio_console: Merge struct buffer_token into struct port_buffer by Sjur Brændeland · 12 years ago
  33. eb34f12 virtio_console: Free buffers from out-queue upon close by sjur.brandeland@stericsson.com · 12 years ago
  34. 0127f68 virtio_console: Use kmalloc instead of kzalloc by Sjur Brændeland · 12 years ago
  35. fe52953 virtio_console: Free buffer if splice fails by Sjur Brændeland · 12 years ago
  36. 589575a virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  37. 49e86f1 virtio: console: don't rely on virtqueue_add_buf() returning capacity. by Amit Shah · 12 years ago
  38. 2223cbe char: remove use of __devinit by Bill Pemberton · 12 years ago
  39. 33e1afc virtio: console: fix error handling in init() function by Alexey Khoroshilov · 12 years ago
  40. 8ca84a5 virtio/console: Allocate scatterlist according to the current pipe size by Masami Hiramatsu · 12 years ago
  41. efe75d2 virtio/console: Wait until the port is ready on splice by Masami Hiramatsu · 12 years ago
  42. ec8fc87 virtio/console: Add a failback for unstealable pipe buffer by Masami Hiramatsu · 12 years ago
  43. eb5e89f virtio/console: Add splice_write support by Masami Hiramatsu · 12 years ago
  44. fa8b66c virtio: console: tell host of open ports after resume from s3/s4 by Amit Shah · 12 years ago
  45. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  46. c743d09 virtio: console: Disable callbacks for virtqueues at start of S4 freeze by Amit Shah · 13 years ago
  47. 2b8f41d virtio: console: Add freeze and restore handlers to support S4 by Amit Shah · 13 years ago
  48. a0e2dbf virtio: console: Move vq and vq buf removal into separate functions by Amit Shah · 13 years ago
  49. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  50. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  51. 5e38483 virtio: console: wait for first console port for early console output by Christian Borntraeger · 13 years ago
  52. 17e5b4f virtio: console: add port stats for bytes received, sent and discarded by Amit Shah · 13 years ago
  53. 2d24cda virtio: console: make discard_port_data() use get_inbuf() by Amit Shah · 13 years ago
  54. ce072a0 virtio: console: rename variable by Amit Shah · 13 years ago
  55. d25a9dd virtio: console: make get_inbuf() return port->inbuf if present by Amit Shah · 13 years ago
  56. defde66 virtio: console: Fix return type for get_inbuf() by Amit Shah · 13 years ago
  57. a08fa92 virtio: console: Use wait_event_freezable instead of _interruptible by Amit Shah · 13 years ago
  58. 291024e virtio: console: Ignore port name update request if name already set by Amit Shah · 13 years ago
  59. 286f9a2 virtio: console: Fix indentation by Amit Shah · 13 years ago
  60. 51c6d61 virtio-console: Use virtio_config_val() for retrieving config by Sasha Levin · 13 years ago
  61. c22405c drivers/char: Add module.h to those who were using it implicitly by Paul Gortmaker · 13 years ago
  62. 177dbd9 virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT. by Rusty Russell · 13 years ago
  63. afa2689 virtio: console: Enable call to hvc_remove() on console port remove by Amit Shah · 13 years ago
  64. d7a62cd virtio: console: Don't access vqs if device was unplugged by Amit Shah · 13 years ago
  65. ce86d35 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  66. 51df0ac virtio: console: Move file back to drivers/char/ by Amit Shah · 13 years ago[Renamed (99%) from drivers/tty/hvc/virtio_console.c]
  67. 728674a tty: move hvc drivers to drivers/tty/hvc/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/virtio_console.c]
  68. 22e132f Char: virtio_console, fix memory leak by Jiri Slaby · 14 years ago
  69. 299fb61 virtio: console: Disable lseek(2) for port file operations by Amit Shah · 14 years ago
  70. a461e11 virtio: console: Send SIGIO in case of port unplug by Amit Shah · 14 years ago
  71. 55f6bcc virtio: console: Send SIGIO on new data arrival on ports by Amit Shah · 14 years ago
  72. 3eae0ad virtio: console: Send SIGIO to processes that request it for host events by Amit Shah · 14 years ago
  73. e062013 virtio: console: Reference counting portdev structs is not needed by Amit Shah · 14 years ago
  74. b353a6b virtio: console: Add reference counting for port struct by Amit Shah · 14 years ago
  75. d22a698 virtio: console: Use cdev_alloc() instead of cdev_init() by Amit Shah · 14 years ago
  76. 04950cd virtio: console: Add a find_port_by_devt() function by Amit Shah · 14 years ago
  77. 6bdf2af virtio: console: Add a list of portdevs that are active by Amit Shah · 14 years ago
  78. 8ad37e8 virtio: console: open: Use a common path for error handling by Amit Shah · 14 years ago
  79. 7a28531 virtio: console: remove_port() should return void by Amit Shah · 14 years ago
  80. f402811 virtio: console: Make write() return -ENODEV on hot-unplug by Amit Shah · 14 years ago
  81. b3dddb9 virtio: console: Make read() return -ENODEV on hot-unplug by Amit Shah · 14 years ago
  82. 8529a50 virtio: console: Unblock poll on port hot-unplug by Amit Shah · 14 years ago
  83. 3709ea7 virtio: console: Un-block reads on chardev close by Amit Shah · 14 years ago
  84. 84ec06c virtio: console: Check if portdev is valid in send_control_msg() by Amit Shah · 14 years ago
  85. 96eb872 virtio: console: Remove control vq data only if using multiport support by Amit Shah · 14 years ago
  86. 0223895 virtio: console: Reset vdev before removing device by Amit Shah · 14 years ago
  87. 531295e virtio: console: Don't block entire guest if host doesn't read data by Amit Shah · 14 years ago
  88. 6574542 virtio: console: Prevent userspace from submitting NULL buffers by Amit Shah · 14 years ago
  89. 6df7aad virtio: console: Fix poll blocking even though there is data to read by Hans de Goede · 14 years ago
  90. 60e5e0b virtio: console: Fix crash when port is unplugged and blocked for write by Amit Shah · 14 years ago
  91. 0047634 virtio: console: Fix crash when hot-unplugging a port and read is blocked by Amit Shah · 14 years ago
  92. 0643e4c drivers/char: Eliminate use after free by Julia Lawall · 14 years ago
  93. 8345adb virtio: console: Accept console size along with resize control message by Amit Shah · 14 years ago
  94. 9778829 virtio: console: Store each console's size in the console structure by Amit Shah · 14 years ago
  95. 4038f5b7 virtio: console: Resize console port 0 on config intr only if multiport is off by Amit Shah · 14 years ago
  96. cdfadfc virtio: console: Add support for nonblocking write()s by Amit Shah · 14 years ago
  97. 60caacd virtio: console: Rename wait_is_over() to will_read_block() by Amit Shah · 14 years ago
  98. 1d05160 virtio: console: Don't always create a port 0 if using multiport by Amit Shah · 14 years ago
  99. f909f85 virtio: console: Use a control message to add ports by Amit Shah · 14 years ago
  100. c446f8f virtio: console: Move code around for future patches by Amit Shah · 14 years ago