1. e792dd6 Allow warnings to migrate to rustc-1.40.0 by Matthew Maurer · 4 years, 5 months ago
  2. 324ed13 Add crosvm_defaults with only supported platforms. by Ivan Lozano · 4 years, 7 months ago
  3. 0074e65 Use default module name 'liblibc' by Chih-Hung Hsieh · 4 years, 7 months ago
  4. 497df9d Generate Android.bp into subdirectories. by Chih-Hung Hsieh · 4 years, 8 months ago
  5. a3411ea crosvm: virtio-pmem device by Jakub Staron · 5 years ago
  6. 127453d eliminate mut from non-mut references by Zach Reizner · 5 years ago
  7. 6d1ab50 Initial BIOS support. by Cody Schuffelen · 5 years ago
  8. b42b645 x86_64: regenerate bootparam bindings without unions by Zach Reizner · 5 years ago
  9. ced74e6 devices: cmos: report memory size in CMOS by Daniel Verkamp · 5 years ago
  10. 03b238b smbios: fix clippy warnings by Daniel Verkamp · 5 years ago
  11. 3007ff3 x86_64: load initrd at max address by Daniel Verkamp · 5 years ago
  12. 17ccaad crosvm: add cmdline flags for configuring serial outputs in guest machine by Trent Begin · 5 years ago
  13. 050af40 x86_64: support loading bzImage kernels by Daniel Verkamp · 5 years ago
  14. 5dd8694 Add Android fstab support to aarch64, based on x86_64 version by Greg Hartman · 5 years ago
  15. f55f75d crosvm: Fix misleading field name in VmComponents struct. by Jakub Staron · 5 years ago
  16. d6945a0 crosvm: add license blurb to all files by Stephen Barber · 5 years ago
  17. 9ce95b3 Add rudimentary support for SMBIOS 3.0. by Philipp Kern · 5 years ago
  18. 4b292af clippy: Resolve cast_ptr_alignment by David Tolnay · 5 years ago
  19. dc4effa clippy: Iterate without calling .iter() by David Tolnay · 5 years ago
  20. 7303d2c resources: add build method to SystemAllocator by Daniel Prilik · 5 years ago
  21. 1c5e255 edition: Eliminate blocks superseded by NLL by David Tolnay · 5 years ago
  22. 967c2f2 clippy: Switch to tool attributes for suppressing lints by David Tolnay · 5 years ago
  23. aecf9a4 edition: Remove extern crate lines by David Tolnay · 5 years ago
  24. 3df3552 lints: Enforce sorted order for enum variants by David Tolnay · 5 years ago
  25. 107edb3 main: add --cpu-affinity option to pin VCPUs by Daniel Verkamp · 5 years ago
  26. 48ff416 cargo: Sort all dependency lists in Cargo.toml by David Tolnay · 5 years ago
  27. fdac5ed edition: Use dyn syntax for trait objects by David Tolnay · 5 years ago
  28. 0a36751 edition: Update x86_64 crate to 2018 edition by David Tolnay · 5 years ago
  29. db4721d crosvm: add memfd for GuestMemory by Daniel Prilik · 5 years ago
  30. 63e3a83 Move split_irqchip_common to devices/. by Miriam Zimmerman · 5 years ago
  31. c324429 bitfield: Support BitFieldSpecifier for enums by David Tolnay · 5 years ago
  32. fe3ef7d edition: Update absolute paths to 2018 style by David Tolnay · 5 years ago
  33. ea75bd1 Add common types and constants for split IRQ chip. by Miriam Zimmerman · 5 years ago
  34. be03426 arch: Replace Box<dyn Error> with error enum by David Tolnay · 5 years ago
  35. b852264 linux: use panic=-1 to reboot immediately on panic by Daniel Verkamp · 5 years ago
  36. c69f975 error: Consistently use Display instead of error description() by David Tolnay · 5 years ago
  37. 96f2d8e linux: rename function of device creation by Jianxun Zhang · 5 years ago
  38. e403f5c linux: add support for loading an initrd by Daniel Verkamp · 5 years ago
  39. e54b338 x86_64: return fdt size from create_fdt() by Daniel Verkamp · 5 years ago
  40. 26ac928 Add logic to set up PIT (guarded by flag). by Miriam Zimmerman · 5 years ago
  41. 4133b01 crosvm: x86_64 guest support for android device-tree by Tristan Muntsinger · 5 years ago
  42. 3ba0098 crosvm: add debug labels to devices for improved SIGCHLD logs by Zach Reizner · 5 years ago
  43. b6d842f crosvm: Support cros-rust version crosvm ebuild by paulhsia · 5 years ago
  44. 2bac1e7 toolchain: Update to Rust 1.31.0 by David Tolnay · 5 years ago
  45. 1d4d44a sync: Mutex type with methods that panic instead of return error by David Tolnay · 5 years ago
  46. 5bbbf61 lint: Resolve the easier clippy lints by David Tolnay · 6 years ago
  47. ac242df Revert "mptable: mark PCI interrupts as edge triggered" by Daniel Verkamp · 6 years ago
  48. 8eceba3 devices: make PCI work in --disable-sandbox mode by Daniel Verkamp · 6 years ago
  49. 56f283b Revert "Revert "linux: Convert all virtio devices to PCI"" by Daniel Verkamp · 6 years ago
  50. 9357cea mptable: mark PCI interrupts as edge triggered by Daniel Verkamp · 6 years ago
  51. 55a9e50 cargo fmt all source code by Zach Reizner · 6 years ago
  52. c8986f1 Revert "linux: Convert all virtio devices to PCI" by Daniel Verkamp · 6 years ago
  53. d635acb linux: Convert all virtio devices to PCI by Daniel Verkamp · 6 years ago
  54. 8102525 x86_64: increase size of MMIO range by Daniel Verkamp · 6 years ago
  55. 28a671a devices: pci: refactor config access mechanism by Daniel Verkamp · 6 years ago
  56. 9f2bbc8 devices: pci: fix registration of PCI IRQs by Dylan Reid · 6 years ago
  57. aa12c74 devices: pci: add ioeventfds to PciDevice trait by Dylan Reid · 6 years ago
  58. 0f579cb move pci root creation to arch by Dylan Reid · 6 years ago
  59. 059a188 Arch: Big refactor and add an empty PCI bus by Dylan Reid · 6 years ago
  60. 2dd7879 x86_64: Don't allocate addrs in the 32 bit gap by Dylan Reid · 6 years ago
  61. 625866b x86_64: Enable pci on the command line. by Dylan Reid · 6 years ago
  62. a697d31 mptable: Add ability to allocate pci interrupts by Dylan Reid · 6 years ago
  63. 836466a devices: proxy - Add support for proxying PciDevices by Dylan Reid · 6 years ago
  64. 228e4a6 Move gpu allocator to resources by Dylan Reid · 6 years ago
  65. ac5a8db x86_64: fill cache info in cpuid, stop spoofing CPU vendor id by Slava Malyugin · 6 years ago
  66. ef7352f Remove the device manager and use the new resource allocator by Dylan Reid · 6 years ago
  67. a7fae25 crosvm: aarch64: get kernel's preferred target type for vcpus by Sonny Rao · 6 years ago
  68. 4575352 x86_64: Set EFER.LMA by Dylan Reid · 6 years ago
  69. 064696f x86_64: use project name in cpuid vendor by Mike Frysinger · 6 years ago
  70. 1776c64 x86_64: Add separate error for getting sregs by Dylan Reid · 6 years ago
  71. 63be8cb x86_64: improve documentation for cpuid vendor by Mike Frysinger · 6 years ago
  72. ed517d1 crosvm: create a LinuxArch trait and use it for x86 by Sonny Rao · 6 years ago
  73. 8f73ccc x86_64: implement error trait by Sonny Rao · 6 years ago
  74. 43724a2 crosvm: move x86_64 arch specific stuff into the x86_64 crate by Sonny Rao · 6 years ago
  75. 1aa03e0 x86_64: implement error trait for sub-modules in x86_64 crate by Sonny Rao · 6 years ago
  76. cda18d7 kvm: do not pass max number of cpuid entries in get_supported_cpuid() by Dmitry Torokhov · 6 years ago
  77. 4567a28 crosvm: disable reliance on support of 1GB pages by Slava Malyugin · 6 years ago
  78. 29cd40a crosvm: change GuestAddress to always be a u64 by Sonny Rao · 6 years ago
  79. fedb675 x85: mptable: Move the mptable to the end of base RAM by Dylan Reid · 7 years ago
  80. 5327d05 mptable: Fix range check and unit tests by Dylan Reid · 7 years ago
  81. 15ac873 crosvm: fix MPTable, enable apic by Slava Malyugin · 7 years ago
  82. 70a8290 Fix new warning with rust 1.21 by Dylan Reid · 7 years ago
  83. 0584fe9 Limit types that can be read from guest memory by Dylan Reid · 7 years ago
  84. b2ae5fa x86_64: Remove extra closure args and double-derefs by Dylan Reid · 7 years ago
  85. 664bbcb x86_64: add multi-cpu setup support by Zach Reizner · 7 years ago
  86. d4eaa40 sys_util: Add guest_memory by Dylan Reid · 7 years ago
  87. 67030be x86_64: Add x86_64 setup code by Dylan Reid · 7 years ago
  88. abd3707 x86_64: Add bootparams.rs by Dylan Reid · 7 years ago