summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* kvm: check tlbs_dirty directlyLai Jiangshan2021-02-231-2/+1
* KVM: fix overflow of zero page refcount with ksm runningZhuang Yanying2020-10-011-0/+1
* KVM: fix memory leak in kvm_io_bus_unregister_dev()Rustam Kovhaev2020-10-011-9/+12
* KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson2020-03-111-6/+6
* KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-281-3/+23
* kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-161-1/+29
* kvm: Add helper function for creating VM worker threadsJunaid Shahid2019-11-161-0/+84
* kvm: Convert kvm_lock to a mutexJunaid Shahid2019-11-161-9/+9
* KVM: coalesced_mmio: add bounds checkingMatt Delco2019-09-211-7/+10
* KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WIMarc Zyngier2019-09-063-2/+26
* KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is longHeyi Guo2019-09-061-0/+7
* KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroyDave Martin2019-07-211-0/+1
* KVM: Reject device ioctls from processes other than the VM's creatorSean Christopherson2019-04-031-0/+3
* kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)Jann Horn2019-02-121-1/+2
* KVM: arm/arm64: Fix vgic init raceChristoffer Dall2018-09-261-0/+4
* KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumerPaolo Bonzini2018-08-241-5/+6
* KVM: arm/arm64: Drop resource size check for GICV windowArd Biesheuvel2018-08-241-5/+0
* KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel.Lan Tianyu2018-07-251-1/+5
* KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier2018-07-221-1/+1
* kvm: Map PFN-type memory regions as writable (if possible)KarimAllah Ahmed2018-05-301-2/+5
* KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara2018-05-221-7/+8
* KVM: mmu: Fix overlap between public and private memslotsWanpeng Li2018-03-111-2/+1
* kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt2017-12-251-1/+1
* KVM: pci-assign: do not map smm memory slot pages in vt-d page tablesHerongguang (Stephen)2017-12-251-1/+1
* KVM: arm/arm64: vgic-its: Preserve the revious read from the pending tableMarc Zyngier2017-12-161-1/+1
* KVM: arm/arm64: VGIC: Fix command handling while ITS being disabledAndre Przywara2017-12-141-44/+65
* KVM: arm/arm64: vgic-its: Check result of allocation before useMarc Zyngier2017-12-141-0/+2
* KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocationMarc Zyngier2017-12-141-2/+1
* KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversionChristoffer Dall2017-12-141-4/+0
* KVM: x86: fix APIC page invalidationRadim Krčmář2017-12-141-0/+8
* KVM: arm/arm64: Fix occasional warning from the timer work functionChristoffer Dall2017-12-091-3/+0
* vfio: New external user group/file matchAlex Williamson2017-07-271-8/+19
* KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interruptMarc Zyngier2017-06-141-0/+7
* KVM: arm/arm64: vgic-v3: Do not use Active+Pending state for a HW interruptMarc Zyngier2017-06-141-0/+7
* KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2017-04-082-18/+27
* KVM: x86: clear bus pointer when destroyedPeter Xu2017-04-081-1/+11
* KVM: arm/arm64: Let vcpu thread modify its own active stateJintack Lim2017-03-181-8/+24
* KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twiceShanker Donthineni2017-03-121-0/+3
* KVM: arm/arm64: vgic: Fix deadlock on error handlingMarc Zyngier2017-01-263-9/+13
* KVM: eventfd: fix NULL deref irqbypass consumerWanpeng Li2017-01-191-2/+2
* KVM: use after free in kvm_ioctl_create_device()Dan Carpenter2016-12-011-1/+1
* Merge tag 'kvm-arm-for-4.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2016-12-012-4/+8
|\
| * KVM: arm/arm64: vgic: Don't notify EOI for non-SPIsMarc Zyngier2016-11-242-4/+8
* | KVM: async_pf: avoid recursive flushing of work itemsPaolo Bonzini2016-11-191-1/+12
* | Merge tag 'kvm-arm-for-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2016-11-191-3/+5
|\|
| * KVM: arm64: Fix the issues when guest PMCCFILTR is configuredWei Huang2016-11-181-3/+5
* | Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2016-11-113-21/+46
|\|
| * KVM: arm/arm64: vgic: Kick VCPUs when queueing already pending IRQsShih-Wei Li2016-11-041-0/+12
| * KVM: arm/arm64: vgic: Prevent access to invalid SPIsAndre Przywara2016-11-042-21/+34
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-042-3/+25
|\ \