summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
...
| * | kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář2014-11-233-1386/+0
| * | kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-215-1142/+0
| * | KVM: ia64: removePaolo Bonzini2014-11-203-28/+0
| * | kvm: simplify update_memslots invocationPaolo Bonzini2014-11-171-14/+6
| * | kvm: commonize allocation of the new memory slotsPaolo Bonzini2014-11-171-17/+11
| * | kvm: memslots: track id_to_index changes during the insertion sortPaolo Bonzini2014-11-141-19/+19
| * | kvm: memslots: replace heap sort with an insertion sort passIgor Mammedov2014-11-141-28/+28
| * | KVM: trivial fix comment regarding __kvm_set_memory_regionDominik Dingel2014-11-031-1/+1
| * | KVM: x86: some apic broadcast modes does not workNadav Amit2014-11-031-1/+1
| |/
* | kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel2014-11-261-8/+8
* | arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create()Christoffer Dall2014-11-261-4/+4
|/
* kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li2014-10-243-0/+16
* kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas2014-10-241-4/+4
* Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-182-24/+21
|\
| * arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall2014-10-162-23/+19
| * arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel2014-10-101-1/+2
* | Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-151-4/+2
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel2014-10-021-4/+2
| |\ \ \ \
| | | | * | kvm: iommu: Convert to use new iommu_capable() API functionJoerg Roedel2014-09-251-4/+2
| | | |/ /
* | | | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-092-3/+3
|\ \ \ \ \
| * | | | | KVM: Use PCI device flag helper functionsEthan Zhao2014-09-162-3/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-088-248/+779
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-09-272-122/+520
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | arm/arm64: KVM: Fix set_clear_sgi_pend_reg offsetChristoffer Dall2014-09-251-2/+2
| | * | | arm/arm64: KVM: vgic: make number of irqs a configurable attributeMarc Zyngier2014-09-181-0/+37
| | * | | arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier2014-09-181-13/+29
| | * | | arm/arm64: KVM: vgic: kill VGIC_NR_IRQSMarc Zyngier2014-09-181-6/+11
| | * | | arm/arm64: KVM: vgic: handle out-of-range MMIO accessesMarc Zyngier2014-09-181-11/+45
| | * | | arm/arm64: KVM: vgic: kill VGIC_MAX_CPUSMarc Zyngier2014-09-181-3/+3
| | * | | arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQSMarc Zyngier2014-09-181-5/+11
| | * | | arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier2014-09-181-35/+208
| | * | | KVM: ARM: vgic: plug irq injection raceMarc Zyngier2014-09-181-1/+2
| | * | | arm/arm64: KVM: vgic: Clarify and correct vgic documentationChristoffer Dall2014-09-181-6/+7
| | * | | arm/arm64: KVM: vgic: Fix SGI writes to GICD_I{CS}PENDR0Christoffer Dall2014-09-181-2/+16
| | * | | arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRnChristoffer Dall2014-09-181-11/+108
| | * | | arm/arm64: KVM: vgic: Clear queued flags on unqueueChristoffer Dall2014-09-181-1/+3
| | * | | arm/arm64: KVM: Rename irq_active to irq_queuedChristoffer Dall2014-09-181-14/+19
| | * | | arm/arm64: KVM: Rename irq_state to irq_pendingChristoffer Dall2014-09-181-26/+26
| | * | | Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall2014-09-185-133/+195
| | |\ \ \
| | * | | | KVM: EVENTFD: remove inclusion of irq.hEric Auger2014-09-111-1/+0
| | * | | | KVM: vgic: declare probe function pointer as constWill Deacon2014-08-271-2/+2
| | * | | | KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon2014-08-271-1/+1
| | * | | | KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall2014-08-271-2/+9
| * | | | | kvm: Fix kvm_get_page_retry_io __gup retval checkAndres Lagar-Cavilla2014-09-261-1/+1
| * | | | | kvm: Add arch specific mmu notifier for page invalidationTang Chen2014-09-241-0/+3
| * | | | | kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make i...Tang Chen2014-09-241-5/+5
| * | | | | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-2/+3
| * | | | | kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack2014-09-241-0/+4
| * | | | | kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla2014-09-242-6/+47
| * | | | | kvm-vfio: do not use module_initPaolo Bonzini2014-09-243-2/+19
OpenPOWER on IntegriCloud