summary refs log tree commit diff
Commit message (Expand)AuthorAge
* sys_util: don't implement File*Volatile for SharedMemoryDaniel Verkamp2019-12-06
* devices: use File rather than shm in testsDaniel Verkamp2019-12-06
* seccomp: move gettid to common_device.policyZach Reizner2019-12-06
* devices: virtio: enable MSI-X for all devicesDaniel Verkamp2019-12-06
* ac97: combine PlaybackError and CaptureErrorFletcher Woodruff2019-12-04
* sys_util: Ignore struct_util doc commentDylan Reid2019-12-04
* linux.rs: Set open file limits for all devicesChirantan Ekbote2019-11-28
* disk: add get_len() to eliminate need for SeekDaniel Verkamp2019-11-27
* disk: switch from WriteZeroes to WriteZeroesAtDaniel Verkamp2019-11-27
* sys_util: do not deallocate space in write_zeroesDaniel Verkamp2019-11-27
* sys_util: add WriteZeroesAt traitDaniel Verkamp2019-11-27
* Setup vcpu's MTRRXiong Zhang2019-11-27
* io_jail: Use rlim64_t for minijail_rlimitChirantan Ekbote2019-11-27
* gpu_display: amend GpuDisplay to import and attach EventDevicesZach Reizner2019-11-26
* gpu_display: add EventDevice to bridge gpu_display to a virtual input deviceZach Reizner2019-11-26
* sys_util: poll: add iter_writable to set of methods for PollEventsZach Reizner2019-11-26
* linux.rs: Remove references to chronosChirantan Ekbote2019-11-26
* disk: fix composite unit test buildDaniel Verkamp2019-11-25
* Cargo.lock: add sync to libcras dependenciesDaniel Verkamp2019-11-23
* x86_64: fix the incorrect parameter for disabling ACPIChuanxiao Dong2019-11-22
* devices: fs: Use 32-bit uid/gid values on armChirantan Ekbote2019-11-22
* devices: fs: Only resample interrupts on one threadChirantan Ekbote2019-11-22
* io_jail: Replace rlim_t with rlim64_tChirantan Ekbote2019-11-22
* ac97: bus_master: Sync SR_CELV with civ == lvipaulhsia2019-11-21
* ac97: bus_master: CR: Clean up reset registers optpaulhsia2019-11-21
* Enable seccomp for virtio-fsChirantan Ekbote2019-11-19
* Add fs device to --shared-dirChirantan Ekbote2019-11-19
* fuzz: block_fuzzer: add sparse param to Block::newDaniel Verkamp2019-11-19
* devices: block: add option to control sparsenessDaniel Verkamp2019-11-18
* vfio: Don't exit at get_region_info failureXiong Zhang2019-11-18
* Revert "devices: virtio: disable MSI-X for block and net"Daniel Verkamp2019-11-18
* devices: virtio: remove unused VirtioPciDevice functionsDaniel Verkamp2019-11-18
* devices: virtio: use signal helper for config changesDaniel Verkamp2019-11-18
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: virtio: block: refactor status_writer setupDaniel Verkamp2019-11-18
* devices: update the msix route table regardless msix mask statusChuanxiao Dong2019-11-18
* devices: pci: make get_bar_addr work for all BAR typesDaniel Verkamp2019-11-17
* main: remove EPOLLHUP epoll item from host kernel synchronouslyZide Chen2019-11-17
* devices: virtio: add missing virtio type IDsZach Reizner2019-11-16
* guest_memory: remove optional memfdGurchetan Singh2019-11-16
* io_jail: add additional apisMatt Delco2019-11-16
* devices: net: remove rx_buf from receive pathStephen Barber2019-11-16
* devices: fs: Allow running as users other than rootChirantan Ekbote2019-11-12
* devices: virtio: ensure all block data is transferredDaniel Verkamp2019-11-11
* Vfio: Suitably allocate bar for vfio deviceXiong Zhang2019-11-11
* kvm: Allow low mmio added into kvmXiong Zhang2019-11-11
* io_jail: Add minijail_rlimitChirantan Ekbote2019-11-11
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* Resource: Unify mmio allocatorXiong Zhang2019-11-10
* devices: virtio: add peek operation to queueDaniel Verkamp2019-11-09