1. 4b292af clippy: Resolve cast_ptr_alignment by David Tolnay · 5 years ago
  2. 3df3552 lints: Enforce sorted order for enum variants by David Tolnay · 5 years ago
  3. 65928af protos: Merge plugin_proto crate under protos::plugin by David Tolnay · 5 years ago
  4. fd67ec5 protos: Update to protobuf 2.3 by David Tolnay · 5 years ago
  5. 48ff416 cargo: Sort all dependency lists in Cargo.toml by David Tolnay · 5 years ago
  6. 0159e5a edition: Update crosvm crate to 2018 edition by David Tolnay · 5 years ago
  7. a6b9ca3 usb: remove unused usb-emulation feature flag by Zach Reizner · 5 years ago
  8. 100e6e4 implement xhci and add it to pci bus by Jingkui Wang · 5 years ago
  9. 6089388 Start render node host service in crosvm by Lepton Wu · 6 years ago
  10. 083cc4a crosvm: remove LTO from release profile by Zach Reizner · 5 years ago
  11. 16f659f Implement PIT. by Miriam Zimmerman · 5 years ago
  12. f052cfe linux: Add ac97 device with CRAS backend by paulhsia · 5 years ago
  13. 3082e8e linux: add ac97 to the pci bus by Dylan Reid · 5 years ago
  14. b58b552 devices: Add an Ac97 PCI device by Dylan Reid · 5 years ago
  15. de6b29a tpm: Virtio tpm device by David Tolnay · 5 years ago
  16. b6d842f crosvm: Support cros-rust version crosvm ebuild by paulhsia · 5 years ago
  17. 2200604 remove rand crate by Daniel Prilik · 5 years ago
  18. d1eceec crosvm: Split sub-crates into independent workspace by paulhsia · 5 years ago
  19. 7df5a0e usb_util: add sandboxed-libusb feature by Jingkui Wang · 5 years ago
  20. 1d4d44a sync: Mutex type with methods that panic instead of return error by David Tolnay · 5 years ago
  21. 33e0831 usb_util: Create libusb wrapper by Jingkui Wang · 6 years ago
  22. 8ee0973 uprev crosvm and 9s libc to 0.2.44 by Stephen Barber · 6 years ago
  23. 674504a move qcow_utils to members from dependencies by Zach Reizner · 6 years ago
  24. f6b58e4 enable integer overflow checks on release profile by Zach Reizner · 6 years ago
  25. f5d565d crosvm: add msg_sock. by Jingkui Wang · 6 years ago
  26. a79073a 9s: Server binary for the 9p file system by Chirantan Ekbote · 6 years ago
  27. 8cad751 crosvm: Add bit_field_derive by Jingkui Wang · 6 years ago
  28. 448516e balloon: Implement device policy by Chirantan Ekbote · 6 years ago
  29. 3a8100a gpu: implement virtio-gpu by Zach Reizner · 7 years ago
  30. f40bb19 gpu_renderer: add virglrenderer bindings by Zach Reizner · 6 years ago
  31. 228e4a6 Move gpu allocator to resources by Dylan Reid · 6 years ago
  32. 20d71f8 gpu_display: provides wayland based output for virtio-gpu by Zach Reizner · 6 years ago
  33. ef7352f Remove the device manager and use the new resource allocator by Dylan Reid · 6 years ago
  34. dea77ce resources: Add address allocation helper by Dylan Reid · 6 years ago
  35. 8608eb0 Update libc version to 0.2.40 by Chirantan Ekbote · 6 years ago
  36. 800fcb0 Add low-level p9 protocol implementation by Chirantan Ekbote · 6 years ago
  37. 52ba4e5 virtwl: Add DMABuf allocation support. by David Reveman · 6 years ago
  38. 5e05a83 crosvm: add a feature to disable sandbox by default by Dmitry Torokhov · 6 years ago
  39. 6f68543 gpu_buffer: create bindings to minigbm by Zach Reizner · 6 years ago
  40. 2ffa0cb crosvm: aarch64 guest support by Sonny Rao · 6 years ago
  41. ed517d1 crosvm: create a LinuxArch trait and use it for x86 by Sonny Rao · 6 years ago
  42. 8836bb5 crosvm: move device_manager to it's own crate by Sonny Rao · 6 years ago
  43. 53528e3 add support for accessing debug registers in the plugin process by Zach Reizner · 6 years ago
  44. 8864cb0 crosvm: add support for plugin process by Zach Reizner · 6 years ago
  45. de01b8b add crosvm_plugin dynamic library crate by Zach Reizner · 6 years ago
  46. 6cc352f crosvm: move kernel_cmdline to it's own crate by Sonny Rao · 6 years ago
  47. 865323d hw/virtio/vhost: Add simple tests backed by fakes by Jason D. Clinton · 7 years ago
  48. 6ecbbfd Add qcow_utils for exposing qcow functions as a C library by Dylan Reid · 6 years ago
  49. e0983c7 add plugin_proto crate by Zach Reizner · 6 years ago
  50. 7696870 Add qcow support crate by Dylan Reid · 6 years ago
  51. d42e493 sys_util: add memfd seal support to SharedMemory by Zach Reizner · 6 years ago
  52. 939d588 Make the main crosvm project a workspace by Dylan Reid · 7 years ago
  53. 7a2fec4 crosvm: bump libc version to 0.2.32 by Stephen Barber · 7 years ago
  54. d169a8d Move crosvm/hw to a new devices module by Dylan Reid · 7 years ago
  55. 94bf1bf Move vm_control to a top-level crate by Dylan Reid · 7 years ago
  56. ab839e2 fix dependency versions and add Cargo.lock by Zach Reizner · 7 years ago
  57. 1ea2f8e crosvm: bump libc version to 0.2.29 by Zach Reizner · 7 years ago
  58. efe9578 crosvm: argument parsing without clap by Zach Reizner · 7 years ago
  59. 3cbded2 fix armv7a and aarch64 build errors and warnings by Zach Reizner · 7 years ago
  60. 29ad3c7 crosvm: refactor and expand vm control socket IPC by Zach Reizner · 7 years ago
  61. 2cfc205 crosvm: add vhost_net virtio device by Stephen Barber · 7 years ago
  62. f651357 crosvm: use sys_util::clone_process to create proxy device by Zach Reizner · 7 years ago
  63. 61edbbf crosvm: Put block device process in a minijail by Dylan Reid · 7 years ago
  64. 639d967 crosvm: Add crosvm main program by Zach Reizner · 7 years ago