1. f1a3375 kvm: add wrapper for KVM_KVMCLOCK_CTRL VM ioctl by Zach Reizner · 6 years ago
  2. 6a8fdd9 crosvm: add suspend/resume commands by Zach Reizner · 6 years ago
  3. 5694c62 sync: add Convar wrapper that panics instead of returning Result by Zach Reizner · 6 years ago
  4. 448e20b kokoro: Add adhd repo by Dylan Reid · 6 years ago
  5. 2c7e881 plugin: allow retrieving and setting VM clock by Dmitry Torokhov · 6 years ago
  6. 5d471b4 kvm: plumb accessors for KVM_GET_CLOCK/KVM_SET_CLOCK by Dmitry Torokhov · 6 years ago
  7. b6d842f crosvm: Support cros-rust version crosvm ebuild by paulhsia · 6 years ago
  8. 284fcac kokoro: Document command for publishing image by David Tolnay · 6 years ago
  9. db36427 sys_util: refactor pollcontext to decouple events from epoll fd. by Jingkui Wang · 6 years ago
  10. d5a9552 build: Restore ability to compile data_model and sys_util in isolation by David Tolnay · 6 years ago
  11. c195616 arch: add generic image loading function by Daniel Verkamp · 6 years ago
  12. 68d0e72 kokoro: Install libtpm2 by David Tolnay · 6 years ago
  13. 2200604 remove rand crate by Daniel Prilik · 6 years ago
  14. a4d5bd4 kokoro: install libfdt-dev by Daniel Verkamp · 6 years ago
  15. 1c9e1cc kernel_loader: fix ELF Phdr p_type comparison by Daniel Verkamp · 6 years ago
  16. 92f73d7 devices: block: add resize VmControl request by Daniel Verkamp · 6 years ago
  17. 5342950 crosvm: use updated minigbm APIs. by Maksim Sisov · 6 years ago
  18. bf72b21 tpm: Add safe TPM simulator binding by David Tolnay · 6 years ago
  19. 0e9f4e1 resources: re-alphabetize imports by Daniel Verkamp · 6 years ago
  20. c49ef3e tpm: Add tpm2-sys crate by David Tolnay · 6 years ago
  21. 4adfdc0 memory: Add methods to return error on short writes and reads by David Tolnay · 6 years ago
  22. f3d39e2 resources: data_model is not used, don't depend on it by Dylan Reid · 6 years ago
  23. 8f701dc Remove unused #[macro_use] attributes by Daniel Verkamp · 6 years ago
  24. 1d44223 sys_util: Add net module includes UnixSeqpacket by paulhsia · 6 years ago
  25. 78af239 devices: wl: add resource bridge to fds to keep when jailed by David Riley · 6 years ago
  26. b2f03f1 devices: gpu: add resource bridge to fds to keep when jailed by David Riley · 6 years ago
  27. 84c13ec devices: gpu: add lstat to gpu device seccomp by David Riley · 6 years ago
  28. 4896cb2 plugin: remove unused EDEADLK import by Daniel Verkamp · 6 years ago
  29. bd1a084 main: only show plugin options when feature is on by Daniel Verkamp · 6 years ago
  30. d41d726 Add support for plugin mounts by Chirantan Ekbote · 6 years ago
  31. c1a40a7 plugin: Add support for tap fd on the command line by Chirantan Ekbote · 6 years ago
  32. 49fa08f net_util: Get tap interface name when using a raw fd by Chirantan Ekbote · 6 years ago
  33. 7a97366 plugin: Fix uid and gid maps by Chirantan Ekbote · 6 years ago
  34. 1502a11 plugin: Fix tmpfs mount options by Chirantan Ekbote · 6 years ago
  35. 2d29233 Move validate_raw_fd to sys_util by Chirantan Ekbote · 6 years ago
  36. 37c4a78 linux: remove unnecessary usize casts by Daniel Verkamp · 6 years ago
  37. f76869d devices: balloon: fix the 'crosvm balloon' command by Daniel Verkamp · 6 years ago
  38. 3a794cc Add "Fd" wrapper for RawFd type. by Miriam Zimmerman · 6 years ago
  39. 70eb15d devices: block: protect disk_size with a mutex by Daniel Verkamp · 6 years ago
  40. 2f0318f devices: block: build config space on demand by Daniel Verkamp · 6 years ago
  41. e57d906 qcow: add no-op set_len() for QcowFile by Daniel Verkamp · 6 years ago
  42. 6d47e1b sys_util: add set_len() trait by Daniel Verkamp · 6 years ago
  43. d1eceec crosvm: Split sub-crates into independent workspace by paulhsia · 6 years ago
  44. f717642 bitfield: Documentation and simplifications by David Tolnay · 6 years ago
  45. c13a68e kvm: add Debug to IoeventAddress by Jingkui Wang · 6 years ago
  46. 3cba30d sys_util: add debug to eventfd by Jingkui Wang · 6 years ago
  47. e2fd7a2 usb: Add event ring implementation by Jingkui Wang · 6 years ago
  48. 5266726 usb: add xhci abi. by Jingkui Wang · 6 years ago
  49. 62affa7 usb: add xhci registers and mmio space. by Jingkui Wang · 6 years ago
  50. 212b45f usb: Add mmio space. by Jingkui Wang · 6 years ago
  51. f6752e7 devices: add on_sandboxed by Jingkui Wang · 6 years ago
  52. 7df5a0e usb_util: add sandboxed-libusb feature by Jingkui Wang · 6 years ago
  53. f8a6bdd usb_util: add open fd patch to libusb by Jingkui Wang · 6 years ago
  54. 13b8c09 bitfield: update bitfield structs and support bool by Jingkui Wang · 6 years ago
  55. 1dda82e sys_util: Combine GuestMemory::with_regions and with_regions_mut by David Tolnay · 6 years ago
  56. 63bc050 Revert "presubmit: add cargo fmt check" by Daniel Verkamp · 6 years ago
  57. c589929 devices: gpu: add plane info response support by Zach Reizner · 6 years ago
  58. 200fd78 usb_util: implement usb_transfer by Jingkui Wang · 6 years ago
  59. 2bac1e7 toolchain: Update to Rust 1.31.0 by David Tolnay · 6 years ago
  60. 3397126 bitfield: reformat with cargo fmt by Daniel Verkamp · 6 years ago
  61. aa57566 devices: allow virtio-wayland to use virtgpu resources by Zach Reizner · 6 years ago
  62. 42c409c sys_util: Add ability to set real time thread priority by Dylan Reid · 6 years ago
  63. d4d9c26 poll_token: Use syn to simplify poll token derive by David Tolnay · 6 years ago
  64. caf32ee macros: Clean up bitfield macro by replacing the input item by David Tolnay · 6 years ago
  65. 088e7f3 assertions: Use compile-time assertion macro by David Tolnay · 6 years ago
  66. 3c0aac4 assertions: Add compile-time assertion macro by David Tolnay · 6 years ago
  67. f979919 macros: Derive macro to generate integer to enum conversion by David Tolnay · 6 years ago
  68. 1d4d44a sync: Mutex type with methods that panic instead of return error by David Tolnay · 6 years ago
  69. 2ea8f3d qcow: scan for free clusters at startup by Daniel Verkamp · 6 years ago
  70. f503276 linux: Print all siginfo structs on ChildSignal by David Tolnay · 6 years ago
  71. 35bac99 presubmit: add cargo fmt check by Daniel Verkamp · 6 years ago
  72. 8f3a232 linux: Clean up a misleading loop by David Tolnay · 6 years ago
  73. da37f7a data_model: prevent unaligned DataInit::from_slice by Zach Reizner · 6 years ago
  74. 5bbbf61 lint: Resolve the easier clippy lints by David Tolnay · 6 years ago
  75. 21fb34f devices: Remove duplicated doc comments in impl block by David Tolnay · 6 years ago
  76. b14ce22 crosvm: update kokoro docker file to install libusb-1.0 by Jingkui Wang · 6 years ago
  77. ef37e2f qcow: add support for rebuilding refcounts by Daniel Verkamp · 6 years ago
  78. 8106616 usb_util: Add descriptors by Jingkui Wang · 6 years ago
  79. 457ebc9 usb_util: Add pollfd change handler. by Jingkui Wang · 6 years ago
  80. 33e0831 usb_util: Create libusb wrapper by Jingkui Wang · 6 years ago
  81. 9ae286d sys_util: replace fallocate64 with libc call by Daniel Verkamp · 6 years ago
  82. 510c1cf crosvm/plugin: fix typo 'singal' -> 'signal' by Dmitry Torokhov · 6 years ago
  83. 0daffb0 kokoro: add presubmit-cr.cfg by Stephen Barber · 6 years ago
  84. 8ee0973 uprev crosvm and 9s libc to 0.2.44 by Stephen Barber · 6 years ago
  85. f4ee2ad devices: make all virtio devices report version 1 by Daniel Verkamp · 6 years ago
  86. 45cfe21 msg_socket: reformat with rust fmt by Daniel Verkamp · 6 years ago
  87. 7a9c6de msg_socket: fix msg_on_socket alignment issue by Jingkui Wang · 6 years ago
  88. 6bfee45 wl: silence unused code warnings by Daniel Verkamp · 6 years ago
  89. d32efef macros: Format code inside of quote! invocations by David Tolnay · 6 years ago
  90. 1d0b445 macros: Update syn to 0.15 by David Tolnay · 6 years ago
  91. e81a3e6 devices: convert virtio features to a u64 by Daniel Verkamp · 6 years ago
  92. 5c4ad02 crosvm_plugin: Remove underscores in variable name by Chirantan Ekbote · 6 years ago
  93. cccbe67 toolchain: The latest stable version is required by David Tolnay · 6 years ago
  94. 298cf59 toolchain: Add rust-toolchain file by David Tolnay · 6 years ago
  95. e13b180 crosvm: use msg_socket in vm_control by Jingkui Wang · 6 years ago
  96. b23c091 Reland "devices: refactor proxy to use msg_socket" by Jingkui Wang · 6 years ago
  97. ac2e50a aarch64: report PCI interrupts as level triggered by Daniel Verkamp · 6 years ago
  98. f0fd764 qcow: calculate refcount table size correctly by Daniel Verkamp · 6 years ago
  99. 9492340 qcow_utils: do not close given fds in `convert_to_*` functions by Zach Reizner · 6 years ago
  100. 674504a move qcow_utils to members from dependencies by Zach Reizner · 6 years ago