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