| Commit message (Expand) | Author | Age | Files | Lines |
* | kvm: warn on more invariant breakage | Paolo Bonzini | 2014-12-28 | 1 | -1/+3 |
* | kvm: fix sorting of memslots with base_gfn == 0 | Paolo Bonzini | 2014-12-28 | 1 | -5/+17 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-12-18 | 9 | -2690/+140 |
|\ |
|
| * | Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 2014-12-15 | 3 | -72/+90 |
| |\ |
|
| | * | arm/arm64: KVM: Require in-kernel vgic for the arch timers | Christoffer Dall | 2014-12-15 | 1 | -8/+22 |
| | * | arm/arm64: KVM: Initialize the vgic on-demand when injecting IRQs | Christoffer Dall | 2014-12-15 | 1 | -6/+16 |
| | * | arm/arm64: KVM: Add (new) vgic_initialized macro | Christoffer Dall | 2014-12-13 | 1 | -1/+2 |
| | * | arm/arm64: KVM: Rename vgic_initialized to vgic_ready | Christoffer Dall | 2014-12-13 | 1 | -3/+3 |
| | * | arm/arm64: KVM: vgic: move reset initialization into vgic_init_maps() | Peter Maydell | 2014-12-13 | 1 | -45/+32 |
| | * | arm/arm64: KVM: vgic: kick the specific vcpu instead of iterating through all | Shannon Zhao | 2014-11-26 | 1 | -5/+10 |
| | * | arm/arm64: vgic: Remove unreachable irq_clear_pending | Christoffer Dall | 2014-11-25 | 1 | -2/+0 |
| | * | kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() | Ard Biesheuvel | 2014-11-25 | 1 | -8/+8 |
| | * | KVM: ARM: VGIC: Optimize the vGIC vgic_update_irq_pending function. | wanghaibin | 2014-11-25 | 1 | -0/+3 |
| * | | KVM: track pid for VCPU only on KVM_RUN ioctl | Christian Borntraeger | 2014-12-04 | 1 | -9/+9 |
| * | | KVM: don't check for PF_VCPU when yielding | David Hildenbrand | 2014-12-04 | 1 | -4/+0 |
| * | | kvm: optimize GFN to memslot lookup with large slots amount | Igor Mammedov | 2014-12-04 | 1 | -1/+7 |
| * | | kvm: change memslot sorting rule from size to GFN | Igor Mammedov | 2014-12-04 | 1 | -6/+11 |
| * | | kvm: update_memslots: drop not needed check for the same slot | Igor Mammedov | 2014-12-04 | 1 | -14/+11 |
| * | | kvm: update_memslots: drop not needed check for the same number of pages | Igor Mammedov | 2014-12-04 | 1 | -15/+13 |
| * | | kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ | Radim Krčmář | 2014-11-23 | 3 | -1386/+0 |
| * | | kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ | Paolo Bonzini | 2014-11-21 | 5 | -1142/+0 |
| * | | KVM: ia64: remove | Paolo Bonzini | 2014-11-20 | 3 | -28/+0 |
| * | | kvm: simplify update_memslots invocation | Paolo Bonzini | 2014-11-17 | 1 | -14/+6 |
| * | | kvm: commonize allocation of the new memory slots | Paolo Bonzini | 2014-11-17 | 1 | -17/+11 |
| * | | kvm: memslots: track id_to_index changes during the insertion sort | Paolo Bonzini | 2014-11-14 | 1 | -19/+19 |
| * | | kvm: memslots: replace heap sort with an insertion sort pass | Igor Mammedov | 2014-11-14 | 1 | -28/+28 |
| * | | KVM: trivial fix comment regarding __kvm_set_memory_region | Dominik Dingel | 2014-11-03 | 1 | -1/+1 |
| * | | KVM: x86: some apic broadcast modes does not work | Nadav Amit | 2014-11-03 | 1 | -1/+1 |
| |/ |
|
* | | kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() | Ard Biesheuvel | 2014-11-26 | 1 | -8/+8 |
* | | arm/arm64: KVM: vgic: Fix error code in kvm_vgic_create() | Christoffer Dall | 2014-11-26 | 1 | -4/+4 |
|/ |
|
* | kvm: vfio: fix unregister kvm_device_ops of vfio | Wanpeng Li | 2014-10-24 | 3 | -0/+16 |
* | kvm: fix excessive pages un-pinning in kvm_iommu_map error path. | Quentin Casasnovas | 2014-10-24 | 1 | -4/+4 |
* | Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-18 | 2 | -24/+21 |
|\ |
|
| * | arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regs | Christoffer Dall | 2014-10-16 | 2 | -23/+19 |
| * | arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremap | Ard Biesheuvel | 2014-10-10 | 1 | -1/+2 |
* | | Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-10-15 | 1 | -4/+2 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an... | Joerg Roedel | 2014-10-02 | 1 | -4/+2 |
| |\ \ \ \ |
|
| | | | * | | kvm: iommu: Convert to use new iommu_capable() API function | Joerg Roedel | 2014-09-25 | 1 | -4/+2 |
| | | |/ / |
|
* | | | | | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-10-09 | 2 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | KVM: Use PCI device flag helper functions | Ethan Zhao | 2014-09-16 | 2 | -3/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-10-08 | 8 | -248/+779 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | 2014-09-27 | 2 | -122/+520 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset | Christoffer Dall | 2014-09-25 | 1 | -2/+2 |
| | * | | | arm/arm64: KVM: vgic: make number of irqs a configurable attribute | Marc Zyngier | 2014-09-18 | 1 | -0/+37 |
| | * | | | arm/arm64: KVM: vgic: delay vgic allocation until init time | Marc Zyngier | 2014-09-18 | 1 | -13/+29 |
| | * | | | arm/arm64: KVM: vgic: kill VGIC_NR_IRQS | Marc Zyngier | 2014-09-18 | 1 | -6/+11 |
| | * | | | arm/arm64: KVM: vgic: handle out-of-range MMIO accesses | Marc Zyngier | 2014-09-18 | 1 | -11/+45 |
| | * | | | arm/arm64: KVM: vgic: kill VGIC_MAX_CPUS | Marc Zyngier | 2014-09-18 | 1 | -3/+3 |
| | * | | | arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQS | Marc Zyngier | 2014-09-18 | 1 | -5/+11 |
| | * | | | arm/arm64: KVM: vgic: switch to dynamic allocation | Marc Zyngier | 2014-09-18 | 1 | -35/+208 |