Age | Commit message (Expand) | Author | Files | Lines |
2015-12-16 | kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack | Andrey Smetanin | 1 | -0/+31 |
2015-12-16 | kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT | Andrey Smetanin | 1 | -4/+7 |
2015-12-16 | kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers | Andrey Smetanin | 1 | -6/+14 |
2015-12-16 | kvm/x86: Rearrange func's declarations inside Hyper-V header | Andrey Smetanin | 1 | -10/+10 |
2015-11-26 | KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page() | Takuya Yoshikawa | 2 | -15/+9 |
2015-11-26 | KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk() | Takuya Yoshikawa | 1 | -21/+6 |
2015-11-26 | KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado... | Takuya Yoshikawa | 2 | -18/+11 |
2015-11-25 | KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page() | Takuya Yoshikawa | 1 | -7/+7 |
2015-11-25 | KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes | Takuya Yoshikawa | 1 | -9/+17 |
2015-11-25 | KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte() | Takuya Yoshikawa | 2 | -10/+5 |
2015-11-25 | KVM: x86: MMU: Make mmu_set_spte() return emulate value | Takuya Yoshikawa | 2 | -18/+19 |
2015-11-25 | KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap | Takuya Yoshikawa | 1 | -18/+18 |
2015-11-25 | KVM: x86: MMU: Remove unused parameter of __direct_map() | Takuya Yoshikawa | 1 | -8/+4 |
2015-11-25 | KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct | Takuya Yoshikawa | 2 | -102/+107 |
2015-11-25 | KVM: x86: MMU: always set accessed bit in shadow PTEs | Paolo Bonzini | 2 | -8/+5 |
2015-11-25 | KVM: x86: correctly print #AC in traces | Paolo Bonzini | 1 | -1/+1 |
2015-11-25 | KVM: svm: add support for RDTSCP | Paolo Bonzini | 1 | -1/+23 |
2015-11-25 | KVM: x86: expose MSR_TSC_AUX to userspace | Paolo Bonzini | 1 | -5/+6 |
2015-11-25 | kvm/x86: Hyper-V kvm exit | Andrey Smetanin | 2 | -0/+26 |
2015-11-25 | kvm/x86: Hyper-V synthetic interrupt controller | Andrey Smetanin | 6 | -7/+419 |
2015-11-25 | kvm/x86: per-vcpu apicv deactivation support | Andrey Smetanin | 6 | -46/+58 |
2015-11-25 | kvm/x86: split ioapic-handled and EOI exit bitmaps | Andrey Smetanin | 7 | -16/+18 |
2015-11-25 | kvm/irqchip: kvm_arch_irq_routing_update renaming split | Andrey Smetanin | 1 | -1/+1 |
2015-11-25 | KVM: nVMX: remove incorrect vpid check in nested invvpid emulation | Haozhong Zhang | 1 | -5/+0 |
2015-11-18 | KVM: x86: request interrupt window when IRQ chip is split | Matt Gingell | 1 | -2/+4 |
2015-11-18 | KVM: x86: set KVM_REQ_EVENT on local interrupt request from user space | Matt Gingell | 1 | -0/+1 |
2015-11-18 | KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_... | Matt Gingell | 1 | -24/+19 |
2015-11-18 | KVM: x86: fix interrupt window handling in split IRQ chip case | Matt Gingell | 1 | -14/+19 |
2015-11-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 7 | -194/+209 |
2015-11-10 | KVM: x86: rename update_db_bp_intercept to update_bp_intercept | Paolo Bonzini | 3 | -3/+3 |
2015-11-10 | KVM: svm: unconditionally intercept #DB | Paolo Bonzini | 1 | -11/+3 |
2015-11-10 | KVM: x86: work around infinite loop in microcode when #AC is delivered | Eric Northup | 2 | -1/+12 |
2015-11-10 | KVM: VMX: Dump TSC multiplier in dump_vmcs() | Haozhong Zhang | 1 | -0/+3 |
2015-11-10 | KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSC | Haozhong Zhang | 1 | -4/+5 |
2015-11-10 | KVM: VMX: Setup TSC scaling ratio when a vcpu is loaded | Haozhong Zhang | 1 | -0/+6 |
2015-11-10 | KVM: VMX: Enable and initialize VMX TSC scaling | Haozhong Zhang | 1 | -1/+16 |
2015-11-10 | KVM: x86: Use the correct vcpu's TSC rate to compute time scale | Haozhong Zhang | 1 | -2/+4 |
2015-11-10 | KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc() | Haozhong Zhang | 3 | -7/+11 |
2015-11-10 | KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset() | Haozhong Zhang | 3 | -10/+18 |
2015-11-10 | KVM: x86: Replace call-back compute_tsc_offset() with a common function | Haozhong Zhang | 3 | -19/+12 |
2015-11-10 | KVM: x86: Replace call-back set_tsc_khz() with a common function | Haozhong Zhang | 3 | -58/+41 |
2015-11-10 | KVM: x86: Add a common TSC scaling function | Haozhong Zhang | 2 | -45/+43 |
2015-11-10 | KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch | Haozhong Zhang | 2 | -16/+19 |
2015-11-10 | KVM: x86: Collect information for setting TSC scaling ratio | Haozhong Zhang | 2 | -0/+7 |
2015-11-10 | KVM: x86: declare a few variables as __read_mostly | Paolo Bonzini | 1 | -7/+7 |
2015-11-10 | KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common | Paolo Bonzini | 4 | -21/+10 |
2015-11-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 20 | -421/+1336 |
2015-11-05 | KVM: VMX: Fix commit which broke PML | Kai Huang | 1 | -13/+11 |
2015-11-04 | KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0() | Laszlo Ersek | 1 | -1/+3 |
2015-11-04 | KVM: x86: allow RSM from 64-bit mode | Paolo Bonzini | 1 | -5/+25 |