ARM64: dts: marvell: armada-37xx: Fix GIC maintenance interrupt
Marc Zyngier authored
commit 95696d29 upstream.

The GIC-500 integrated in the Armada-37xx SoCs is compliant with
the GICv3 architecture, and thus provides a maintenance interrupt
that is required for hypervisors to function correctly.

With the interrupt provided in the DT, KVM now works as it should.
Tested on an Espressobin system.

Fixes: adbc3695

 ("arm64: dts: add the Marvell Armada 3700 family and a development board")
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
2f6eba3f
Name Last commit Last update
Documentation Revert "firmware: add sanity check on shutdown/suspend"
arch ARM64: dts: marvell: armada-37xx: Fix GIC maintenance interrupt
block blk-mq-debugfs: Add names for recently added flags
certs modsign: add markers to endif-statements in certs/Makefile
crypto crypto: algif_skcipher - only call put_page on referenced and used pages
drivers rt2800: fix TX_PIN_CFG setting for non MT7620 chips
firmware firmware/Makefile: force recompilation if makefile changes
fs btrfs: resume qgroup rescan on rw remount
include cs5536: add support for IDE controller variant
init random: do not ignore early device randomness
ipc ipc: add missing container_of()s for randstruct
kernel ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
lib radix-tree: must check __radix_tree_preload() return value
mm mm/memory.c: fix mem_cgroup_oom_disable() call missing
net Bluetooth: Properly check L2CAP config option output buffer length
samples samples/bpf: fix bpf tunnel cleanup
scripts scripts/dtc: fix '%zx' warning
security Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
sound Merge tag 'asoc-fix-v4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
tools selftests/x86/fsgsbase: Test selectors 1, 2, and 3
usr ramfs: clarify help text that compression applies to ramfs as well as legacy ramdisk.
virt KVM: update to new mmu_notifier semantic v2
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore kbuild: Add support to generate LLVM assembly files
.mailmap Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
COPYING [PATCH] update FSF address in COPYING
CREDITS avr32: remove support for AVR32 architecture
Kbuild kbuild: Consolidate header generation from ASM offset information
Kconfig kbuild: migrate all arch to the kconfig mainmenu upgrade
MAINTAINERS Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Makefile Linux 4.13.1
README README: add a new README file, pointing to the Documentation/
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.