summary refs log tree commit diff
path: root/src/linux.rs
Commit message (Expand)AuthorAge
...
* linux: Clean up a misleading loopDavid Tolnay2018-12-03
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* crosvm: use msg_socket in vm_controlJingkui Wang2018-11-19
* main: merge VirtIoDeviceInfo back into ConfigDaniel Verkamp2018-10-31
* devices: make PCI work in --disable-sandbox modeDaniel Verkamp2018-10-19
* main: autodetect disk image typeDaniel Verkamp2018-10-19
* Revert "Revert "linux: Convert all virtio devices to PCI""Daniel Verkamp2018-10-12
* kvm: fix clippy error about multiple mut referencesZach Reizner2018-10-12
* cargo fmt all source codeZach Reizner2018-10-09
* Revert "linux: Convert all virtio devices to PCI"Daniel Verkamp2018-10-04
* linux: Convert all virtio devices to PCIDaniel Verkamp2018-10-02
* move pci root creation to archDylan Reid2018-10-01
* linux: bind wayland directory in virtio-wayland sandboxZach Reizner2018-09-17
* sys_util: remove Scm struct and sock_ctrl_msg C libraryZach Reizner2018-09-17
* gpu: add sandboxing via minijail for virtio gpu device.David Riley2018-09-17
* Arch: Big refactor and add an empty PCI busDylan Reid2018-09-10
* devices: block: add support for read-only featureDaniel Verkamp2018-08-13
* main: replace block writable option with read_onlyDaniel Verkamp2018-08-13
* virtio: Implement the 9P deviceChirantan Ekbote2018-08-08
* linux: Allow running without chromeos-low_memDylan Reid2018-08-01
* linux: Create stuct to hold runnable stateDylan Reid2018-07-31
* balloon: Implement device policyChirantan Ekbote2018-07-27
* mptable: Add ability to allocate pci interruptsDylan Reid2018-07-23
* gpu: implement virtio-gpuZach Reizner2018-07-20
* devices: proxy - Add support for proxying PciDevicesDylan Reid2018-07-18
* Move gpu allocator to resourcesDylan Reid2018-07-09
* Remove the device manager and use the new resource allocatorDylan Reid2018-06-29
* virtwl: exclude "pvr" drm devices for mediatek systemsSonny Rao2018-06-14
* net: Allow passing in a configured tap fd on the command lineChirantan Ekbote2018-06-12
* virtwl: better multi-plane DMABuf supportDavid Reveman2018-05-26
* virtwl: Add DMABuf allocation support.David Reveman2018-05-16
* crosvm/linux: remove unusued error variantsZach Reizner2018-05-01
* Fix signal handling in VCPU threadsMark Ryan2018-04-23
* crosvm: Allow disks to be specified as /proc/self/fd/XDylan Reid2018-04-04
* crosvm/linux: switch to using PollContext in control loopZach Reizner2018-04-04
* crosvm: enable seccomp logging in debug buildsZach Reizner2018-04-04
* crosvm: aarch64: get kernel's preferred target type for vcpusSonny Rao2018-04-03
* crosvm: aarch64 guest supportSonny Rao2018-04-03
* crosvm: support VM shutdown via SystemEventSonny Rao2018-03-29
* crosvm: create a LinuxArch trait and use it for x86Sonny Rao2018-03-15
* REAPPLY: crosvm: allow control of running VM via socketZach Reizner2018-03-07
* crosvm: linux: separate creating vcpus from running themSonny Rao2018-03-05
* crosvm: move x86_64 arch specific stuff into the x86_64 crateSonny Rao2018-03-02
* crosvm: put devices right after RAM in Guest physical address spaceSlava Malyugin2018-02-28
* sys_util: factor out signal manipulation from signalfd into signalDmitry Torokhov2018-02-26
* crosvm: add advisory locking for disk imagesStephen Barber2018-02-21
* net_util: add tap support for mac addressStephen Barber2018-02-21
* crosvm: with vcpus > 1 cleanly shutdown jailed processesRob Bradford2018-02-14
* crosvm: allow control of running VM via socketRob Bradford2018-02-13
* crosvm: support passing command line arguments to plugin processZach Reizner2018-02-12