| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86: fix APIC page invalidation | Radim Krčmář | 2017-12-06 | 1 | -0/+8 |
* | Merge tag 'kvm-arm-fixes-for-v4.15-1' of git://git.kernel.org/pub/scm/linux/k... | Radim Krčmář | 2017-12-05 | 9 | -50/+43 |
|\ |
|
| * | KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion | Christoffer Dall | 2017-12-04 | 1 | -4/+0 |
| * | KVM: arm/arm64: kvm_arch_destroy_vm cleanups | Andrew Jones | 2017-12-01 | 1 | -1/+1 |
| * | KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner | Marc Zyngier | 2017-12-01 | 1 | -2/+3 |
| * | kvm: arm: don't treat unavailable HYP mode as an error | Ard Biesheuvel | 2017-11-29 | 1 | -1/+1 |
| * | KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgic | Christoffer Dall | 2017-11-29 | 1 | -1/+4 |
| * | kvm: arm64: handle single-step of userspace mmio instructions | Alex Bennée | 2017-11-29 | 1 | -0/+3 |
| * | KVM: arm/arm64: vgic-v4: Only perform an unmap for valid vLPIs | Marc Zyngier | 2017-11-29 | 1 | -2/+4 |
| * | KVM: arm/arm64: vgic-its: Check result of allocation before use | Marc Zyngier | 2017-11-29 | 1 | -0/+2 |
| * | KVM: arm/arm64: vgic-its: Preserve the revious read from the pending table | Marc Zyngier | 2017-11-29 | 1 | -1/+1 |
| * | KVM: arm/arm64: vgic: Preserve the revious read from the pending table | Marc Zyngier | 2017-11-29 | 1 | -1/+1 |
| * | KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation | Marc Zyngier | 2017-11-29 | 1 | -2/+1 |
| * | KVM: arm/arm64: VGIC: extend !vgic_is_initialized guard | Andre Przywara | 2017-11-29 | 1 | -1/+2 |
| * | KVM: arm/arm64: Don't enable/disable physical timer access on VHE | Christoffer Dall | 2017-11-29 | 2 | -34/+20 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-11-30 | 2 | -5/+26 |
|\ \
| |/
|/| |
|
| * | KVM: Let KVM_SET_SIGNAL_MASK work as advertised | Jan H. Schönherr | 2017-11-27 | 2 | -5/+26 |
* | | Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-11-24 | 10 | -111/+641 |
|\ \
| |/ |
|
| * | Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker... | Paolo Bonzini | 2017-11-17 | 10 | -111/+641 |
| |\ |
|
| | * | KVM: arm/arm64: Don't queue VLPIs on INV/INVALL | Christoffer Dall | 2017-11-10 | 1 | -3/+6 |
| | * | KVM: arm/arm64: Fix GICv4 ITS initialization issues | Christoffer Dall | 2017-11-10 | 3 | -6/+7 |
| | * | KVM: arm/arm64: GICv4: Theory of operations | Marc Zyngier | 2017-11-10 | 1 | -0/+67 |
| | * | KVM: arm/arm64: GICv4: Enable VLPI support | Marc Zyngier | 2017-11-10 | 1 | -0/+14 |
| | * | KVM: arm/arm64: GICv4: Prevent userspace from changing doorbell affinity | Marc Zyngier | 2017-11-10 | 1 | -2/+4 |
| | * | KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved | Marc Zyngier | 2017-11-10 | 1 | -0/+9 |
| | * | KVM: arm/arm64: GICv4: Enable virtual cpuif if VLPIs can be delivered | Marc Zyngier | 2017-11-10 | 1 | -3/+6 |
| | * | KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync | Marc Zyngier | 2017-11-10 | 3 | -0/+45 |
| | * | KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source | Marc Zyngier | 2017-11-10 | 2 | -0/+20 |
| | * | KVM: arm/arm64: GICv4: Add doorbell interrupt handling | Marc Zyngier | 2017-11-10 | 1 | -0/+48 |
| | * | KVM: arm/arm64: GICv4: Use pending_last as a scheduling hint | Marc Zyngier | 2017-11-10 | 1 | -0/+3 |
| | * | KVM: arm/arm64: GICv4: Handle INVALL applied to a vPE | Marc Zyngier | 2017-11-10 | 1 | -6/+9 |
| | * | KVM: arm/arm64: GICv4: Propagate property updates to VLPIs | Marc Zyngier | 2017-11-10 | 1 | -0/+3 |
| | * | KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE | Marc Zyngier | 2017-11-10 | 1 | -9/+10 |
| | * | KVM: arm/arm64: GICv4: Handle CLEAR applied to a VLPI | Marc Zyngier | 2017-11-10 | 1 | -0/+4 |
| | * | KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS | Marc Zyngier | 2017-11-10 | 1 | -1/+15 |
| | * | KVM: arm/arm64: GICv4: Unmap VLPI when freeing an LPI | Marc Zyngier | 2017-11-10 | 1 | -1/+5 |
| | * | KVM: arm/arm64: GICv4: Handle INT command applied to a VLPI | Marc Zyngier | 2017-11-10 | 1 | -0/+4 |
| | * | KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass | Marc Zyngier | 2017-11-10 | 2 | -2/+108 |
| | * | KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain | Marc Zyngier | 2017-11-10 | 4 | -0/+102 |
| | * | KVM: arm/arm64: GICv4: Add property field and per-VM predicate | Marc Zyngier | 2017-11-10 | 2 | -0/+7 |
| | * | KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI | Marc Zyngier | 2017-11-10 | 1 | -9/+11 |
| | * | KVM: arm/arm64: vITS: Add MSI translation helpers | Marc Zyngier | 2017-11-10 | 2 | -41/+58 |
| | * | KVM: arm/arm64: vgic: Move kvm_vgic_destroy call around | Marc Zyngier | 2017-11-06 | 1 | -2/+2 |
| | * | KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq | Eric Auger | 2017-11-06 | 2 | -38/+46 |
| | * | KVM: arm/arm64: register irq bypass consumer on ARM/ARM64 | Eric Auger | 2017-11-06 | 1 | -0/+40 |
* | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-11-17 | 1 | -5/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | get_compat_sigset() | Al Viro | 2017-09-19 | 1 | -5/+2 |
* | | | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2017-11-16 | 13 | -365/+673 |
|\ \ \ |
|
| * \ \ | Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel... | Radim Krčmář | 2017-11-16 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | KVM: s390: vsie: use common code functions for pinning | David Hildenbrand | 2017-11-09 | 1 | -2/+2 |
| | |/ / |
|