1. bc22ed2 virtio: remove export for virtio_config_{enable, disable} by Xianting Tian · 3 years, 11 months ago
  2. 9313f80 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 2 months ago
  3. 0afa15e virtio: let arch advertise guest's memory access restrictions by Pierre Morel · 4 years, 4 months ago
  4. a030893 virtio: add dma-buf support for exported objects by David Stevens · 4 years, 5 months ago
  5. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  6. ab7a237 virtio: hint if callbacks surprisingly might sleep by Cornelia Huck · 6 years ago
  7. f2b44cd virtio: split device_register into device_initialize and device_add by weiping zhang · 7 years ago
  8. e60ea67 virtio: release virtio index when fail to device_register by weiping zhang · 7 years ago
  9. 404123c virtio: allow drivers to validate features by Michael S. Tsirkin · 8 years ago
  10. 9fe7bfc virtio_net: refactor freeze/restore logic into virtnet reset logic by John Fastabend · 8 years ago
  11. c13f99b virtio: fix memory leak of virtio ida cache layers by Suman Anna · 9 years ago
  12. 9abbfb4 virtio: drop virtio_device_is_legacy_only by Michael S. Tsirkin · 10 years ago
  13. 2343dab virtio: balloon might not be a legacy device by Michael S. Tsirkin · 10 years ago
  14. 5b40a7da virtio: don't set VIRTIO_CONFIG_S_DRIVER_OK twice. by Rusty Russell · 10 years ago
  15. 30683a8 virtio: set VIRTIO_CONFIG_S_FEATURES_OK on restore by Michael S. Tsirkin · 10 years ago
  16. d71a6fc virtio: drop legacy_only driver flag by Michael S. Tsirkin · 10 years ago
  17. 5c609a5 virtio: allow finalize_features to fail by Michael S. Tsirkin · 10 years ago
  18. b6098c3 virtio: add API to detect legacy devices by Michael S. Tsirkin · 10 years ago
  19. 747ae34 virtio: make VIRTIO_F_VERSION_1 a transport bit by Michael S. Tsirkin · 10 years ago
  20. b3bb62d virtio: add legacy feature table support by Michael S. Tsirkin · 10 years ago
  21. c102659 virtio: simplify feature bit handling by Michael S. Tsirkin · 10 years ago
  22. cb3f6d9 virtio: set FEATURES_OK by Michael S. Tsirkin · 10 years ago
  23. d025477 virtio: add support for 64 bit features. by Michael S. Tsirkin · 10 years ago
  24. e16e12b virtio: use u32, not bitmap for features by Michael S. Tsirkin · 10 years ago
  25. 22b7050 virtio: defer config changed notifications by Michael S. Tsirkin · 10 years ago
  26. c6716ba virtio-pci: move freeze/restore to virtio core by Michael S. Tsirkin · 10 years ago
  27. 016c98c virtio: unify config_changed handling by Michael S. Tsirkin · 10 years ago
  28. 3736dab virtio: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  29. 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
  30. 9a2bdcc virtio: add drv_to_virtio to make code clearly by Wanlong Gao · 12 years ago
  31. 9bffdca virtio: use dev_to_virtio wrapper in virtio by Wanlong Gao · 12 years ago
  32. 237242b virtio: Don't access index after unregister. by Cornelia Huck · 12 years ago
  33. 5543a6a virtio: don't crash when device is buggy by Michael S. Tsirkin · 12 years ago
  34. 59057fb [SCSI] virtio-scsi: Add vdrv->scan for post VIRTIO_CONFIG_S_DRIVER_OK LUN scanning by Nicholas Bellinger · 12 years ago
  35. 90e0320 virtio: Use ida to allocate virtio index by Asias He · 13 years ago
  36. b5a2c4f virtio: Add module.h to drivers/virtio users. by Paul Gortmaker · 14 years ago
  37. be6528b virtio: fix format of sysfs driver/vendor files by Stephen Hemminger · 14 years ago
  38. e335385 virtio: enhance id_matching for virtio drivers by Christian Borntraeger · 16 years ago
  39. c89e801 virtio: fix id_matching for virtio drivers by Christian Borntraeger · 16 years ago
  40. a928928 virtio: expose features in sysfs by Rusty Russell · 16 years ago
  41. 9499f5e virtio: add names to virtqueue struct, mapping from devices to queues. by Rusty Russell · 16 years ago
  42. ef688e1 virtio: meet virtio spec by finalizing features before using device by Rusty Russell · 16 years ago
  43. 99e0b6c virtio: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  44. c624896 virtio: Rename set_features to finalize_features by Rusty Russell · 16 years ago
  45. dd7c7bc virtio: Formally reserve bits 28-31 to be 'transport' features. by Rusty Russell · 16 years ago
  46. e962fa66 virtio: Use bus_type probe and remove methods by Mark McLoughlin · 17 years ago
  47. b92dea6 virtio: Complete feature negotation before updating status by Mark McLoughlin · 17 years ago
  48. b769f57 virtio: set device index in common code. by Rusty Russell · 17 years ago
  49. 2ad3cfb virtio: bus_id for devices should contain 'virtio' by Rusty Russell · 17 years ago
  50. c45a681 virtio: explicit advertisement of driver features by Rusty Russell · 17 years ago
  51. c6fd470 virtio: Allow virtio to be modular and used by modules by Rusty Russell · 17 years ago
  52. 6e5aa7e virtio: reset function by Rusty Russell · 17 years ago
  53. a586d4f virtio: simplify config mechanism. by Rusty Russell · 17 years ago
  54. 74b2553 virtio: fix module/device unloading by Rusty Russell · 17 years ago
  55. b01d9f2 Module autoprobing support for virtio drivers. by Rusty Russell · 17 years ago
  56. ec3d41c Virtio interface by Rusty Russell · 17 years ago