]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbbdf0b2952d27ec74101c308122b86396bb25ead
tree64e07a2022b7d00b67481c0bd518dd104775ac18
parent522fa64953e0d3fbb5fa5fd7565121714af2a489
parent5d82424cd4bc333045f1a4151309a9cfa264e076
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