summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-07-1511-51/+161
|\
| * KVM: nSVM: Restore nested control upon leaving SMMVitaly Kuznetsov2021-07-153-3/+10
| * KVM: nSVM: Fix L1 state corruption upon return from SMMVitaly Kuznetsov2021-07-151-1/+38
| * KVM: nSVM: Introduce svm_copy_vmrun_state()Vitaly Kuznetsov2021-07-152-18/+24
| * KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUNVitaly Kuznetsov2021-07-151-0/+5
| * KVM: nSVM: Check the value written to MSR_VM_HSAVE_PAVitaly Kuznetsov2021-07-151-1/+10
| * KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilitiesSean Christopherson2021-07-151-4/+5
| * KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header failsSean Christopherson2021-07-151-2/+3
| * KVM: SVM: add module param to control the #SMI interceptionMaxim Levitsky2021-07-153-1/+14
| * KVM: SVM: remove INIT intercept handlerMaxim Levitsky2021-07-151-1/+0
| * KVM: SVM: #SMI interception must not skip the instructionMaxim Levitsky2021-07-151-1/+6
| * KVM: VMX: Remove vmx_msr_index from vmx.hYu Zhang2021-07-151-2/+0
| * KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan2021-07-151-0/+2
| * KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on ...Like Xu2021-07-141-1/+2
| * KVM: SVM: Revert clearing of C-bit on GPA in #NPF handlerSean Christopherson2021-07-141-1/+1
| * KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAsSean Christopherson2021-07-144-8/+18
| * KVM: x86: Use kernel's x86_phys_bits to handle reduced MAXPHYADDRSean Christopherson2021-07-141-7/+20
| * KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson2021-07-141-1/+7
| * Revert "KVM: x86: WARN and reject loading KVM if NX is supported but not enab...Sean Christopherson2021-07-141-3/+0
* | Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-072-26/+31
|\ \
| * | x86/pkru: Remove xstate fiddling from write_pkru()Thomas Gleixner2021-06-231-2/+2
| * | x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen2021-06-232-0/+2
| * | x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()Thomas Gleixner2021-06-231-2/+2
| * | x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()Thomas Gleixner2021-06-231-1/+1
| * | x86/kvm: Avoid looking up PKRU in XSAVE bufferDave Hansen2021-06-231-21/+24
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-2843-1426/+2699
|\ \ \ | | |/ | |/|
| * | KVM: x86: rename apic_access_page_done to apic_access_memslot_enabledMaxim Levitsky2021-06-242-4/+4
| * | kvm: x86: disable the narrow guest module parameter on unloadAaron Lewis2021-06-241-0/+2
| * | kvm: x86: Allow userspace to handle emulation errorsAaron Lewis2021-06-241-4/+36
| * | KVM: x86/mmu: Let guest use GBPAGES if supported in hardware and TDP is onSean Christopherson2021-06-241-3/+17
| * | KVM: x86/mmu: Get CR4.SMEP from MMU, not vCPU, in shadow page faultSean Christopherson2021-06-241-1/+1
| * | KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page faultSean Christopherson2021-06-242-8/+2
| * | KVM: x86/mmu: Drop redundant rsvd bits reset for nested NPTSean Christopherson2021-06-241-6/+0
| * | KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logicSean Christopherson2021-06-242-32/+30
| * | KVM: x86: Enhance comments for MMU roles and nested transition trickinessSean Christopherson2021-06-242-0/+2
| * | KVM: x86/mmu: WARN on any reserved SPTE value when making a valid SPTESean Christopherson2021-06-241-1/+4
| * | KVM: x86/mmu: Add helpers to do full reserved SPTE checks w/ generic MMUSean Christopherson2021-06-242-21/+34
| * | KVM: x86/mmu: Use MMU's role to determine PTTYPESean Christopherson2021-06-241-4/+4
| * | KVM: x86/mmu: Collapse 32-bit PAE and 64-bit statements for helpersSean Christopherson2021-06-241-17/+2
| * | KVM: x86/mmu: Add a helper to calculate root from role_regsSean Christopherson2021-06-241-35/+25
| * | KVM: x86/mmu: Add helper to update paging metadataSean Christopherson2021-06-241-18/+15
| * | KVM: x86/mmu: Don't update nested guest's paging bitmasks if CR0.PG=0Sean Christopherson2021-06-241-10/+10
| * | KVM: x86/mmu: Consolidate reset_rsvds_bits_mask() callsSean Christopherson2021-06-241-11/+10
| * | KVM: x86/mmu: Use MMU role_regs to get LA57, and drop vCPU LA57 helperSean Christopherson2021-06-242-11/+1
| * | KVM: x86/mmu: Get nested MMU's root level from the MMU's roleSean Christopherson2021-06-241-5/+1
| * | KVM: x86/mmu: Drop "nx" from MMU context now that there are no readersSean Christopherson2021-06-241-17/+0
| * | KVM: x86/mmu: Use MMU's role to get EFER.NX during MMU configurationSean Christopherson2021-06-241-3/+4
| * | KVM: x86/mmu: Use MMU's role/role_regs to compute context's metadataSean Christopherson2021-06-241-20/+16
| * | KVM: x86/mmu: Use MMU's role to detect EFER.NX in guest page walkSean Christopherson2021-06-241-1/+1
| * | KVM: x86/mmu: Use MMU's roles to compute last non-leaf levelSean Christopherson2021-06-241-6/+6