public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ... and FWB for all
@ 2026-01-23 19:16 Marc Zyngier
  2026-01-23 19:16 ` [PATCH v2 1/5] arm64: Add MT_S2{,_FWB}_AS_S1 encodings Marc Zyngier
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Marc Zyngier @ 2026-01-23 19:16 UTC (permalink / raw)
  To: kvmarm, linux-arm-kernel
  Cc: Joey Gouly, Suzuki K Poulose, Oliver Upton, Zenghui Yu,
	Will Deacon, Quentin Perret, Fuad Tabba, Alexandru Elisei

[Yes, I have since learned that FWB doesn't always mean "Force Write
 Back". I'm not judging.]

This is v2 for this small series teaching pKVM about the benefits
(haha) of using FWB on the host S2 page-tables.

* From v1 [1]:

  - Dropped the stage2_pte_cacheable() hack after both Will and Alex
    made the valid point that I can't read

  - Killed stage2_has_fwb() altogether

  - Collected RBs and TBs, thanks to Joey and Fuad!

[1] https://lore.kernel.org/r/20260119105651.255693-1-maz@kernel.org

Marc Zyngier (5):
  arm64: Add MT_S2{,_FWB}_AS_S1 encodings
  KVM: arm64: Add KVM_PGTABLE_S2_AS_S1 flag
  KVM: arm64: Switch pKVM host S2 over to KVM_PGTABLE_S2_AS_S1
  KVM: arm64: Kill KVM_PGTABLE_S2_NOFWB
  KVM: arm64: Simplify PAGE_S2_MEMATTR

 arch/arm64/include/asm/kvm_pgtable.h  |  7 +++----
 arch/arm64/include/asm/memory.h       | 11 ++++++++---
 arch/arm64/include/asm/pgtable-prot.h |  4 ++--
 arch/arm64/kvm/hyp/nvhe/mem_protect.c |  4 +++-
 arch/arm64/kvm/hyp/pgtable.c          | 26 ++++++++++++++------------
 5 files changed, 30 insertions(+), 22 deletions(-)

-- 
2.47.3



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-01-25 16:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-23 19:16 [PATCH v2 0/5] ... and FWB for all Marc Zyngier
2026-01-23 19:16 ` [PATCH v2 1/5] arm64: Add MT_S2{,_FWB}_AS_S1 encodings Marc Zyngier
2026-01-23 19:16 ` [PATCH v2 2/5] KVM: arm64: Add KVM_PGTABLE_S2_AS_S1 flag Marc Zyngier
2026-01-23 19:16 ` [PATCH v2 3/5] KVM: arm64: Switch pKVM host S2 over to KVM_PGTABLE_S2_AS_S1 Marc Zyngier
2026-01-25 13:50   ` Fuad Tabba
2026-01-23 19:16 ` [PATCH v2 4/5] KVM: arm64: Kill KVM_PGTABLE_S2_NOFWB Marc Zyngier
2026-01-23 19:16 ` [PATCH v2 5/5] KVM: arm64: Simplify PAGE_S2_MEMATTR Marc Zyngier
2026-01-25 16:19 ` [PATCH v2 0/5] ... and FWB for all Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox