Skip to content
Commit 5acf0e78 authored by Wang Kefeng's avatar Wang Kefeng Committed by Sasha Levin
Browse files

ARM: 9328/1: mm: try VMA lock-based page fault handling first

[ Upstream commit c16af121

 ]

Attempt VMA lock-based page fault handling first, and fall back to the
existing mmap_lock-based handling if that fails, the ebizzy benchmark
shows 25% improvement on qemu with 2 cpus.

Signed-off-by: default avatarKefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Stable-dep-of: e870920b

 ("arch/arm/mm: fix major fault accounting when retrying under per-VMA lock")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 26a1a107
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment