summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-12-29KVM: Ensure CPU is stable during low level hardware enable/disableSean Christopherson-2/+2
2022-12-29KVM: Disable CPU hotplug during hardware enabling/disablingChao Gao-1/+22
2022-12-29KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE sectionChao Gao-11/+23
2022-12-29KVM: x86: Do compatibility checks when onlining CPUChao Gao-10/+18
2022-12-29KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)Sean Christopherson-33/+27
2022-12-29KVM: SVM: Check for SVM support in CPU compatibility checksSean Christopherson-5/+8
2022-12-29KVM: VMX: Shuffle support checks and hardware enabling code aroundSean Christopherson-108/+108
2022-12-29KVM: x86: Do VMX/SVM support checks directly in vendor codeSean Christopherson-51/+37
2022-12-29KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checksSean Christopherson-2/+2
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson-99/+124
2022-12-29KVM: x86: Use KBUILD_MODNAME to specify vendor module nameSean Christopherson-2/+2
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson-67/+13
2022-12-29KVM: x86: Do CPU compatibility checks in x86 codeSean Christopherson-13/+40
2022-12-29KVM: VMX: Make VMCS configuration/capabilities structs read-only after initSean Christopherson-4/+4
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson-76/+2
2022-12-29KVM: s390: Mark __kvm_s390_init() and its descendants as __initSean Christopherson-6/+6
2022-12-29KVM: s390: Do s390 specific init without bouncing through kvm_init()Sean Christopherson-4/+25
2022-12-29KVM: PPC: Move processor compatibility check to module initSean Christopherson-14/+7
2022-12-29KVM: RISC-V: Tag init functions and data with __init, __ro_after_initSean Christopherson-11/+11
2022-12-29KVM: RISC-V: Do arch init directly in riscv_kvm_init()Sean Christopherson-9/+9
2022-12-29KVM: MIPS: Register die notifier prior to kvm_init()Sean Christopherson-4/+5
2022-12-29KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()Sean Christopherson-1/+5
2022-12-29KVM: MIPS: Hardcode callbacks to hardware virtualization extensionsSean Christopherson-26/+8
2022-12-29KVM: arm64: Mark kvm_arm_init() and its unique descendants as __initSean Christopherson-17/+17
2022-12-29KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()Sean Christopherson-9/+16
2022-12-29KVM: arm64: Unregister perf callbacks if hypervisor finalization failsSean Christopherson-2/+11
2022-12-29KVM: arm64: Free hypervisor allocations if vector slot init failsSean Christopherson-4/+5
2022-12-29KVM: arm64: Simplify the CPUHP logicMarc Zyngier-37/+33
2022-12-29KVM: x86: Serialize vendor module initialization (hardware setup)Sean Christopherson-2/+22
2022-12-29KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspaceSean Christopherson-11/+19
2022-12-29KVM: x86: Move guts of kvm_arch_init() to standalone helperSean Christopherson-10/+52
2022-12-29KVM: VMX: Move Hyper-V eVMCS initialization to helperSean Christopherson-30/+43
2022-12-29KVM: VMX: Don't bother disabling eVMCS static key on module exitSean Christopherson-4/+0
2022-12-29KVM: VMX: Reset eVMCS controls in VP assist page during hardware disablingSean Christopherson-20/+30
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson-53/+0
2022-12-29KVM: x86: Move hardware setup/unsetup to init/exitSean Christopherson-58/+63
2022-12-29KVM: x86: Do timer initialization after XCR0 configurationSean Christopherson-2/+2
2022-12-29KVM: s390: Move hardware setup/unsetup to init/exitSean Christopherson-10/+13
2022-12-29KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step failsSean Christopherson-7/+14
2022-12-29KVM: Teardown VFIO ops earlier in kvm_exit()Sean Christopherson-1/+1
2022-12-29KVM: Allocate cpus_hardware_enabled after arch hardware setupSean Christopherson-7/+7
2022-12-29KVM: Initialize IRQ FD after arch hardware setupSean Christopherson-18/+17
2022-12-29KVM: Register /dev/kvm as the _very_ last thing during initializationSean Christopherson-9/+22
2022-12-29Merge branch 'kvm-late-6.1' into HEADPaolo Bonzini-667/+1020
2022-12-29KVM: selftests: Test Hyper-V invariant TSC controlVitaly Kuznetsov-0/+51
2022-12-29KVM: selftests: Test that values written to Hyper-V MSRs are preservedVitaly Kuznetsov-8/+28
2022-12-29KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()Vitaly Kuznetsov-81/+127
2022-12-29KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_f...Vitaly Kuznetsov-92/+92
2022-12-29KVM: x86: Hyper-V invariant TSC controlVitaly Kuznetsov-1/+53
2022-12-29KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDXVitaly Kuznetsov-2/+13