summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li
2014-10-24kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas
2014-10-18Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-16arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-10arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel
2014-09-27Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2014-09-26kvm: Fix kvm_get_page_retry_io __gup retval checkAndres Lagar-Cavilla
2014-09-25arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall
2014-09-25kvm: iommu: Convert to use new iommu_capable() API functionJoerg Roedel
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen
2014-09-24kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make i...Tang Chen
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla
2014-09-24kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla
2014-09-24kvm-vfio: do not use module_initPaolo Bonzini
2014-09-24KVM: EVENTFD: Remove inclusion of irq.hChristoffer Dall
2014-09-23Merge tag 'kvm-arm-for-v3.17-rc7-or-final' of git://git.kernel.org/pub/scm/li...Paolo Bonzini
2014-09-22arm/arm64: KVM: Fix unaligned access bug on gicv2 accessChristoffer Dall
2014-09-22KVM: correct null pid check in kvm_vcpu_yield_to()Sam Bobroff
2014-09-18arm/arm64: KVM: vgic: make number of irqs a configurable attributeMarc Zyngier
2014-09-18arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier
2014-09-18arm/arm64: KVM: vgic: kill VGIC_NR_IRQSMarc Zyngier
2014-09-18arm/arm64: KVM: vgic: handle out-of-range MMIO accessesMarc Zyngier
2014-09-18arm/arm64: KVM: vgic: kill VGIC_MAX_CPUSMarc Zyngier
2014-09-18arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQSMarc Zyngier
2014-09-18arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier
2014-09-18KVM: ARM: vgic: plug irq injection raceMarc Zyngier
2014-09-18arm/arm64: KVM: vgic: Clarify and correct vgic documentationChristoffer Dall
2014-09-18arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0Christoffer Dall
2014-09-18arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall
2014-09-18arm/arm64: KVM: vgic: Clear queued flags on unqueueChristoffer Dall
2014-09-18arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall
2014-09-18arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall
2014-09-18Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall
2014-09-17KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon
2014-09-17KVM: s390: register flic ops dynamicallyCornelia Huck
2014-09-17KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon
2014-09-17KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon
2014-09-16KVM: Use PCI device flag helper functionsEthan Zhao
2014-09-16kvm: ioapic: conditionally delay irq delivery duringeoi broadcastZhang Haoyu
2014-09-14KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn()Ard Biesheuvel
2014-09-11KVM: EVENTFD: remove inclusion of irq.hEric Auger
2014-09-05KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger
2014-09-05KVM: remove redundant assigment of return value in kvm_dev_ioctlChristian Borntraeger
2014-09-05KVM: remove redundant check of in_spin_loopChristian Borntraeger
2014-09-03kvm: fix potentially corrupt mmio cacheDavid Matlack