summary refs log tree commit diff
path: root/kvm
Commit message (Expand)AuthorAge
...
* kvm: do not pass max number of cpuid entries in get_supported_cpuid()Dmitry Torokhov2018-02-27
* kvm: plumb in KVM_SET_SIGNAL_MASK ioctlDmitry Torokhov2018-02-26
* allow plugin to query for KVM extensionsZach Reizner2018-02-12
* add plugin support for model specific registersZach Reizner2018-02-12
* add support for accessing debug registers in the plugin processZach Reizner2018-02-12
* kvm: support irqfds with resample eventfdsZach Reizner2018-02-06
* kvm: support adding read only memory to VMsZach Reizner2018-02-06
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* kvm: fix and test set_identity_map_addrZach Reizner2018-01-30
* kvm: add set_irq_routing methodZach Reizner2018-01-25
* kvm: add dirty_log_bitmap_size helperZach Reizner2018-01-18
* kvm: add ioeventfd and irqfd unregister supportZach Reizner2018-01-18
* sys_util: replace sysconf(_SC_PAGESIZE) with a safe wrapperZach Reizner2018-01-10
* kvm: add dirty log supportZach Reizner2018-01-03
* kvm: add KVM_SET_IDENTITY_MAP_ADDR ioctlZach Reizner2018-01-03
* kvm: add KVM_GET_FPU ioctlZach Reizner2018-01-03
* kvm: open /dev/kvm with close on execZach Reizner2018-01-03
* kvm_sys: update bindings and add aarch64 bindingsSonny Rao2018-01-02
* kvm: reuse memory region slotsZach Reizner2017-10-30
* convert println logs to logging macrosZach Reizner2017-09-29
* fix armv7a and aarch64 build errors and warningsZach Reizner2017-09-01
* fix compiler errors and warningsZach Reizner2017-08-30
* crosvm: refactor and expand vm control socket IPCZach Reizner2017-08-25
* kvm: add device memory interface to VmZach Reizner2017-08-05
* sys_util: add ioctl moduleStephen Barber2017-07-13
* sys_util: Add guest_memoryDylan Reid2017-05-25
* kvm: Add reg setting to kvmDylan Reid2017-05-11
* kvm: add kvm crate to safely use kvmZach Reizner2017-05-08