summaryrefslogtreecommitdiffstats
path: root/init/init_task.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-01KVM: x86: Fix emulation in writing cr8Zhenzhong Duan1-4/+1
2022-03-01KVM: x86: flush TLB separately from MMU resetPaolo Bonzini1-22/+46
2022-02-25KVM: x86/mmu: clear MMIO cache when unloading the MMUPaolo Bonzini1-0/+1
2022-02-25KVM: x86/mmu: Always use current mmu's role when loading new PGDPaolo Bonzini1-25/+4
2022-02-25KVM: x86/mmu: load new PGD after the shadow MMU is initializedPaolo Bonzini3-28/+25
2022-02-25KVM: x86/mmu: look for a cached PGD when going from 32-bit to 64-bitPaolo Bonzini1-23/+59
2022-02-25KVM: x86/mmu: do not pass vcpu to root freeing functionsPaolo Bonzini4-16/+19
2022-02-25KVM: x86/mmu: do not consult levels when freeing rootsPaolo Bonzini1-4/+6
2022-02-25KVM: x86: use struct kvm_mmu_root_info for mmu->rootPaolo Bonzini9-49/+41
2022-02-25KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugsPaolo Bonzini1-0/+2
2022-02-25KVM: x86: do not deliver asynchronous page faults if CR0.PG=0Paolo Bonzini1-4/+18
2022-02-25KVM: x86: Reinitialize context if host userspace toggles EFER.LMEPaolo Bonzini2-2/+2
2022-02-25KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMUDavid Dunn1-0/+33
2022-02-25KVM: selftests: Carve out helper to create "default" VM without vCPUsDavid Dunn2-6/+18
2022-02-25KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn7-2/+50
2022-02-25KVM: x86: Fix pointer mistmatch warning when patching RET0 static callsSean Christopherson1-2/+2
2022-02-25KVM: Move VM's worker kthreads back to the original cgroup before exiting.Vipin Sharma1-1/+21
2022-02-25KVM: VMX: Remove scratch 'cpu' variable that shadows an identical scratch varPeng Hao1-1/+0
2022-02-25kvm: vmx: Fix typos comment in __loaded_vmcs_clear()Peng Hao1-4/+4
2022-02-25KVM: nVMX: Make setup/unsetup under the same conditionsPeng Hao1-1/+1
2022-02-25KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercallVitaly Kuznetsov1-18/+34
2022-02-25KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB fl...Vitaly Kuznetsov1-1/+2
2022-02-25KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()Vitaly Kuznetsov1-17/+6
2022-02-25KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()Vitaly Kuznetsov1-4/+4
2022-02-22KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin3-0/+16
2022-02-22KVM: s390: Add missing vm MEM_OP size checkJanis Schoetterl-Glausch1-1/+1
2022-02-22KVM: s390: Clarify key argument for MEM_OP in api docsJanis Schoetterl-Glausch1-1/+1
2022-02-18KVM: x86/mmu: Remove MMU auditingSean Christopherson6-345/+0
2022-02-18KVM: x86: allow defining return-0 static callsPaolo Bonzini6-33/+16
2022-02-18KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini6-44/+17
2022-02-18KVM: x86: warn on incorrectly NULL members of kvm_x86_opsPaolo Bonzini1-2/+5
2022-02-18KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_opsPaolo Bonzini3-46/+46
2022-02-18KVM: x86: use static_call_cond for optional callbacksPaolo Bonzini1-6/+2
2022-02-18KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPICPaolo Bonzini5-17/+1
2022-02-18selftests: KVM: allow sev_migrate_tests on machines without SEV-ESPaolo Bonzini1-21/+57
2022-02-18KVM: SEV: Allow SEV intra-host migration of VM with mirrorsPeter Gonda3-34/+73
2022-02-15selftests: kvm: Check whether SIDA memop fails for normal guestsThomas Huth1-0/+15
2022-02-14KVM: s390: Update api documentation for memop ioctlJanis Schoetterl-Glausch2-23/+91
2022-02-14KVM: s390: Add capability for storage key extension of MEM_OP IOCTLJanis Schoetterl-Glausch2-0/+2
2022-02-14KVM: s390: Rename existing vcpu memop functionsJanis Schoetterl-Glausch1-9/+10
2022-02-14KVM: s390: Add vm IOCTL for key checked guest absolute memory accessJanis Schoetterl-Glausch4-0/+161
2022-02-14KVM: s390: Add optional storage key checking to MEMOP IOCTLJanis Schoetterl-Glausch2-11/+26
2022-02-14KVM: s390: selftests: Test TEST PROTECTION emulationJanis Schoetterl-Glausch3-0/+229
2022-02-14KVM: s390: handle_tprot: Honor storage keysJanis Schoetterl-Glausch3-43/+35
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch6-31/+253
2022-02-14s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2-18/+85
2022-02-14KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"Sean Christopherson3-33/+33
2022-02-14KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAWJim Mattson1-1/+1
2022-02-14KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf eventJim Mattson1-2/+3
2022-02-11KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky4-49/+55