summaryrefslogtreecommitdiffstats
path: root/virt/kvm
Commit message (Expand)AuthorAgeFilesLines
* kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make i...Tang Chen2014-09-241-5/+5
* kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-2/+3
* kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack2014-09-241-0/+4
* kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla2014-09-242-6/+47
* kvm-vfio: do not use module_initPaolo Bonzini2014-09-243-2/+19
* KVM: EVENTFD: Remove inclusion of irq.hChristoffer Dall2014-09-241-1/+3
* 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: 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
| * | KVM: ARM: vgic: move underflow handling to vgic_opsMarc Zyngier2014-07-111-3/+25
| * | KVM: ARM: vgic: abstract MISR decodingMarc Zyngier2014-07-111-3/+23
| * | KVM: ARM: vgic: abstract EISR bitmap accessMarc Zyngier2014-07-111-2/+23
| * | KVM: ARM: vgic: abstract access to the ELRSR bitmapMarc Zyngier2014-07-111-5/+41
| * | KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitivesMarc Zyngier2014-07-111-52/+110
| * | KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier2014-07-111-28/+28
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-042-6/+5
|\ \
OpenPOWER on IntegriCloud