]> 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)
commit57647fbc1bde26cb63ebf6a23303cf23b8ce835a
treef22c0f4ddf8979d6cfb60dfbd1a9fd3c9d04e58e
parentadfd5a2101647b264a03ce2b9ac1eb5ef4a66445
parent4379bd11dc4048a9c50309073723aafa337a1d71
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