summary refs log tree commit diff
path: root/aarch64
Commit message (Expand)AuthorAge
* aarch64: Enable PMU in the guest.Suleiman Souhlal2020-05-08
* pci: refactor FDT/MPTABLE creation to use PciAddress.Tomasz Jeznach2020-05-05
* arch, main: add virtio-console parsing and creationDaniel Verkamp2020-04-23
* arch, devices: move serial creation to archDaniel Verkamp2020-04-23
* crosvm: Add plumbing for split-irqchip interruptsZhuocheng Ding2020-03-05
* Add logic to setup PIC/IOAPIC.Zhuocheng Ding2020-03-05
* devices: add acpi device emulation code in devicesChuanxiao Dong2020-02-17
* arch64: Support rng-seed to seed the kernel's rngStephen Boyd2020-02-15
* aarch64: Support kaslr-seed to randomize kernel addressStephen Boyd2020-02-11
* devices: remove user_command from proxy deviceZach Reizner2020-01-09
* aarch64: use gicv3 when availableStephen Boyd2019-12-06
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* arch: replace is_some + unwrap with `if let`Daniel Verkamp2019-11-08
* devices: jail serial deviceZach Reizner2019-10-10
* crosvm: virtio-pmem deviceJakub Staron2019-06-05
* Initial BIOS support.Cody Schuffelen2019-05-31
* aarch64: use 64-bit memory space for PCI MMIO rangeDaniel Verkamp2019-05-23
* aarch64: add DT entries for multiple serial portsDaniel Verkamp2019-05-23
* crosvm: add cmdline flags for configuring serial outputs in guest machineTrent Begin2019-05-15
* aarch64: make Android fstab optionalDaniel Verkamp2019-05-07
* Add Android fstab support to aarch64, based on x86_64 versionGreg Hartman2019-05-02
* crosvm: Fix misleading field name in VmComponents struct.Jakub Staron2019-04-29
* aarch64: add PCI device memory region to fdtDaniel Prilik2019-04-22
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* resources: add build method to SystemAllocatorDaniel Prilik2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* main: add --cpu-affinity option to pin VCPUsDaniel Verkamp2019-04-09
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update aarch64 crate to 2018 editionDavid Tolnay2019-04-08
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* arch: Replace Box<dyn Error> with error enumDavid Tolnay2019-03-09
* linux: use panic=-1 to reboot immediately on panicDaniel Verkamp2019-03-05
* make aarch64 pci dma-coherentJingkui Wang2019-03-03
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* linux: rename function of device creationJianxun Zhang2019-03-01
* linux: add support for loading an initrdDaniel Verkamp2019-02-07
* Add logic to set up PIT (guarded by flag).Miriam Zimmerman2019-02-06
* crosvm: x86_64 guest support for android device-treeTristan Muntsinger2019-01-28
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* arch: add generic image loading functionDaniel Verkamp2019-01-18
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* aarch64: report PCI interrupts as level triggeredDaniel Verkamp2018-11-16
* devices: virtio: remove virtio MMIO transportDaniel Verkamp2018-10-31
* aarch64: remove unused UnixDatagram importDaniel Verkamp2018-10-23
* devices: make PCI work in --disable-sandbox modeDaniel Verkamp2018-10-19
* cargo fmt aarch64 and kvmDaniel Verkamp2018-10-18