Show patches with: Series = KVM: Rework kvm_init() and hardware enabling       |    Archived = No       |   44 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[44/44] KVM: Opt out of generic hardware enabling on s390 and PPC KVM: Rework kvm_init() and hardware enabling 1 - - - --- 2022-11-02 Sean Christopherson Accepted
[43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init() KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit() KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[38/44] KVM: Disable CPU hotplug during hardware enabling KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section KVM: Rework kvm_init() and hardware enabling - - 2 - --- 2022-11-02 Sean Christopherson Accepted
[36/44] KVM: x86: Do compatibility checks when onlining CPU KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[35/44] KVM: SVM: Check for SVM support in CPU compatibility checks KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[34/44] KVM: VMX: Shuffle support checks and hardware enabling code around KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[30/44] KVM: Drop kvm_arch_check_processor_compat() hook KVM: Rework kvm_init() and hardware enabling 1 - 2 - --- 2022-11-02 Sean Christopherson Accepted
[29/44] KVM: x86: Do CPU compatibility checks in x86 code KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[27/44] KVM: Drop kvm_arch_{init,exit}() hooks KVM: Rework kvm_init() and hardware enabling 1 - 2 - --- 2022-11-02 Sean Christopherson Accepted
[26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init KVM: Rework kvm_init() and hardware enabling - - 1 - --- 2022-11-02 Sean Christopherson Accepted
[25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init() KVM: Rework kvm_init() and hardware enabling - - 2 - --- 2022-11-02 Sean Christopherson Accepted
[24/44] KVM: PPC: Move processor compatibility check to module init KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init KVM: Rework kvm_init() and hardware enabling 1 - - - --- 2022-11-02 Sean Christopherson Accepted
[22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init() KVM: Rework kvm_init() and hardware enabling 1 - 1 - --- 2022-11-02 Sean Christopherson Accepted
[21/44] KVM: MIPS: Register die notifier prior to kvm_init() KVM: Rework kvm_init() and hardware enabling - - 1 - --- 2022-11-02 Sean Christopherson Accepted
[20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init() KVM: Rework kvm_init() and hardware enabling - - 1 - --- 2022-11-02 Sean Christopherson Accepted
[19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init() KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails KVM: Rework kvm_init() and hardware enabling - 1 - - --- 2022-11-02 Sean Christopherson Accepted
[15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails KVM: Rework kvm_init() and hardware enabling - 1 - - --- 2022-11-02 Sean Christopherson Accepted
[14/44] KVM: arm64: Simplify the CPUHP logic KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[13/44] KVM: x86: Serialize vendor module initialization (hardware setup) KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[09/44] KVM: Drop arch hardware (un)setup hooks KVM: Rework kvm_init() and hardware enabling 1 - 1 - --- 2022-11-02 Sean Christopherson Accepted
[08/44] KVM: x86: Move hardware setup/unsetup to init/exit KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[07/44] KVM: x86: Do timer initialization after XCR0 configuration KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[06/44] KVM: s390: Move hardware setup/unsetup to init/exit KVM: Rework kvm_init() and hardware enabling - - 1 - --- 2022-11-02 Sean Christopherson Accepted
[05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails KVM: Rework kvm_init() and hardware enabling - - 1 - --- 2022-11-02 Sean Christopherson Accepted
[04/44] KVM: Teardown VFIO ops earlier in kvm_exit() KVM: Rework kvm_init() and hardware enabling - - 2 - --- 2022-11-02 Sean Christopherson Accepted
[03/44] KVM: Allocate cpus_hardware_enabled after arch hardware setup KVM: Rework kvm_init() and hardware enabling - - 1 - --- 2022-11-02 Sean Christopherson Accepted
[02/44] KVM: Initialize IRQ FD after arch hardware setup KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted
[01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization KVM: Rework kvm_init() and hardware enabling - - - - --- 2022-11-02 Sean Christopherson Accepted