Age | Commit message (Expand) | Author |
2020-05-16 | KVM: arm64: Move virt/kvm/arm to arch/arm64 | Marc Zyngier |
2020-04-30 | KVM: arm64: vgic-v4: Initialize GICv4.1 even in the absence of a virtual ITS | Marc Zyngier |
2020-04-23 | KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi() | Zenghui Yu |
2020-04-23 | KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy | Zenghui Yu |
2020-04-23 | KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending... | Marc Zyngier |
2020-04-22 | KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits | Marc Zyngier |
2020-04-22 | KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read | Marc Zyngier |
2020-04-15 | KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER | Marc Zyngier |
2020-03-24 | KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs | Marc Zyngier |
2020-03-24 | KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable | Marc Zyngier |
2020-03-24 | KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor | Marc Zyngier |
2020-03-24 | KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts | Marc Zyngier |
2020-03-24 | KVM: arm64: GICv4.1: Add direct injection capability to SGI registers | Marc Zyngier |
2020-03-24 | KVM: arm64: GICv4.1: Let doorbells be auto-enabled | Marc Zyngier |
2020-03-24 | irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer | Marc Zyngier |
2020-02-12 | KVM: Disable preemption in kvm_get_running_vcpu() | Marc Zyngier |
2020-01-30 | Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini |
2020-01-27 | KVM: Move running VCPU from ARM to common code | Paolo Bonzini |
2020-01-19 | KVM: arm/arm64: vgic: Drop the kvm_vgic_register_mmio_region() | Zenghui Yu |
2020-01-19 | KVM: arm/arm64: vgic-its: Properly check the unmapped coll in DISCARD handler | Zenghui Yu |
2020-01-19 | KVM: arm/arm64: vgic: Handle GICR_PENDBASER.PTZ filed as RAZ | Zenghui Yu |
2020-01-19 | KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections | Eric Auger |
2019-12-06 | KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vg... | Miaohe Lin |
2019-12-06 | KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest... | Miaohe Lin |
2019-11-08 | KVM: vgic-v4: Track the number of VLPIs per vcpu | Marc Zyngier |
2019-10-29 | KVM: arm/arm64: vgic: Don't rely on the wrong pending table | Zenghui Yu |
2019-10-29 | KVM: arm/arm64: vgic: Fix some comments typo | Zenghui Yu |
2019-10-28 | KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put | Marc Zyngier |
2019-10-03 | Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Paolo Bonzini |
2019-09-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2019-09-11 | KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH | Zenghui Yu |
2019-08-28 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2019-08-28 | KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0 as WI | Marc Zyngier |
2019-08-27 | KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is long | Heyi Guo |
2019-08-25 | KVM: arm/arm64: vgic: Use a single IO device per redistributor | Eric Auger |
2019-08-25 | KVM: arm/arm64: vgic: Remove spurious semicolons | Marc Zyngier |
2019-08-24 | Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kern... | Will Deacon |
2019-08-23 | KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity | Andre Przywara |
2019-08-18 | KVM: arm/arm64: vgic: Make function comments match function declarations | Alexandru Elisei |
2019-08-18 | KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic | Marc Zyngier |
2019-08-18 | KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection | Marc Zyngier |
2019-08-18 | KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation | Marc Zyngier |
2019-08-18 | KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on vgic teardown | Marc Zyngier |
2019-08-18 | KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on ITS disable | Marc Zyngier |
2019-08-18 | KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIs | Marc Zyngier |
2019-08-18 | KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific co... | Marc Zyngier |
2019-08-18 | KVM: arm/arm64: vgic-its: Add MSI-LPI translation cache invalidation | Marc Zyngier |
2019-08-18 | KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive | Marc Zyngier |
2019-08-18 | KVM: arm/arm64: vgic: Add LPI translation cache definition | Marc Zyngier |
2019-08-09 | Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini |