commit | 99b8e56268e22aa7b0a7bb3e72f6a824851c5b49 | [log] [tgz] |
---|---|---|
author | Vincent Donnefort <vdonnefort@google.com> | Thu Oct 05 14:17:54 2023 +0100 |
committer | Vincent Donnefort <vdonnefort@google.com> | Thu Jan 04 10:56:28 2024 +0000 |
tree | c7bf7913a24b548e3554b981883b3acdd763bc4d | |
parent | 7137d8b084e2d7d515e550f7268e2c907527a6d2 [diff] |
KVM: arm64: THP support for pKVM guests When a pKVM stage-2 guest abort happens, if that fault is within the remits of a transparent huge page at stage-1, that entire page is pinned and we can map the entire range of that huge page at stage-2. The hypervisor in return installs a block mapping. This reduces TLB pressure and the number of faults. Signed-off-by: Vincent Donnefort <vdonnefort@google.com>