1. ea33028 crosvm: mount minimal set of devices in plugin jail by Dmitry Torokhov · 6 years ago
  2. fa70171 linux: Tweak wl device setup when building without gpu by David Tolnay · 6 years ago
  3. b795280 Add support for multiple network interfaces by Jorge E. Moreira · 6 years ago
  4. 348ccf1 qcow_utils: add disk image expand function by Daniel Verkamp · 6 years ago
  5. d39dd9a seccomp: add mremap to arm common_device.policy by Daniel Verkamp · 6 years ago
  6. f257263 crosvm: pit: Clarify comments, clean up TODOs. by Miriam Zimmerman · 6 years ago
  7. 48d1e21 devices: pit: silence unused code warnings by Daniel Verkamp · 6 years ago
  8. b3fa5c9 main: add panic hook that redirects to syslog by Zach Reizner · 6 years ago
  9. bae43dd seccomp: refactor policy into common_device.policy by Zach Reizner · 6 years ago
  10. e403f5c linux: add support for loading an initrd by Daniel Verkamp · 6 years ago
  11. e54b338 x86_64: return fdt size from create_fdt() by Daniel Verkamp · 6 years ago
  12. 26ac928 Add logic to set up PIT (guarded by flag). by Miriam Zimmerman · 6 years ago
  13. 825ba52 devices: gpu: allow brk syscall by David Riley · 6 years ago
  14. 02bbe5f gpu_renderer: switch to using virgl initialization by David Riley · 6 years ago
  15. dffec50 Adds Virtio-Input device simulation by Jorge E. Moreira · 6 years ago
  16. 5329be3 devices: block: add bounds checks by Daniel Verkamp · 6 years ago
  17. c14f2ec Add IOCTL number functions that accept one parameter by Jorge E. Moreira · 6 years ago
  18. 16f659f Implement PIT. by Miriam Zimmerman · 6 years ago
  19. 5ede85c io_jail: allow mounting minimal set of devices by Dmitry Torokhov · 6 years ago
  20. fccfc05 devices: gpu: dup stdout to stderr to allow virglrenderer logging by David Riley · 6 years ago
  21. cc86d7d devices: gpu: preserve stdout and stderr for virglrender logging by David Riley · 6 years ago
  22. 0f5e2af gpu_renderer: update virglrenderer bindings by David Riley · 6 years ago
  23. fdc07a6 gpu_renderer: Include VIRGL_ constants for generated bindings. by David Riley · 6 years ago
  24. 186eb8b sys_util: wait on specific pid in panic_safe test by Daniel Verkamp · 6 years ago
  25. d48445e devices: gpu: name gpu thread by David Riley · 6 years ago
  26. f7797d1 kvm: take a reference to GuestMemory in Vcpu by Zach Reizner · 6 years ago
  27. 4133b01 crosvm: x86_64 guest support for android device-tree by Tristan Muntsinger · 6 years ago
  28. f052cfe linux: Add ac97 device with CRAS backend by paulhsia · 6 years ago
  29. 3082e8e linux: add ac97 to the pci bus by Dylan Reid · 6 years ago
  30. b58b552 devices: Add an Ac97 PCI device by Dylan Reid · 6 years ago
  31. 1f909a2 kokoro: Move the crosvm workdir by Dylan Reid · 6 years ago
  32. 3ba0098 crosvm: add debug labels to devices for improved SIGCHLD logs by Zach Reizner · 6 years ago
  33. 1be25dc kokoro: Add a symlink to crosvm for other crates by Dylan Reid · 6 years ago
  34. de6b29a tpm: Virtio tpm device by David Tolnay · 6 years ago
  35. 5c8dae6 kokoro: Avoid docker build from stdin to support COPY by David Tolnay · 6 years ago
  36. d3144f7 Add FakeClock and FakeTimerFd for use in tests. by Miriam Zimmerman · 6 years ago
  37. 39f93db kvm: annotate tests for x86-specific APIs by Dmitry Torokhov · 6 years ago
  38. 7a08fa7 readme: default mode is multiprocess by Daniel Verkamp · 6 years ago
  39. 230b0cd sys_util: Fix unit test error in arm by paulhsia · 6 years ago
  40. 795355a crosvm/linux: use kvmclock_ctrl to signal that VCPU was suspended by Zach Reizner · 6 years ago
  41. f1a3375 kvm: add wrapper for KVM_KVMCLOCK_CTRL VM ioctl by Zach Reizner · 6 years ago
  42. 6a8fdd9 crosvm: add suspend/resume commands by Zach Reizner · 6 years ago
  43. 5694c62 sync: add Convar wrapper that panics instead of returning Result by Zach Reizner · 6 years ago
  44. 448e20b kokoro: Add adhd repo by Dylan Reid · 6 years ago
  45. 2c7e881 plugin: allow retrieving and setting VM clock by Dmitry Torokhov · 6 years ago
  46. 5d471b4 kvm: plumb accessors for KVM_GET_CLOCK/KVM_SET_CLOCK by Dmitry Torokhov · 6 years ago
  47. b6d842f crosvm: Support cros-rust version crosvm ebuild by paulhsia · 6 years ago
  48. 284fcac kokoro: Document command for publishing image by David Tolnay · 6 years ago
  49. db36427 sys_util: refactor pollcontext to decouple events from epoll fd. by Jingkui Wang · 6 years ago
  50. d5a9552 build: Restore ability to compile data_model and sys_util in isolation by David Tolnay · 6 years ago
  51. c195616 arch: add generic image loading function by Daniel Verkamp · 6 years ago
  52. 68d0e72 kokoro: Install libtpm2 by David Tolnay · 6 years ago
  53. 2200604 remove rand crate by Daniel Prilik · 6 years ago
  54. a4d5bd4 kokoro: install libfdt-dev by Daniel Verkamp · 6 years ago
  55. 1c9e1cc kernel_loader: fix ELF Phdr p_type comparison by Daniel Verkamp · 6 years ago
  56. 92f73d7 devices: block: add resize VmControl request by Daniel Verkamp · 6 years ago
  57. 5342950 crosvm: use updated minigbm APIs. by Maksim Sisov · 6 years ago
  58. bf72b21 tpm: Add safe TPM simulator binding by David Tolnay · 6 years ago
  59. 0e9f4e1 resources: re-alphabetize imports by Daniel Verkamp · 6 years ago
  60. c49ef3e tpm: Add tpm2-sys crate by David Tolnay · 6 years ago
  61. 4adfdc0 memory: Add methods to return error on short writes and reads by David Tolnay · 6 years ago
  62. f3d39e2 resources: data_model is not used, don't depend on it by Dylan Reid · 6 years ago
  63. 8f701dc Remove unused #[macro_use] attributes by Daniel Verkamp · 6 years ago
  64. 1d44223 sys_util: Add net module includes UnixSeqpacket by paulhsia · 6 years ago
  65. 78af239 devices: wl: add resource bridge to fds to keep when jailed by David Riley · 6 years ago
  66. b2f03f1 devices: gpu: add resource bridge to fds to keep when jailed by David Riley · 6 years ago
  67. 84c13ec devices: gpu: add lstat to gpu device seccomp by David Riley · 6 years ago
  68. 4896cb2 plugin: remove unused EDEADLK import by Daniel Verkamp · 6 years ago
  69. bd1a084 main: only show plugin options when feature is on by Daniel Verkamp · 6 years ago
  70. d41d726 Add support for plugin mounts by Chirantan Ekbote · 6 years ago
  71. c1a40a7 plugin: Add support for tap fd on the command line by Chirantan Ekbote · 6 years ago
  72. 49fa08f net_util: Get tap interface name when using a raw fd by Chirantan Ekbote · 6 years ago
  73. 7a97366 plugin: Fix uid and gid maps by Chirantan Ekbote · 6 years ago
  74. 1502a11 plugin: Fix tmpfs mount options by Chirantan Ekbote · 6 years ago
  75. 2d29233 Move validate_raw_fd to sys_util by Chirantan Ekbote · 6 years ago
  76. 37c4a78 linux: remove unnecessary usize casts by Daniel Verkamp · 6 years ago
  77. f76869d devices: balloon: fix the 'crosvm balloon' command by Daniel Verkamp · 6 years ago
  78. 3a794cc Add "Fd" wrapper for RawFd type. by Miriam Zimmerman · 6 years ago
  79. 70eb15d devices: block: protect disk_size with a mutex by Daniel Verkamp · 6 years ago
  80. 2f0318f devices: block: build config space on demand by Daniel Verkamp · 6 years ago
  81. e57d906 qcow: add no-op set_len() for QcowFile by Daniel Verkamp · 6 years ago
  82. 6d47e1b sys_util: add set_len() trait by Daniel Verkamp · 6 years ago
  83. d1eceec crosvm: Split sub-crates into independent workspace by paulhsia · 6 years ago
  84. f717642 bitfield: Documentation and simplifications by David Tolnay · 6 years ago
  85. c13a68e kvm: add Debug to IoeventAddress by Jingkui Wang · 6 years ago
  86. 3cba30d sys_util: add debug to eventfd by Jingkui Wang · 6 years ago
  87. e2fd7a2 usb: Add event ring implementation by Jingkui Wang · 6 years ago
  88. 5266726 usb: add xhci abi. by Jingkui Wang · 6 years ago
  89. 62affa7 usb: add xhci registers and mmio space. by Jingkui Wang · 6 years ago
  90. 212b45f usb: Add mmio space. by Jingkui Wang · 6 years ago
  91. f6752e7 devices: add on_sandboxed by Jingkui Wang · 6 years ago
  92. 7df5a0e usb_util: add sandboxed-libusb feature by Jingkui Wang · 6 years ago
  93. f8a6bdd usb_util: add open fd patch to libusb by Jingkui Wang · 6 years ago
  94. 13b8c09 bitfield: update bitfield structs and support bool by Jingkui Wang · 6 years ago
  95. 1dda82e sys_util: Combine GuestMemory::with_regions and with_regions_mut by David Tolnay · 6 years ago
  96. 63bc050 Revert "presubmit: add cargo fmt check" by Daniel Verkamp · 6 years ago
  97. c589929 devices: gpu: add plane info response support by Zach Reizner · 6 years ago
  98. 200fd78 usb_util: implement usb_transfer by Jingkui Wang · 6 years ago
  99. 2bac1e7 toolchain: Update to Rust 1.31.0 by David Tolnay · 6 years ago
  100. 3397126 bitfield: reformat with cargo fmt by Daniel Verkamp · 6 years ago