1. d9679d0 virtio: wrap config->reset calls by Michael S. Tsirkin · 3 years, 3 months ago
  2. 28962ec virtio_console: validate max_nr_ports before trying to use it by Jason Wang · 3 years, 2 months ago
  3. d00d8da virtio_console: Assure used length from device is limited by Xie Yongji · 3 years, 7 months ago
  4. fb11de9 virtio_console: remove pointless check for debugfs_create_dir() by Greg Kroah-Hartman · 3 years, 10 months ago
  5. 9d516aa virtio: virtio_console: fix DMA memory allocation for rproc serial by Alexander Lobakin · 4 years, 2 months ago
  6. c4d41d0 Merge v5.8-rc6 into char-misc-next by Greg Kroah-Hartman · 4 years, 5 months ago
  7. 897c44f virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial by Alexander Lobakin · 4 years, 6 months ago
  8. 8b66c91 virtio_console: Constify some static variables by Rikard Falkeborn · 4 years, 6 months ago
  9. c928f64 fs: rename pipe_buf ->steal to ->try_steal by Christoph Hellwig · 4 years, 7 months ago
  10. 1031eb9 char: virtio: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  11. 6a96566 Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  12. d791cfc virtio_console: allocate inbufs in add_port() only if it is needed by Laurent Vivier · 5 years ago
  13. 8cefc10 pipe: Use head and tail pointers for the ring, not cursor and length by David Howells · 5 years ago
  14. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  15. 4b0a2c5 virtio_console: initialize vtermno value for ports by Pankaj Gupta · 6 years ago
  16. ddfa728 char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  17. 8d62fe9 virtio: virtconsole: Use seq_file for debugfs operations by Tuomas Tynkkynen · 6 years ago
  18. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  19. 5b572e2 Convert virtio_console to struct_size by Matthew Wilcox · 7 years ago
  20. 5c60300 virtio_console: reset on out of memory by Michael S. Tsirkin · 7 years ago
  21. aa44ec8 virtio_console: move removal code by Michael S. Tsirkin · 7 years ago
  22. 61a8950 virtio_console: drop custom control queue cleanup by Michael S. Tsirkin · 7 years ago
  23. a7a69ec virtio_console: free buffers after reset by Michael S. Tsirkin · 7 years ago
  24. 2855b33 virtio_console: don't tie bufs to a vq by Michael S. Tsirkin · 7 years ago
  25. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  26. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  27. 5226971 Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  28. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  29. b32dbc1 dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag by Christoph Hellwig · 7 years ago
  30. ac317e2 char: virtio: constify attribute_group structures. by Arvind Yadav · 7 years ago
  31. ecda85e x86/lguest: Remove lguest support by Juergen Gross · 7 years ago
  32. c44b5943 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  33. af82455 Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  34. 9b2bbdb virtio: wrap find_vqs by Michael S. Tsirkin · 8 years ago
  35. 2055997 virtio_console: fix uninitialized variable use by Michael S. Tsirkin · 8 years ago
  36. 2eec108 drivers/char: Convert remaining use of pr_warning to pr_warn by Joe Perches · 8 years ago
  37. c4baad5 virtio-console: avoid DMA from stack by Omar Sandoval · 8 years ago
  38. fb5e31d virtio: allow drivers to request IRQ affinity when creating VQs by Christoph Hellwig · 8 years ago
  39. 8379cad virtio_console: fix a crash in config_work_handler by G. Campana · 8 years ago
  40. 7328fa6 virtio_console: drop unused config fields by Michael S. Tsirkin · 8 years ago
  41. 3456376 virtio: console: Unlock vqs while freeing buffers by Matt Redfearn · 8 years ago
  42. 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
  43. ca76f5b pipe: add pipe_buf_steal() helper by Miklos Szeredi · 8 years ago
  44. 5e59d9a virtio_console: Stop doing DMA on the stack by Andy Lutomirski · 8 years ago
  45. db17006 virtio_console: silence a static checker warning by Dan Carpenter · 10 years ago
  46. f580d73 virtio_console: Use bool function return values of true/false not 1/0 by Joe Perches · 10 years ago
  47. eeb8a7e virtio_console: avoid config access from irq by Michael S. Tsirkin · 10 years ago
  48. 4f6e24e virtio_console: init work unconditionally by Michael S. Tsirkin · 10 years ago
  49. be8ff59 virtio: don't require a config space on the console device. by Rusty Russell · 10 years ago
  50. 011f0e7 virtio/console: verify device has config space by Michael S. Tsirkin · 10 years ago
  51. 48b3606 virtio_console: fix sparse warnings by Michael S. Tsirkin · 10 years ago
  52. 51cdc38 virtio: drop VIRTIO_F_VERSION_1 from drivers by Michael S. Tsirkin · 10 years ago
  53. 1f0f910 virtio_console: virtio 1.0 support by Michael S. Tsirkin · 10 years ago
  54. e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 10 years ago
  55. 65eca3a virtio_console: move early VQ enablement by Cornelia Huck · 10 years ago
  56. 401bbdc virtio_console: enable VQs early on restore by Michael S. Tsirkin · 10 years ago
  57. f5866db virtio_console: enable VQs early by Michael S. Tsirkin · 10 years ago
  58. 5885e48 virtio: console: remove unnecessary null test before debugfs_remove_recursive by Fabian Frederick · 10 years ago
  59. fbb3275 pipe: kill ->map() and ->unmap() by Al Viro · 11 years ago
  60. c9efe51 fix a kmap leak in virtio_console by Al Viro · 11 years ago
  61. 40e4dc5 virtio_console: verify if queue is broken after virtqueue_get_buf() by Heinz Graalfs · 11 years ago
  62. 855e0c5 virtio: use size-based config accessors. by Rusty Russell · 11 years ago
  63. 8910700 virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM by Aaron Lu · 11 years ago
  64. 3b868a4 virtio: console: prevent use-after-free of port name in port unplug by Amit Shah · 11 years ago
  65. 1148973 Merge branch 'master' into virtio-next by Rusty Russell · 11 years ago
  66. 3f0d0c9 virtio: console: cleanup an error message by Dan Carpenter · 11 years ago
  67. 314081f virtio: console: fix locking around send_sigio_to_port() by Amit Shah · 11 years ago
  68. 5549fb2 virtio: console: add locking in port unplug path by Amit Shah · 11 years ago
  69. c6017e7 virtio: console: add locks around buffer removal in port unplug path by Amit Shah · 11 years ago
  70. 96f97a8 virtio: console: return -ENODEV on all read operations after unplug by Amit Shah · 11 years ago
  71. 92d3453 virtio: console: fix raising SIGIO after port unplug by Amit Shah · 11 years ago
  72. ea3768b virtio: console: clean up port data immediately at time of unplug by Amit Shah · 11 years ago
  73. 671bdea virtio: console: fix race in port_fops_open() and port unplug by Amit Shah · 11 years ago
  74. 057b82b virtio: console: fix race with port unplug and open/close by Amit Shah · 11 years ago
  75. 2b4fbf0 virtio/console: Add pipe_lock/unlock for splice_write by Yoshihiro YUNOMAE · 11 years ago
  76. 68c034f virtio/console: Quit from splice_write if pipe->nrbufs is 0 by Yoshihiro YUNOMAE · 11 years ago
  77. 736a2dd Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  78. 74ff582 virtio: console: replace EMFILE with EBUSY for already-open port by Amit Shah · 12 years ago
  79. 3826835 virtio_console: make local symbols static by Wei Yongjun · 12 years ago
  80. 9ba5c80 virtio: console: add locking around c_ovq operations by Amit Shah · 12 years ago
  81. 165b1b8 virtio: console: rename cvq_lock to c_ivq_lock by Amit Shah · 12 years ago
  82. 6797999 virtio_console: use simplified virtqueue accessors. by Rusty Russell · 12 years ago
  83. aabd6a8 Revert "virtio_console: Initialize guest_connected=true for rproc_serial" by Sjur Brændeland · 12 years ago
  84. 3c834b6 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  85. 8078db7 virtio_console: Initialize guest_connected=true for rproc_serial by Sjur Brændeland · 12 years ago
  86. dc18f08 virtio_console: Use virtio device index to generate port name by Sjur Brændeland · 12 years ago
  87. aded024 virtio_console: Don't access uninitialized data. by Sjur Brændeland · 12 years ago
  88. 1f80518 virtio_console: Let unconnected rproc device receive data. by Sjur Brændeland · 12 years ago
  89. bcd2982 Drivers: char: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  90. 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
  91. 1b63704 virtio_console: Add support for remoteproc serial by Sjur Brændeland · 12 years ago
  92. 276a3e95 virtio_console: Merge struct buffer_token into struct port_buffer by Sjur Brændeland · 12 years ago
  93. eb34f12 virtio_console: Free buffers from out-queue upon close by sjur.brandeland@stericsson.com · 12 years ago
  94. 0127f68 virtio_console: Use kmalloc instead of kzalloc by Sjur Brændeland · 12 years ago
  95. fe52953 virtio_console: Free buffer if splice fails by Sjur Brændeland · 12 years ago
  96. 589575a virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0 by Rusty Russell · 12 years ago
  97. 49e86f1 virtio: console: don't rely on virtqueue_add_buf() returning capacity. by Amit Shah · 12 years ago
  98. 2223cbe char: remove use of __devinit by Bill Pemberton · 12 years ago
  99. 33e1afc virtio: console: fix error handling in init() function by Alexey Khoroshilov · 12 years ago
  100. 8ca84a5 virtio/console: Allocate scatterlist according to the current pipe size by Masami Hiramatsu · 12 years ago