1. cd0e7ed Docs: Fix kernel config build steps by Kameron Lutes · 2 years, 8 months ago
  2. 7b7a206 devices: direct_irq: switch to using IrqEdgeEvent and IrqLevelEvent by Dmitry Torokhov · 2 years, 8 months ago
  3. f87295a crosvm: skip creating tap device in plugins tests if not enough capabilities by Anton Romanov · 2 years, 7 months ago
  4. b3a094e crosvm: Support for RDMSR in userspace. by Junichi Uekawa · 2 years, 8 months ago
  5. d77eab2 devices: acpi: convert to using IrqLevelEvent by Dmitry Torokhov · 2 years, 8 months ago
  6. 24a2261 Run some win64 tests with wine as part of presubmit by Anton Romanov · 2 years, 9 months ago
  7. c30abef vfio_sys: regenerate bindings by Daniel Verkamp · 3 years ago
  8. ac0b33a net_sys: regenerate bindgen bindings by Daniel Verkamp · 3 years ago
  9. dd21595 devices: pci: change assign_irq() to accept IrqLevelEvent by Dmitry Torokhov · 2 years, 8 months ago
  10. be3bbc0 devices: pl030: convert to using IrqEdgeEvent by Dmitry Torokhov · 2 years, 8 months ago
  11. ccb9e90 devices: ac97: convert to using IrqLevelEvent by Dmitry Torokhov · 2 years, 8 months ago
  12. e119692 devices: xhci: convert to using IrqLevelEvent by Dmitry Torokhov · 2 years, 8 months ago
  13. 3d159f8 devices: pcie: convert to using IrqLevelEvent by Dmitry Torokhov · 2 years, 8 months ago
  14. f6f5789 devices: vfio_pci: convert to using IrqLevelEvent by Dmitry Torokhov · 2 years, 8 months ago
  15. 7e17b32 devices: virtio: pci device: convert to using IrqLevelEvent by Dmitry Torokhov · 2 years, 8 months ago
  16. 7a8ce70 devices: virtio: convert Interrupt to use IrqLevelEvent by Dmitry Torokhov · 2 years, 8 months ago
  17. bcc5368 devices: goldfish battery: convert to using IrqLevelEvent by Dmitry Torokhov · 2 years, 8 months ago
  18. 16f37e0 devices: introduce IrqLevelEvent and IrqEdgeEvent by Dmitry Torokhov · 2 years, 8 months ago
  19. 8452832 rutabaga_gfx: enable per-context/per-ring fencing for virgl_renderer by Ryan Neph · 2 years, 9 months ago
  20. 7df6c2e io_uring: fix bindgen path after crate move by Daniel Verkamp · 2 years, 8 months ago
  21. 0704078 Print error when netlink socket not created. by Steven Moreland · 2 years, 8 months ago
  22. 5b8a837 Kokoro merge bot: Remove rebase for now by Dennis Kempin · 2 years, 8 months ago
  23. c7cd0e0 Move libvda to media/libvda by Alexandre Courbot · 2 years, 8 months ago
  24. 7afcfa0 crosvm: Remove CLOEXEC from fds passed into non-jailed plugin by Anton Romanov · 2 years, 8 months ago
  25. 2d01c1d base, sys_util: remove Timer::is_armed function by Daniel Verkamp · 2 years, 8 months ago
  26. e584f83 devices: vvu: refactor to use PciAddress by Daniel Verkamp · 2 years, 8 months ago
  27. 971a49e devices: pci: add domain to PciAddress fmt output by Daniel Verkamp · 2 years, 8 months ago
  28. 67e64f7 devices: virtio: block: report 1 segment max on Windows by Daniel Verkamp · 2 years, 8 months ago
  29. bc712f1 devices: virtio: block: add missing copyright headers by Daniel Verkamp · 2 years, 8 months ago
  30. 3c2d5ce gfxstream: support async fence cb by Lingfeng Yang · 3 years, 4 months ago
  31. 3a81c07 aarch64: fdt: Fix create_psci_node by Pierre-Clément Tosi · 2 years, 8 months ago
  32. 150255a aarch64: Validate PsciVersion during instantiation by Pierre-Clément Tosi · 2 years, 8 months ago
  33. bdef378 arch: fdt: Pass &[&str] to property_string_list by Pierre-Clément Tosi · 2 years, 8 months ago
  34. 163b57a aarch64: kvm: Refactor match in get_psci_version by Pierre-Clément Tosi · 2 years, 8 months ago
  35. a055ebe base, sys_util: remove fork module by Daniel Verkamp · 2 years, 8 months ago
  36. db0f4d6 crosvm: Start render server for plugin process by Anton Romanov · 2 years, 8 months ago
  37. bb24159 gfxstream: fix renderer callbacks definitions by Kaiyi Li · 2 years, 8 months ago
  38. 5ab8b89 Move files from base/src/common to base/src by Vikram Auradkar · 2 years, 8 months ago
  39. 0953c58 upstream a few file from dev/pci by Vikram Auradkar · 2 years, 8 months ago
  40. a2bed9b gfxstream: remove unused imports by Kaiyi Li · 2 years, 8 months ago
  41. dba517d devices: console: simplify handle_input() by Alexandre Courbot · 2 years, 8 months ago
  42. 566f426 devices: vhost-user: console: remove unneeded VIRTIO_F_VERSION_1 feature by Alexandre Courbot · 2 years, 8 months ago
  43. 0ff5b53 devices: vvu: remove Arc<Mutex<>> for VvuDevice by Alexandre Courbot · 2 years, 8 months ago
  44. 33d1b09 devices: vhost-user: vsock: use HandlerType by Alexandre Courbot · 2 years, 8 months ago
  45. 1cb82fd devices: vvu: handler: only pass needed data to HandlerType by Alexandre Courbot · 2 years, 8 months ago
  46. f9eb7f2 vmm_host: remove default implementation of protocol() by Alexandre Courbot · 2 years, 8 months ago
  47. 89f97d8 devices: vvu: remove config from VvuPciDevice by Alexandre Courbot · 2 years, 8 months ago
  48. a999284 rutabaga_gfx: remove fence polling and enable async callback by Ryan Neph · 3 years, 7 months ago
  49. 37f02e9 Use cfg_if crate to disambiguate the chosen VideoBackendType by Daniel Almeida · 2 years, 11 months ago
  50. 3cdc5c5 argument: Add a key numeric parser. by Junichi Uekawa · 2 years, 8 months ago
  51. 29950ef devices: make virtio tpm backend pluggable by Daniel Verkamp · 3 years, 1 month ago
  52. 8ec0b3d descriptor: Dedupe code between unix and windows by Richard · 2 years, 8 months ago
  53. 4557915 descriptor_reflection: Dedupe cross platform by Richard · 2 years, 8 months ago
  54. 66eb01a virtio-block: Upstream window's block device by Richard · 2 years, 8 months ago
  55. de1f006 Enable clippy on windows by Vikram Auradkar · 2 years, 8 months ago
  56. 6a8f656 crosvm: move all sandbox-related options under one struct by Alexandre Courbot · 2 years, 8 months ago
  57. c6ad83f devices: vsock: allow to parse options using serde_keyvalue crate by Alexandre Courbot · 2 years, 9 months ago
  58. 5a792cb devices: vfio_pci: refactor pending bit emulation for MSI-X by Tinghao Zhang · 2 years, 8 months ago
  59. acfc808 devices: vfio_pci: make vfio msix cap shareable by Tinghao Zhang · 2 years, 8 months ago
  60. 35d66b9 devices: vfio_pci: enable MSI-X per vector masking by Tinghao Zhang · 2 years, 8 months ago
  61. 95932f0 devices: pci: msix: lazy MSI vector allocation by Tinghao Zhang · 2 years, 8 months ago
  62. e871ee9 Kokoro merge bot: Rebase merges before uploading by Dennis Kempin · 2 years, 8 months ago
  63. ba0e3db arch: Don't set up serial device when vhost-user console is set by Keiichi Watanabe · 2 years, 8 months ago
  64. 983e44e crosvm/linux: fix typo by Alexandre Courbot · 2 years, 8 months ago
  65. 1087e85 base, sys_util: make clone_fd function private by Daniel Verkamp · 2 years, 8 months ago
  66. 2b43443 Enable vmm_vhost windows tests by Vikram Auradkar · 2 years, 8 months ago
  67. 1dd97fa tools: fix reference to no longer existing install-deps.sh by Dmitry Torokhov · 2 years, 8 months ago
  68. cbddc59 devices: serial: replace file_from_path with open_file by Daniel Verkamp · 2 years, 8 months ago
  69. ed6b27a base: pass OpenOptions to open_file instead of bools by Daniel Verkamp · 2 years, 8 months ago
  70. cbe2e12 Kokoro: Use unique identifiers for gerrit API by Dennis Kempin · 2 years, 8 months ago
  71. 6c3eadd x86: Fix HT flag is incorrectly masked for no_smt by Zhao Liu · 2 years, 8 months ago
  72. afa8ccc x86_64: acpi: create goldfish battery earlier by David Stevens · 2 years, 8 months ago
  73. e4a9e82 devices: virtio: iommu: narrow the pci range of viot by Haiwei Li · 2 years, 8 months ago
  74. a7a04e6 ci/kokoro: improve error checking by David Stevens · 2 years, 8 months ago
  75. 3a29174 Upstream windows serial device by Vikram Auradkar · 2 years, 8 months ago
  76. 626f014 crosvm: Add host hp gpe paratemer for pcie root port by Xiong Zhang · 2 years, 8 months ago
  77. 1b6e011 ACPI: Add register gpe notify event interface by Xiong Zhang · 2 years, 8 months ago
  78. c26cf3d crosvm: Reflect KVM_EXIT_HYPERV return value. by Junichi Uekawa · 2 years, 8 months ago
  79. 6ae817e Add release-test profile by David Stevens · 2 years, 8 months ago
  80. 3f74959 vfio: Support user-set address for VFIO PCI devices by Victor Ding · 2 years, 8 months ago
  81. 52a0f3b devices: vhost-user: Add a test case for ClientExit by Keiichi Watanabe · 2 years, 8 months ago
  82. 6cda440 vfio_pci: improve mmaped mmio bar tracking by David Stevens · 2 years, 8 months ago
  83. 2c29fa8 devices: block: parse options using serde_keyvalue crate by Alexandre Courbot · 2 years, 10 months ago
  84. da20cf1 devices: serial: parse options using serde_keyvalue crate by Alexandre Courbot · 2 years, 10 months ago
  85. aa043e8 add serde_keyvalue crate by Alexandre Courbot · 2 years, 10 months ago
  86. 2558b26 vmm_vhost: Allow vmm to turn down before device by Keiichi Watanabe · 2 years, 8 months ago
  87. e896297 devices: virtio: vvu: allow non-zero guest mem descriptor offset by Daniel Verkamp · 2 years, 8 months ago
  88. 6ba4551 devices: vfio: remove unnecessary MemSlot casts by Daniel Verkamp · 2 years, 8 months ago
  89. 4440db2 vm_control: refactor VmMemoryRequest by Daniel Verkamp · 3 years ago
  90. 4023f06 move add_bind_mount by Vikram Auradkar · 2 years, 8 months ago
  91. 15b4769 devices: vvu: Add `uuid` argument for vvu-proxy by Keiichi Watanabe · 2 years, 8 months ago
  92. 04b9ce6 gpu: display detailed resource bridge errors by Alexandre Courbot · 2 years, 8 months ago
  93. 3e28ed0 mdbook: add instructions for enabling and running Wayland by Alexandre Courbot · 2 years, 8 months ago
  94. eea1729 rutabaga_gfx: do not support GLX if x feature is not enabled by Alexandre Courbot · 2 years, 8 months ago
  95. cdffe49 pcie: Use physical hotplug GPE as virutal hotplug event by Xiong Zhang · 2 years, 11 months ago
  96. 5631839 pcie: Implement added GpeNotify() trait by Xiong Zhang · 2 years, 11 months ago
  97. b0d2e4d rutabaga_gfx: make build fail if default component is not enabled by Alexandre Courbot · 2 years, 8 months ago
  98. 3333441 crosvm: Fix few warnings by Anton Romanov · 2 years, 8 months ago
  99. 9fbf498 Refactoring: Move win_(sys_)util by Dennis Kempin · 2 years, 8 months ago
  100. 1e80b0d Refactoring Script: Move win_(sys_)util by Dennis Kempin · 2 years, 8 months ago