summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2017-06-05KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng
2017-03-16kvm: fix page struct leak in handle_vmonPaolo Bonzini
2017-03-16Revert "KVM: x86: expose MSR_TSC_AUX to userspace"Ben Hutchings
2017-03-16KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack
2017-02-26KVM: x86: Introduce segmented_write_stdSteve Rutherford
2017-02-26KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini
2017-02-26kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson
2017-02-23KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář
2017-02-23KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini
2017-02-23KVM: Disable irq while unregistering user notifierIgnacio Alvarado
2017-02-23KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv
2016-11-20KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář
2016-11-20KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson
2016-11-20KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini
2016-08-22KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini
2016-06-15kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack
2016-05-01KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya
2016-05-01KVM: VMX: avoid guest hang on invalid invept instructionPaolo Bonzini
2016-05-01KVM: i8254: change PIT discard tick policyRadim Krčmář
2016-03-24KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti
2016-03-24KVM: VMX: disable PEBS before a guest entryRadim Krčmář
2016-03-08KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin
2016-02-02KVM: x86: correctly print #AC in tracesPaolo Bonzini
2016-02-02KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini
2016-01-25kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini
2016-01-05KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig
2015-12-13KVM: svm: unconditionally intercept #DBPaolo Bonzini
2015-12-13KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup
2015-12-13KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář
2015-10-28Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller
2015-10-09KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini
2015-09-28KVM: MMU: fix validation of mmio page faultXiao Guangrong
2015-08-31KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUSTHaozhong Zhang
2015-07-15kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini
2015-07-15KVM: x86: properly restore LVT0Radim Krčmář
2015-07-15KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář
2015-07-01KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das
2015-06-12arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton
2015-06-02KVM: MMU: fix SMAP virtualizationXiao Guangrong
2015-06-02KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini
2015-06-02KVM: MMU: fix smap permission checkXiao Guangrong
2015-05-06KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit
2015-04-27KVM: x86: Fix lost interrupt on irr_pending raceNadav Amit
2015-04-10KVM: nVMX: mask unrestricted_guest if disabled on L0Radim Krčmář
2015-03-18KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini
2015-02-16KVM: x86: update masterclock values on TSC writesMarcelo Tosatti
2015-02-04KVM: x86: SYSENTER emulation is brokenNadav Amit
2015-01-15kvm: x86: drop severity of "generation wraparound" messagePaolo Bonzini
2015-01-15KVM: x86: em_ret_far overrides cplNadav Amit
2015-01-15KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das