1. 633426a edition: Fill in macro imports by David Tolnay · 5 years ago
  2. 62041f0 msg_socket: Simplify derive by removing const namespace by David Tolnay · 5 years ago
  3. dc63ca9 devices: Replace imports involving super::super by David Tolnay · 5 years ago
  4. 4c706a2 gpu: Simplify imports from gpu_* by David Tolnay · 5 years ago
  5. e50ba38 usb: Simplify imports from usb_util by David Tolnay · 5 years ago
  6. a70a219 sys_util: Enable macros imported individually by David Tolnay · 5 years ago
  7. 1b7f3ed edition: Update devices crate to 2018 edition by David Tolnay · 6 years ago
  8. 3df3552 lints: Enforce sorted order for enum variants by David Tolnay · 6 years ago
  9. d49adc9 sys_util: add MemoryMappingArena by Daniel Prilik · 6 years ago
  10. c211a6c devices: Start to implement IOAPIC. by Miriam Zimmerman · 6 years ago
  11. 65928af protos: Merge plugin_proto crate under protos::plugin by David Tolnay · 5 years ago
  12. 1aca8b7 protos: Compile protos for trunks daemon by David Tolnay · 5 years ago
  13. fd67ec5 protos: Update to protobuf 2.3 by David Tolnay · 5 years ago
  14. 0268e26 devices: usb: remove unused imports in tests by Daniel Verkamp · 5 years ago
  15. e7c5905 Wrap the UnixSeqpacket with a more descriptive type. by Jakub Staron · 5 years ago
  16. 902e7c8 edition: Use 2018-style paths in devices crate by David Tolnay · 5 years ago
  17. 107edb3 main: add --cpu-affinity option to pin VCPUs by Daniel Verkamp · 5 years ago
  18. 1f9ae42 seccomp: Whitelist syscalls for grunt gpu by Drew Davenport · 6 years ago
  19. 2a01b4d sys_util: Use expect_err instead of panicking by Chirantan Ekbote · 5 years ago
  20. 115cc1f edition: Update usb_util to 2018 edition by David Tolnay · 6 years ago
  21. 5b73b7e edition: Update crosvm_plugin crate to 2018 edition by David Tolnay · 6 years ago
  22. 7154c1d Silence non_upper_case_globals warnings in macros by Daniel Verkamp · 6 years ago
  23. 48ff416 cargo: Sort all dependency lists in Cargo.toml by David Tolnay · 5 years ago
  24. 59bb712 edition: Update qcow and qcow_util to 2018 edition by David Tolnay · 6 years ago
  25. ce48c2b edition: Update sys_util to 2018 edition by David Tolnay · 6 years ago
  26. 9399975 rust-toolchain: upgrade to Rust 1.33.0 by Daniel Verkamp · 6 years ago
  27. 0159e5a edition: Update crosvm crate to 2018 edition by David Tolnay · 6 years ago
  28. a7d4ea6 edition: Update msg_socket to 2018 edition by David Tolnay · 6 years ago
  29. 7129a05 edition: Update arch crate to 2018 edition by David Tolnay · 6 years ago
  30. e40a7f3 edition: Update gpu_buffer, gpu_display, gpu_renderer to 2018 edition by David Tolnay · 6 years ago
  31. 85ce8d3 edition: Update aarch64 crate to 2018 edition by David Tolnay · 6 years ago
  32. 9b31123 edition: Update p9 crate to 2018 edition by David Tolnay · 6 years ago
  33. 417e3f2 edition: Update kvm and kvm_sys crates to 2018 edition by David Tolnay · 6 years ago
  34. 14698d9 edition: Update tempdir crate to 2018 edition by David Tolnay · 6 years ago
  35. dbff49a edition: Update vhost crate to 2018 edition by David Tolnay · 6 years ago
  36. fdac5ed edition: Use dyn syntax for trait objects by David Tolnay · 6 years ago
  37. 98895ac edition: Update enumn crate to 2018 edition by David Tolnay · 6 years ago
  38. 639a8c1 edition: Update kernel_cmdline and kernel_loader to 2018 edition by David Tolnay · 6 years ago
  39. 4a0fa140 edition: Update vm_control to 2018 edition by David Tolnay · 6 years ago
  40. 63c6e2d edition: Update io_jail crate to 2018 edition by David Tolnay · 6 years ago
  41. cbe9be0 edition: Update bit_field and bit_field_derive to 2018 edition by David Tolnay · 6 years ago
  42. 021e975 edition: Update virtio_sys to 2018 edition by David Tolnay · 6 years ago
  43. f214d40 edition: Update resources crate to 2018 edition by David Tolnay · 6 years ago
  44. fa08830 edition: Update rand_ish crate to 2018 edition by David Tolnay · 6 years ago
  45. c69ee11 edition: Update fuzz crate to 2018 edition by David Tolnay · 6 years ago
  46. 3c98abd edition: Update data_model to 2018 edition by David Tolnay · 6 years ago
  47. 6590e9b kokoro: Install dbus-1 and dbus protos by David Tolnay · 5 years ago
  48. 0b902e6 edition: Update net_sys and net_util to 2018 edition by David Tolnay · 6 years ago
  49. 79e1a26 edition: Update syscall_defines to 2018 edition by David Tolnay · 6 years ago
  50. 0a36751 edition: Update x86_64 crate to 2018 edition by David Tolnay · 6 years ago
  51. 2a2e258 rand_ish: prevent spaces in urandom_str and use uniform samples only by Zach Reizner · 6 years ago
  52. 0b3a4af msg_socket: derive MsgOnSocket for bool by Daniel Prilik · 6 years ago
  53. e8243e3 Add PIC device. by Miriam Zimmerman · 6 years ago
  54. ef495df devices: gpu: Silently accept empty command buffers. by David Riley · 6 years ago
  55. 32773f6 rustfmt our tempdir crate by Daniel Verkamp · 6 years ago
  56. b6b84db sys_util: sock_ctrl_msg: Make clippy clean by Dylan Reid · 6 years ago
  57. 1612ff7 improve bitfield type safety by allowing tuple struct field by Jingkui Wang · 6 years ago
  58. 6bfc6a0 fix endpoint id in set tr dequeue pointer by Jingkui Wang · 6 years ago
  59. e6c6cc9 devices: block: report block size in config by Daniel Verkamp · 6 years ago
  60. 85fa41f implement bitfield for enum with a width by Jingkui Wang · 6 years ago
  61. ca224cd Change default field type to setter/getter types and remove generated tests by Jingkui Wang · 6 years ago
  62. 96e26c2 Validate and configure tap interfaces from --tap_fd by Jorge E. Moreira · 6 years ago
  63. 788d0de sys_util: ioctl: Make clippy clean by Dylan Reid · 6 years ago
  64. 681d1ff sys_util: clock: Make clippy clean by Dylan Reid · 6 years ago
  65. b3d382c pci: match pci cap structs with linux/virtio_pci.h by Daniel Prilik · 6 years ago
  66. 45b3ed4 devices: improve get_device_bars/caps interface by Daniel Prilik · 6 years ago
  67. 3d00b70 Revert "qcow_utils: Add tests" by Dylan Reid · 6 years ago
  68. cb5573b sys_util: net: Make clippy clean by Dylan Reid · 6 years ago
  69. 5aaa63f devices: gpu: use render optimized buffers by Gurchetan Singh · 6 years ago
  70. 348df2d sys_util: shm: Make clippy clean by Dylan Reid · 6 years ago
  71. 31c7937 sys_util: write_zeros: Make clippy clean by Dylan Reid · 6 years ago
  72. 6a6a360 sys_util: poll: Make clippy clean by Dylan Reid · 6 years ago
  73. 979c696 fuzz: Add block device fuzzer by Dylan Reid · 7 years ago
  74. 39028af fuzz: Add qcow fuzzing by Dylan Reid · 6 years ago
  75. fcd4e84 crosvm: avoid deprecated trim_left_matches by Daniel Verkamp · 6 years ago
  76. 99d4a18 require protobuf version match that of top-level Cargo.toml by Zach Reizner · 6 years ago
  77. 3a42190 fuzz: update to use new cros fuzzing by Dylan Reid · 6 years ago
  78. db4721d crosvm: add memfd for GuestMemory by Daniel Prilik · 6 years ago
  79. 33e8ef0 devices: gpu: allow sysinfo syscall by David Riley · 6 years ago
  80. 1904069 sys_util: errno: Make clippy clean by Dylan Reid · 6 years ago
  81. 7abdbfe sys_util: don't use hostname in syslog message header by Chris Morin · 6 years ago
  82. f1a01f6 arch: handle register_device_capabilities errors by Daniel Verkamp · 6 years ago
  83. 26d15fa usb_util: silence unused code warning by Daniel Verkamp · 6 years ago
  84. a833564 sys_util: timerfd: fix clippy lints by Dylan Reid · 6 years ago
  85. 63e3a83 Move split_irqchip_common to devices/. by Miriam Zimmerman · 6 years ago
  86. 7e622ed usb: remove unused/abused fd argument from EventHandler::on_event by Zach Reizner · 6 years ago
  87. a6b9ca3 usb: remove unused usb-emulation feature flag by Zach Reizner · 6 years ago
  88. 100e6e4 implement xhci and add it to pci bus by Jingkui Wang · 6 years ago
  89. c324429 bitfield: Support BitFieldSpecifier for enums by David Tolnay · 6 years ago
  90. fba396e edition: Update sync crate to 2018 edition by David Tolnay · 6 years ago
  91. 20333e4 Don't drop capabilities when sandbox is disabled. by Lepton Wu · 6 years ago
  92. fbbcf7a qcow_utils: Add tests by Dylan Reid · 7 years ago
  93. 7a2592a kokoro: Update kokoro docker file to manually select features by Jingkui Wang · 6 years ago
  94. 257d004 usb: add host backend by Jingkui Wang · 6 years ago
  95. 874f2e8 usb: Add device slot, command ring and transfer ring by Jingkui Wang · 6 years ago
  96. bbd77ff usb: add usb hub, transfer and usb backend interface by Jingkui Wang · 6 years ago
  97. 0a5bf14 usb: add ring buffer and ring buffer controller by Jingkui Wang · 6 years ago
  98. c698769 Add IOAPIC device skeleton. by Miriam Zimmerman · 6 years ago
  99. c249a9f usb: Verify usb_debug args even when not logging by David Tolnay · 6 years ago
  100. 6089388 Start render node host service in crosvm by Lepton Wu · 6 years ago