1. 028b804 crosvm: clearer naming about GPU features by Gurchetan Singh · 4 years ago
  2. b1394f7 rutabaga_gfx: an electrifying possibility by Gurchetan Singh · 4 years, 1 month ago
  3. 0d6ae7a Add power_monitor crate. by Alex Lau · 4 years ago
  4. c5262e9 linux: Support GDB remote serial protocol for x86_64 by Keiichi Watanabe · 4 years, 1 month ago
  5. 75ba875 p9: Support ascii casefolding by Chirantan Ekbote · 4 years, 1 month ago
  6. a7e38ab base: Add shared memory layer to base. by Michael Hoyle · 4 years, 3 months ago
  7. b52768c p9: Use crate from platform2 by Chirantan Ekbote · 4 years, 2 months ago
  8. f32d0b4 Use hypervisor abstraction to run VMs by Steven Richman · 4 years, 5 months ago
  9. 6b19695 Add "base" crate and transition crosvm usages to it from sys_util by Michael Hoyle · 4 years, 4 months ago
  10. ec058d6 vm_memory: A crate to hold vm-specific memory objects by Dylan Reid · 4 years, 4 months ago
  11. 94d77df enable core scheduling with the chromeos feature by Zach Reizner · 4 years, 4 months ago
  12. 1590e6f Add feature flag for audio. by Andrew Scull · 4 years, 8 months ago
  13. 57c667e cros_async: Convert FD executor to be more similar to uring by Dylan Reid · 4 years, 7 months ago
  14. f3024c8 io_jail: Remove now that the code lives in aosp/external/minijail by Allen Webb · 4 years, 5 months ago
  15. bf654c1 Fix path to minijail-sys. by Andrew Walbran · 4 years, 5 months ago
  16. 708e3a6 Cargo.lock: update libc to 0.2.65 by Daniel Verkamp · 4 years, 5 months ago
  17. 57df6a0 devices: virtio: Initial implementation of virtio-video device by Keiichi Watanabe · 5 years ago
  18. 6fe08fa Adding hypervisor crate to abstract out Kvm implementation by Udam Saini · 4 years, 7 months ago
  19. 91e8403 acpi_tables: Add initial ACPI tables support by Chuanxiao Dong · 5 years ago
  20. ddbe8b7 virtio-gpu: gfxstream backend by Lingfeng Yang · 4 years, 10 months ago
  21. a2d845a io_jail: use minijail-sys crate by Stephen Barber · 5 years ago
  22. eed7020 Add async_core crate by Dylan Reid · 5 years ago
  23. 2cc1383 Add a cros_async crate. by Dylan Reid · 5 years ago
  24. f2eecc4 disk: move qcow into disk crate by Daniel Verkamp · 5 years ago
  25. 84be747 Remove render node forward code by Lepton Wu · 5 years ago
  26. aa7f102 ensure libc crate is at least 0.2.44 by Zach Reizner · 5 years ago
  27. 07e3c41 Allow use of newer versions of the libc crate. by Allen Webb · 5 years ago
  28. 6494117 usb: replace libusb with Rust usb_util library by Daniel Verkamp · 5 years ago
  29. f9b035d Support composite disks. by Cody Schuffelen · 5 years ago
  30. 144c279 crosvm: add 'virtio-gpu-next' feature flag by Gurchetan Singh · 5 years ago
  31. 7d533e5 Extract disk creation logic out of qcow and src. by Cody Schuffelen · 5 years ago
  32. a445ae1 Remove remaining byteorder crate references by Daniel Verkamp · 5 years ago
  33. 267f2c8 split crosvm into a library and a main "crosvm" binary by Zach Reizner · 5 years ago
  34. f5285c6 gpu_display: add X11 backend by Zach Reizner · 6 years ago
  35. 4b292af clippy: Resolve cast_ptr_alignment by David Tolnay · 6 years ago
  36. 3df3552 lints: Enforce sorted order for enum variants by David Tolnay · 6 years ago
  37. 65928af protos: Merge plugin_proto crate under protos::plugin by David Tolnay · 6 years ago
  38. fd67ec5 protos: Update to protobuf 2.3 by David Tolnay · 6 years ago
  39. 48ff416 cargo: Sort all dependency lists in Cargo.toml by David Tolnay · 6 years ago
  40. 0159e5a edition: Update crosvm crate to 2018 edition by David Tolnay · 6 years ago
  41. a6b9ca3 usb: remove unused usb-emulation feature flag by Zach Reizner · 6 years ago
  42. 100e6e4 implement xhci and add it to pci bus by Jingkui Wang · 6 years ago
  43. 6089388 Start render node host service in crosvm by Lepton Wu · 6 years ago
  44. 083cc4a crosvm: remove LTO from release profile by Zach Reizner · 6 years ago
  45. 16f659f Implement PIT. by Miriam Zimmerman · 6 years ago
  46. f052cfe linux: Add ac97 device with CRAS backend by paulhsia · 6 years ago
  47. 3082e8e linux: add ac97 to the pci bus by Dylan Reid · 6 years ago
  48. b58b552 devices: Add an Ac97 PCI device by Dylan Reid · 6 years ago
  49. de6b29a tpm: Virtio tpm device by David Tolnay · 6 years ago
  50. b6d842f crosvm: Support cros-rust version crosvm ebuild by paulhsia · 6 years ago
  51. 2200604 remove rand crate by Daniel Prilik · 6 years ago
  52. d1eceec crosvm: Split sub-crates into independent workspace by paulhsia · 6 years ago
  53. 7df5a0e usb_util: add sandboxed-libusb feature by Jingkui Wang · 6 years ago
  54. 1d4d44a sync: Mutex type with methods that panic instead of return error by David Tolnay · 6 years ago
  55. 33e0831 usb_util: Create libusb wrapper by Jingkui Wang · 6 years ago
  56. 8ee0973 uprev crosvm and 9s libc to 0.2.44 by Stephen Barber · 6 years ago
  57. 674504a move qcow_utils to members from dependencies by Zach Reizner · 6 years ago
  58. f6b58e4 enable integer overflow checks on release profile by Zach Reizner · 6 years ago
  59. f5d565d crosvm: add msg_sock. by Jingkui Wang · 6 years ago
  60. a79073a 9s: Server binary for the 9p file system by Chirantan Ekbote · 6 years ago
  61. 8cad751 crosvm: Add bit_field_derive by Jingkui Wang · 6 years ago
  62. 448516e balloon: Implement device policy by Chirantan Ekbote · 6 years ago
  63. 3a8100a gpu: implement virtio-gpu by Zach Reizner · 7 years ago
  64. f40bb19 gpu_renderer: add virglrenderer bindings by Zach Reizner · 7 years ago
  65. 228e4a6 Move gpu allocator to resources by Dylan Reid · 6 years ago
  66. 20d71f8 gpu_display: provides wayland based output for virtio-gpu by Zach Reizner · 7 years ago
  67. ef7352f Remove the device manager and use the new resource allocator by Dylan Reid · 7 years ago
  68. dea77ce resources: Add address allocation helper by Dylan Reid · 6 years ago
  69. 8608eb0 Update libc version to 0.2.40 by Chirantan Ekbote · 7 years ago
  70. 800fcb0 Add low-level p9 protocol implementation by Chirantan Ekbote · 7 years ago
  71. 52ba4e5 virtwl: Add DMABuf allocation support. by David Reveman · 7 years ago
  72. 5e05a83 crosvm: add a feature to disable sandbox by default by Dmitry Torokhov · 7 years ago
  73. 6f68543 gpu_buffer: create bindings to minigbm by Zach Reizner · 7 years ago
  74. 2ffa0cb crosvm: aarch64 guest support by Sonny Rao · 7 years ago
  75. ed517d1 crosvm: create a LinuxArch trait and use it for x86 by Sonny Rao · 7 years ago
  76. 8836bb5 crosvm: move device_manager to it's own crate by Sonny Rao · 7 years ago
  77. 53528e3 add support for accessing debug registers in the plugin process by Zach Reizner · 7 years ago
  78. 8864cb0 crosvm: add support for plugin process by Zach Reizner · 7 years ago
  79. de01b8b add crosvm_plugin dynamic library crate by Zach Reizner · 7 years ago
  80. 6cc352f crosvm: move kernel_cmdline to it's own crate by Sonny Rao · 7 years ago
  81. 865323d hw/virtio/vhost: Add simple tests backed by fakes by Jason D. Clinton · 7 years ago
  82. 6ecbbfd Add qcow_utils for exposing qcow functions as a C library by Dylan Reid · 7 years ago
  83. e0983c7 add plugin_proto crate by Zach Reizner · 7 years ago
  84. 7696870 Add qcow support crate by Dylan Reid · 7 years ago
  85. d42e493 sys_util: add memfd seal support to SharedMemory by Zach Reizner · 7 years ago
  86. 939d588 Make the main crosvm project a workspace by Dylan Reid · 7 years ago
  87. 7a2fec4 crosvm: bump libc version to 0.2.32 by Stephen Barber · 7 years ago
  88. d169a8d Move crosvm/hw to a new devices module by Dylan Reid · 7 years ago
  89. 94bf1bf Move vm_control to a top-level crate by Dylan Reid · 7 years ago
  90. ab839e2 fix dependency versions and add Cargo.lock by Zach Reizner · 7 years ago
  91. 1ea2f8e crosvm: bump libc version to 0.2.29 by Zach Reizner · 7 years ago
  92. efe9578 crosvm: argument parsing without clap by Zach Reizner · 7 years ago
  93. 3cbded2 fix armv7a and aarch64 build errors and warnings by Zach Reizner · 7 years ago
  94. 29ad3c7 crosvm: refactor and expand vm control socket IPC by Zach Reizner · 7 years ago
  95. 2cfc205 crosvm: add vhost_net virtio device by Stephen Barber · 7 years ago
  96. f651357 crosvm: use sys_util::clone_process to create proxy device by Zach Reizner · 7 years ago
  97. 61edbbf crosvm: Put block device process in a minijail by Dylan Reid · 8 years ago
  98. 639d967 crosvm: Add crosvm main program by Zach Reizner · 8 years ago