aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2016-01-31kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLHuaitong Han
2016-01-31KVM: x86: correctly print #AC in tracesPaolo Bonzini
2016-01-31KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini
2016-01-07kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini
2015-12-22KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig
2015-12-22KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUIDPaolo Bonzini
2015-12-22KVM: MTRR: observe maxphyaddr from guest CPUID, not hostPaolo Bonzini
2015-12-22KVM: MTRR: fix fixed MTRR segment look upAlexis Dambricourt
2015-12-14KVM: VMX: Fix host initiated access to guest MSR_TSC_AUXHaozhong Zhang
2015-12-11kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini
2015-11-25KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang
2015-11-18KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell
2015-11-18KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell
2015-11-18KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_...Matt Gingell
2015-11-18KVM: x86: fix interrupt window handling in split IRQ chip caseMatt Gingell
2015-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-11-10KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini
2015-11-10KVM: svm: unconditionally intercept #DBPaolo Bonzini
2015-11-10KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup
2015-11-10KVM: VMX: Dump TSC multiplier in dump_vmcs()Haozhong Zhang
2015-11-10KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSCHaozhong Zhang
2015-11-10KVM: VMX: Setup TSC scaling ratio when a vcpu is loadedHaozhong Zhang
2015-11-10KVM: VMX: Enable and initialize VMX TSC scalingHaozhong Zhang
2015-11-10KVM: x86: Use the correct vcpu's TSC rate to compute time scaleHaozhong Zhang
2015-11-10KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang
2015-11-10KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang
2015-11-10KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang
2015-11-10KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang
2015-11-10KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang
2015-11-10KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang
2015-11-10KVM: x86: declare a few variables as __read_mostlyPaolo Bonzini
2015-11-10KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-11-05KVM: VMX: Fix commit which broke PMLKai Huang
2015-11-04KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()Laszlo Ersek
2015-11-04KVM: x86: allow RSM from 64-bit modePaolo Bonzini
2015-11-04KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář
2015-11-04KVM: x86: move kvm_set_irq_inatomic to legacy device assignmentPaolo Bonzini
2015-11-04KVM: device assignment: remove pointless #ifdefsPaolo Bonzini
2015-11-04KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini
2015-11-04KVM: x86: zero apic_arb_prio on resetRadim Krčmář
2015-11-04KVM: x86: handle SMBASE as physical address in RSMRadim Krčmář
2015-11-04KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář
2015-11-04KVM: x86: removing unused variableSaurabh Sengar
2015-11-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-10-19KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()Takuya Yoshikawa
2015-10-19kvm: x86: zero EFER on INITPaolo Bonzini
2015-10-16KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti
2015-10-16KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()Takuya Yoshikawa