1. 7ea795d Apply usb configuration even configuration is not changed. by Long Cheng · 2 years, 10 months ago
  2. 5acc0f5 linux: split out linux mod into multiple by Anton Romanov · 2 years, 10 months ago
  3. 6afc5a7 Rename linux.rs into linux/mod.rs to preserve at least some history after refactoring by Anton Romanov · 2 years, 10 months ago
  4. da4bad9 sys_util: Add support for F_SEAL_FUTURE_WRITE. by Allen Webb · 2 years, 10 months ago
  5. e79aba1 Check KVM_CAP_ARM_PROTECTED_VM after creating a protected VM. by Andrew Walbran · 2 years, 10 months ago
  6. 1a19c67 Handle errors and crashes in VM differently to clean shutdown. by Andrew Walbran · 2 years, 10 months ago
  7. b28ae8e Distinguish reboot from shutdown on aarch64 too. by Andrew Walbran · 2 years, 10 months ago
  8. 985491a Pass HypervisorCap by value rather than reference. by Andrew Walbran · 2 years, 10 months ago
  9. 8be9ef0 crosvm: add external balloon socket by David Stevens · 2 years, 10 months ago
  10. 0f924dd balloon_control: expose rust API for balloon by David Stevens · 3 years ago
  11. c61125c devices: fix compile warnings in tests by Alexandre Courbot · 2 years, 10 months ago
  12. 145f452 merge-into-chromeos: Exclude dry runs from previous merge commits by Dennis Kempin · 2 years, 10 months ago
  13. 2802e82 x86_64: mptables bad irq0 entry by Colin Downs-Razouk · 2 years, 10 months ago
  14. 0108238 Upstream windows build/test script by Vikram Auradkar · 2 years, 10 months ago
  15. 722dcd4 OWNERS: Add crosvm-bot by Dennis Kempin · 2 years, 10 months ago
  16. 6b06f40 docs: Use mdformat to format markdown files by Dennis Kempin · 2 years, 10 months ago
  17. cde666c Reorganize usage doc and add example usage by Dennis Kempin · 2 years, 10 months ago
  18. 2b6855e crosvm: Add support to pass vcpu-cgroup-path to crosvm by Vineeth Pillai · 2 years, 10 months ago
  19. 33f982e crosvm: allow --stub-pci-device multifunction again by Daniel Verkamp · 2 years, 10 months ago
  20. 32c3f30 merge-into-chromeos: Set Bot-Commit+1 as well by Dennis Kempin · 2 years, 10 months ago
  21. 06d157a crosvm: add param to limit initial memory by David Stevens · 2 years, 10 months ago
  22. 3cd9360 Disable virtio balloon device for protected VMs. by Andrew Walbran · 2 years, 10 months ago
  23. 8764deb crosvm: Minimal change for manatee memory mapping. by Junichi Uekawa · 2 years, 10 months ago
  24. 57d7eba crosvm: Use MB and GB across the file. by Junichi Uekawa · 2 years, 10 months ago
  25. 9cbe543 devices: gpu: control lifetime of render server jail by Dmitry Torokhov · 2 years, 10 months ago
  26. cbfef3b plugin: switch to using resize_with() when initializing per-VCPU states by Dmitry Torokhov · 2 years, 10 months ago
  27. d6c3154 merge-into-chromeos: Create a dry run merge as well by Dennis Kempin · 2 years, 10 months ago
  28. 4700aa0 sys_util: add more features to UnixSeqpacket by David Stevens · 2 years, 10 months ago
  29. bbd91d0 Add generalized file-backed mapping functionality by Mattias Nissler · 3 years ago
  30. f70a014 virtio: video: decoder: fix computed picture plane size by Alexandre Courbot · 2 years, 11 months ago
  31. 63d127f crosvm: Merge README.chromeos to CONTRIBUTING. by Junichi Uekawa · 2 years, 10 months ago
  32. fbc4337 plugin: switch to using anyhow for error reporting by Dmitry Torokhov · 2 years, 10 months ago
  33. 2e6e61d Teach create_base_minijail() to set up remount mode by Dmitry Torokhov · 2 years, 10 months ago
  34. 151ae7e Docs: remove --global from git config by Dennis Kempin · 2 years, 10 months ago
  35. 53c216f Make vscode devcontainer usable by Dennis Kempin · 2 years, 10 months ago
  36. 507536d x86: pass host's processor brand string to guests by Dmitry Torokhov · 2 years, 10 months ago
  37. 2fef355 coiommu: add unpin_gen_threshold parameter optimize the LRU unpin by Chuanxiao Dong · 2 years, 10 months ago
  38. e88502f coiommu: add two new commands to park and unpark unpin by Chuanxiao Dong · 3 years ago
  39. 8b72132 coiommu: add deactivate command support by Chuanxiao Dong · 3 years ago
  40. d446861 coiommu: expose policy parameter to allow user to set through cmdline by Chuanxiao Dong · 2 years, 10 months ago
  41. 9ab8349 coiommu: add LRU unpin policy by Chuanxiao Dong · 3 years ago
  42. 146a13b balloon: create balloon with tube for unpinning request by Chuanxiao Dong · 3 years ago
  43. cb03ec6 Set rlimit if virtio IOMMU or coIOMMU is used by Chuanxiao Dong · 2 years, 10 months ago
  44. a8d427b coiommu: enable coiommu by Chuanxiao Dong · 2 years, 10 months ago
  45. 5fd2505 balloon: add a tube for sending unpin request by Chuanxiao Dong · 3 years ago
  46. 5fd130e coiommu: add tube to allow coiommu handle the external unpin request by Chuanxiao Dong · 2 years, 11 months ago
  47. 44495f3 kokoro: update submodules after rebasing by Daniel Verkamp · 2 years, 10 months ago
  48. 81ae6f3 devices/vfio-pci: Monitor req_irq eventfd for device hotplug out by Xiong Zhang · 3 years, 5 months ago
  49. c78e72b main: Add hotplug vfio device commmand through control socket by Xiong Zhang · 3 years, 7 months ago
  50. 82b1a4b coiommu: add basic unpin page framework by Chuanxiao Dong · 3 years, 6 months ago
  51. c085b76 coiommu: add coiommu device model basic support by Chuanxiao Dong · 3 years ago
  52. c41ee08 crosvm: Extend VmMemoryRequest to support read_only map by Chuanxiao Dong · 3 years ago
  53. a063845 gpu: Mount driconf in gpu jail by Lepton Wu · 2 years, 10 months ago
  54. ef084fa resources: use PCI functions if devices are exhausted by Daniel Verkamp · 3 years ago
  55. 13eb87a devices: choose PCI interrupt pin based on function by Daniel Verkamp · 3 years ago
  56. 42b3360 devices: pci: determine multifunction bit at runtime by Daniel Verkamp · 3 years ago
  57. bf0066f merge-into-chromeos: Only merge if N commits have been added by Dennis Kempin · 2 years, 10 months ago
  58. 7f0f7c1 gpu: add support for shader cache for the render server by Chia-I Wu · 2 years, 10 months ago
  59. 13ec696 gpu: parse cache path/size into GpuCacheInfo by Chia-I Wu · 2 years, 10 months ago
  60. df640d0 Add functional crosvm examples for running on linux by Dennis Kempin · 2 years, 10 months ago
  61. fb7ee34 rutabaga_gfx: use stream_renderer_map_info by Gurchetan Singh · 2 years, 10 months ago
  62. a484850 aarch64: do not accept 0 as a valid address size by Daniel Verkamp · 2 years, 10 months ago
  63. 33e509a virtio: video: encoder: support GET_PARAMS_EXT as pending command by Alexandre Courbot · 2 years, 10 months ago
  64. cfe5ab5 mdbook: add instructions for network device setup by Alexandre Courbot · 3 years, 1 month ago
  65. f364d02 devices: Add vhost-user snd device with CRAS backend by Woody Chow · 3 years, 2 months ago
  66. 2354f6e virtio: video: expose backend name to guest by Alexandre Courbot · 3 years, 4 months ago
  67. 1667d99 virtio: video: let virtio features be specified per-backend by Alexandre Courbot · 3 years, 4 months ago
  68. 103c1b7 crosvm: vvu: proxy: Implement instantiating a VVU proxy device by Abhishek Bhardwaj · 3 years, 1 month ago
  69. d98f01a x display: ST event emulation for MT events by Maciek Swiech · 3 years ago
  70. 580231b Cargo: stop enabling the libvda feature by default by Alexandre Courbot · 3 years, 4 months ago
  71. 11da15b virtio: video: error: add backend failure creation method by Alexandre Courbot · 3 years ago
  72. 99e6af5 virtio: video: resource: add CPU mapping method by Alexandre Courbot · 3 years ago
  73. 1a3c424 virtio: video: add support for guest memory by Alexandre Courbot · 3 years, 5 months ago
  74. 40ab5ca virtio: video: support multiple entries per resource by Alexandre Courbot · 2 years, 11 months ago
  75. fe0d2a6 merge-into-chromeos: Automatically set CQ+1 by Dennis Kempin · 2 years, 10 months ago
  76. 9b812ce rutabaga_gfx: gfxstream: Update gfxstream_backend_init() by Jason Macnak · 2 years, 10 months ago
  77. 339b7b6 virtio: video: rename UnresolvedGuestResource to UnresolvedResourceEntry by Alexandre Courbot · 2 years, 11 months ago
  78. 5a250fc merge-into-chromeos: Create chain of merge commits by Dennis Kempin · 2 years, 10 months ago
  79. a06f22f aarch64: actually load kernel at 8MB by Daniel Verkamp · 2 years, 11 months ago
  80. 891ea3e aarch64: limit high MMIO addresses to VM phys addr range by Daniel Verkamp · 2 years, 11 months ago
  81. 3c2abaf aarch64: deduplicate MMIO region calculations by Daniel Verkamp · 2 years, 10 months ago
  82. a475cd4 aarch64: avoid recalculating MMIO regions by Daniel Verkamp · 2 years, 10 months ago
  83. 6f4f822 hypervisor: add API to query VM physaddr size by Daniel Verkamp · 2 years, 11 months ago
  84. f64db6a virtio: video: decoder: pass frame formats to input formats by Bartłomiej Grzesik · 2 years, 10 months ago
  85. dd8a12c Stop defaulting to reporting extended status when in direct mode by Dmitry Torokhov · 3 years ago
  86. 24fcef3 p9: re-add OWNERS file for fuzzer ownership by Daniel Verkamp · 2 years, 10 months ago
  87. 2c0459d sys_util: netlink: fix wrong setting of the netlink msg data end boundary by Grzegorz Jaszczyk · 2 years, 10 months ago
  88. 477459a sys_util: netlink: use better naming for netlink message length by Grzegorz Jaszczyk · 2 years, 10 months ago
  89. 98813a4 Revert "Remove empty OWNERS files" by Daniel Verkamp · 2 years, 10 months ago
  90. b87d17f Update value of KVM_VM_TYPE_ARM_PROTECTED to match temporary pKVM ABI. by Andrew Walbran · 2 years, 10 months ago
  91. 34df9a1 Remove empty OWNERS files by Daniel Verkamp · 2 years, 10 months ago
  92. e2ff2c4 linux: Disable sandbox for hotplug device by Xiong Zhang · 3 years, 6 months ago
  93. 4fbc554 Vfio-pci: Release irq_num at pci device remove by Xiong Zhang · 3 years, 6 months ago
  94. cf6c67a Vfio-pci: Don't allocate mmio for hotplug device by Xiong Zhang · 3 years ago
  95. ed1572d Pcie: Reserve bridge window and prefetch window for pcie rp by Xiong Zhang · 3 years ago
  96. 5e91be7 crosvm: Commit Cargo.toml with a useful description. by Junichi Uekawa · 3 years ago
  97. a111904 crosvm: minor change in O_DIRECT flag specification. by Junichi Uekawa · 3 years ago
  98. 2c16797 Remove chirantan from OWNERS by Chirantan Ekbote · 2 years, 11 months ago
  99. 42ba139 qcow_utils: Move from getopts to argh by Anton Romanov · 2 years, 11 months ago
  100. d48d460 vhost: user: Move from getopts to argh. by Anton Romanov · 3 years ago