1. c14eeae resources: release support for address_allocator by Tomasz Jeznach · 4 years, 6 months ago
  2. cef3558 arch: serial: open file outputs for append by Daniel Verkamp · 4 years, 6 months ago
  3. ec9a991 fuzz: update virtqueue fuzzer for new VolatileSlice API by Daniel Verkamp · 4 years, 6 months ago
  4. de1f2c5 docker: update adhd commit for IntoIovec change by Daniel Verkamp · 4 years, 6 months ago
  5. c31a7b9 hypervisor: x86 irqchip structs by Colin Downs-Razouk · 4 years, 7 months ago
  6. 1a9f2a5 sys_util: Refactor IntoIovec by Chirantan Ekbote · 4 years, 6 months ago
  7. 247134f devices: usb: add unit test for ring buffer cycle by Daniel Verkamp · 4 years, 6 months ago
  8. 1cc1d5e arch: check property_string result in create_android_fdt by Daniel Verkamp · 4 years, 6 months ago
  9. ddd8180 Fix VolatileSlice calls in all modules by Daniel Verkamp · 4 years, 6 months ago
  10. f0fa242 docker: update ADHD commit for VolatileSlice changes by Daniel Verkamp · 4 years, 6 months ago
  11. a81bb0b Cargo.lock: add sync dependency to hypervisor by Daniel Verkamp · 4 years, 6 months ago
  12. aa6bdd9 resources: allocate_at support for address_allocator by Tomasz Jeznach · 4 years, 6 months ago
  13. e7d1221 Make VolatileSlice ABI-compatible with iovec by Chirantan Ekbote · 4 years, 6 months ago
  14. be58244 devices: virtio: video: Implement video decoder device by Keiichi Watanabe · 4 years, 10 months ago
  15. 57df6a0 devices: virtio: Initial implementation of virtio-video device by Keiichi Watanabe · 5 years ago
  16. b2ca24c devices: gpu: random cleanup by Gurchetan Singh · 4 years, 6 months ago
  17. 56520c2 Cargo.lock: add kvm to hypervisor dependencies by Daniel Verkamp · 4 years, 6 months ago
  18. 0aacc50 hypervisor: add KvmVm new and try_clone by Steven Richman · 4 years, 6 months ago
  19. 1de5def Put files in device tree for Android by Lepton Wu · 4 years, 6 months ago
  20. 43b1bc8 devices: irqchip: new irqchip module by Colin Downs-Razouk · 4 years, 7 months ago
  21. 7366586 msg_socket: remove MsgOnSocket impl for RawFd, an alias for i32 by Zach Reizner · 4 years, 6 months ago
  22. 7ea121b msg_socket: fix MsgOnSocket::msg_size for Option<T> by Zach Reizner · 4 years, 6 months ago
  23. 9a0ffde devices: usb: ignore busy flag in interrupter by Daniel Verkamp · 4 years, 6 months ago
  24. 1182090 devices: usb: remove interrupter pending variable by Daniel Verkamp · 4 years, 6 months ago
  25. 3730355 Implements the Hypervisor trait for Kvm. by Udam Saini · 4 years, 7 months ago
  26. c569a57 descriptor_utils: Remove need for temporary vectors by Chirantan Ekbote · 4 years, 6 months ago
  27. 6db9f9f acpi: refactor the ACPI PM device by Chuanxiao Dong · 4 years, 7 months ago
  28. e1f8d91 hypervisor: add Vm/Vcpu traits and Kvm impls by Steven Richman · 4 years, 7 months ago
  29. a746906 Extract the DisplayBackend build process into BackendKind build function by Kaiyi Li · 4 years, 7 months ago
  30. 03a54ab docker: update PLATFORM2 commit to fix kokoro build with video by Keiichi Watanabe · 4 years, 6 months ago
  31. 7dc915d aarch64: Enable PMU in the guest. by Suleiman Souhlal · 4 years, 7 months ago
  32. a1c0e3c remove instantes of using IntoRawFd in unsafe blocks by Zach Reizner · 4 years, 7 months ago
  33. a723794 msg_socket: AsyncReceiver doesn't need a mut ref by Dylan Reid · 4 years, 7 months ago
  34. 4080f8b async_core: Add async TimerFd by Dylan Reid · 5 years ago
  35. 0bb7fa6 cros_async: Hide the details of fd_executor by Dylan Reid · 4 years, 7 months ago
  36. 882e2ce msg_socket: impl skip helper attribute by Zach Reizner · 4 years, 8 months ago
  37. 8b3ee41 msg_socket: impl for Arc and Mutex by Zach Reizner · 4 years, 8 months ago
  38. 34c0046 async_core: eventfd: implement a future for the next value by Dylan Reid · 4 years, 7 months ago
  39. 4381d04 cros_async: implement waker_wake by Dylan Reid · 4 years, 7 months ago
  40. f60fb14 cros_async: Don't wake wakers on removal by Dylan Reid · 4 years, 7 months ago
  41. aee62a8 cros_async: Add a function to run one future to completion by Dylan Reid · 4 years, 7 months ago
  42. e94b5f8 pci: refactor FDT/MPTABLE creation to use PciAddress. by Tomasz Jeznach · 4 years, 7 months ago
  43. 6fe08fa Adding hypervisor crate to abstract out Kvm implementation by Udam Saini · 4 years, 7 months ago
  44. f990be3 cros_async: Add select6 by Dylan Reid · 4 years, 7 months ago
  45. 9fec373 descriptor_utils: Add write_iter method by Chirantan Ekbote · 4 years, 7 months ago
  46. da0e0f9 devices: pci: refactor PCI devices to use PciAddress. by Tomasz Jeznach · 4 years, 7 months ago
  47. a4dd4af docker: update CRAS commit to fix kokoro build by Daniel Verkamp · 4 years, 7 months ago
  48. d4cc910 devices: pci: refactor device location address. by Tomasz Jeznach · 4 years, 7 months ago
  49. 2d9dde9 Stop tracking sub-mappings in MemoryMappingArena by Chirantan Ekbote · 4 years, 7 months ago
  50. 887289e cros_async: allow wakers to be canceled by Dylan Reid · 4 years, 7 months ago
  51. 7b8f776 ac97: Create CrasClient with unified socket by paulhsia · 4 years, 7 months ago
  52. 9f0b9e9 docker: update CRAS commit to fix clippy error by Daniel Verkamp · 4 years, 7 months ago
  53. 34d45e5 linux.rs: Set MS_SLAVE mount propagation for virtio-fs by Chirantan Ekbote · 4 years, 7 months ago
  54. 93dca2f cros_async: remove rustdoc inside macro by Daniel Verkamp · 4 years, 7 months ago
  55. f75810f Remove unnecessary parentheses in consts by Daniel Verkamp · 4 years, 7 months ago
  56. e1952dd Remove redundant single-component imports by Daniel Verkamp · 4 years, 7 months ago
  57. d5f47a9 acpi: add AML support by Chuanxiao Dong · 4 years, 9 months ago
  58. 6031ff4 seccomp: gpu: allow sysinfo by David Stevens · 4 years, 7 months ago
  59. 8f9d4f7 msg_socket: AsyncReceiver doesn't need a mut ref by Dylan Reid · 4 years, 7 months ago
  60. 9f22e23 devices: usb: allow arbitrary control request size by Daniel Verkamp · 4 years, 7 months ago
  61. ed14986 Apply same permissions to pmem-region alignments. by Iliyan Malchev · 4 years, 7 months ago
  62. 1160f45 sys_util: timerfd: Methods don't need to me mut by Dylan Reid · 4 years, 7 months ago
  63. a7b6a1c arch, main: add virtio-console parsing and creation by Daniel Verkamp · 4 years, 8 months ago
  64. b865810 devices: add SerialDevice trait by Daniel Verkamp · 4 years, 8 months ago
  65. e538d52 arch: serial: simplify device creation by Daniel Verkamp · 4 years, 8 months ago
  66. fbd6122 arch, devices: move serial creation to arch by Daniel Verkamp · 4 years, 9 months ago
  67. 2c1417b Serial: add input path overriding stdin for --serial by Iliyan Malchev · 4 years, 7 months ago
  68. 043aaea docker: update to rust 1.42 and rustup 1.21.1 by Daniel Verkamp · 4 years, 7 months ago
  69. fcf078c disk: resolve iter_nth_zero clippy warning by Daniel Verkamp · 4 years, 7 months ago
  70. d8d9556 docker: Put libvda.pc under /pkgconfig/ by Keiichi Watanabe · 4 years, 7 months ago
  71. 5cf5af6 seccomp: allow kcmp on x86_64 gpu device by Zach Reizner · 4 years, 7 months ago
  72. a896213 devices: fs: Fix potential resource leak by Chirantan Ekbote · 4 years, 7 months ago
  73. 80d6187 devices: fs: Strip padding from directory entry names by Chirantan Ekbote · 4 years, 7 months ago
  74. e17b2b9 devices: virtio: wl: Stop using non-blocking sockets by Ryo Hashimoto · 4 years, 7 months ago
  75. 40af8ee crosvm: Enable cargo clippy in smoke_test by Keiichi Watanabe · 4 years, 7 months ago
  76. 05489a7 crosvm: Fix clippy::correctness error by Keiichi Watanabe · 4 years, 7 months ago
  77. 275c1ef crosvm: Apply cargo fix for some clippy errors by Keiichi Watanabe · 4 years, 7 months ago
  78. 6eb0ca9 crosvm: Fix compile warnings by Keiichi Watanabe · 4 years, 7 months ago
  79. 297ae77 msg_socket: add specialized error for zero sized recv by Zach Reizner · 4 years, 9 months ago
  80. e4cbef4 tests: enable logging for boot test by Zach Reizner · 4 years, 9 months ago
  81. 1d6af55 msg_socket: allow Enum with no variant filed types by Chuanxiao Dong · 4 years, 7 months ago
  82. 220eaf5 devices: fs: Report "." and ".." entries by Chirantan Ekbote · 4 years, 7 months ago
  83. ed22f6b crosvm balloon_stats command by Charles William Dick · 4 years, 7 months ago
  84. 4ee9bff ac97: Set CRAS_CLIENT_TYPE_CROSVM for crosvm by paulhsia · 4 years, 7 months ago
  85. 03164ca io_uring: allocate iovecs based on returned count from the kernel by Dylan Reid · 4 years, 7 months ago
  86. 23a2b7b io_uring: add reading and writing iovecs by Dylan Reid · 4 years, 8 months ago
  87. 40d0e01 io_uring: operation results are unsigned by Dylan Reid · 4 years, 7 months ago
  88. e1980a9 devices: pmem: implement flush using msync() by Daniel Verkamp · 4 years, 9 months ago
  89. f3081b1 Fix performance problem on Android Sparse images by A. Cody Schuffelen · 4 years, 8 months ago
  90. 0bf8a55 crosvm balance available memory by Charles William Dick · 5 years ago
  91. a9a1d02 Add io_uring interfaces by Dylan Reid · 4 years, 8 months ago
  92. 252d5b3 handle mmap of large offsets on 32 bit systems by Dylan Reid · 4 years, 8 months ago
  93. 146450b msg_socket: support dynamically sized types by Zach Reizner · 4 years, 10 months ago
  94. 773c707 Virtio-net: Let queue-num could configurable by Xiong Zhang · 4 years, 8 months ago
  95. c56bc98 docker: Add setup for libvda by Keiichi Watanabe · 4 years, 8 months ago
  96. abf8dab docker: Run cargo check with all features enabled by Keiichi Watanabe · 4 years, 8 months ago
  97. 11e71a1 virtio-gpu: add support for exporting virtgpu resources by David Stevens · 4 years, 10 months ago
  98. 4cbcc26 Virtio-net: Add multi queues in multi threads by Xiong Zhang · 4 years, 9 months ago
  99. 664cc3c crosvm virtio balloon stats by Charles William Dick · 4 years, 10 months ago
  100. 31deb9f sys_util: Allow pre-populating mmaps by Dylan Reid · 4 years, 8 months ago