Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | target-i386 : add coalesced_pio API | Peng Hao | 1 | -3/+53 |
2018-08-23 | KVM: cleanup unnecessary #ifdef KVM_CAP_... | Paolo Bonzini | 1 | -2/+0 |
2018-08-17 | kvm: Use inhibit to prevent ballooning without synchronous mmu | Alex Williamson | 1 | -0/+4 |
2018-06-28 | kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changed | Shannon Zhao | 1 | -9/+8 |
2018-03-13 | kvm: introduce memory encryption APIs | Brijesh Singh | 2 | -0/+19 |
2018-03-13 | kvm: add memory encryption context | Brijesh Singh | 3 | -1/+48 |
2018-02-05 | kvm: Add kvm_set_user_memory tracepoint | Alexey Kardashevskiy | 2 | -1/+6 |
2018-01-24 | Revert "virtio: postpone the execution of event_notifier_cleanup function" | Michael S. Tsirkin | 1 | -4/+0 |
2018-01-18 | virtio: postpone the execution of event_notifier_cleanup function | Gal Hammer | 1 | -0/+4 |
2017-10-18 | kvm: simplify kvm_align_section() | David Hildenbrand | 1 | -12/+6 |
2017-10-18 | kvm: region_add and region_del is not called on updates | David Hildenbrand | 1 | -7/+1 |
2017-10-18 | kvm: fix error message when failing to unregister slot | David Hildenbrand | 1 | -1/+1 |
2017-10-18 | kvm: tolerate non-existing slot for log_start/log_stop/log_sync | David Hildenbrand | 1 | -4/+4 |
2017-10-18 | kvm: fix alignment of ram address | David Hildenbrand | 1 | -1/+2 |
2017-10-02 | kvm: check KVM_CAP_NR_VCPUS with kvm_vm_check_extension() | Greg Kurz | 1 | -21/+22 |
2017-10-02 | kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension() | Greg Kurz | 1 | -3/+5 |
2017-09-21 | kvm: drop wrong assertion creating problems with pflash | David Hildenbrand | 1 | -1/+0 |
2017-09-19 | Convert multi-line fprintf() to warn_report() | Alistair Francis | 1 | -4/+3 |
2017-09-19 | kvm: kvm_log_sync() is only called with known memory sections | David Hildenbrand | 1 | -49/+12 |
2017-09-19 | kvm: kvm_log_start/stop are only called with known sections | David Hildenbrand | 1 | -6/+12 |
2017-09-19 | kvm: we never have overlapping slots in kvm_set_phys_mem() | David Hildenbrand | 1 | -57/+11 |
2017-09-19 | kvm: use start + size for memory ranges | David Hildenbrand | 1 | -4/+3 |
2017-09-19 | kvm: factor out alignment of memory section | David Hildenbrand | 1 | -20/+39 |
2017-09-19 | kvm: require JOIN_MEMORY_REGIONS_WORKS | David Hildenbrand | 1 | -41/+1 |
2017-08-30 | kvm: remove hard dependency on pci | Cornelia Huck | 1 | -3/+3 |
2017-07-11 | ARM: KVM: Enable in-kernel timers with user space gic | Alexander Graf | 1 | -0/+5 |
2017-07-04 | cpu: move interrupt handling out of translate-common.c | Paolo Bonzini | 1 | -11/+0 |
2017-07-04 | vcpu_dirty: share the same field in CPUState for all accelerators | Sergio Andres Gomez Del Real | 1 | -9/+9 |
2017-06-15 | accel: move kvm related accelerator files into accel/ | Yang Zhong | 3 | -0/+2649 |