summary refs log tree commit diff
Commit message (Expand)AuthorAge
* devices: fs: Use 2 stage create and mkdirChirantan Ekbote2020-06-04
* devices: fs: Refactor ioctl handling codeChirantan Ekbote2020-06-04
* sys_util: Make ioctl number method a const fnChirantan Ekbote2020-06-04
* msg_socket: implement MsgOnSocket for Vec and tuplesZach Reizner2020-06-03
* hypervisor: add get/set_pvclockSteven Richman2020-06-03
* docker: update ADHD checkout for BoxErrorDaniel Verkamp2020-06-03
* acpi: support user provided ACPI SDTs.Tomasz Jeznach2020-06-01
* pci: ac97: Fix unused import warningDylan Reid2020-06-01
* ac97: Uses audio_streams::BoxErrorJudy Hsiao2020-06-01
* resources: release support for address_allocatorTomasz Jeznach2020-05-29
* arch: serial: open file outputs for appendDaniel Verkamp2020-05-29
* fuzz: update virtqueue fuzzer for new VolatileSlice APIDaniel Verkamp2020-05-29
* docker: update adhd commit for IntoIovec changeDaniel Verkamp2020-05-29
* hypervisor: x86 irqchip structsColin Downs-Razouk2020-05-28
* sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
* devices: usb: add unit test for ring buffer cycleDaniel Verkamp2020-05-27
* arch: check property_string result in create_android_fdtDaniel Verkamp2020-05-27
* Fix VolatileSlice calls in all modulesDaniel Verkamp2020-05-27
* docker: update ADHD commit for VolatileSlice changesDaniel Verkamp2020-05-27
* Cargo.lock: add sync dependency to hypervisorDaniel Verkamp2020-05-27
* resources: allocate_at support for address_allocatorTomasz Jeznach2020-05-26
* Make VolatileSlice ABI-compatible with iovecChirantan Ekbote2020-05-25
* devices: virtio: video: Implement video decoder deviceKeiichi Watanabe2020-05-23
* devices: virtio: Initial implementation of virtio-video deviceKeiichi Watanabe2020-05-23
* devices: gpu: random cleanupGurchetan Singh2020-05-22
* Cargo.lock: add kvm to hypervisor dependenciesDaniel Verkamp2020-05-21
* hypervisor: add KvmVm new and try_cloneSteven Richman2020-05-21
* Put files in device tree for AndroidLepton Wu2020-05-20
* devices: irqchip: new irqchip moduleColin Downs-Razouk2020-05-18
* msg_socket: remove MsgOnSocket impl for RawFd, an alias for i32Zach Reizner2020-05-16
* msg_socket: fix MsgOnSocket::msg_size for Option<T>Zach Reizner2020-05-16
* devices: usb: ignore busy flag in interrupterDaniel Verkamp2020-05-16
* devices: usb: remove interrupter pending variableDaniel Verkamp2020-05-16
* Implements the Hypervisor trait for Kvm.Udam Saini2020-05-15
* descriptor_utils: Remove need for temporary vectorsChirantan Ekbote2020-05-14
* acpi: refactor the ACPI PM deviceChuanxiao Dong2020-05-11
* hypervisor: add Vm/Vcpu traits and Kvm implsSteven Richman2020-05-09
* Extract the DisplayBackend build process into BackendKind build functionKaiyi Li2020-05-08
* docker: update PLATFORM2 commit to fix kokoro build with videoKeiichi Watanabe2020-05-08
* aarch64: Enable PMU in the guest.Suleiman Souhlal2020-05-08
* remove instantes of using IntoRawFd in unsafe blocksZach Reizner2020-05-07
* msg_socket: AsyncReceiver doesn't need a mut refDylan Reid2020-05-07
* async_core: Add async TimerFdDylan Reid2020-05-07
* cros_async: Hide the details of fd_executorDylan Reid2020-05-07
* msg_socket: impl skip helper attributeZach Reizner2020-05-06
* msg_socket: impl for Arc and MutexZach Reizner2020-05-05
* async_core: eventfd: implement a future for the next valueDylan Reid2020-05-05
* cros_async: implement waker_wakeDylan Reid2020-05-05
* cros_async: Don't wake wakers on removalDylan Reid2020-05-05
* cros_async: Add a function to run one future to completionDylan Reid2020-05-05