]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmar...
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 18 Mar 2022 16:43:24 +0000 (12:43 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 18 Mar 2022 16:43:24 +0000 (12:43 -0400)
commitbe6972f6301aa442e60c1396d2429268d99032c9
treef22c0f4ddf8979d6cfb60dfbd1a9fd3c9d04e58e
parentd8e9e593fe4beec28d6042d2ea826de94d9ec34d
parent941467a3dc58a78326a32c3e1ef142529b9e5dac
Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD

KVM/arm64 updates for 5.18

- Proper emulation of the OSLock feature of the debug architecture

- Scalibility improvements for the MMU lock when dirty logging is on

- New VMID allocator, which will eventually help with SVA in VMs

- Better support for PMUs in heterogenous systems

- PSCI 1.1 support, enabling support for SYSTEM_RESET2

- Implement CONFIG_DEBUG_LIST at EL2

- Make CONFIG_ARM64_ERRATUM_2077057 default y

- Reduce the overhead of VM exit when no interrupt is pending

- Remove traces of 32bit ARM host support from the documentation

- Updated vgic selftests

- Various cleanups, doc updates and spelling fixes
Documentation/virt/kvm/api.rst
arch/arm64/kvm/psci.c
tools/testing/selftests/kvm/aarch64/vgic_irq.c
tools/testing/selftests/kvm/dirty_log_perf_test.c
tools/testing/selftests/kvm/lib/aarch64/vgic.c