summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2 daysKVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_opsSean Christopherson
2 daysKVM: x86: Add static calls for nested virtualization opsSean Christopherson
2 daysKVM: x86: Reject nested CAP enablement if nested virtualization is disabledSean Christopherson
2 daysKVM: VMX: Use cached vcpu_vmx pointer in MSR and segment helpersHao Zhang
2 daysKVM: SVM: Remove redundant ret = 0 in svm_set_nested_stateQiang Ma
2 daysKVM: SEV: Do not allow intra-host migration/mirroring of SNP VMsAtish Patra
2 daysKVM: SVM: Remove VM from the GA Log notifier list before VM destructionSean Christopherson
2 daysKVM: SVM: Do all per-VM AVIC initialization during vCPU precreation phaseSean Christopherson
2 daysKVM: SVM: Make kvm_x86_ops.vcpu_precreate() hook fully AVIC specificSean Christopherson
2 daysKVM: x86: Move "struct kvm_vcpu_hv" and all children from kvm_host.h => hyperv.hSean Christopherson
2 daysKVM: x86: Move "struct kvm_apic_map" definition from kvm_host.h => lapic.hSean Christopherson
2 daysKVM: x86: Move KVM's arbitrary task switch reason enums to x86.hSean Christopherson
2 daysKVM: x86: Add static asserts to document connection b/w TSS structs and macrosSean Christopherson
2 daysKVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.cSean Christopherson
2 daysKVM: x86: Move CR and DR macro definitions from kvm_host.h => regs.hSean Christopherson
2 daysKVM: x86: Pluralize the macro guard name for msrs.hSean Christopherson
2 daysKVM: x86/mmu: Annotate tdp_enabled as being read-mostlySean Christopherson
2 daysKVM: x86: Move the "APIC attention" macros from kvm_host.h => lapic.cSean Christopherson
2 daysKVM: x86/hyperv: Use {READ,WRITE}_ONCE for cross-task synic->active accessesSean Christopherson
2 daysKVM: x86/hyperv: Assert vCPU's mutex is held in to_hv_vcpu()Sean Christopherson
2 daysKVM: Move nVMX's lockdep logic for vcpu->mutex to a common helperSean Christopherson
2 daysKVM: x86/xen: Punt singleshot timer hcalls to userspace if Xen vCPU ID isn't setSean Christopherson
2 daysKVM: x86/xen: Consolidate checks on Xen vCPU ID for singleshot timer hypercallsSean Christopherson
2 daysKVM: x86/xen: Always route non-singleshot-timer vCPU hypercalls to userspaceSean Christopherson
2 daysKVM: x86/hyperv: Ensure vCPU's Hyper-V object is initialized on cross-vCPU ac...Sean Christopherson
2 daysKVM: x86/hyperv: Check for NULL vCPU Hyper-V object in kvm_hv_get_tlb_flush_f...Sean Christopherson
2 daysKVM: x86/hyperv: Get target FIFO in hv_tlb_flush_enqueue(), not callerSean Christopherson
2 daysKVM: x86: Read CR4.DE in emulator if and only if accessing DR4 or DR5Sean Christopherson
2 daysKVM: x86: WARN if MOV DR emulation hits a "too late" #GPSean Christopherson
2 daysKVM: x86: Use kvm_dr{6,7}_valid() to check DR{4,5,6,7} write values in emulatorSean Christopherson
2 daysKVM: VMX: Prioritize DR7.GD=1 #DB over CPL>0 #GP on IntelSean Christopherson
2 daysKVM: x86: Prioritize #UD on MOV DR over #GP due to non-zero CPLSean Christopherson
2 daysKVM: x86: Manually check DR4/5 write values to fix SVM intercept prioritySean Christopherson
2 daysKVM: x86: Prioritize DR7.GD #DB over #GP due to illegal DR6/7 valueSean Christopherson
2 daysKVM: x86: Treat any non-zero return from set_dr() as a faulting conditionCarlos López
2 daysKVM: x86: Fix emulated CPUID features being applied to wrong sub-leafBinbin Wu
2 daysKVM: TDX: Return EINVAL, not EOPNOTSUPP, for NULL INIT_MEM_REGION sourceSean Christopherson
2 daysKVM: SEV: Explicitly disallow NULL user address for SNP_LAUNCH_UPDATEJoerg Roedel
2 daysKVM: nVM: Ensure INVVPID is emulated on the correct physical CPUYosry Ahmed
2 daysKVM: nVMX: Decouple INVVPID operand checks from flushing of vpid02Sean Christopherson
2 daysKVM: nVMX: Always flush vpid02 on first useYosry Ahmed
2 daysKVM: nVMX: Don't use vmcs01.GUEST_CR3 to snapshot L1's CR3 when EPT is disabledSean Christopherson
2 daysKVM: nVMX: Move vTPR vs. TPR Threshold consistency check into "normal" checksSean Christopherson
2 daysKVM: x86: Ignore pending PV EOI if the vCPU has since disabled PV EOIsSean Christopherson
2 daysKVM: x86: Nullify irqfd->producer if updating IRTE for bypass failsleixiang
2 daysriscv: defconfig: thead: enable PCA953X GPIO driverMarek Szyprowski
2 daysriscv: defconfig: enable ARCH_ULTRARISCJia Wang
2 daysriscv: add UltraRISC SoC family Kconfig supportJia Wang
2 daysarm64: dts: qcom: eliza: Add CPU and LLCC BWMONsAbel Vesa
2 daysMerge branch 'features' into for-nextVasily Gorbik