summaryrefslogtreecommitdiff
path: root/virt/kvm/arm/vgic
AgeCommit message (Expand)Author
2019-05-04KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier
2019-05-04KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier
2019-05-04arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabledMarc Zyngier
2019-02-07KVM: arm/arm64: vgic: Always initialize the group of private IRQsChristoffer Dall
2019-01-24KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlockJulien Thierry
2019-01-24KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlockJulien Thierry
2019-01-24KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlockJulien Thierry
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-19arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...Marc Zyngier
2018-12-19KVM: arm/arm64: vgic: Consider priority and active state for pending irqChristoffer Dall
2018-12-19KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()Gustavo A. R. Silva
2018-12-18KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximumMarc Zyngier
2018-12-18KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabledJulien Thierry
2018-12-18KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring stateChristoffer Dall
2018-11-12KVM: arm/arm64: vgic: Replace spin_is_locked() with lockdepLance Roy
2018-10-01vgic: Add support for 52bit guest physical addressKristina Martsenko
2018-10-01kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose
2018-08-12KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabledJia He
2018-08-12KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.hJia He
2018-08-12KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier
2018-07-24KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()Mark Rutland
2018-07-21KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPRChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Allow configuration of interrupt groupsChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writesChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Permit uaccess writes to return errorsChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Signal IRQs using their configured groupChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Add group field to struct irqChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zeroChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Keep track of implementation revisionChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3Christoffer Dall
2018-07-21KVM: arm/arm64: vgic-debug: Show LPI statusMarc Zyngier
2018-07-21KVM: arm64: vgic-its: Remove VLA usageKees Cook
2018-07-21KVM: arm/arm64: Fix vgic init raceChristoffer Dall
2018-06-21KVM: arm/arm64: Drop resource size check for GICV windowArd Biesheuvel
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-01kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2018-05-25KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger
2018-05-25KVM: arm/arm64: Check all vcpu redistributors are set on map_resourcesEric Auger
2018-05-25KVM: arm/arm64: Check vcpu redist base before registering an iodevEric Auger
2018-05-25KVM: arm/arm64: Remove kvm_vgic_vcpu_early_initEric Auger
2018-05-25KVM: arm/arm64: Helper to register a new redistributor regionEric Auger
2018-05-25KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regionsEric Auger
2018-05-25KVM: arm/arm64: Revisit Redistributor TYPER last bit computationEric Auger
2018-05-25KVM: arm/arm64: Helper to locate free rdist indexEric Auger
2018-05-25KVM: arm/arm64: Replace the single rdist region by a listEric Auger
2018-05-25KVM: arm/arm64: Set dist->spis to NULL after kfreeEric Auger
2018-05-15KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() callsAndre Przywara
2018-05-15KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara