index
:
platform_external_crosvm
android-s-beta-4
android-s-beta-5
android10-mainline-networking-release
android10-mainline-resolv-release
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
aosp-emu-30-release
crosvm-master
emu-30-release
main-cg-testing-release
master
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-main
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
aarch64
Commit message (
Expand
)
Author
Age
Files
Lines
*
crosvm: virtio-pmem device
Jakub Staron
2019-06-05
1
-2
/
+4
*
Initial BIOS support.
Cody Schuffelen
2019-05-31
1
-8
/
+11
*
aarch64: use 64-bit memory space for PCI MMIO range
Daniel Verkamp
2019-05-23
1
-1
/
+1
*
aarch64: add DT entries for multiple serial ports
Daniel Verkamp
2019-05-23
2
-13
/
+19
*
crosvm: add cmdline flags for configuring serial outputs in guest machine
Trent Begin
2019-05-15
2
-28
/
+41
*
aarch64: make Android fstab optional
Daniel Verkamp
2019-05-07
2
-17
/
+17
*
Add Android fstab support to aarch64, based on x86_64 version
Greg Hartman
2019-05-02
2
-13
/
+21
*
crosvm: Fix misleading field name in VmComponents struct.
Jakub Staron
2019-04-29
1
-3
/
+3
*
aarch64: add PCI device memory region to fdt
Daniel Prilik
2019-04-22
2
-13
/
+33
*
clippy: Iterate without calling .iter()
David Tolnay
2019-04-18
1
-1
/
+1
*
resources: add build method to SystemAllocator
Daniel Prilik
2019-04-17
1
-2
/
+2
*
edition: Remove extern crate lines
David Tolnay
2019-04-15
1
-13
/
+0
*
lints: Enforce sorted order for enum variants
David Tolnay
2019-04-13
2
-0
/
+6
*
main: add --cpu-affinity option to pin VCPUs
Daniel Verkamp
2019-04-09
1
-0
/
+3
*
cargo: Sort all dependency lists in Cargo.toml
David Tolnay
2019-04-09
1
-3
/
+3
*
edition: Update aarch64 crate to 2018 edition
David Tolnay
2019-04-08
1
-0
/
+1
*
edition: Use dyn syntax for trait objects
David Tolnay
2019-04-08
1
-1
/
+1
*
edition: Update absolute paths to 2018 style
David Tolnay
2019-03-13
1
-17
/
+17
*
arch: Replace Box<dyn Error> with error enum
David Tolnay
2019-03-09
2
-69
/
+68
*
linux: use panic=-1 to reboot immediately on panic
Daniel Verkamp
2019-03-05
1
-1
/
+1
*
make aarch64 pci dma-coherent
Jingkui Wang
2019-03-03
1
-0
/
+1
*
error: Consistently use Display instead of error description()
David Tolnay
2019-03-02
1
-24
/
+21
*
linux: rename function of device creation
Jianxun Zhang
2019-03-01
1
-2
/
+2
*
linux: add support for loading an initrd
Daniel Verkamp
2019-02-07
2
-3
/
+39
*
Add logic to set up PIT (guarded by flag).
Miriam Zimmerman
2019-02-06
1
-1
/
+5
*
crosvm: x86_64 guest support for android device-tree
Tristan Muntsinger
2019-01-28
3
-234
/
+7
*
crosvm: add debug labels to devices for improved SIGCHLD logs
Zach Reizner
2019-01-26
1
-1
/
+2
*
arch: add generic image loading function
Daniel Verkamp
2019-01-18
1
-20
/
+10
*
memory: Add methods to return error on short writes and reads
David Tolnay
2019-01-13
1
-1
/
+1
*
toolchain: Update to Rust 1.31.0
David Tolnay
2018-12-13
1
-4
/
+8
*
sync: Mutex type with methods that panic instead of return error
David Tolnay
2018-12-05
2
-1
/
+4
*
aarch64: report PCI interrupts as level triggered
Daniel Verkamp
2018-11-16
1
-1
/
+1
*
devices: virtio: remove virtio MMIO transport
Daniel Verkamp
2018-10-31
2
-33
/
+1
*
aarch64: remove unused UnixDatagram import
Daniel Verkamp
2018-10-23
1
-1
/
+0
*
devices: make PCI work in --disable-sandbox mode
Daniel Verkamp
2018-10-19
1
-1
/
+2
*
cargo fmt aarch64 and kvm
Daniel Verkamp
2018-10-18
1
-3
/
+1
*
aarch64: remove reboot=k kernel cmdline option
Daniel Verkamp
2018-10-12
1
-1
/
+1
*
Revert "Revert "linux: Convert all virtio devices to PCI""
Daniel Verkamp
2018-10-12
2
-25
/
+12
*
aarch64: add arm serial input support
Sonny Rao
2018-10-12
2
-22
/
+21
*
cargo fmt all source code
Zach Reizner
2018-10-09
2
-179
/
+221
*
Revert "linux: Convert all virtio devices to PCI"
Daniel Verkamp
2018-10-04
2
-10
/
+14
*
linux: Convert all virtio devices to PCI
Daniel Verkamp
2018-10-02
2
-14
/
+10
*
aarch64: add generic PCI host controller
Daniel Verkamp
2018-10-01
2
-6
/
+97
*
devices: pci: add ioeventfds to PciDevice trait
Dylan Reid
2018-10-01
1
-1
/
+2
*
move pci root creation to arch
Dylan Reid
2018-10-01
1
-6
/
+5
*
Arch: Big refactor and add an empty PCI bus
Dylan Reid
2018-09-10
1
-5
/
+100
*
mptable: Add ability to allocate pci interrupts
Dylan Reid
2018-07-23
1
-3
/
+7
*
devices: proxy - Add support for proxying PciDevices
Dylan Reid
2018-07-18
1
-2
/
+2
*
Move gpu allocator to resources
Dylan Reid
2018-07-09
1
-2
/
+2
*
Remove the device manager and use the new resource allocator
Dylan Reid
2018-06-29
2
-17
/
+22
[next]