Age | Commit message (Expand) | Author |
2015-11-25 | KVM: nVMX: remove incorrect vpid check in nested invvpid emulation | Haozhong Zhang |
2015-11-18 | KVM: x86: request interrupt window when IRQ chip is split | Matt Gingell |
2015-11-18 | KVM: x86: set KVM_REQ_EVENT on local interrupt request from user space | Matt Gingell |
2015-11-18 | KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_... | Matt Gingell |
2015-11-18 | KVM: x86: fix interrupt window handling in split IRQ chip case | Matt Gingell |
2015-11-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2015-11-10 | KVM: x86: rename update_db_bp_intercept to update_bp_intercept | Paolo Bonzini |
2015-11-10 | KVM: svm: unconditionally intercept #DB | Paolo Bonzini |
2015-11-10 | KVM: x86: work around infinite loop in microcode when #AC is delivered | Eric Northup |
2015-11-10 | KVM: VMX: Dump TSC multiplier in dump_vmcs() | Haozhong Zhang |
2015-11-10 | KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSC | Haozhong Zhang |
2015-11-10 | KVM: VMX: Setup TSC scaling ratio when a vcpu is loaded | Haozhong Zhang |
2015-11-10 | KVM: VMX: Enable and initialize VMX TSC scaling | Haozhong Zhang |
2015-11-10 | KVM: x86: Use the correct vcpu's TSC rate to compute time scale | Haozhong Zhang |
2015-11-10 | KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc() | Haozhong Zhang |
2015-11-10 | KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset() | Haozhong Zhang |
2015-11-10 | KVM: x86: Replace call-back compute_tsc_offset() with a common function | Haozhong Zhang |
2015-11-10 | KVM: x86: Replace call-back set_tsc_khz() with a common function | Haozhong Zhang |
2015-11-10 | KVM: x86: Add a common TSC scaling function | Haozhong Zhang |
2015-11-10 | KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch | Haozhong Zhang |
2015-11-10 | KVM: x86: Collect information for setting TSC scaling ratio | Haozhong Zhang |
2015-11-10 | KVM: x86: declare a few variables as __read_mostly | Paolo Bonzini |
2015-11-10 | KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common | Paolo Bonzini |
2015-11-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2015-11-05 | KVM: VMX: Fix commit which broke PML | Kai Huang |
2015-11-04 | KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0() | Laszlo Ersek |
2015-11-04 | KVM: x86: allow RSM from 64-bit mode | Paolo Bonzini |
2015-11-04 | KVM: VMX: fix SMEP and SMAP without EPT | Radim Krčmář |
2015-11-04 | KVM: x86: move kvm_set_irq_inatomic to legacy device assignment | Paolo Bonzini |
2015-11-04 | KVM: device assignment: remove pointless #ifdefs | Paolo Bonzini |
2015-11-04 | KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic | Paolo Bonzini |
2015-11-04 | KVM: x86: zero apic_arb_prio on reset | Radim Krčmář |
2015-11-04 | KVM: x86: handle SMBASE as physical address in RSM | Radim Krčmář |
2015-11-04 | KVM: x86: add read_phys to x86_emulate_ops | Radim Krčmář |
2015-11-04 | KVM: x86: removing unused variable | Saurabh Sengar |
2015-11-03 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-10-19 | KVM: x86: MMU: Initialize force_pt_level before calling mapping_level() | Takuya Yoshikawa |
2015-10-19 | kvm: x86: zero EFER on INIT | Paolo Bonzini |
2015-10-16 | KVM: x86: move steal time initialization to vcpu entry time | Marcelo Tosatti |
2015-10-16 | KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level() | Takuya Yoshikawa |
2015-10-16 | KVM: x86: MMU: Remove mapping_level_dirty_bitmap() | Takuya Yoshikawa |
2015-10-16 | KVM: x86: MMU: Move mapping_level_dirty_bitmap() call in mapping_level() | Takuya Yoshikawa |
2015-10-16 | KVM: x86: MMU: Simplify force_pt_level calculation code in FNAME(page_fault)() | Takuya Yoshikawa |
2015-10-16 | KVM: x86: MMU: Make force_pt_level bool | Takuya Yoshikawa |
2015-10-16 | kvm: svm: Only propagate next_rip when guest supports it | Joerg Roedel |
2015-10-16 | KVM: x86: manually unroll bad_mt_xwr loop | Paolo Bonzini |
2015-10-16 | KVM: nVMX: expose VPID capability to L1 | Wanpeng Li |
2015-10-16 | KVM: nVMX: nested VPID emulation | Wanpeng Li |
2015-10-16 | KVM: nVMX: emulate the INVVPID instruction | Wanpeng Li |
2015-10-14 | KVM: VMX: introduce __vmx_flush_tlb to handle specific vpid | Wanpeng Li |