summaryrefslogtreecommitdiff
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier2014-09-181-35/+208
* KVM: ARM: vgic: plug irq injection raceMarc Zyngier2014-09-181-1/+2
* arm/arm64: KVM: vgic: Clarify and correct vgic documentationChristoffer Dall2014-09-181-6/+7
* arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0Christoffer Dall2014-09-181-2/+16
* arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall2014-09-181-11/+108
* arm/arm64: KVM: vgic: Clear queued flags on unqueueChristoffer Dall2014-09-181-1/+3
* arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall2014-09-181-14/+19
* arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall2014-09-181-26/+26
* Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall2014-09-185-133/+195
|\
| * KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon2014-09-172-11/+15
| * KVM: s390: register flic ops dynamicallyCornelia Huck2014-09-171-4/+0
| * KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon2014-09-172-82/+79
| * KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon2014-09-171-27/+38
| * kvm: ioapic: conditionally delay irq delivery duringeoi broadcastZhang Haoyu2014-09-162-2/+46
| * KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger2014-09-051-3/+0
| * KVM: remove redundant assigment of return value in kvm_dev_ioctlChristian Borntraeger2014-09-051-2/+0
| * KVM: remove redundant check of in_spin_loopChristian Borntraeger2014-09-051-2/+1
| * kvm: fix potentially corrupt mmio cacheDavid Matlack2014-09-031-7/+16
| * KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini2014-09-031-0/+7
| * KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-2/+2
| * KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall2014-08-291-1/+1
* | KVM: EVENTFD: remove inclusion of irq.hEric Auger2014-09-111-1/+0
* | KVM: vgic: declare probe function pointer as constWill Deacon2014-08-271-2/+2
* | KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon2014-08-271-1/+1
* | KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall2014-08-271-2/+9
|/
* KVM: add kvm_arch_sched_inRadim Krčmář2014-08-211-0/+2
* KVM: avoid unnecessary synchronize_rcuChristian Borntraeger2014-08-211-1/+2
* virt/kvm/assigned-dev.c: Set 'dev->irq_source_id' to '-1' after free itChen Gang2014-08-191-1/+3
* kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)Michael S. Tsirkin2014-08-191-9/+10
* KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2014-08-062-61/+63
* KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-053-4/+7
* KVM: Move irq notifier implementation into eventfd.cPaul Mackerras2014-08-052-61/+63
* KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras2014-08-053-31/+36
* KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras2014-08-053-23/+49
* KVM: Don't keep reference to irq routing table in irqfd structPaul Mackerras2014-08-051-16/+25
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-28/+32
|\
| * KVM: Allow KVM_CHECK_EXTENSION on the vm fdAlexander Graf2014-07-281-27/+31
| * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-3/+3
* | Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-08-053-176/+725
|\ \
| * | KVM: arm64: GICv3: mandate page-aligned GICV regionMarc Zyngier2014-07-311-0/+16
| * | ARM64: KVM: fix vgic_bitmap_get_reg function for BE 64bit caseVictor Kamensky2014-07-111-2/+22
| * | ARM: KVM: vgic mmio should hold data as LE bytes array in BE caseVictor Kamensky2014-07-111-2/+2
| * | arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardwareMarc Zyngier2014-07-111-0/+1
| * | KVM: ARM: vgic: add the GICv3 backendMarc Zyngier2014-07-111-0/+231
| * | arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier2014-07-112-0/+4
| * | KVM: ARM: vgic: revisit implementation of irqchip_in_kernelMarc Zyngier2014-07-111-0/+1
| * | KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier2014-07-112-221/+294
| * | KVM: ARM: introduce vgic_params structureMarc Zyngier2014-07-111-37/+33
| * | KVM: ARM: vgic: introduce vgic_enableMarc Zyngier2014-07-111-8/+21
| * | KVM: ARM: vgic: abstract VMCR accessMarc Zyngier2014-07-111-16/+53