aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-06x86/sgx: Add encls_faulted() helperSean Christopherson
2021-04-06x86/sgx: Add SGX2 ENCLS leaf definitions (EAUG, EMODPR and EMODT)Sean Christopherson
2021-04-06x86/sgx: Move ENCLS leaf definitions to sgx.hSean Christopherson
2021-04-06x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson
2021-04-06x86/sgx: Initialize virtual EPC driver even when SGX driver is disabledKai Huang
2021-04-06x86/cpu/intel: Allow SGX virtualization without Launch Control supportSean Christopherson
2021-04-06x86/sgx: Introduce virtual EPC for use by KVM guestsSean Christopherson
2021-04-02Merge branch 'kvm-tdp-fix-rcu' into HEADPaolo Bonzini
2021-04-02Merge branch 'kvm-tdp-fix-flushes' into HEADPaolo Bonzini
2021-04-01Merge branch 'kvm-fix-svm-races' into HEADPaolo Bonzini
2021-04-01KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested...Paolo Bonzini
2021-04-01KVM: SVM: load control fields from VMCB12 before checking themPaolo Bonzini
2021-03-30KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pagesSean Christopherson
2021-03-30KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zappingSean Christopherson
2021-03-30KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zapSean Christopherson
2021-03-26x86/sgx: Add SGX_CHILD_PRESENT hardware error codeSean Christopherson
2021-03-26x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()Kai Huang
2021-03-25x86/cpufeatures: Add SGX1 and SGX2 sub-featuresSean Christopherson
2021-03-25x86/cpufeatures: Make SGX_LC feature bit depend on SGX bitKai Huang
2021-03-25x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()Ira Weiny
2021-03-24selftests/sgx: Use getauxval() to simplify test codeTianjia Zhang
2021-03-24KVM: s390: VSIE: fix MVPG handling for prefixing and MSOClaudio Imbrenda
2021-03-24KVM: s390: split kvm_s390_real_to_absClaudio Imbrenda
2021-03-24KVM: s390: VSIE: correctly handle MVPG when in VSIEClaudio Imbrenda
2021-03-24KVM: s390: extend kvm_s390_shadow_fault to return entry pointerClaudio Imbrenda
2021-03-19selftests/sgx: Improve error detection and messagesDave Hansen
2021-03-19x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()Jarkko Sakkinen
2021-03-18x86/sgx: Replace section->init_laundry_list with sgx_dirty_page_listJarkko Sakkinen
2021-03-16KVM: x86/mmu: Store the address space ID in the TDP iteratorSean Christopherson
2021-03-16KVM: x86/mmu: Factor out tdp_iter_return_to_rootBen Gardon
2021-03-16KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEsBen Gardon
2021-03-16KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_pageBen Gardon
2021-03-15KVM: x86/mmu: Mark the PAE roots as decrypted for shadow pagingSean Christopherson
2021-03-15KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE rootSean Christopherson
2021-03-15KVM: VMX: Track root HPA instead of EPTP for paravirt Hyper-V TLB flushSean Christopherson
2021-03-15KVM: VMX: Skip additional Hyper-V TLB EPTP flushes if one failsSean Christopherson
2021-03-15KVM: VMX: Define Hyper-V paravirt TLB flush fields iff Hyper-V is enabledSean Christopherson
2021-03-15KVM: VMX: Explicitly check for hv_remote_flush_tlb when loading pgdSean Christopherson
2021-03-15KVM: VMX: Don't invalidate hv_tlb_eptp if the new EPTP matchesSean Christopherson
2021-03-15KVM: VMX: Invalidate hv_tlb_eptp to denote an EPTP mismatchSean Christopherson
2021-03-15KVM: VMX: Do Hyper-V TLB flush iff vCPU's EPTP hasn't been flushedSean Christopherson
2021-03-15KVM: VMX: Fold Hyper-V EPTP checking into it's only callerSean Christopherson
2021-03-15KVM: VMX: Stash kvm_vmx in a local variable for Hyper-V paravirt TLB flushSean Christopherson
2021-03-15KVM: VMX: Track common EPTP for Hyper-V's paravirt TLB flushSean Christopherson
2021-03-15KVM: x86: Get active PCID only when writing a CR3 valueSean Christopherson
2021-03-15KVM/SVM: Move vmenter.S exception fixups out of lineUros Bizjak
2021-03-15KVM: x86/mmu: Dump reserved bits if they're detected on non-MMIO SPTESean Christopherson
2021-03-15KVM: x86/mmu: Use low available bits for removed SPTEsSean Christopherson
2021-03-15KVM: x86/mmu: Use is_removed_spte() instead of open coded equivalentsSean Christopherson
2021-03-15KVM: x86/mmu: Tweak auditing WARN for A/D bits to !PRESENT (was MMIO)Sean Christopherson