]> 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)
commitfa4005d9aadad8c389241e862e0dedc2228c55f5
treee8ac9502306803791cb891285006752d6ca1254d
parent9e897a1e300a43f8454f7eaf796a8f7f925cccaf
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