1. b049266 linux: Switch from a run mutex to a channel by Dylan Reid · 6 years ago
  2. cd23bc2 base: keep_fds -> keep_rds rename by Michael Hoyle · 4 years, 1 month ago
  3. ce33ace hypervisor: add vcpu methods: id, nmi, window off by Steven Richman · 4 years, 3 months ago
  4. 75ba875 p9: Support ascii casefolding by Chirantan Ekbote · 4 years, 1 month ago
  5. bd53276 devices: irqchip: handle multiple events per irq by Colin Downs-Razouk · 4 years, 2 months ago
  6. e392c46 base: Add WaitContext by Michael Hoyle · 4 years, 1 month ago
  7. d4ca29b Restore default virtio features for virtio-input. by Noah Gold · 4 years, 1 month ago
  8. 7d2b8ac devices: virtio: Advertise VIRTIO_F_ACCESS_PLATFORM for protected VMs by Will Deacon · 4 years, 1 month ago
  9. 0405973 devices: gpu: enable the shader disk cache with new mesa default by John Bates · 4 years, 2 months ago
  10. 81d5adb devices: virtio: Consolidate reserved feature bits into free function by Will Deacon · 4 years, 1 month ago
  11. 304e731 make hypervisor traits object safe by Zach Reizner · 4 years, 2 months ago
  12. e341d0a Expand video sandboxing for AMD devices by David Stevens · 4 years, 1 month ago
  13. 015c3c1 x86_64: Introduce --no-smt flag. by Suleiman Souhlal · 4 years, 1 month ago
  14. 685316f base: EventFd -> Event renaming by Michael Hoyle · 4 years, 2 months ago
  15. 2c770e6 hypervisor: replace RunnableVcpu with VcpuRunHandle by Zach Reizner · 4 years, 2 months ago
  16. 10154a9 devices: vfio: use separate MSI and MSI-X sockets by Daniel Verkamp · 4 years, 2 months ago
  17. caf9ced linux: set vcpu affinity before retrieving cpuid by Daniel Verkamp · 4 years, 2 months ago
  18. 08d86a4 base: Add timer package by Michael Hoyle · 4 years, 3 months ago
  19. b220eac devices: gpu: add support for mesa gpu shader cache by John Bates · 4 years, 2 months ago
  20. c677fb4 crosvm: allow setting VCPU affinity per VCPU by Daniel Verkamp · 4 years, 2 months ago
  21. 2340052 devices: gpu: Check /dev/dri exists before mount by Jason Macnak · 4 years, 3 months ago
  22. ab205af main: Allow some vcpus to be real time by Kansho Nishida · 4 years, 3 months ago
  23. 8c2f000 linux: replace sort with sort_by_key and Reverse by Daniel Verkamp · 4 years, 3 months ago
  24. ce17e6e ac97: Fallback to null audio if connection refused by CRAS by paulhsia · 4 years, 3 months ago
  25. 14fa6bd balloon: Use different method for sizing balloon. by Suleiman Souhlal · 4 years, 3 months ago
  26. f32d0b4 Use hypervisor abstraction to run VMs by Steven Richman · 4 years, 5 months ago
  27. 5572c8d devices: gpu: Integrate ExternalMapping with virtio-gpu by Lingfeng Yang · 4 years, 7 months ago
  28. 1cd8099 linux: log balloon stats when triggering resize by Daniel Verkamp · 4 years, 4 months ago
  29. 6b19695 Add "base" crate and transition crosvm usages to it from sys_util by Michael Hoyle · 4 years, 4 months ago
  30. ec058d6 vm_memory: A crate to hold vm-specific memory objects by Dylan Reid · 4 years, 4 months ago
  31. d6ac1ab kvm: allow registering memory from current address space by Lingfeng Yang · 4 years, 10 months ago
  32. 94d77df enable core scheduling with the chromeos feature by Zach Reizner · 4 years, 4 months ago
  33. 1590e6f Add feature flag for audio. by Andrew Scull · 4 years, 8 months ago
  34. 71e73d8 crosvm: Support UnixDatagram sockets for serial output. by Nicholas Verne · 4 years, 4 months ago
  35. f50bab6 rlim64_t doesn't exist on Android, use u64. by Andrew Walbran · 4 years, 4 months ago
  36. f3024c8 io_jail: Remove now that the code lives in aosp/external/minijail by Allen Webb · 4 years, 5 months ago
  37. 173fe62 kvm: use MappedRegion trait by Gurchetan Singh · 4 years, 6 months ago
  38. 4264464 acpi: support user provided ACPI SDTs. by Tomasz Jeznach · 4 years, 6 months ago
  39. 57df6a0 devices: virtio: Initial implementation of virtio-video device by Keiichi Watanabe · 5 years ago
  40. 34d45e5 linux.rs: Set MS_SLAVE mount propagation for virtio-fs by Chirantan Ekbote · 4 years, 7 months ago
  41. e1952dd Remove redundant single-component imports by Daniel Verkamp · 4 years, 7 months ago
  42. ed14986 Apply same permissions to pmem-region alignments. by Iliyan Malchev · 4 years, 7 months ago
  43. 1160f45 sys_util: timerfd: Methods don't need to me mut by Dylan Reid · 4 years, 7 months ago
  44. a7b6a1c arch, main: add virtio-console parsing and creation by Daniel Verkamp · 4 years, 8 months ago
  45. 275c1ef crosvm: Apply cargo fix for some clippy errors by Keiichi Watanabe · 4 years, 7 months ago
  46. 297ae77 msg_socket: add specialized error for zero sized recv by Zach Reizner · 4 years, 9 months ago
  47. e1980a9 devices: pmem: implement flush using msync() by Daniel Verkamp · 4 years, 9 months ago
  48. 0bf8a55 crosvm balance available memory by Charles William Dick · 5 years ago
  49. 773c707 Virtio-net: Let queue-num could configurable by Xiong Zhang · 4 years, 8 months ago
  50. 4cbcc26 Virtio-net: Add multi queues in multi threads by Xiong Zhang · 4 years, 9 months ago
  51. 664cc3c crosvm virtio balloon stats by Charles William Dick · 4 years, 10 months ago
  52. d5c1e96 audio: Create AC97 device with --ac97 option by Judy Hsiao · 4 years, 10 months ago
  53. 63c2394 Fix into_iter() usage where iter() suffices by Daniel Verkamp · 4 years, 9 months ago
  54. 8bb4faa Vfio: Multi vfio device support by Xiong Zhang · 5 years ago
  55. ea6cf66 Vfio: multi vfio group support by Xiong Zhang · 5 years ago
  56. dc7f52b Use simple virtio_input_events where possible. by Noah Gold · 4 years, 10 months ago
  57. b9f4c9b crosvm: Add plumbing for split-irqchip interrupts by Zhuocheng Ding · 5 years ago
  58. db4c70d devices: PIC: implement interrupt injection by Zhuocheng Ding · 5 years ago
  59. f2e90bf Add logic to setup PIC/IOAPIC. by Zhuocheng Ding · 5 years ago
  60. 50740ce linux: fix unused code warning without gpu feature by Daniel Verkamp · 4 years, 9 months ago
  61. 7eae773 ac97: switch to ShmStreamSource by Fletcher Woodruff · 5 years ago
  62. 46d61ba linux: add disk path to open error message by Daniel Verkamp · 4 years, 9 months ago
  63. f84c229 linux.rs: Don't pivot_root when using host's root directory by Chirantan Ekbote · 4 years, 9 months ago
  64. c6b73e3 linux.rs: Refactor 9p device jail by Chirantan Ekbote · 4 years, 9 months ago
  65. c24ad78 linux.rs: unify jail creation by Matt Delco · 4 years, 9 months ago
  66. 546f01c acpipm: implement suspend and resume mechanism by Chuanxiao Dong · 4 years, 9 months ago
  67. bccb4eb Use display size as the default size for single touch by Kaiyi Li · 4 years, 9 months ago
  68. 055de38 Allow mounts to propagate into 9p device jail by Chirantan Ekbote · 4 years, 10 months ago
  69. 282115b crosvm: pstore works for ARCVM on x86_64 by Kansho Nishida · 5 years ago
  70. 9588531 linux: use ScopedEvent to trigger the `exit_evt` in vcpu threads by Zach Reizner · 4 years, 10 months ago
  71. 45caf91 crosvm: add support for bpf policy files by Matt Delco · 5 years ago
  72. 5058253 MsgSocket: Don't implement Deref by Chirantan Ekbote · 4 years, 10 months ago
  73. 60eb1fb gpu_display: implement stub display by Jason Macnak · 4 years, 10 months ago
  74. 19ad1f3 devices: remove user_command from proxy device by Zach Reizner · 5 years ago
  75. dc7c07b crosvm: align pmem region size to 2MiB by Stephen Barber · 5 years ago
  76. 0b788de devices: virtio: wl: Support multiple sockets by Ryo Hashimoto · 5 years ago
  77. d4afd70 Cast refernces of libc::RLIMIT_NOFILE to i32 for newer libc crate. by Allen Webb · 5 years ago
  78. d0e2a25 crosvm: treat FailEntry as fatal to a vcpu by Stephen Barber · 5 years ago
  79. 65b98f1 utilize EventDevices to make virtio-input devices by Zach Reizner · 5 years ago
  80. 2767223 devices: block: add block_size option for disks by Daniel Verkamp · 5 years ago
  81. 84be747 Remove render node forward code by Lepton Wu · 5 years ago
  82. bb30b2f Add runnable vcpu by Dylan Reid · 5 years ago
  83. cc7070b Support configurable screen sizes by Jason Macnak · 5 years ago
  84. aa77ea4 linux.rs: Don't use /proc/sys/fs/file-max by Chirantan Ekbote · 5 years ago
  85. 6a84706 linux: check memory size calculation overflow by Daniel Verkamp · 5 years ago
  86. 85abeff vfio: Implement bar mappable by Xiong Zhang · 6 years ago
  87. bb712d6 devices: virtio: enable MSI-X for all devices by Daniel Verkamp · 5 years ago
  88. 1a5fe95 linux.rs: Set open file limits for all devices by Chirantan Ekbote · 5 years ago
  89. 1a2683b linux.rs: Remove references to chronos by Chirantan Ekbote · 5 years ago
  90. 220605a io_jail: Replace rlim_t with rlim64_t by Chirantan Ekbote · 5 years ago
  91. b0ac007 Enable seccomp for virtio-fs by Chirantan Ekbote · 5 years ago
  92. bd4723b Add fs device to --shared-dir by Chirantan Ekbote · 5 years ago
  93. e73c80f devices: block: add option to control sparseness by Daniel Verkamp · 5 years ago
  94. 8958407 main: remove EPOLLHUP epoll item from host kernel synchronously by Zide Chen · 5 years ago
  95. 383b3b5 resource: Rename device memory to mmio by Xiong Zhang · 5 years ago
  96. 87a3b44 Resource: Unify mmio allocator by Xiong Zhang · 5 years ago
  97. 84cf9c0 crosvm: Linux VM use immediate exit by Matt Delco · 5 years ago
  98. 4b5bb3a vfio: Add vfio msi routing information into kvm by Xiong Zhang · 6 years ago
  99. a5d248c devices: implement MSI control socket by Xiong Zhang · 5 years ago
  100. 04a82c7 devices: vfio: fix clippy warnings by Daniel Verkamp · 5 years ago