]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/history - arch
KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features
[mirror_ubuntu-jammy-kernel.git] / arch /
2021-04-26 Paolo BonziniKVM: SEV: Mask CPUID[0x8000001F].eax according to suppo...
2021-04-26 Sean ChristophersonKVM: SVM: Move SEV module params/variables to sev.c
2021-04-26 Sean ChristophersonKVM: SVM: Disable SEV/SEV-ES if NPT is disabled
2021-04-26 Sean ChristophersonKVM: SVM: Free sev_asid_bitmap during init if SEV setup...
2021-04-26 Sean ChristophersonKVM: SVM: Zero out the VMCB array used to track SEV...
2021-04-26 Sean Christophersonx86/sev: Drop redundant and potentially misleading...
2021-04-26 Ricardo KollerKVM: x86: Move reverse CPUID helpers to separate header...
2021-04-26 Sean ChristophersonKVM: x86: Rename GPR accessors to make mode-aware varia...
2021-04-26 Sean ChristophersonKVM: SVM: Use default rAX size for INVLPGA emulation
2021-04-26 Sean ChristophersonKVM: x86/xen: Drop RAX[63:32] when processing hypercall
2021-04-26 Sean ChristophersonKVM: nVMX: Truncate base/index GPR value on address...
2021-04-26 Sean ChristophersonKVM: nVMX: Truncate bits 63:32 of VMCS field on nested...
2021-04-26 Sean ChristophersonKVM: VMX: Truncate GPR value for DR and CR reads in...
2021-04-26 Sean ChristophersonKVM: SVM: Truncate GPR value for DR and CR accesses...
2021-04-26 Sean ChristophersonKVM: x86: Check CR3 GPA for validity regardless of...
2021-04-26 Sean ChristophersonKVM: x86: Remove emulator's broken checks on CR0/CR3...
2021-04-26 Sean ChristophersonKVM: VMX: Intercept FS/GS_BASE MSR accesses for 32...
2021-04-26 Sean ChristophersonKVM: SVM: Delay restoration of host MSR_TSC_AUX until...
2021-04-26 Sean ChristophersonKVM: SVM: Clear MSR_TSC_AUX[63:32] on write
2021-04-26 Sean ChristophersonKVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses...
2021-04-26 Sean ChristophersonKVM: VMX: Invert the inlining of MSR interception helpers
2021-04-26 Wanpeng LiKVM: X86: Fix failure to boost kernel lock holder candi...
2021-04-26 Vitaly KuznetsovKVM: x86: Properly handle APF vs disabled LAPIC situation
2021-04-23 Sean ChristophersonKVM: x86: Fix implicit enum conversion goof in scattere...
2021-04-23 Isaku YamahataKVM: VMX: use EPT_VIOLATION_GVA_TRANSLATED instead...
2021-04-23 Paolo BonziniMerge tag 'kvmarm-5.13' of git://git.kernel.org/pub...
2021-04-22 Paolo BonziniMerge branch 'kvm-sev-cgroup' into HEAD
2021-04-22 Marc ZyngierMerge branch 'kvm-arm64/kill_oprofile_dependency' into...
2021-04-22 Marc Zyngiersh: Get rid of oprofile leftovers
2021-04-22 Marc Zyngiers390: Get rid of oprofile leftovers
2021-04-22 Marc ZyngierKVM: arm64: Divorce the perf code from oprofile helpers
2021-04-21 Sean ChristophersonKVM: SVM: Allocate SEV command structures on local...
2021-04-21 Brijesh SinghKVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
2021-04-21 Brijesh SinghKVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
2021-04-21 Brijesh SinghKVM: SVM: Add support for KVM_SEV_RECEIVE_START command
2021-04-21 Steve RutherfordKVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
2021-04-21 Brijesh SinghKVM: SVM: Add KVM_SEV_SEND_FINISH command
2021-04-21 Brijesh SinghKVM: SVM: Add KVM_SEND_UPDATE_DATA command
2021-04-21 Brijesh SinghKVM: SVM: Add KVM_SEV SEND_START command
2021-04-21 Wanpeng LiKVM: Boost vCPU candidate in user mode which is deliver...
2021-04-21 Nathan TempelmanKVM: x86: Support KVM VMs sharing SEV context
2021-04-21 Krish SadhukhannSVM: Check addresses of MSR and IO permission maps
2021-04-20 Marc ZyngierMerge branch 'kvm-arm64/ptp' into kvmarm-master/next
2021-04-20 Krish SadhukhanKVM: SVM: Define actual size of IOPM and MSRPM tables
2021-04-20 Sean ChristophersonKVM: x86: Add capability to grant VM access to privileg...
2021-04-20 Sean ChristophersonKVM: VMX: Enable SGX virtualization for SGX1, SGX2...
2021-04-20 Sean ChristophersonKVM: VMX: Add ENCLS[EINIT] handler to support SGX Launc...
2021-04-20 Sean ChristophersonKVM: VMX: Add emulation of SGX Launch Control LE hash...
2021-04-20 Sean ChristophersonKVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce...
2021-04-20 Sean ChristophersonKVM: VMX: Frame in ENCLS handler for SGX virtualization
2021-04-20 Sean ChristophersonKVM: VMX: Add basic handling of VM-Exit from SGX enclave
2021-04-20 Sean ChristophersonKVM: x86: Add reverse-CPUID lookup support for scattere...
2021-04-20 Sean ChristophersonKVM: x86: Add support for reverse CPUID lookup of scatt...
2021-04-20 Sean ChristophersonKVM: x86: Define new #PF SGX error code bit
2021-04-20 Sean ChristophersonKVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}()...
2021-04-20 Haiwei LiKVM: vmx: add mismatched size assertions in vmcs_check32()
2021-04-20 Keqian ZhuKVM: x86: Remove unused function declaration
2021-04-20 Sean ChristophersonKVM: SVM: Enhance and clean up the vmcb tracking commen...
2021-04-20 Sean ChristophersonKVM: SVM: Add a comment to clarify what vcpu_svm.vmcb...
2021-04-20 Sean ChristophersonKVM: SVM: Drop vcpu_svm.vmcb_pa
2021-04-20 Sean ChristophersonKVM: SVM: Don't set current_vmcb->cpu when switching...
2021-04-19 Tom LendackyKVM: SVM: Make sure GHCB is mapped before updating
2021-04-19 Wanpeng LiKVM: X86: Do not yield to self
2021-04-19 Wanpeng LiKVM: X86: Count attempted/successful directed yield
2021-04-19 Wanpeng Lix86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMP
2021-04-19 Ben GardonKVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fa...
2021-04-19 Ben GardonKVM: x86/mmu: Fast invalidation for TDP MMU
2021-04-19 Ben GardonKVM: x86/mmu: Allow enabling/disabling dirty logging...
2021-04-19 Ben GardonKVM: x86/mmu: Allow zapping collapsible SPTEs to use...
2021-04-19 Ben GardonKVM: x86/mmu: Allow zap gfn range to operate under...
2021-04-19 Ben GardonKVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
2021-04-19 Ben GardonKVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get...
2021-04-19 Ben GardonKVM: x86/mmu: Make TDP MMU root refcount atomic
2021-04-19 Ben GardonKVM: x86/mmu: Refactor yield safe root iterator
2021-04-19 Ben GardonKVM: x86/mmu: Merge TDP MMU put and free root
2021-04-19 Ben GardonKVM: x86/mmu: use tdp_mmu_free_sp to free roots
2021-04-19 Ben GardonKVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
2021-04-19 Ben GardonKVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap...
2021-04-19 Sean ChristophersonKVM: x86/mmu: Allow yielding during MMU notifier unmap...
2021-04-17 Sean ChristophersonKVM: Kill off the old hva-based MMU notifier callbacks
2021-04-17 Sean ChristophersonKVM: PPC: Convert to the gfn-based MMU notifier callbacks
2021-04-17 Sean ChristophersonKVM: MIPS/MMU: Convert to the gfn-based MMU notifier...
2021-04-17 Sean ChristophersonKVM: arm64: Convert to the gfn-based MMU notifier callbacks
2021-04-17 Sean ChristophersonKVM: Move x86's MMU notifier memslot walkers to generic...
2021-04-17 Paolo BonziniKVM: MIPS: defer flush to generic MMU notifier code
2021-04-17 Paolo BonziniKVM: MIPS: let generic code call prepare_flush_shadow
2021-04-17 Paolo BonziniKVM: MIPS: rework flush_shadow_* callbacks into one...
2021-04-17 Paolo BonziniKVM: constify kvm_arch_flush_remote_tlbs_memslot
2021-04-17 Paolo BonziniKVM: MMU: protect TDP MMU pages only down to required...
2021-04-17 Maxim LevitskyKVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2
2021-04-17 Maxim LevitskyKVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2
2021-04-17 Maxim LevitskyKVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2
2021-04-17 Maxim LevitskyKVM: x86: pending exceptions must not be blocked by...
2021-04-17 Maxim LevitskyKVM: nSVM: call nested_svm_load_cr3 on nested state...
2021-04-17 David EdmondsonKVM: x86: dump_vmcs should include the autoload/autosto...
2021-04-17 David EdmondsonKVM: x86: dump_vmcs should show the effective EFER
2021-04-17 David EdmondsonKVM: x86: dump_vmcs should consider only the load contr...
2021-04-17 David EdmondsonKVM: x86: dump_vmcs should not conflate EFER and PAT...
2021-04-17 David EdmondsonKVM: x86: dump_vmcs should not assume GUEST_IA32_EFER...
2021-04-17 Maxim LevitskyKVM: nSVM: improve SYSENTER emulation on AMD
next