summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2016-11-29KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn()Ard Biesheuvel1-1/+1
2016-08-19kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li1-1/+1
2016-04-11KVM: fix spin_lock_init order on x86Paolo Bonzini1-10/+11
2016-03-03KVM: async_pf: do not warn on page allocation failuresChristian Borntraeger1-1/+1
2015-10-27kvm: fix zero length mmio searchingJason Wang1-2/+17
2015-05-04KVM: use slowpath for cross page cached accessesRadim Krčmář1-2/+2
2015-04-30arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall1-0/+10
2015-04-30arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall1-8/+22
2015-04-30KVM: ARM: vgic: plug irq injection raceMarc Zyngier1-1/+2
2015-04-30KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon1-1/+1
2015-04-30kvm: arm64: vgic: fix hyp panic with 64k pages on juno platformWill Deacon1-4/+20
2015-04-30KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...Haibin Wang1-2/+3
2015-04-30KVM: arm/arm64: vgic: fix GICD_ICFGR register accessesAndre Przywara1-5/+4
2015-04-30ARM: KVM: Allow creating the VGIC after VCPUsChristoffer Dall1-3/+19
2015-04-30arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_initChristoffer Dall1-1/+0
2015-04-27kvm: avoid page allocation failure in kvm_set_memory_region()Igor Mammedov1-7/+7
2015-04-27kvm: commonize allocation of the new memory slotsPaolo Bonzini1-17/+11
2015-04-27KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger1-3/+0
2014-11-13kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas1-4/+4
2014-10-31kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack1-0/+4
2014-10-31kvm: fix potentially corrupt mmio cacheDavid Matlack1-5/+16
2014-09-03kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)Michael S. Tsirkin1-9/+10
2014-09-03KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir tablePaolo Bonzini1-4/+3
2014-05-15KVM: ARM: vgic: Fix sgi dispatch problemHaibin Wang1-0/+1
2014-05-05KVM: ioapic: fix assignment of ioapic->rtc_status.pending_eoi (CVE-2014-0155)Paolo Bonzini1-1/+1
2014-02-23KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()Dan Carpenter1-6/+2
2013-12-20KVM: Improve create VCPU parameter (CVE-2013-4587)Andy Honig1-0/+3
2013-11-29KVM: IOMMU: hva align mapping page sizeGreg Edwards1-0/+4
2013-10-30KVM: use a more sensible error number when debugfs directory creation failsPaolo Bonzini1-1/+1
2013-10-03Fix NULL dereference in gfn_to_hva_prot()Gleb Natapov1-2/+4
2013-09-17kvm: free resources after canceling async_pfRadim Krčmář1-1/+4
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini1-5/+9
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+10
2013-09-04kvm eventfd: switch to fdgetAl Viro1-10/+10
2013-08-30ARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regsChristoffer Dall1-1/+1
2013-08-30ARM: KVM: vgic: fix GICD_ICFGRn accessMarc Zyngier1-2/+6
2013-08-30ARM: KVM: vgic: simplify vgic_get_target_regMarc Zyngier1-9/+3
2013-08-28KVM: rename __kvm_io_bus_sort_cmp to kvm_io_bus_cmpPaolo Bonzini1-8/+8
2013-08-27kvm: optimize away THP checks in kvm_is_mmio_pfn()Andrea Arcangeli1-22/+2
2013-08-26kvm: use anon_inode_getfd() with O_CLOEXEC flagYann Droneaud1-3/+3
2013-07-29KVM: introduce __kvm_io_bus_sort_cmpPaolo Bonzini1-9/+12
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-1/+4
2013-07-18KVM: kvm-io: support cookiesCornelia Huck1-16/+92
2013-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-1/+1788
2013-06-27Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 i...Gleb Natapov1-9/+20
2013-06-27KVM: Fix RTC interrupt coalescing trackingGleb Natapov1-6/+3
2013-06-26ARM: KVM: Allow host virt timer irq to be different from guest timer virt irqAnup Patel1-9/+20
2013-06-04kvm: exclude ioeventfd from counting kvm_io_range limitAmos Kong2-1/+4
2013-05-19ARM: KVM: move GIC/timer code to a common locationMarc Zyngier2-0/+1771
2013-05-14KVM: x86: Remove support for reporting coalesced APIC IRQsJan Kiszka1-3/+6