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