summary refs log tree commit diff
path: root/src/linux.rs
Commit message (Expand)AuthorAge
...
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Resolve redundant_closureDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* Wrap the UnixSeqpacket with a more descriptive type.Jakub Staron2019-04-10
* main: add --cpu-affinity option to pin VCPUsDaniel Verkamp2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* implement xhci and add it to pci busJingkui Wang2019-03-17
* Don't drop capabilities when sandbox is disabled.Lepton Wu2019-03-16
* Start render node host service in crosvmLepton Wu2019-03-14
* Remove "multiprocess" argument.Lepton Wu2019-03-14
* linux: clean up: Sort enum in alphabet order.Lepton Wu2019-03-12
* arch: Replace Box<dyn Error> with error enumDavid Tolnay2019-03-09
* Add a (single touch only) touch screen input deviceJorge E. Moreira2019-03-09
* Drop capabilities before spawning any vcpu threadDmitry Torokhov2019-03-08
* setup: Remove outdated comment about deref &PathBuf to &PathDavid Tolnay2019-03-07
* setup: Replace Box<dyn Error> with error enumDavid Tolnay2019-03-07
* setup: Break up independent parts of create_devicesDavid Tolnay2019-03-06
* setup: Suppress warning on fields that are only used by TPMDavid Tolnay2019-03-05
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* tpm: Store TPM state under /run/vmDavid Tolnay2019-03-02
* setup: Factor out code for adding crosvm uid and gid to jailDavid Tolnay2019-03-02
* linux: rename function of device creationJianxun Zhang2019-03-01
* linux: refactor creating jails of devicesJianxun Zhang2019-02-28
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* linux: Add DEFAULT_PIVOT_ROOT var which can be changed at build time.Allen Webb2019-02-27
* tpm: Runtime flag for software tpm deviceDavid Tolnay2019-02-21
* error: Print errors using Display implDavid Tolnay2019-02-20
* linux: Tweak wl device setup when building without gpuDavid Tolnay2019-02-15
* Add support for multiple network interfacesJorge E. Moreira2019-02-14
* linux: add support for loading an initrdDaniel Verkamp2019-02-07
* Add logic to set up PIT (guarded by flag).Miriam Zimmerman2019-02-06
* Adds Virtio-Input device simulationJorge E. Moreira2019-02-01
* crosvm: x86_64 guest support for android device-treeTristan Muntsinger2019-01-28
* linux: Add ac97 device with CRAS backendpaulhsia2019-01-27
* linux: add ac97 to the pci busDylan Reid2019-01-26
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* tpm: Virtio tpm deviceDavid Tolnay2019-01-24
* crosvm/linux: use kvmclock_ctrl to signal that VCPU was suspendedZach Reizner2019-01-23
* crosvm: add suspend/resume commandsZach Reizner2019-01-23
* remove rand crateDaniel Prilik2019-01-17
* devices: block: add resize VmControl requestDaniel Verkamp2019-01-16
* net_util: Get tap interface name when using a raw fdChirantan Ekbote2019-01-07
* Move validate_raw_fd to sys_utilChirantan Ekbote2019-01-07
* linux: remove unnecessary usize castsDaniel Verkamp2019-01-05
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* devices: allow virtio-wayland to use virtgpu resourcesZach Reizner2018-12-11
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* linux: Print all siginfo structs on ChildSignalDavid Tolnay2018-12-04