summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2019-12-13KVM: arm/arm64: vgic: Don't rely on the wrong pending tableZenghui Yu1-3/+3
2019-12-05kvm: properly check debugfs dentry before using itGreg Kroah-Hartman1-1/+1
2019-12-01KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-3/+23
2019-11-24kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page tableSuzuki K Poulose1-1/+2
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid1-1/+29
2019-11-12kvm: Add helper function for creating VM worker threadsJunaid Shahid1-0/+84
2019-11-12kvm: Convert kvm_lock to a mutexJunaid Shahid1-15/+15
2019-11-12kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini1-3/+7
2019-09-21KVM: coalesced_mmio: add bounds checkingMatt Delco1-7/+10
2019-09-16kvm: Check irqchip mode before assign irqfdPeter Xu1-0/+9
2019-09-10KVM: arm/arm64: VGIC: Properly initialise private IRQ affinityAndre Przywara1-10/+20
2019-09-10KVM: arm/arm64: Only skip MMIO insn onceAndrew Jones1-0/+7
2019-09-06KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WIMarc Zyngier3-2/+26
2019-09-06KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is longHeyi Guo1-0/+7
2019-08-25KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to blockMarc Zyngier5-2/+38
2019-08-16KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li1-1/+24
2019-07-14KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroyDave Martin1-0/+1
2019-06-19KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse2-121/+136
2019-06-09KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2-2/+3
2019-05-25KVM: arm/arm64: Ensure vcpu target is unset on reset failureAndrew Jones1-3/+8
2019-05-16KVM: fix spectrev1 gadgetsPaolo Bonzini2-4/+7
2019-05-04KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier1-3/+10
2019-05-04KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2-6/+6
2019-04-03KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson1-0/+3
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2-3/+6
2019-03-23KVM: arm/arm64: vgic: Always initialize the group of private IRQsChristoffer Dall1-8/+14
2019-03-23arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier2-20/+26
2019-03-23KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlockJulien Thierry3-10/+10
2019-02-12kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn1-1/+2
2019-02-12kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson1-1/+2
2019-02-12arm64: KVM: Skip MMIO insn after emulationMark Rutland1-5/+6
2019-01-17KVM: arm/arm64: Fix VMID alloc race by reverting to lock-lessChristoffer Dall1-12/+11
2019-01-09KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()Gustavo A. R. Silva1-1/+1
2019-01-09KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring stateChristoffer Dall1-1/+16
2019-01-09KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximumMarc Zyngier1-2/+2
2019-01-09KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabledJulien Thierry1-21/+0
2019-01-09arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...Marc Zyngier1-2/+4
2018-11-13KVM: arm64: Fix caching of host MDCR_EL2 valueMark Rutland1-2/+2
2018-11-13KVM: arm/arm64: Ensure only THP is candidate for adjustmentPunit Agrawal1-1/+7
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2-27/+0
2018-09-07KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoWMarc Zyngier1-1/+8
2018-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-109/+413
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+10
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-5/+10
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini14-109/+413
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-14/+19
2018-08-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-10/+10
2018-08-13KVM: arm/arm64: Skip updating PTE entry if no changePunit Agrawal1-0/+4
2018-08-13KVM: arm/arm64: Skip updating PMD entry if no changePunit Agrawal1-11/+27