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
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert submission"
Chih-Hung Hsieh
2019-12-02
1
-1
/
+38
*
Revert submission
Colin Cross
2019-11-26
2
-58
/
+1
*
Add rust_test modules and TEST_MAPPING.
Chih-Hung Hsieh
2019-11-17
2
-1
/
+58
*
Add crosvm_defaults with only supported platforms.
Ivan Lozano
2019-11-15
1
-1
/
+1
*
Use default module name 'liblibc'
Chih-Hung Hsieh
2019-10-31
1
-1
/
+1
*
Generate Android.bp into subdirectories.
Chih-Hung Hsieh
2019-10-14
1
-0
/
+14
*
edition: Eliminate blocks superseded by NLL
David Tolnay
2019-04-17
1
-19
/
+17
*
clippy: Resolve single_match
David Tolnay
2019-04-17
1
-4
/
+3
*
clippy: Switch to tool attributes for suppressing lints
David Tolnay
2019-04-15
1
-2
/
+2
*
edition: Remove extern crate lines
David Tolnay
2019-04-15
4
-18
/
+0
*
edition: Fill in macro imports
David Tolnay
2019-04-15
1
-4
/
+2
*
sys_util: add MemoryMappingArena
Daniel Prilik
2019-04-12
1
-29
/
+126
*
cargo: Sort all dependency lists in Cargo.toml
David Tolnay
2019-04-09
1
-2
/
+2
*
edition: Update kvm and kvm_sys crates to 2018 edition
David Tolnay
2019-04-08
1
-0
/
+1
*
crosvm: add memfd for GuestMemory
Daniel Prilik
2019-03-25
1
-1
/
+1
*
Add IOAPIC device skeleton.
Miriam Zimmerman
2019-03-16
1
-2
/
+4
*
edition: Update absolute paths to 2018 style
David Tolnay
2019-03-13
1
-1
/
+1
*
crosvm: Add KVM_SIGNAL_MSI ioctl.
Miriam Zimmerman
2019-03-11
1
-0
/
+14
*
crosvm: Add ioctl wrappers for split-irqchip API.
Miriam Zimmerman
2019-03-08
1
-0
/
+40
*
kvm: take a reference to GuestMemory in Vcpu
Zach Reizner
2019-01-30
1
-1
/
+16
*
kvm: annotate tests for x86-specific APIs
Dmitry Torokhov
2019-01-24
1
-0
/
+6
*
kvm: add wrapper for KVM_KVMCLOCK_CTRL VM ioctl
Zach Reizner
2019-01-23
1
-0
/
+15
*
kvm: plumb accessors for KVM_GET_CLOCK/KVM_SET_CLOCK
Dmitry Torokhov
2019-01-22
1
-0
/
+42
*
memory: Add methods to return error on short writes and reads
David Tolnay
2019-01-13
1
-1
/
+1
*
kvm: add Debug to IoeventAddress
Jingkui Wang
2018-12-25
1
-1
/
+1
*
toolchain: Update to Rust 1.31.0
David Tolnay
2018-12-13
3
-16
/
+27
*
crosvm: use msg_socket in vm_control
Jingkui Wang
2018-11-19
2
-1
/
+4
*
cargo fmt with Rust 1.30.0
Daniel Verkamp
2018-10-31
1
-40
/
+30
*
cargo fmt aarch64 and kvm
Daniel Verkamp
2018-10-18
1
-1
/
+1
*
kvm: fix clippy error about mis-aligned pointer casts
Zach Reizner
2018-10-12
1
-85
/
+97
*
kvm: fix clippy error about multiple mut references
Zach Reizner
2018-10-12
3
-34
/
+116
*
kvm: refactor ioeventfd datamatch interface
Daniel Verkamp
2018-10-11
1
-48
/
+71
*
cargo fmt all source code
Zach Reizner
2018-10-09
4
-197
/
+307
*
kvm: fix get_msrs() to handle case where KVM does not fetch all MSRs
Dmitry Torokhov
2018-08-31
1
-11
/
+13
*
kvm: fix set_gsi_routing() test
Dmitry Torokhov
2018-08-31
1
-0
/
+1
*
kvm: plumb accessor for KVM_GET_MSR_INDEX_LIST
Dmitry Torokhov
2018-07-31
1
-0
/
+47
*
plugin: allow retrieving and setting VCPU events
Slava Malyugin
2018-07-11
1
-0
/
+35
*
kvm: fix test for getting and setting xcrs
Dmitry Torokhov
2018-05-17
1
-5
/
+2
*
kvm: plumb accessors for VCPU XCR state
Dmitry Torokhov
2018-05-16
1
-0
/
+47
*
crosvm: aarch64: get kernel's preferred target type for vcpus
Sonny Rao
2018-04-03
1
-0
/
+15
*
crosvm: aarch64 guest support
Sonny Rao
2018-04-03
1
-0
/
+39
*
kvm: fix fetching irqchip state for PICs other than the first one
Dmitry Torokhov
2018-03-30
1
-13
/
+80
*
kvm: plumb accessors for VCPU MP state
Dmitry Torokhov
2018-03-29
1
-0
/
+49
*
crosvm: fix documentation for SystemEvent
Sonny Rao
2018-03-29
1
-2
/
+4
*
crosvm: support VM shutdown via SystemEvent
Sonny Rao
2018-03-29
1
-2
/
+10
*
kvm: plumb accessors for IRQCHIP and PIT state
Dmitry Torokhov
2018-03-27
1
-0
/
+84
*
kvm: silence a warning on non-x86 builds
Sonny Rao
2018-03-12
1
-2
/
+1
*
kvm: add tests for get_supported_cpuid() and get_emulated_cpuid()
Dmitry Torokhov
2018-03-08
1
-0
/
+14
*
kvm: fix invocation of KVM_SET_SIGNAL_MASK ioctl
Dmitry Torokhov
2018-03-08
1
-1
/
+18
*
kvm: fix a couple of typos in comments
Dmitry Torokhov
2018-02-28
1
-2
/
+2
[next]