summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2020-07-31KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVMWanpeng Li
2020-07-31KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li
2020-07-27KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini
2020-07-27KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini
2020-07-10KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini
2020-07-03KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksSean Christopherson
2020-07-03KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson
2020-07-03KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson
2020-06-30KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini
2020-06-29KVM: X86: Fix async pf caused null-ptr-derefWanpeng Li
2020-06-23KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruSean Christopherson
2020-06-23KVM: x86: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti
2020-06-23KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-22KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()Vitaly Kuznetsov
2020-06-22KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini
2020-06-22kvm: lapic: fix broken vcpu hotplugIgor Mammedov
2020-06-19Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Vitaly Kuznetsov
2020-06-15KVM: VMX: Add helpers to identify interrupt type from intr_infoSean Christopherson
2020-06-15kvm/svm: disable KCSAN for svm_vcpu_run()Qian Cai
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-11KVM: x86: do not pass poisoned hva to __kvm_set_memory_regionPaolo Bonzini
2020-06-11KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov
2020-06-11kvm: i8254: remove redundant assignment to pointer sColin Ian King
2020-06-11KVM: x86: respect singlestep when emulating instructionFelipe Franciosi
2020-06-11Merge branch 'kvm-basic-exit-reason' into HEADPaolo Bonzini
2020-06-11KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson
2020-06-11x86/entry: Optimize local_db_save() for virtPeter Zijlstra
2020-06-11x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-06-09KVM: x86: Unexport x86_fpu_cache and make it staticSean Christopherson
2020-06-08KVM: x86: Fix APIC page invalidation raceEiichi Tsukata
2020-06-08KVM: SVM: fix calls to is_interceptPaolo Bonzini
2020-06-08Revert "KVM: x86: work around leak of uninitialized stack contents"Vitaly Kuznetsov
2020-06-08KVM: VMX: Properly handle kvm_read/write_guest_virt*() resultVitaly Kuznetsov
2020-06-05KVM: x86: emulate reserved nops from 0f/18 to 0f/1fPaolo Bonzini
2020-06-04KVM: x86: minor code refactor and comments fixup around dirty loggingAnthony Yznaga
2020-06-04KVM: x86: avoid unnecessary rmap walks when creating/moving slotsAnthony Yznaga
2020-06-04KVM: x86: remove unnecessary rmap walk of read-only memslotsAnthony Yznaga
2020-06-04KVM: Use vmemdup_user()Denis Efremov
2020-06-04KVM: x86: Move MPK feature detection to common codeBabu Moger
2020-06-04KVM: x86: Assign correct value to array.maxnentXiaoyao Li
2020-06-04KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSRSean Christopherson
2020-06-04KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds