summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson2020-05-151-1/+1
* Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-1512-87/+324
|\
| * KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger2020-05-133-18/+18
| * KVM: SVM: Disable AVIC before setting V_IRQSuravee Suthikulpanit2020-05-081-1/+12
| * KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit2020-05-084-5/+16
| * KVM: VMX: pass correct DR6 for GD userspace exitPaolo Bonzini2020-05-082-2/+24
| * KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini2020-05-085-30/+32
| * KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini2020-05-085-28/+21
| * KVM: nSVM: trap #DB and #BP to userspace if guest debugging is onPaolo Bonzini2020-05-071-0/+8
| * KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu2020-05-074-0/+192
| * KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUGPeter Xu2020-05-071-1/+1
| * KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUGPeter Xu2020-05-071-1/+1
| * KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini2020-05-073-11/+9
| * KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu2020-05-073-0/+3
* | Merge tag 'kvm-s390-master-5.7-3' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-05-061-1/+3
|\ \
| * | KVM: s390: Remove false WARN_ON_ONCE for the PQAP instructionChristian Borntraeger2020-05-051-1/+3
* | | KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu2020-05-063-0/+3
| |/ |/|
* | KVM: selftests: Fix build for evmcs.hPeter Xu2020-05-062-2/+5
* | kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini2020-05-061-15/+5
* | KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson2020-05-061-0/+3
* | docs/virt/kvm: Document configuring and running nested guestsKashyap Chamarthy2020-05-062-0/+278
* | kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini2020-05-041-5/+5
* | KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit2020-05-041-2/+2
* | Merge tag 'kvmarm-fixes-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-05-047-19/+49
|\ \
| * | KVM: arm64: Fix 32bit PC wrap-aroundMarc Zyngier2020-05-012-2/+13
| * | KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITSMarc Zyngier2020-04-302-2/+10
| * | KVM: arm64: Save/restore sp_el0 as part of __guest_enterMarc Zyngier2020-04-302-14/+26
| * | KVM: arm64: Delete duplicated label in invalid_vectorFangrui Song2020-04-301-1/+0
* | | Merge tag 'kvmarm-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-05-047-80/+272
|\| |
| * | Merge branch 'kvm-arm64/vgic-fixes-5.7' into kvmarm-master/masterMarc Zyngier2020-04-236-80/+232
| |\ \
| | * | KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()Zenghui Yu2020-04-231-2/+9
| | * | KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroyZenghui Yu2020-04-231-2/+8
| | * | KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending...Marc Zyngier2020-04-233-24/+76
| | * | KVM: arm: vgic: Only use the virtual state when userspace accesses enable bitsMarc Zyngier2020-04-224-8/+64
| | * | KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER readMarc Zyngier2020-04-224-44/+75
| | * | KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVERMarc Zyngier2020-04-151-2/+2
| * | | Merge branch 'kvm-arm64/psci-fixes-5.7' into kvmarm-master/masterMarc Zyngier2020-04-231-0/+40
| |\ \ \ | | |/ / | |/| |
| | * | KVM: arm64: PSCI: Forbid 64bit functions for 32bit guestsMarc Zyngier2020-04-171-0/+24
| | * | KVM: arm64: PSCI: Narrow input registers when using 32bit functionsMarc Zyngier2020-04-171-0/+16
| |/ /
* | | KVM: SVM: fill in kvm_run->debug.arch.dr[67]Paolo Bonzini2020-05-041-0/+2
* | | KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warningSean Christopherson2020-05-041-1/+1
* | | Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-04-212-8/+10
|\ \ \
| * | | KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functionsPaul Mackerras2020-04-212-8/+10
* | | | Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-04-214691-69328/+184205
|\ \ \ \ | | |_|/ | |/| |
| * | | MAINTAINERS: add a reviewer for KVM/s390Claudio Imbrenda2020-04-201-0/+1
| * | | KVM: s390: Fix PV check in deliverable_irqs()Eric Farman2020-04-201-1/+1
| * | | Linux 5.7-rc2v5.7-rc2Linus Torvalds2020-04-191-1/+1
| * | | mm: Fix MREMAP_DONTUNMAP accounting on VMA mergeBrian Geffon2020-04-191-1/+12
| * | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-195-41/+35
| |\ \ \
| | * | | clk: sprd: don't gate uart console clockChunyan Zhang2020-04-131-1/+2