summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-112-0/+51
|\
| * x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov2015-11-241-0/+17
| * kvm: Add accessors for guest CPU's family, model, steppingBorislav Petkov2015-11-241-0/+34
* | kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini2016-01-072-1/+3
* | KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig2015-12-221-2/+6
* | KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUIDPaolo Bonzini2015-12-222-3/+19
* | KVM: MTRR: observe maxphyaddr from guest CPUID, not hostPaolo Bonzini2015-12-221-2/+7
* | KVM: MTRR: fix fixed MTRR segment look upAlexis Dambricourt2015-12-221-1/+1
* | KVM: VMX: Fix host initiated access to guest MSR_TSC_AUXHaozhong Zhang2015-12-141-2/+2
* | kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini2015-12-113-5/+6
* | KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang2015-11-251-5/+0
* | KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell2015-11-181-2/+4
* | KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell2015-11-181-0/+1
* | KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_...Matt Gingell2015-11-181-24/+19
* | KVM: x86: fix interrupt window handling in split IRQ chip caseMatt Gingell2015-11-181-14/+19
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-127-194/+209
|\
| * KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-103-3/+3
| * KVM: svm: unconditionally intercept #DBPaolo Bonzini2015-11-101-11/+3
| * KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-11-102-1/+12
| * KVM: VMX: Dump TSC multiplier in dump_vmcs()Haozhong Zhang2015-11-101-0/+3
| * KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSCHaozhong Zhang2015-11-101-4/+5
| * KVM: VMX: Setup TSC scaling ratio when a vcpu is loadedHaozhong Zhang2015-11-101-0/+6
| * KVM: VMX: Enable and initialize VMX TSC scalingHaozhong Zhang2015-11-101-1/+16
| * KVM: x86: Use the correct vcpu's TSC rate to compute time scaleHaozhong Zhang2015-11-101-2/+4
| * KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang2015-11-103-7/+11
| * KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang2015-11-103-10/+18
| * KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang2015-11-103-19/+12
| * KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang2015-11-103-58/+41
| * KVM: x86: Add a common TSC scaling functionHaozhong Zhang2015-11-102-45/+43
| * KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang2015-11-102-16/+19
| * KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang2015-11-102-0/+7
| * KVM: x86: declare a few variables as __read_mostlyPaolo Bonzini2015-11-101-7/+7
| * KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_commonPaolo Bonzini2015-11-104-21/+10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-0520-421/+1336
|\|
| * KVM: VMX: Fix commit which broke PMLKai Huang2015-11-051-13/+11
| * KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()Laszlo Ersek2015-11-041-1/+3
| * KVM: x86: allow RSM from 64-bit modePaolo Bonzini2015-11-041-5/+25
| * KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář2015-11-041-9/+10
| * KVM: x86: move kvm_set_irq_inatomic to legacy device assignmentPaolo Bonzini2015-11-042-34/+37
| * KVM: device assignment: remove pointless #ifdefsPaolo Bonzini2015-11-041-25/+0
| * KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini2015-11-041-6/+8
| * KVM: x86: zero apic_arb_prio on resetRadim Krčmář2015-11-041-0/+2
| * KVM: x86: handle SMBASE as physical address in RSMRadim Krčmář2015-11-041-4/+3
| * KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář2015-11-041-0/+10
| * KVM: x86: removing unused variableSaurabh Sengar2015-11-041-11/+5
| * KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()Takuya Yoshikawa2015-10-192-4/+5
| * kvm: x86: zero EFER on INITPaolo Bonzini2015-10-192-8/+6
| * KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti2015-10-161-7/+2
| * KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()Takuya Yoshikawa2015-10-161-6/+11
| * KVM: x86: MMU: Remove mapping_level_dirty_bitmap()Takuya Yoshikawa2015-10-161-8/+16