summaryrefslogtreecommitdiffstats
path: root/scripts/gcc-version.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-08KVM: SVM: Disable AVIC before setting V_IRQSuravee Suthikulpanit1-1/+12
2020-05-08KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit4-5/+16
2020-05-08KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini2-2/+24
2020-05-08KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini5-30/+32
2020-05-08KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini5-28/+21
2020-05-07KVM: nSVM: trap #DB and #BP to userspace if guest debugging is onPaolo Bonzini1-0/+8
2020-05-07KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu4-0/+192
2020-05-07KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUGPeter Xu1-1/+1
2020-05-07KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUGPeter Xu1-1/+1
2020-05-07KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini3-11/+9
2020-05-07KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu3-0/+3
2020-05-06KVM: selftests: Fix build for evmcs.hPeter Xu2-2/+5
2020-05-06kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini1-15/+5
2020-05-06KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson1-0/+3
2020-05-06docs/virt/kvm: Document configuring and running nested guestsKashyap Chamarthy2-0/+278
2020-05-04kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini1-5/+5
2020-05-04KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit1-2/+2
2020-05-04KVM: SVM: fill in kvm_run->debug.arch.dr[67]Paolo Bonzini1-0/+2
2020-05-04KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warningSean Christopherson1-1/+1
2020-05-01KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier2-2/+13
2020-04-30KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITSMarc Zyngier2-2/+10
2020-04-30KVM: arm64: Save/restore sp_el0 as part of __guest_enterMarc Zyngier2-14/+26
2020-04-30KVM: arm64: Delete duplicated label in invalid_vectorFangrui Song1-1/+0
2020-04-24KVM: SVM: do not allow VMRUN inside SMMPaolo Bonzini1-1/+5
2020-04-24kvm: add capability for halt pollingDavid Matlack4-4/+34
2020-04-24KVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned long, not u32Sean Christopherson1-1/+2
2020-04-24KVM: nVMX: Drop a redundant call to vmx_get_intr_info()Sean Christopherson1-1/+1
2020-04-23KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()Zenghui Yu1-2/+9
2020-04-23KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroyZenghui Yu1-2/+8
2020-04-23KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending...Marc Zyngier3-24/+76
2020-04-23KVM: x86: move nested-related kvm_x86_ops to a separate structPaolo Bonzini9-52/+56
2020-04-23KVM: eVMCS: check if nesting is enabledPaolo Bonzini1-11/+13
2020-04-23KVM: x86: check_nested_events is never NULLPaolo Bonzini1-3/+3
2020-04-22KVM: arm: vgic: Only use the virtual state when userspace accesses enable bitsMarc Zyngier4-8/+64
2020-04-22KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER readMarc Zyngier4-44/+75
2020-04-21selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts downPaolo Bonzini1-4/+9
2020-04-21KVM: SVM: avoid infinite loop on NPF from bad addressPaolo Bonzini2-0/+8