aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-20KVM: VFIO: resolve redeclaration error on x86/_64v3.14/topic/kvmGary S. Robertson
2015-04-20KVM:EVENTFD: fix implicit declaration on x86/_64Gary S. Robertson
2014-10-08Merge branch 'lsk/v3.14/topic/kvm' into lsk/lsk-with-kvm-v3.14Christoffer Dall
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-08mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel
2014-10-08Merge branch 'lsk/v3.14/topic/gic-v3' into lsk/lsk-with-kvm-v3.14Christoffer Dall
2014-10-03ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspullVictor Kamensky
2014-10-03arm64: barriers: wire up new barrier optionsWill Deacon
2014-10-03arm: kvm: fix CPU hotplugVladimir Murzin
2014-10-03arm/arm64: KVM: Report correct FSC for unsupported fault typesChristoffer Dall
2014-10-03arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp
2014-10-03arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall
2014-10-03arm/arm64: KVM: vgic: make number of irqs a configurable attributeMarc Zyngier
2014-10-03arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier
2014-10-03arm/arm64: KVM: vgic: kill VGIC_NR_IRQSMarc Zyngier
2014-10-03arm/arm64: KVM: vgic: handle out-of-range MMIO accessesMarc Zyngier
2014-10-03arm/arm64: KVM: vgic: kill VGIC_MAX_CPUSMarc Zyngier
2014-10-03arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQSMarc Zyngier
2014-10-03arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier
2014-10-03KVM: ARM: vgic: plug irq injection raceMarc Zyngier
2014-10-03arm/arm64: KVM: vgic: Clarify and correct vgic documentationChristoffer Dall
2014-10-03arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0Christoffer Dall
2014-10-03arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall
2014-10-03arm/arm64: KVM: vgic: Clear queued flags on unqueueChristoffer Dall
2014-10-03arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall
2014-10-03arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall
2014-10-03KVM: VFIO: register kvm_device_ops dynamicallyChristoffer Dall
2014-10-03KVM: ARM: vgic: register kvm_device_ops dynamicallyChristoffer Dall
2014-10-02KVM: device: add simple registration mechanism for kvm_device_opsChristoffer Dall
2014-10-02KVM: EVENTFD: remove inclusion of irq.hEric Auger
2014-10-02ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel
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: fix potentially corrupt mmio cacheDavid Matlack
2014-10-02KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini
2014-10-02KVM: remove garbage arg to *hardware_{en,dis}ableChristoffer Dall
2014-10-02KVM: static inline empty kvm_arch functionsChristoffer Dall
2014-10-02KVM: forward declare structs in kvm_types.hChristoffer Dall
2014-10-02KVM: Unconditionally export KVM_CAP_USER_NMIChristoffer Dall
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: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon
2014-10-02KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon
2014-10-02KVM: ARM/arm64: fix broken __percpu annotationWill Deacon
2014-10-02KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon
2014-10-02arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall
2014-10-02KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall