1. 80f76b9 crosvm: Use requested output buffer size and don't set output resolution. by David Staessens · 4 years ago
  2. add16ad devices: virtio: support sharing fences by David Stevens · 4 years, 7 months ago
  3. f408c73 devices: Use PowerMonitor trait objects as a data source for GoldfishBattery. by Alex Lau · 4 years ago
  4. d49bba9 docker: copy power_supply_properties.proto for power_monitor crate. by Alex Lau · 4 years ago
  5. 0d6ae7a Add power_monitor crate. by Alex Lau · 4 years ago
  6. 1647824 crosvm: Add kernel parameters when ac97 devices exist by paulhsia · 4 years ago
  7. 4e1f99a devices: virtio: block: add VIRTIO_BLK_T_GET_ID by Daniel Verkamp · 4 years, 6 months ago
  8. 6c40ddb cros_async: Add TimerAsync by Dylan Reid · 4 years ago
  9. 977c67e Upgrade Cargo.lock format to v2. by Noah Gold · 4 years ago
  10. 4799680 fuse: provide a mount API by Victor Hsieh · 4 years ago
  11. f70350b linux: Run cargo fmt by Keiichi Watanabe · 4 years ago
  12. 26384d8 cros_async: Fix double cancellation of fd wakers by Dylan Reid · 4 years ago
  13. 385c320 cros_async: event - fix poll unit test by Dylan Reid · 4 years ago
  14. d32098d Restore default virtio features for virtio-rng by Alistair Delva · 4 years ago
  15. 42012e8 Disable proxy device tests as they fail when run multi-threaded by Dennis Kempin · 4 years ago
  16. 62e2e2e devices: add un-mutex-ed BusDevice in Bus by Colin Downs-Razouk · 4 years, 1 month ago
  17. 11dc671 devices: irqchip: add halted, cap, inject methods by Steven Richman · 4 years, 3 months ago
  18. 0af24ee devices: Add simple test for proxy device by Dennis Kempin · 4 years, 1 month ago
  19. ed606d5 pl030: Fix write endian conversion by Dennis Kempin · 4 years, 1 month ago
  20. 9be2c6d devices/video/decoder: fix drain+clear queue issue by David Stevens · 4 years ago
  21. f12c5ea aarch64: Check the current PSCI version when creating device tree on ARM by Keiichi Watanabe · 4 years ago
  22. bb318f8 kvm_sys: Update bindings.rs by Keiichi Watanabe · 4 years ago
  23. 2bbe85c linux: Fix a recent regression of ACPI S1 suspending issue by Chuanxiao Dong · 4 years ago
  24. 4e464ae data_model: fix flexible_array doc tests by Daniel Verkamp · 4 years ago
  25. 0df9df5 ACPI: add S5 support by Chuanxiao Dong · 4 years ago
  26. b9d3b69 devices: p9: Update policy for arm. by Lepton Wu · 4 years ago
  27. 417e8ee devices: virtio: add Queue mem access wrappers by Daniel Verkamp · 4 years, 1 month ago
  28. a7d1886 cros_async: fix unittest for uring by Dylan Reid · 4 years ago
  29. a596a07 Final major RawDescriptor transition. by Michael Hoyle · 4 years ago
  30. 256be3a Goldfish battery: add external command interface to set the state by Chuanxiao Dong · 4 years, 7 months ago
  31. 204d9f8 crosvm: Shorten socket paths using /proc/self/fd by Fergus Dall · 4 years ago
  32. fbe73af crosvm: Don't try to bind the logging socket by Fergus Dall · 4 years, 1 month ago
  33. bbb32af Goldfish battery: create a irq thread by Chuanxiao Dong · 4 years, 7 months ago
  34. 23f9471 gdb: Support single-step execution and HW breakpoints for x86_64 by Keiichi Watanabe · 4 years, 1 month ago
  35. c5262e9 linux: Support GDB remote serial protocol for x86_64 by Keiichi Watanabe · 4 years, 1 month ago
  36. fa149ab Cargo.lock: Restore accidentally removed packages by Keiichi Watanabe · 4 years ago
  37. fd5626c Goldfish battery: add the basic battery/ac property emulation by Chuanxiao Dong · 4 years, 7 months ago
  38. 0d46a14 Cargo.lock: Uprev cfg-if and paste crates by Keiichi Watanabe · 4 years, 1 month ago
  39. 3d63706 linux: Wrap messages to vcpus in an enum by Dylan Reid · 6 years ago
  40. b049266 linux: Switch from a run mutex to a channel by Dylan Reid · 6 years ago
  41. b3fca20 Refactor cros_async interface to avoid RawFd. by Noah Gold · 4 years ago
  42. 290d5c4 crosvm: Fix wrong value used when configuring bitrate. by David Staessens · 4 years ago
  43. cd23bc2 base: keep_fds -> keep_rds rename by Michael Hoyle · 4 years, 1 month ago
  44. dd9c48c virtio: gpu: set PCI class to DisplayController by Chia-I Wu · 4 years ago
  45. e47a500 crosvm: Rename linux mod to platform. by Michael Hoyle · 4 years, 1 month ago
  46. c7ae4b7 fuse: implement a worker to work with /dev/fuse by Victor Hsieh · 4 years, 1 month ago
  47. c26d20b Fix new clippy warning for potential matches! uses by Daniel Verkamp · 4 years ago
  48. 34167b1 docker: update platform2 commit for p9 API change by Daniel Verkamp · 4 years ago
  49. 27b9b91 devices/video/decoder: remove session map by Alexandre Courbot · 4 years, 1 month ago
  50. c471274 devices/video/decoder: fix clippy warning by Alexandre Courbot · 4 years, 1 month ago
  51. b922486 devices/video/decoder: use generic events in DecoderDevice by Alexandre Courbot · 4 years, 1 month ago
  52. babfae7 devices/video/decoder: use generic plane struct in DecoderInterface by Alexandre Courbot · 4 years, 1 month ago
  53. 2b9bf44 devices/video/decoder: use decoder pixel format type in DecoderDevice by Alexandre Courbot · 4 years, 1 month ago
  54. 828150b devices/video/decoder: use decoder format type in DecoderDevice by Alexandre Courbot · 4 years, 1 month ago
  55. 3bb00ba devices/video/decoder: return VideoResult from DecoderDevice by Alexandre Courbot · 4 years, 1 month ago
  56. 673b9ce devices/video/decoder: introduce DecoderBackend interface by Alexandre Courbot · 4 years, 2 months ago
  57. ce33ace hypervisor: add vcpu methods: id, nmi, window off by Steven Richman · 4 years, 3 months ago
  58. 75ba875 p9: Support ascii casefolding by Chirantan Ekbote · 4 years, 1 month ago
  59. 2449288 devices: p9: Update for API change by Chirantan Ekbote · 4 years, 1 month ago
  60. 046ed14 devices: gpu: gfxstream: Add ANGLE flag for Gfxstream by Jason Macnak · 4 years, 1 month ago
  61. 0c4bba7 crosvm: Increase maximum resolution in virtio video encoder. by David Staessens · 4 years, 1 month ago
  62. 336a9ef pl030: Add simple tests by Dennis Kempin · 4 years, 1 month ago
  63. 0c47e94 devices: irqchip: register events in IOAPIC by Steven Richman · 4 years, 3 months ago
  64. bd53276 devices: irqchip: handle multiple events per irq by Colin Downs-Razouk · 4 years, 2 months ago
  65. e5774c3 hypervisor: userspace ioevent changes by Colin Downs-Razouk · 4 years, 2 months ago
  66. 6c987cf fuzz: block_fuzzer: remove use of AsRawFd by Daniel Verkamp · 4 years, 1 month ago
  67. fe8a4ba fuse: Replace split_at in the Writer trait with write_at by Victor Hsieh · 4 years, 1 month ago
  68. 4694cd3 base: Remove AsRawFd from SharedMemory by Michael Hoyle · 4 years, 1 month ago
  69. 6a0960a base: First steps towards universal RawDescriptor by Michael Hoyle · 4 years, 1 month ago
  70. e392c46 base: Add WaitContext by Michael Hoyle · 4 years, 1 month ago
  71. 0b0dd36 fuzz: block_fuzzer: add new base_features arg by Daniel Verkamp · 4 years, 1 month ago
  72. 23be1ee msg_socket: use `is_empty()` instead of testing for zero-length by Alexandre Courbot · 4 years, 1 month ago
  73. bd27bd0 virtio: video: Only clear output resource after ProvidePictureBuffers() by Chih-Yu Huang · 4 years, 1 month ago
  74. d4ca29b Restore default virtio features for virtio-input. by Noah Gold · 4 years, 1 month ago
  75. b428fa1 hypervisor: allow shared MemSlotOrd by Colin Downs-Razouk · 4 years, 2 months ago
  76. 4060eb5 resources: add allocator sets for mixed low/high by Daniel Verkamp · 4 years, 2 months ago
  77. 59865d4 arch: allocate all IO BARs before device BARs by Daniel Verkamp · 4 years, 2 months ago
  78. bae88f4 fuse: extract FUSE as a crate from virtio/fs by Victor Hsieh · 4 years, 1 month ago
  79. a5262a1 acpi_tables: Add test case for reading SDT data from files by Dennis Kempin · 4 years, 1 month ago
  80. 831b11e Add scripts to run code coverage by Dennis Kempin · 4 years, 1 month ago
  81. 8ba5fc9 virtio: video: clear output resources when the output queue is cleared by Chih-Yu Huang · 4 years, 1 month ago
  82. efb2186 crosvm: Suppress useless error messages when creating serial device by Fergus Dall · 4 years, 1 month ago
  83. 55ef29a disk: qcow: fix write_zeroes with backing file by Daniel Verkamp · 4 years, 1 month ago
  84. e29e95e devices: virtio: video: Implement video encoder device by Alex Lau · 4 years, 8 months ago
  85. 7cc7c23 Simplify read_u64 for UringSource. by Noah Gold · 4 years, 1 month ago
  86. 11376b0 devices/video/decoder: remove unneeded reference to session key by Alexandre Courbot · 4 years, 1 month ago
  87. abf9f6e Remove unneeded type parameter on async traits. by Noah Gold · 4 years, 1 month ago
  88. 4a401cc devices: virtio: block: disable EVENT_IDX feature by Daniel Verkamp · 4 years, 1 month ago
  89. 7d2b8ac devices: virtio: Advertise VIRTIO_F_ACCESS_PLATFORM for protected VMs by Will Deacon · 4 years, 1 month ago
  90. 0405973 devices: gpu: enable the shader disk cache with new mesa default by John Bates · 4 years, 2 months ago
  91. 02d190c device: virtio: fs: Stop using bytes_written by Victor Hsieh · 4 years, 1 month ago
  92. 298f172 fuzz: adapt block_fuzzer for Block::new features param by Daniel Verkamp · 4 years, 1 month ago
  93. 3038e40 base: Refactor mmap to use builder pattern. by Michael Hoyle · 4 years, 2 months ago
  94. 00c392a Use larger read buffers for virtio-console. by A. Cody Schuffelen · 4 years, 1 month ago
  95. 5767987 Replace PollOrRing w/ async trait IoSourceExt. by Noah Gold · 4 years, 2 months ago
  96. 6560c18 crosvm: Introduce a '--protected-vm' parameter for protected guests by Will Deacon · 4 years, 1 month ago
  97. 157fa0f devices: virtio: video: don't close output fds by David Stevens · 4 years, 1 month ago
  98. 81d5adb devices: virtio: Consolidate reserved feature bits into free function by Will Deacon · 4 years, 1 month ago
  99. 304e731 make hypervisor traits object safe by Zach Reizner · 4 years, 2 months ago
  100. ab04758 build_test: misc options, improvements, amd bug fixes by Zach Reizner · 4 years, 2 months ago