summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/vgic
AgeCommit message (Expand)Author
2024-12-03KVM: arm64: vgic-its: Add error handling in vgic_its_cache_translationKeisuke Nishimura
2024-11-20KVM: arm64: vgic-its: Add stronger type-checking to the ITS entry sizesMarc Zyngier
2024-11-20KVM: arm64: vgic: Kill VGIC_MAX_PRIVATE definitionMarc Zyngier
2024-11-20KVM: arm64: vgic: Make vgic_get_irq() more robustMarc Zyngier
2024-11-20KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIRMarc Zyngier
2024-11-11KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITEKunkun Jiang
2024-11-11KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a deviceKunkun Jiang
2024-11-11KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*Jing Zhang
2024-10-17KVM: arm64: Ensure vgic_ready() is ordered against MMIO registrationOliver Upton
2024-10-17KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQSOliver Upton
2024-10-11KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier
2024-10-08KVM: arm64: Unregister redistributor for failed vCPU creationOliver Upton
2024-08-27KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guestMarc Zyngier
2024-08-27KVM: arm64: Force GICv3 trap activation when no irqchip is configured on VHEMarc Zyngier
2024-08-27KVM: arm64: Force SRE traps when SRE access is not enabledMarc Zyngier
2024-08-27KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()Marc Zyngier
2024-08-22KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3Marc Zyngier
2024-08-19KVM: arm64: vgic: Don't hold config_lock while unregistering redistributorsMarc Zyngier
2024-08-19KVM: arm64: vgic-debug: Don't put unmarked LPIsZenghui Yu
2024-08-08KVM: arm64: vgic: Hold config_lock while tearing down a CPU interfaceMarc Zyngier
2024-08-07KVM: arm64: vgic-debug: Exit the iterator properly w/o LPIZenghui Yu
2024-08-02KVM: arm64: vgic: fix unexpected unlock sparse warningsSebastian Ott
2024-08-02KVM: arm64: fix kdoc warnings in W=1 buildsSebastian Ott
2024-06-06KVM: arm64: Disassociate vcpus from redistributor region on teardownMarc Zyngier
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-03KVM: arm64: vgic: Allocate private interrupts on demandMarc Zyngier
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier
2024-04-25KVM: arm64: vgic-its: Get rid of the lpi_list_lockOliver Upton
2024-04-25KVM: arm64: vgic-its: Rip out the global translation cacheOliver Upton
2024-04-25KVM: arm64: vgic-its: Use the per-ITS translation cache for injectionOliver Upton
2024-04-25KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addrOliver Upton
2024-04-25KVM: arm64: vgic-its: Maintain a translation cache per ITSOliver Upton
2024-04-25KVM: arm64: vgic-its: Scope translation cache invalidations to an ITSOliver Upton
2024-04-25KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()Oliver Upton
2024-04-25KVM: arm64: vgic-debug: Use an xarray mark for debug iteratorOliver Upton
2024-04-25KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()Oliver Upton
2024-04-25KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()Oliver Upton
2024-04-25KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()Oliver Upton
2024-04-24KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr()Oliver Upton
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2024-03-07Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton
2024-03-07Merge branch kvm-arm64/lpi-xarray into kvmarm/nextOliver Upton
2024-02-24KVM: arm64: Fix typosBjorn Helgaas
2024-02-23KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()Oliver Upton
2024-02-23KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a refOliver Upton
2024-02-23KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()Oliver Upton
2024-02-23KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe mannerOliver Upton
2024-02-23KVM: arm64: vgic: Use atomics to count LPIsOliver Upton