summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2020-10-21Merge branch 'kvm-fixes' into 'next'Paolo Bonzini
2020-10-21KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky
2020-10-21KVM: x86: report negative values from wrmsr emulation to userspaceMaxim Levitsky
2020-10-21KVM: x86: xen_hvm_config: cleanup return valuesMaxim Levitsky
2020-10-21KVM: x86: allocate vcpu->arch.cpuid_entries dynamicallyVitaly Kuznetsov
2020-10-21kvm: x86: only provide PV features if enabled in guest's CPUIDOliver Upton
2020-10-21kvm: x86: set wall_clock in kvm_write_wall_clock()Oliver Upton
2020-10-21kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fnOliver Upton
2020-10-21KVM: VMX: Forbid userspace MSR filters for x2APICPaolo Bonzini
2020-10-21KVM: VMX: Ignore userspace MSR filters for x2APICSean Christopherson
2020-09-28KVM: x86: do not attempt TSC synchronization on guest writesPaolo Bonzini
2020-09-28KVM: x86: rename KVM_REQ_GET_VMCS12_PAGESPaolo Bonzini
2020-09-28KVM: x86: Introduce MSR filteringAlexander Graf
2020-09-28KVM: x86: Add infrastructure for MSR filteringAlexander Graf
2020-09-28KVM: x86: Allow deflecting unknown MSR accesses to user spaceAlexander Graf
2020-09-28KVM: x86: Return -ENOENT on unimplemented MSRsAlexander Graf
2020-09-28KVM: x86: Rename "shared_msrs" to "user_return_msrs"Sean Christopherson
2020-09-28KVM: x86: Add RIP to the kvm_entry, i.e. VM-Enter, tracepointSean Christopherson
2020-09-28KVM: x86: Add kvm_x86_ops hook to short circuit emulationSean Christopherson
2020-09-28KVM: x86: fix MSR_IA32_TSC read for nested migrationMaxim Levitsky
2020-09-28KVM: X86: Move handling of INVPCID types to x86Babu Moger
2020-09-28KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.cBabu Moger
2020-09-28KVM: LAPIC: Narrow down the kick target vCPUWanpeng Li
2020-09-25KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKESean Christopherson
2020-09-24KVM: x86: fix MSR_IA32_TSC read for nested migrationMaxim Levitsky
2020-09-23KVM: x86: VMX: Make smaller physical guest address space support user-configu...Mohammed Gamal
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2020-09-11KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_ENVitaly Kuznetsov
2020-09-11Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-08-21arm64/x86: KVM: Introduce steal-time capAndrew Jones
2020-08-17kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE modeJim Mattson
2020-08-17kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE modeJim Mattson
2020-08-17KVM: x86: fix access code passed to gva_to_gpaPaolo Bonzini
2020-08-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-09KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabledSean Christopherson
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-08-05kvm: detect assigned device via irqbypass managerZhu Lingshan
2020-08-04Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-30KVM: x86: Specify max TDP level via kvm_configure_mmu()Sean Christopherson
2020-07-30KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRSean Christopherson
2020-07-30x86/kvm: Use __xfer_to_guest_mode_work_pending() in kvm_run_vcpu()Thomas Gleixner
2020-07-24x86/kvm: Use generic xfer to guest work functionThomas Gleixner
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-10KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR supportMohammed Gamal
2020-07-10KVM: x86: rename update_bp_intercept to update_exception_bitmapPaolo Bonzini
2020-07-10KVM: x86: Add helper functions for illegal GPA checking and page fault injectionMohammed Gamal