summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-2945-98/+123
* KVM: x86: Use KBUILD_MODNAME to specify vendor module nameSean Christopherson2022-12-292-2/+2
* KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-2911-41/+11
* KVM: x86: Do CPU compatibility checks in x86 codeSean Christopherson2022-12-293-13/+40
* KVM: VMX: Make VMCS configuration/capabilities structs read-only after initSean Christopherson2022-12-292-4/+4
* KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-297-56/+0
* KVM: s390: Mark __kvm_s390_init() and its descendants as __initSean Christopherson2022-12-295-6/+6
* KVM: s390: Do s390 specific init without bouncing through kvm_init()Sean Christopherson2022-12-291-4/+25
* KVM: PPC: Move processor compatibility check to module initSean Christopherson2022-12-295-14/+7
* KVM: RISC-V: Tag init functions and data with __init, __ro_after_initSean Christopherson2022-12-293-11/+11
* KVM: RISC-V: Do arch init directly in riscv_kvm_init()Sean Christopherson2022-12-291-9/+9
* KVM: MIPS: Register die notifier prior to kvm_init()Sean Christopherson2022-12-291-4/+5
* KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()Sean Christopherson2022-12-291-1/+5
* KVM: MIPS: Hardcode callbacks to hardware virtualization extensionsSean Christopherson2022-12-295-26/+8
* KVM: arm64: Mark kvm_arm_init() and its unique descendants as __initSean Christopherson2022-12-291-17/+17
* KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()Sean Christopherson2022-12-291-9/+16
* KVM: arm64: Unregister perf callbacks if hypervisor finalization failsSean Christopherson2022-12-291-2/+11
* KVM: arm64: Free hypervisor allocations if vector slot init failsSean Christopherson2022-12-291-4/+5
* KVM: arm64: Simplify the CPUHP logicMarc Zyngier2022-12-293-34/+25
* KVM: x86: Serialize vendor module initialization (hardware setup)Sean Christopherson2022-12-291-2/+16
* KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspaceSean Christopherson2022-12-291-11/+19
* KVM: x86: Move guts of kvm_arch_init() to standalone helperSean Christopherson2022-12-294-10/+52
* KVM: VMX: Move Hyper-V eVMCS initialization to helperSean Christopherson2022-12-291-30/+43
* KVM: VMX: Don't bother disabling eVMCS static key on module exitSean Christopherson2022-12-291-4/+0
* KVM: VMX: Reset eVMCS controls in VP assist page during hardware disablingSean Christopherson2022-12-291-20/+30
* KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-2910-44/+0
* KVM: x86: Move hardware setup/unsetup to init/exitSean Christopherson2022-12-291-58/+63
* KVM: x86: Do timer initialization after XCR0 configurationSean Christopherson2022-12-291-2/+2
* KVM: s390: Move hardware setup/unsetup to init/exitSean Christopherson2022-12-291-10/+13
* KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step failsSean Christopherson2022-12-291-7/+14
* Merge branch 'kvm-late-6.1' into HEADPaolo Bonzini2022-12-2924-310/+577
|\
| * KVM: x86: Hyper-V invariant TSC controlVitaly Kuznetsov2022-12-295-1/+53
| * KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDXVitaly Kuznetsov2022-12-292-2/+13
| * x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC defineVitaly Kuznetsov2022-12-292-1/+4
| * KVM: x86/mmu: Pivot on "TDP MMU enabled" when handling direct page faultsSean Christopherson2022-12-291-1/+1
| * KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMUSean Christopherson2022-12-292-21/+8
| * KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()Sean Christopherson2022-12-292-2/+2
| * KVM: x86/mmu: Rename __direct_map() to direct_map()David Matlack2022-12-292-8/+8
| * KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faultsDavid Matlack2022-12-291-4/+0
| * KVM: x86/mmu: Split out TDP MMU page fault handlingDavid Matlack2022-12-291-14/+48
| * KVM: x86/mmu: Initialize fault.{gfn,slot} earlier for direct MMUsDavid Matlack2022-12-292-4/+6
| * KVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn()David Matlack2022-12-292-31/+31
| * KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handlingDavid Matlack2022-12-291-8/+10
| * KVM: x86/mmu: Handle error PFNs in kvm_faultin_pfn()David Matlack2022-12-291-5/+10
| * KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()David Matlack2022-12-293-14/+14
| * KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabledDavid Matlack2022-12-293-14/+10
| * KVM: x86/mmu: Change tdp_mmu to a read-only parameterDavid Matlack2022-12-294-38/+41
| * kvm: x86/mmu: Warn on linking when sp->unsync_childrenLai Jiangshan2022-12-291-1/+10
| * KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-VVitaly Kuznetsov2022-12-293-0/+40
| * KVM: nVMX: Prepare to sanitize tertiary execution controls with eVMCSVitaly Kuznetsov2022-12-292-0/+6