Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
crosvm
/
52ba4e5c6492d69a8ff57e87a0134c148a74a1f2
52ba4e5
virtwl: Add DMABuf allocation support.
by David Reveman
· 7 years ago
0f1770d
crosvm/plugin: allow specifying root directory for plugin
by Dmitry Torokhov
· 7 years ago
6051e75
kvm: plumb accessors for VCPU XCR state
by Dmitry Torokhov
· 7 years ago
6526fbf
kvm: fix definition of KVM_SET_XCRS ioctl
by Dmitry Torokhov
· 7 years ago
d913acb
io_jail: fix missing null terminator for close_fds test
by Zach Reizner
· 7 years ago
5e05a83
crosvm: add a feature to disable sandbox by default
by Dmitry Torokhov
· 7 years ago
0ac9254
crosvm: aarch64: fix truncate on wayland policy
by Sonny Rao
· 7 years ago
17bd06f
sys_util: SharedMemory: fix signature for memfd_create syscall
by Sonny Rao
· 7 years ago
5165cb7
crosvm: aarch64: fix lack of shifting for base_dev_pfn
by Sonny Rao
· 7 years ago
6f68543
gpu_buffer: create bindings to minigbm
by Zach Reizner
· 7 years ago
e082339
devices: add an emulated ARM pl030 RTC clock
by Sonny Rao
· 7 years ago
caaeb04
devices: block: add sector info to block errors
by Sonny Rao
· 7 years ago
5622f12
plugin: measure max/avg latencies of all plugin API
by Slava Malyugin
· 7 years ago
b749af9
crosvm/linux: remove unusued error variants
by Zach Reizner
· 7 years ago
832fc3c
qcow: avoid truncation if usize is 32 bits
by Dylan Reid
· 7 years ago
71aedde
wl: send HUP event when VFDs are hungup
by Zach Reizner
· 7 years ago
dafdbc0
crosvm: aarch64: fix seccomp entry for ftruncate on aarch64
by Sonny Rao
· 7 years ago
28be0c6
crosvm/plugin: fmt plugin module and remove negative error code
by Zach Reizner
· 7 years ago
da3f64c
crovm/plugin: fix PerVcpuState to be per vcpu
by Zach Reizner
· 7 years ago
a894f53
Fix a typo: virtio::NOITFY_REG_OFFSET -> virtio::NOTIFY_REG_OFFSET
by Philipp Kern
· 7 years ago
6ed5aea
Fix signal handling in VCPU threads
by Mark Ryan
· 7 years ago
d14c41a
sys_util: handle EINTR return from epoll_wait
by Zach Reizner
· 7 years ago
7a7268f
crosvm: aarch64: add epoll syscalls to seccomp policy for wayland
by Sonny Rao
· 7 years ago
4fcd1af
sys_util: remove deprecated Poller/Pollable interface
by Zach Reizner
· 7 years ago
d86e698
devices: use nested PollContext in wayland device
by Zach Reizner
· 7 years ago
c1b74eb
sys_util: add method for copying PollEvents
by Zach Reizner
· 7 years ago
7951f16
crosvm: aarch64: add seccomp policy for wl_wayland
by Sonny Rao
· 7 years ago
129bc9c
wl: add pipe vfd support
by Zach Reizner
· 7 years ago
fc62c45
devices: use PollContext for all virtio deivces
by Zach Reizner
· 7 years ago
2056644
crosvm: Allow disks to be specified as /proc/self/fd/X
by Dylan Reid
· 7 years ago
5bed0d2
crosvm/linux: switch to using PollContext in control loop
by Zach Reizner
· 7 years ago
f96be03
devices: block: use PollContext in block device
by Zach Reizner
· 7 years ago
043ddc5
crosvm: enable seccomp logging in debug builds
by Zach Reizner
· 7 years ago
a7fae25
crosvm: aarch64: get kernel's preferred target type for vcpus
by Sonny Rao
· 7 years ago
2ffa0cb
crosvm: aarch64 guest support
by Sonny Rao
· 7 years ago
5d586b7
sys_util: use MADV_DONTDUMP for new mmaps
by Zach Reizner
· 7 years ago
3e40b51
plugin: allow retrieving and setting VM and VCPU states
by Dmitry Torokhov
· 7 years ago
eda8b21
kvm: fix fetching irqchip state for PICs other than the first one
by Dmitry Torokhov
· 7 years ago
4757cf1
kvm: plumb accessors for VCPU MP state
by Dmitry Torokhov
· 7 years ago
b2e528b
sys_util: impl Pollable for File
by Zach Reizner
· 7 years ago
1028f53
sys_util: have Poller return token on POLLHUP
by Zach Reizner
· 7 years ago
3afab33
sys_util: add type to get open file flags
by Zach Reizner
· 7 years ago
2948450
sys_util: add function for creating pipe pairs
by Zach Reizner
· 7 years ago
00549b0
crosvm: fix documentation for SystemEvent
by Sonny Rao
· 7 years ago
4575352
x86_64: Set EFER.LMA
by Dylan Reid
· 7 years ago
6ce158f
crosvm: support VM shutdown via SystemEvent
by Sonny Rao
· 7 years ago
62a4063
crosvm: guest_memory: add memory_size method
by Sonny Rao
· 7 years ago
ca3a482
kvm: plumb accessors for IRQCHIP and PIT state
by Dmitry Torokhov
· 7 years ago
064696f
x86_64: use project name in cpuid vendor
by Mike Frysinger
· 7 years ago
1776c64
x86_64: Add separate error for getting sregs
by Dylan Reid
· 7 years ago
5fc80eb
wl: avoid inserting empty virtio queue entries
by Zach Reizner
· 7 years ago
63be8cb
x86_64: improve documentation for cpuid vendor
by Mike Frysinger
· 7 years ago
e4fc0fe
crosvm/plugin: create PIT for plugin VMs
by Dmitry Torokhov
· 7 years ago
fec86cc
poll_token_derive: Calculate variant bits without sizeof_val
by Chirantan Ekbote
· 7 years ago
ed517d1
crosvm: create a LinuxArch trait and use it for x86
by Sonny Rao
· 7 years ago
8f73ccc
x86_64: implement error trait
by Sonny Rao
· 7 years ago
657c185
kvm: silence a warning on non-x86 builds
by Sonny Rao
· 7 years ago
d604dbb
crosvm/plugin: refactor poll loop to use PollContext
by Zach Reizner
· 7 years ago
7c2238b
crosvm_plugin: be more Rusty
by Dmitry Torokhov
· 7 years ago
609d0f0
qcow: Fix clippy warnings
by Dylan Reid
· 7 years ago
a10b2d2
plugin: add crosvm_net_get_config
by Stephen Barber
· 7 years ago
8da6543
kvm: add tests for get_supported_cpuid() and get_emulated_cpuid()
by Dmitry Torokhov
· 7 years ago
532a94c
Fix race between un-pausing vcpu and requesting vcpu pause
by Dmitry Torokhov
· 7 years ago
e423460
kvm: fix invocation of KVM_SET_SIGNAL_MASK ioctl
by Dmitry Torokhov
· 7 years ago
818afd6
qcow: Fix refcount_bytes
by Dylan Reid
· 7 years ago
d1ab493
fix some clippy errors that are default deny
by Zach Reizner
· 7 years ago
ab4994a
plugin: only convert to negative errors on crosvm.h boundary
by Dmitry Torokhov
· 7 years ago
6c7ca93
REAPPLY: crosvm: allow control of running VM via socket
by Zach Reizner
· 7 years ago
25c6bc1
sys_util: custom derive for PollToken
by Zach Reizner
· 7 years ago
a5358e8
sys_util: add PollContext interface for using epoll
by Zach Reizner
· 7 years ago
5b6b192
plugin: use positive error values for errno-based errors
by Dmitry Torokhov
· 7 years ago
bb7da42
crosvm: linux: separate creating vcpus from running them
by Sonny Rao
· 7 years ago
aa83c17
sys_util: register_signal_handler should use SA_RESTART
by Dmitry Torokhov
· 7 years ago
43724a2
crosvm: move x86_64 arch specific stuff into the x86_64 crate
by Sonny Rao
· 7 years ago
0a404b8
sys_util: fix issue in ppoll on 32-bit architectures
by Sonny Rao
· 7 years ago
505c6f9
vm_control: more error signedness fixes
by Dmitry Torokhov
· 7 years ago
cb47da4
sys_util: fix handling EINTR of C system functions
by Dmitry Torokhov
· 7 years ago
3cbbbe6
sys_util: do not treat EINTR as negative in handle_eintr
by Dmitry Torokhov
· 7 years ago
8b32d55
sys_util: properly convert errors in sock_ctrl_msg
by Dmitry Torokhov
· 7 years ago
9c75085
kvm: fix a couple of typos in comments
by Dmitry Torokhov
· 7 years ago
9786573
allow plugin to query KVM for supported/emulated CPUIDs
by Dmitry Torokhov
· 7 years ago
d1c7613
crosvm: put devices right after RAM in Guest physical address space
by Slava Malyugin
· 7 years ago
cd6a187
plugin_proto: add helpers to convert CPUID data between KVM and protobuf
by Dmitry Torokhov
· 7 years ago
59cdd83
sys_util: implement error trait for sys_util::Error
by Sonny Rao
· 7 years ago
d33407a
guest_memory: implement error trait
by Sonny Rao
· 7 years ago
765deaa
kernel_loader: implement error trait
by Sonny Rao
· 7 years ago
1aa03e0
x86_64: implement error trait for sub-modules in x86_64 crate
by Sonny Rao
· 7 years ago
c73d390
kvm: plumb in KVM_GET_EMULATED_CPUID
by Dmitry Torokhov
· 7 years ago
ae5878b
crosvm: make port 0x61 return 0x20, preventing Guest kernel hang
by Slava Malyugin
· 7 years ago
93b00ec
kvm: do not use negative error coded for errno-based errors
by Dmitry Torokhov
· 7 years ago
8283248
vm_control: do not use negative error coded for errno-based errors
by Dmitry Torokhov
· 7 years ago
5ba068f
crosvm_plugin: fix errno conversions
by Dmitry Torokhov
· 7 years ago
cda18d7
kvm: do not pass max number of cpuid entries in get_supported_cpuid()
by Dmitry Torokhov
· 7 years ago
4567a28
crosvm: disable reliance on support of 1GB pages
by Slava Malyugin
· 7 years ago
8836bb5
crosvm: move device_manager to it's own crate
by Sonny Rao
· 7 years ago
42d194d
kvm: plumb in KVM_SET_SIGNAL_MASK ioctl
by Dmitry Torokhov
· 7 years ago
b7bb002
sys_util: use sigaction() instead of signal() when installing handler
by Dmitry Torokhov
· 7 years ago
2cd14a1
sys_util: allow clearing given pending signal
by Dmitry Torokhov
· 7 years ago
cd40533
sys_util: factor out signal manipulation from signalfd into signal
by Dmitry Torokhov
· 7 years ago
328bfd2
qcow: check more address addition for overflow
by Dylan Reid
· 7 years ago
Next »