summaryrefslogtreecommitdiff
path: root/virt
Commit message (Expand)AuthorAge
...
| * | KVM: don't check for PF_VCPU when yieldingDavid Hildenbrand2014-12-04
| * | kvm: optimize GFN to memslot lookup with large slots amountIgor Mammedov2014-12-04
| * | kvm: change memslot sorting rule from size to GFNIgor Mammedov2014-12-04
| * | kvm: update_memslots: drop not needed check for the same slotIgor Mammedov2014-12-04
| * | kvm: update_memslots: drop not needed check for the same number of pagesIgor Mammedov2014-12-04
| * | kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář2014-11-23
| * | kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-21
| * | KVM: ia64: removePaolo Bonzini2014-11-20
| * | kvm: simplify update_memslots invocationPaolo Bonzini2014-11-17
| * | kvm: commonize allocation of the new memory slotsPaolo Bonzini2014-11-17
| * | kvm: memslots: track id_to_index changes during the insertion sortPaolo Bonzini2014-11-14
| * | kvm: memslots: replace heap sort with an insertion sort passIgor Mammedov2014-11-14
| * | KVM: trivial fix comment regarding __kvm_set_memory_regionDominik Dingel2014-11-03
| * | KVM: x86: some apic broadcast modes does not workNadav Amit2014-11-03
| |/
* | kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel2014-11-26
* | arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create()Christoffer Dall2014-11-26
|/
* kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li2014-10-24
* kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas2014-10-24
* Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-18
|\
| * arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall2014-10-16
| * arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel2014-10-10
* | Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-15
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel2014-10-02
| |\ \ \ \
| | | | * | kvm: iommu: Convert to use new iommu_capable() API functionJoerg Roedel2014-09-25
| | | |/ /
* | | | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-09
|\ \ \ \ \
| * | | | | KVM: Use PCI device flag helper functionsEthan Zhao2014-09-16
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-08
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-09-27
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall2014-09-25
| | * | | arm/arm64: KVM: vgic: make number of irqs a configurable attributeMarc Zyngier2014-09-18
| | * | | arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier2014-09-18
| | * | | arm/arm64: KVM: vgic: kill VGIC_NR_IRQSMarc Zyngier2014-09-18
| | * | | arm/arm64: KVM: vgic: handle out-of-range MMIO accessesMarc Zyngier2014-09-18
| | * | | arm/arm64: KVM: vgic: kill VGIC_MAX_CPUSMarc Zyngier2014-09-18
| | * | | arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQSMarc Zyngier2014-09-18
| | * | | arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier2014-09-18
| | * | | KVM: ARM: vgic: plug irq injection raceMarc Zyngier2014-09-18
| | * | | arm/arm64: KVM: vgic: Clarify and correct vgic documentationChristoffer Dall2014-09-18
| | * | | arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0Christoffer Dall2014-09-18
| | * | | arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall2014-09-18
| | * | | arm/arm64: KVM: vgic: Clear queued flags on unqueueChristoffer Dall2014-09-18
| | * | | arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall2014-09-18
| | * | | arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall2014-09-18
| | * | | Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall2014-09-18
| | |\ \ \
| | * | | | KVM: EVENTFD: remove inclusion of irq.hEric Auger2014-09-11
| | * | | | KVM: vgic: declare probe function pointer as constWill Deacon2014-08-27
| | * | | | KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon2014-08-27
| | * | | | KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall2014-08-27
| * | | | | kvm: Fix kvm_get_page_retry_io __gup retval checkAndres Lagar-Cavilla2014-09-26
| * | | | | kvm: Add arch specific mmu notifier for page invalidationTang Chen2014-09-24