Sean Christopherson 4d75f14fc8 KVM: MIPS: Mark "struct page" pfns accessed only in "slow" page fault path
Mark pages accessed only in the slow page fault path in order to remove
an unnecessary user of kvm_pfn_to_refcounted_page().  Marking pages
accessed in the primary MMU during KVM page fault handling isn't harmful,
but it's largely pointless and likely a waste of a cycles since the
primary MMU will call into KVM via mmu_notifiers when aging pages.  I.e.
KVM participates in a "pull" model, so there's no need to also "push"
updates.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20241010182427.1434605-71-seanjc@google.com>
2024-10-25 13:00:49 -04:00
..
2024-01-17 11:20:50 -08:00
2024-01-22 11:12:01 +01:00
2024-09-28 09:20:14 -07:00
2024-09-17 06:56:31 +02:00
2024-01-08 10:39:12 +01:00
2022-09-12 15:33:24 +02:00
2021-01-22 11:40:00 +01:00
2024-08-13 11:34:55 +02:00
2022-05-04 22:22:59 +02:00
2024-07-15 18:16:23 +02:00