]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Add fast path to handle permission relaxation during dirty logging
authorJing Zhang <jingzhangos@google.com>
Tue, 18 Jan 2022 01:57:02 +0000 (01:57 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 8 Feb 2022 14:27:53 +0000 (14:27 +0000)
commit20f96d750fea7097261a5c16a99b00ffd9fb9a85
treee8ac9502306803791cb891285006752d6ca1254d
parent5dd3eee1ccc09113ccae9e9ddbbd1826a57ed8b6
KVM: arm64: Add fast path to handle permission relaxation during dirty logging

To reduce MMU lock contention during dirty logging, all permission
relaxation operations would be performed under read lock.

Signed-off-by: Jing Zhang <jingzhangos@google.com>
Tested-by: Fuad Tabba <tabba@google.com>
Reviewed-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220118015703.3630552-3-jingzhangos@google.com
arch/arm64/kvm/mmu.c