aboutsummaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2014-10-08KVM: correct null pid check in kvm_vcpu_yield_to()Sam Bobroff
2014-10-08KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn()Ard Biesheuvel
2014-10-02Revert "arm, kvm: fix double lock on cpu_add_remove_lock"Christoffer Dall
2014-10-02arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall
2014-10-02arm/arm64: KVM: vgic: make number of irqs a configurable attributeMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: kill VGIC_NR_IRQSMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: handle out-of-range MMIO accessesMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: kill VGIC_MAX_CPUSMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQSMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier
2014-10-02KVM: ARM: vgic: plug irq injection raceMarc Zyngier
2014-10-02arm/arm64: KVM: vgic: Clarify and correct vgic documentationChristoffer Dall
2014-10-02arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0Christoffer Dall
2014-10-02arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall
2014-10-02arm/arm64: KVM: vgic: Clear queued flags on unqueueChristoffer Dall
2014-10-02arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall
2014-10-02arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall
2014-10-02KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon
2014-10-02KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon
2014-10-02KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon
2014-10-02KVM: EVENTFD: remove inclusion of irq.hEric Auger
2014-10-02KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger
2014-10-02KVM: remove redundant assigment of return value in kvm_dev_ioctlChristian Borntraeger
2014-10-02KVM: remove redundant check of in_spin_loopChristian Borntraeger
2014-10-02KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-10-02KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall
2014-10-02KVM: vgic: declare probe function pointer as constWill Deacon
2014-10-02KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon
2014-10-02KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall
2014-10-02KVM: add kvm_arch_sched_inRadim Krčmář
2014-10-02KVM: avoid unnecessary synchronize_rcuChristian Borntraeger
2014-10-02KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2014-10-02KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras
2014-10-02KVM: Move irq notifier implementation into eventfd.cPaul Mackerras
2014-10-02KVM: Move all accesses to kvm::irq_routing into irqchip.cPaul Mackerras
2014-10-02KVM: irqchip: Provide and use accessors for irq routing tablePaul Mackerras
2014-10-02KVM: Don't keep reference to irq routing table in irqfd structPaul Mackerras
2014-10-02KVM: arm64: GICv3: mandate page-aligned GICV regionMarc Zyngier
2014-10-02kvm: arm64: vgic: fix hyp panic with 64k pages on juno platformWill Deacon
2014-10-02KVM: Allow KVM_CHECK_EXTENSION on the vm fdAlexander Graf
2014-10-02KVM: Rename and add argument to check_extensionAlexander Graf
2014-10-02kvm: Resolve missing-field-initializers warningsMark Rustad
2014-10-02ARM64: KVM: fix vgic_bitmap_get_reg function for BE 64bit caseVictor Kamensky
2014-10-02ARM: KVM: vgic mmio should hold data as LE bytes array in BE caseVictor Kamensky
2014-10-02arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardwareMarc Zyngier
2014-10-02KVM: ARM: vgic: add the GICv3 backendMarc Zyngier
2014-10-02arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier
2014-10-02KVM: ARM: vgic: revisit implementation of irqchip_in_kernelMarc Zyngier
2014-10-02KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier