Merge branch kvm-arm64/m1 into kvmarm-master/next
authorMarc Zyngier <maz@kernel.org>
Sun, 6 Jun 2021 10:15:11 +0000 (11:15 +0100)
committerMarc Zyngier <maz@kernel.org>
Sun, 6 Jun 2021 10:15:11 +0000 (11:15 +0100)
commit32e92b71b32ad08e8d85aba6e10709b10f32d90a
tree64e07a2022b7d00b67481c0bd518dd104775ac18
parent8124c8a6b35386f73523d27eacb71b5364a68c4c
parentb6ca556c352979d09659027dc1559fad15b72649
Merge branch kvm-arm64/m1 into kvmarm-master/next

Rework the KVM GIC and timer to cope with lesser HW such as
the Apple M1 SoC.

* kvm-arm64/m1:
  irqchip/apple-aic: Advertise some level of vGICv3 compatibility
  KVM: arm64: timer: Add support for SW-based deactivation
  KVM: arm64: timer: Refactor IRQ configuration
  KVM: arm64: vgic: Implement SW-driven deactivation
  KVM: arm64: vgic: move irq->get_input_level into an ops structure
  KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
  KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt masking
  KVM: arm64: Handle physical FIQ as an IRQ while running a guest
  irqchip/gic: Split vGIC probing information from the GIC code