1. 2fb61f7 msg_socket: return io:Error from pair() instead of Option by Zach Reizner · 6 years ago
  2. e0305c6 msg_socket: implement AsRawFd for UnixDatagram wrappers by Zach Reizner · 6 years ago
  3. c527c1a fix formatting in msg_on_socket_derive.rs unit test by Zach Reizner · 6 years ago
  4. f741098 kokoro: make output slightly more verbose by Zach Reizner · 6 years ago
  5. 3c71bb9 msg_socket_on_derive: use fully qualified types by Zach Reizner · 6 years ago
  6. 60f55da devices: balloon: define features as shift counts by Daniel Verkamp · 6 years ago
  7. 994e418 msg_socket: avoid send_msg/recv_msg call if it's not necessary by Jingkui Wang · 6 years ago
  8. 9d5e8f3 Revert "devices: refactor proxy to use msg_socket" by Jingkui Wang · 6 years ago
  9. 142ce3e devices: refactor proxy to use msg_socket by Jingkui Wang · 6 years ago
  10. aac2813 main: merge VirtIoDeviceInfo back into Config by Daniel Verkamp · 6 years ago
  11. 402d53b devices: virtio: remove virtio MMIO transport by Daniel Verkamp · 6 years ago
  12. 5656c12 devices: block: fix seccomp failures from free() by Daniel Verkamp · 6 years ago
  13. eeebe63 cargo fmt with Rust 1.30.0 by Daniel Verkamp · 6 years ago
  14. f28a864 kokoro: update to Rust 1.30.0 by Daniel Verkamp · 6 years ago
  15. 49dd2e2 main: increase child wait timeout to 1 second by Stephen Barber · 6 years ago
  16. ac242df Revert "mptable: mark PCI interrupts as edge triggered" by Daniel Verkamp · 6 years ago
  17. 120d95e devices: pci: support level-triggered interrupts by Daniel Verkamp · 6 years ago
  18. 510c783 sys_util: add trait to fsync File and QcowFile by Daniel Verkamp · 6 years ago
  19. ac69988 kokoro: add rustfmt check by Daniel Verkamp · 6 years ago
  20. 56ec644 main: remove unused wayland-group option by Zach Reizner · 6 years ago
  21. 64cc43d devices: gpu: Have BackBuffer use renderer resource when attaching backing. by David Riley · 6 years ago
  22. 4ad6de0 aarch64: remove unused UnixDatagram import by Daniel Verkamp · 6 years ago
  23. 31c20fd crosvm: add getpid and prlimit to seccomp by Yunlian Jiang · 6 years ago
  24. 15503e2 gpu_display: use syslog for display_wl by Zach Reizner · 6 years ago
  25. a70445a crosvm: add openat to seccomp by Yunlian Jiang · 6 years ago
  26. 8eceba3 devices: make PCI work in --disable-sandbox mode by Daniel Verkamp · 6 years ago
  27. f02fdd1 main: autodetect disk image type by Daniel Verkamp · 6 years ago
  28. de198cc devices: virtio: block: ignore Discard failures by Daniel Verkamp · 6 years ago
  29. 7f9b9ea qcow: add convert API and export it in qcow_utils by Daniel Verkamp · 6 years ago
  30. 2167ae9 sys_util: add SeekHole trait by Daniel Verkamp · 6 years ago
  31. c1f0827 cargo fmt aarch64 and kvm by Daniel Verkamp · 6 years ago
  32. f6b58e4 enable integer overflow checks on release profile by Zach Reizner · 6 years ago
  33. 6b28917 qcow: create BufWriter with exact capacity by Daniel Verkamp · 6 years ago
  34. abbe0c8 sys_util: use PUNCH_HOLE to implement write_zeroes by Daniel Verkamp · 6 years ago
  35. 6c765fd aarch64: remove reboot=k kernel cmdline option by Daniel Verkamp · 6 years ago
  36. 56f283b Revert "Revert "linux: Convert all virtio devices to PCI"" by Daniel Verkamp · 6 years ago
  37. ed31137 kvm: fix clippy error about mis-aligned pointer casts by Zach Reizner · 6 years ago
  38. 7c78a3c kvm: fix clippy error about multiple mut references by Zach Reizner · 6 years ago
  39. 73a40e3 kokoro: add continuous config by Stephen Barber · 6 years ago
  40. 029fc66 sys_util: use checked arithmetic and alignment in sock_ctrl_msg by Zach Reizner · 6 years ago
  41. c7af4b1 aarch64: add arm serial input support by Sonny Rao · 6 years ago
  42. 06a7779 sys_util: simplify format string for Display impl for Priority by Zach Reizner · 6 years ago
  43. 1232deb devices: virtio: pci: reset ISR status on read by Daniel Verkamp · 6 years ago
  44. cf2e00e arch: add virtio-pci eventfds with exact match by Daniel Verkamp · 6 years ago
  45. db6edff kvm: refactor ioeventfd datamatch interface by Daniel Verkamp · 6 years ago
  46. 9357cea mptable: mark PCI interrupts as edge triggered by Daniel Verkamp · 6 years ago
  47. c968aa9 README: update rustfmt guidance to format all code by Daniel Verkamp · 6 years ago
  48. 310b308 rustfmt wire_format_derive and poll_token_derive by Daniel Verkamp · 6 years ago
  49. f5d565d crosvm: add msg_sock. by Jingkui Wang · 6 years ago
  50. 3655a63 gpu_renderer: cargo fmt epoxy_egl.rs, which is huge by Zach Reizner · 6 years ago
  51. 55a9e50 cargo fmt all source code by Zach Reizner · 6 years ago
  52. 046df60 virtio-gpu: use the newest caps by Gurchetan Singh · 6 years ago
  53. b1570f2 qcow: track deallocated clusters as unreferenced by Daniel Verkamp · 6 years ago
  54. c8986f1 Revert "linux: Convert all virtio devices to PCI" by Daniel Verkamp · 6 years ago
  55. d635acb linux: Convert all virtio devices to PCI by Daniel Verkamp · 6 years ago
  56. a158e31 devices: Implement virtio PCI transport by Dylan Reid · 6 years ago
  57. 948b5f7 aarch64: add generic PCI host controller by Daniel Verkamp · 6 years ago
  58. 8102525 x86_64: increase size of MMIO range by Daniel Verkamp · 6 years ago
  59. 4a33cd5 virtio: set default queue size to maximum by Daniel Verkamp · 6 years ago
  60. f3a3a87 devices: pci: add MMIO config access mechanism by Daniel Verkamp · 6 years ago
  61. 28a671a devices: pci: refactor config access mechanism by Daniel Verkamp · 6 years ago
  62. aee0ac2 devices: pci: make more registers read only by Daniel Verkamp · 6 years ago
  63. b2d6ffa devices: pci: ignore writable_bits when adding caps by Daniel Verkamp · 6 years ago
  64. 9f2bbc8 devices: pci: fix registration of PCI IRQs by Dylan Reid · 6 years ago
  65. 90c6ad0 devices: pci: fix add_bar return value by Dylan Reid · 6 years ago
  66. aa12c74 devices: pci: add ioeventfds to PciDevice trait by Dylan Reid · 6 years ago
  67. c5a6762 devices: pci: add keep_fds to PciDevice by Daniel Verkamp · 6 years ago
  68. 4f228cb devices: pci: add Programming Interface to device by Daniel Verkamp · 6 years ago
  69. 0f579cb move pci root creation to arch by Dylan Reid · 6 years ago
  70. b605850 devices: block: track flush timer armed state by Daniel Verkamp · 6 years ago
  71. 46f70e8 qcow: optimize sync_caches to avoid extra writes by Daniel Verkamp · 6 years ago
  72. eaaf3e1 qcow: buffer reads and writes in QcowRawFile by Daniel Verkamp · 6 years ago
  73. 610fa31 crosvm: set ARM_TRIPLE to armv7a-cros-linux-gnueabihf by Yunlian Jiang · 6 years ago
  74. 36d4ec5 sys_util: use fallocate64 for large file support by Daniel Verkamp · 6 years ago
  75. b43f9bc README: fix typo in quoting by Mike Frysinger · 6 years ago
  76. f55812a kokoro: build and run all crosvm unit tests in docker by Zach Reizner · 6 years ago
  77. a1422e6 fix warning and bit rotted tests uncovered by kokoro by Zach Reizner · 6 years ago
  78. 0a4f280 seccomp: Update 9p policy by Chirantan Ekbote · 6 years ago
  79. 5abdc78 kokoro: add initial presubmit script and config by Stephen Barber · 7 years ago
  80. a40cbb4 devices: block: enforce read-only in execute() by Daniel Verkamp · 6 years ago
  81. a040825 seccomp: whitelist connect for wl_device by Daniel Verkamp · 6 years ago
  82. 713dd60 devices: block: clear flush timer once it fires by Daniel Verkamp · 6 years ago
  83. 616a093 devices: block: allow timerfd syscalls in seccomp by Daniel Verkamp · 6 years ago
  84. cd9f86b qcow: Add a utility program for qcow analysis by Dylan Reid · 6 years ago
  85. 39401ff qcow: Add accessors for more file state by Dylan Reid · 6 years ago
  86. 579bd2c linux: bind wayland directory in virtio-wayland sandbox by Zach Reizner · 6 years ago
  87. a99954c sys_util: remove Scm struct and sock_ctrl_msg C library by Zach Reizner · 6 years ago
  88. 4a55609 devices: block: Flush a minute after a write by Dylan Reid · 6 years ago
  89. 407c315 sys_util: timerfd: Add ability to check if the timer is armed by Dylan Reid · 6 years ago
  90. 32e17bc qcow: Cache address and refcount tables by Dylan Reid · 6 years ago
  91. b22b613 gpu: add sandboxing via minijail for virtio gpu device. by David Riley · 6 years ago
  92. 9fbac2c Add basic rustfmt config by Dylan Reid · 6 years ago
  93. 5e84065 qcow: Add refcounting helper by Dylan Reid · 6 years ago
  94. 62d2183 qcow: Add vec_cache by Dylan Reid · 6 years ago
  95. 8b952c2 qcow: Add raw file struct by Dylan Reid · 6 years ago
  96. 96c4a6d devices: pci: add subsystem vendor and device ID by Dylan Reid · 6 years ago
  97. 11809f6 devices: pci: fix capability mask in status reg by Dylan Reid · 6 years ago
  98. bc8d905 resources: fix allocator doc tests by Dylan Reid · 6 years ago
  99. 67afe44 devices: Move VirtioDevice to its own file by Dylan Reid · 6 years ago
  100. 059a188 Arch: Big refactor and add an empty PCI bus by Dylan Reid · 6 years ago