summary refs log tree commit diff
path: root/aarch64/src/fdt.rs
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, devices: move serial creation to archDaniel Verkamp2020-04-23
* arch64: Support rng-seed to seed the kernel's rngStephen Boyd2020-02-15
* aarch64: Support kaslr-seed to randomize kernel addressStephen Boyd2020-02-11
* aarch64: use gicv3 when availableStephen Boyd2019-12-06
* 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
* aarch64: add PCI device memory region to fdtDaniel Prilik2019-04-22
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* arch: Replace Box<dyn Error> with error enumDavid Tolnay2019-03-09
* make aarch64 pci dma-coherentJingkui Wang2019-03-03
* linux: add support for loading an initrdDaniel Verkamp2019-02-07
* crosvm: x86_64 guest support for android device-treeTristan Muntsinger2019-01-28
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13
* aarch64: report PCI interrupts as level triggeredDaniel Verkamp2018-11-16
* devices: virtio: remove virtio MMIO transportDaniel Verkamp2018-10-31
* aarch64: add arm serial input supportSonny Rao2018-10-12
* cargo fmt all source codeZach Reizner2018-10-09
* aarch64: add generic PCI host controllerDaniel Verkamp2018-10-01
* devices: add an emulated ARM pl030 RTC clockSonny Rao2018-05-04
* crosvm: aarch64 guest supportSonny Rao2018-04-03