summaryrefslogtreecommitdiffstats
path: root/virt/kvm/arm/vgic
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-192-6/+6
* arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabledMarc Zyngier2019-03-191-4/+10
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-2/+2
|\
| * arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier2019-02-191-2/+2
* | KVM: arm/arm64: vgic: Always initialize the group of private IRQsChristoffer Dall2019-02-071-8/+14
* | KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlockJulien Thierry2019-01-242-19/+20
* | KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlockJulien Thierry2019-01-243-10/+10
* | KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlockJulien Thierry2019-01-249-83/+82
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-6/+6
|\
| * KVM: arm/arm64: vgic: Replace spin_is_locked() with lockdepLance Roy2018-11-121-6/+6
* | arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...Marc Zyngier2018-12-191-2/+4
* | KVM: arm/arm64: vgic: Consider priority and active state for pending irqChristoffer Dall2018-12-191-1/+6
* | KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()Gustavo A. R. Silva2018-12-191-1/+1
* | KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximumMarc Zyngier2018-12-181-2/+2
* | KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabledJulien Thierry2018-12-181-21/+0
* | KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring stateChristoffer Dall2018-12-181-1/+16
|/
* vgic: Add support for 52bit guest physical addressKristina Martsenko2018-10-012-28/+10
* kvm: arm/arm64: Prepare for VM specific stage2 translationsSuzuki K Poulose2018-10-011-1/+1
* KVM: arm/arm64: vgic: Do not use spin_lock_irqsave/restore with irq disabledJia He2018-08-123-12/+15
* KVM: arm/arm64: vgic: Move DEBUG_SPINLOCK_BUG_ON to vgic.hJia He2018-08-122-6/+6
* KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier2018-08-121-4/+15
* KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()Mark Rutland2018-07-241-0/+3
* KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPRChristoffer Dall2018-07-211-1/+15
* KVM: arm/arm64: vgic: Allow configuration of interrupt groupsChristoffer Dall2018-07-215-4/+66
* KVM: arm/arm64: vgic: Return error on incompatible uaccess GICD_IIDR writesChristoffer Dall2018-07-212-6/+36
* KVM: arm/arm64: vgic: Permit uaccess writes to return errorsChristoffer Dall2018-07-213-18/+31
* KVM: arm/arm64: vgic: Signal IRQs using their configured groupChristoffer Dall2018-07-212-5/+4
* KVM: arm/arm64: vgic: Add group field to struct irqChristoffer Dall2018-07-213-5/+23
* KVM: arm/arm64: vgic: GICv2 IGROUPR should read as zeroChristoffer Dall2018-07-212-2/+8
* KVM: arm/arm64: vgic: Keep track of implementation revisionChristoffer Dall2018-07-213-4/+9
* KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3Christoffer Dall2018-07-212-2/+4
* KVM: arm/arm64: vgic-debug: Show LPI statusMarc Zyngier2018-07-213-16/+39
* KVM: arm64: vgic-its: Remove VLA usageKees Cook2018-07-211-4/+10
* KVM: arm/arm64: Fix vgic init raceChristoffer Dall2018-07-211-0/+4
* KVM: arm/arm64: Drop resource size check for GICV windowArd Biesheuvel2018-06-211-5/+0
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-1/+1
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-06-012-15/+6
* | Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-06-015-79/+327
|\ \ | |/ |/|
| * KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2018-05-254-4/+67
| * KVM: arm/arm64: Check all vcpu redistributors are set on map_resourcesEric Auger2018-05-251-5/+14
| * KVM: arm/arm64: Check vcpu redist base before registering an iodevEric Auger2018-05-252-0/+6
| * KVM: arm/arm64: Remove kvm_vgic_vcpu_early_initEric Auger2018-05-251-43/+37
| * KVM: arm/arm64: Helper to register a new redistributor regionEric Auger2018-05-252-16/+81
| * KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regionsEric Auger2018-05-252-17/+42
| * KVM: arm/arm64: Revisit Redistributor TYPER last bit computationEric Auger2018-05-251-1/+6
| * KVM: arm/arm64: Helper to locate free rdist indexEric Auger2018-05-253-2/+35
| * KVM: arm/arm64: Replace the single rdist region by a listEric Auger2018-05-254-20/+67
| * KVM: arm/arm64: Set dist->spis to NULL after kfreeEric Auger2018-05-251-0/+1
* | KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() callsAndre Przywara2018-05-152-4/+4