aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm
Commit message (Expand)AuthorAge
* KVM: EVENTFD: Remove inclusion of irq.hChristoffer Dall2014-09-24
* KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon2014-09-17
* KVM: s390: register flic ops dynamicallyCornelia Huck2014-09-17
* KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon2014-09-17
* KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon2014-09-17
* kvm: ioapic: conditionally delay irq delivery duringeoi broadcastZhang Haoyu2014-09-16
* KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger2014-09-05
* KVM: remove redundant assigment of return value in kvm_dev_ioctlChristian Borntraeger2014-09-05
* KVM: remove redundant check of in_spin_loopChristian Borntraeger2014-09-05
* kvm: fix potentially corrupt mmio cacheDavid Matlack2014-09-03
* KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini2014-09-03
* KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-29
* KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall2014-08-29
* KVM: add kvm_arch_sched_inRadim Krčmář2014-08-21
* KVM: avoid unnecessary synchronize_rcuChristian Borntraeger2014-08-21
* virt/kvm/assigned-dev.c: Set 'dev->irq_source_id' to '-1' after free itChen Gang2014-08-19
* kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)Michael S. Tsirkin2014-08-19
* KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2014-08-06
* KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-05
* KVM: Move irq notifier implementation into eventfd.cPaul Mackerras2014-08-05
* KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras2014-08-05
* KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras2014-08-05
* KVM: Don't keep reference to irq routing table in irqfd structPaul Mackerras2014-08-05
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-05
|\
| * KVM: Allow KVM_CHECK_EXTENSION on the vm fdAlexander Graf2014-07-28
| * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-28
* | Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-08-05
|\ \
| * | KVM: arm64: GICv3: mandate page-aligned GICV regionMarc Zyngier2014-07-31
| * | ARM64: KVM: fix vgic_bitmap_get_reg function for BE 64bit caseVictor Kamensky2014-07-11
| * | ARM: KVM: vgic mmio should hold data as LE bytes array in BE caseVictor Kamensky2014-07-11
| * | arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardwareMarc Zyngier2014-07-11
| * | KVM: ARM: vgic: add the GICv3 backendMarc Zyngier2014-07-11
| * | arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier2014-07-11
| * | KVM: ARM: vgic: revisit implementation of irqchip_in_kernelMarc Zyngier2014-07-11
| * | KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier2014-07-11
| * | KVM: ARM: introduce vgic_params structureMarc Zyngier2014-07-11
| * | KVM: ARM: vgic: introduce vgic_enableMarc Zyngier2014-07-11
| * | KVM: ARM: vgic: abstract VMCR accessMarc Zyngier2014-07-11
| * | KVM: ARM: vgic: move underflow handling to vgic_opsMarc Zyngier2014-07-11
| * | KVM: ARM: vgic: abstract MISR decodingMarc Zyngier2014-07-11
| * | KVM: ARM: vgic: abstract EISR bitmap accessMarc Zyngier2014-07-11
| * | KVM: ARM: vgic: abstract access to the ELRSR bitmapMarc Zyngier2014-07-11
| * | KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitivesMarc Zyngier2014-07-11
| * | KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier2014-07-11
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-04
|\ \
| * | KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir tablePaolo Bonzini2014-07-30
| * | kvm: Resolve missing-field-initializers warningsMark Rustad2014-07-25
| |/
* / kvm: arm64: vgic: fix hyp panic with 64k pages on juno platformWill Deacon2014-07-30
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-12
|\
| * sched: Fix signedness bug in yield_to()Dan Carpenter2014-06-05