summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-16KVM: x86/mmu: Use 64-bit address to invalidate to fix a subtle bugLai Jiangshan1-2/+2
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth1-2/+1
2023-03-16KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctlThomas Huth1-8/+0
2023-03-14KVM: x86/mmu: Use EMULTYPE flag to track write #PFs to shadow pagesSean Christopherson1-13/+2
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-247/+310
2023-02-22Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2023-02-16kvm: initialize all of the kvm_debugregs structure before sending it to users...Greg Kroah-Hartman1-2/+1
2023-02-15Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-5/+9
2023-02-15Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-106/+124
2023-02-10KVM: x86: Mitigate the cross-thread return address predictions bugTom Lendacky1-11/+32
2023-02-04KVM: x86: Simplify msr_io()Michal Luczaj1-9/+3
2023-02-04KVM: x86: Remove unnecessary initialization in kvm_vm_ioctl_set_msr_filter()Michal Luczaj1-1/+1
2023-02-04KVM: x86: Explicitly state lockdep condition of msr_filter updateMichal Luczaj1-2/+2
2023-02-04KVM: x86: Simplify msr_filter updateMichal Luczaj1-4/+1
2023-02-04KVM: x86: Optimize kvm->lock and SRCU interaction (KVM_X86_SET_MSR_FILTER)Michal Luczaj1-1/+1
2023-02-01KVM: x86: Use emulator callbacks instead of duplicating "host flags"Maxim Levitsky1-5/+9
2023-01-27KVM: x86/pmu: Provide "error" semantics for unsupported-but-known PMU MSRsSean Christopherson1-22/+29
2023-01-27KVM: x86/pmu: Don't tell userspace to save MSRs for non-existent fixed PMCsLike Xu1-0/+5
2023-01-27KVM: x86/pmu: Don't tell userspace to save PMU MSRs if PMU is disabledSean Christopherson1-2/+4
2023-01-27KVM: x86/pmu: Use separate array for defining "PMU MSRs to save"Sean Christopherson1-71/+82
2023-01-27KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrsSean Christopherson1-13/+5
2023-01-27KVM: x86/pmu: Cap kvm_pmu_cap.num_counters_gp at KVM's internal maxSean Christopherson1-3/+3
2023-01-25KVM: x86: Propagate the AMD Automatic IBRS feature to the guestKim Phillips1-0/+3
2023-01-24KVM: x86: Replace IS_ERR() with IS_ERR_VALUE()ye xingchen1-1/+1
2023-01-24KVM: x86/pmu: Introduce masked events to the pmu event filterAaron Lewis1-0/+1
2023-01-24KVM: x86/xen: update Xen CPUID Leaf 4 (tsc info) sub-leaves, if presentPaul Durrant1-0/+1
2023-01-24KVM: x86: Replace cpu_dirty_logging_count with nr_memslots_dirty_loggingDavid Matlack1-5/+3
2023-01-24Merge branch 'kvm-lapic-fix-and-cleanup' into HEADPaolo Bonzini1-3/+26
2023-01-13KVM: x86: Track required APICv inhibits with variable, not callbackSean Christopherson1-1/+1
2023-01-13KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabledSean Christopherson1-2/+25
2022-12-29KVM: Disable CPU hotplug during hardware enabling/disablingChao Gao1-1/+10
2022-12-29KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE sectionChao Gao1-2/+0
2022-12-29KVM: x86: Do compatibility checks when onlining CPUChao Gao1-0/+5
2022-12-29KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)Sean Christopherson1-20/+11
2022-12-29KVM: x86: Do VMX/SVM support checks directly in vendor codeSean Christopherson1-11/+0
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson1-13/+15
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson1-5/+0
2022-12-29KVM: x86: Do CPU compatibility checks in x86 codeSean Christopherson1-11/+38
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson1-10/+0
2022-12-29KVM: x86: Serialize vendor module initialization (hardware setup)Sean Christopherson1-2/+16
2022-12-29KVM: x86: Move guts of kvm_arch_init() to standalone helperSean Christopherson1-2/+13
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-10/+0
2022-12-29KVM: x86: Move hardware setup/unsetup to init/exitSean Christopherson1-58/+63
2022-12-29KVM: x86: Do timer initialization after XCR0 configurationSean Christopherson1-2/+2
2022-12-29Merge branch 'kvm-late-6.1' into HEADPaolo Bonzini1-1/+6
2022-12-29KVM: x86: Hyper-V invariant TSC controlVitaly Kuznetsov1-1/+3
2022-12-28Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini1-0/+3
2022-12-28KVM: x86: Hyper-V invariant TSC controlVitaly Kuznetsov1-1/+3
2022-12-23KVM: x86: Sanity check inputs to kvm_handle_memory_failure()Sean Christopherson1-0/+3
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-405/+128