aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-17crosvm: clearer naming about GPU featuresupstream-masterGurchetan Singh
2020-12-16docs: update chromium docs URLs to HEAD branchDaniel Verkamp
2020-12-16Cargo.lock: Remove unnecessary dependencyKeiichi Watanabe
2020-12-16devices: virtio: fs: DAX based shared memory supportKeiichi Watanabe
2020-12-16docker: update checkout_commits.envDaniel Verkamp
2020-12-15clippy: Fix unnecessary-lazy-evaluationsKeiichi Watanabe
2020-12-15clippy: Update doc comment to avoid a bug of clippy 1.48.0Keiichi Watanabe
2020-12-15Fixed Clippy or_fun_call warnings in devices/Camilo Jacomet
2020-12-15Fixed or_fun_call warnings in kvm/Camilo Jacomet
2020-12-14crosvm: Add support for forcing keyframes to the crosvm encoder.David Staessens
2020-12-11Fixed redundant_closure warnings in kvm/Camilo Jacomet
2020-12-11x86_64: add integration test caseColin Downs-Razouk
2020-12-10gpu_display: display_wl: wait for surface to be configuredGurchetan Singh
2020-12-10crosvm: Expand the list of supported encode levels.David Staessens
2020-12-10crosvm: Apply framerate requested on OUTPUT queue to CAPTURE queue.David Staessens
2020-12-10Allow perfetto tracing from crosvm gpu processJohn Bates
2020-12-09devices: usb: fix ownership of USB file descriptorDaniel Verkamp
2020-12-09virtiofs: Add support for CHROMEOS_TMPFILEChirantan Ekbote
2020-12-09data_model: Export IoSliceMut as a public typeChirantan Ekbote
2020-12-09data_model: Replace as_iobuf() with AsRef and AsMutChirantan Ekbote
2020-12-09data_model: Implement Send + Sync for IoSliceMutChirantan Ekbote
2020-12-09x86_64/cpuid.rs: Add cpu topology when no_smt isn't setXiong Zhang
2020-12-08rutabaga_gfx: an electrifying possibilityGurchetan Singh
2020-12-08ac97: Add AudioWorker and refactor start_audiopaulhsia
2020-12-08virtiofs: Support FS_IOC_GET_ENCRYPTION_POLICY_EXChirantan Ekbote
2020-12-08virtiofs: Drop regular encryption ioctlsChirantan Ekbote
2020-12-08Fix clippy errorsChirantan Ekbote
2020-12-07virtio: gpu: forward use_external_blob flag to rendererRyan Neph
2020-12-07crosvm: Use the stride requested by the virtio encoder.David Staessens
2020-12-07Fix some erroneous usages of RawFd/sys_util interfacesMichael Hoyle
2020-12-07base: move mmap.remove_range to Unix traitMichael Hoyle
2020-12-07seccomp: x86_64: Fix video device crash on AMD GPULepton Wu
2020-12-04crosvm: Propagate keyframe flag back to virtio encoder.David Staessens
2020-12-03aarch64: fdt: Fix format of properties containing multiple valuesKeiichi Watanabe
2020-12-03crosvm: Use requested output buffer size and don't set output resolution.David Staessens
2020-12-03devices: virtio: support sharing fencesDavid Stevens
2020-12-02devices: Use PowerMonitor trait objects as a data source for GoldfishBattery.Alex Lau
2020-12-02docker: copy power_supply_properties.proto for power_monitor crate.Alex Lau
2020-12-02Add power_monitor crate.Alex Lau
2020-12-02crosvm: Add kernel parameters when ac97 devices existpaulhsia
2020-12-02devices: virtio: block: add VIRTIO_BLK_T_GET_IDDaniel Verkamp
2020-12-02cros_async: Add TimerAsyncDylan Reid
2020-12-02Upgrade Cargo.lock format to v2.Noah Gold
2020-12-01fuse: provide a mount APIVictor Hsieh
2020-11-25linux: Run cargo fmtKeiichi Watanabe
2020-11-24cros_async: Fix double cancellation of fd wakersDylan Reid
2020-11-24cros_async: event - fix poll unit testDylan Reid
2020-11-24Restore default virtio features for virtio-rngAlistair Delva
2020-11-23Disable proxy device tests as they fail when run multi-threadedDennis Kempin
2020-11-23devices: add un-mutex-ed BusDevice in BusColin Downs-Razouk