All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add Svadu Extension Support
@ 2023-09-22  8:56 ` Yong-Xuan Wang
  0 siblings, 0 replies; 38+ messages in thread
From: Yong-Xuan Wang @ 2023-09-22  8:56 UTC (permalink / raw)
  To: kvm-riscv

Svadu is a RISC-V extension for hardware updating of PTE A/D bits. This
patch set adds support to enable Svadu extension for both host and guest
OS.

---
v2:
- add Co-developed-by: in PATCH1
- use riscv_has_extension_unlikely() to runtime patch the branch in PATCH1
- update dt-binding

Yong-Xuan Wang (3):
  RISC-V: Detect and Enable Svadu Extension Support
  dt-bindings: riscv: Add Svadu Entry
  RISC-V: KVM: Add Svadu Extension Support for Guest/VM

 Documentation/devicetree/bindings/riscv/extensions.yaml | 6 ++++++
 arch/riscv/include/asm/csr.h                            | 1 +
 arch/riscv/include/asm/hwcap.h                          | 1 +
 arch/riscv/include/asm/pgtable.h                        | 6 ++++++
 arch/riscv/include/uapi/asm/kvm.h                       | 1 +
 arch/riscv/kernel/cpufeature.c                          | 1 +
 arch/riscv/kvm/vcpu.c                                   | 3 +++
 arch/riscv/kvm/vcpu_onereg.c                            | 1 +
 8 files changed, 20 insertions(+)

-- 
2.17.1



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

end of thread, other threads:[~2023-09-27 18:45 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-22  8:56 [PATCH v2 0/3] Add Svadu Extension Support Yong-Xuan Wang
2023-09-22  8:56 ` Yong-Xuan Wang
2023-09-22  8:56 ` [PATCH v2 1/3] RISC-V: Detect and Enable " Yong-Xuan Wang
2023-09-22  8:56   ` Yong-Xuan Wang
2023-09-22  8:56   ` Yong-Xuan Wang
2023-09-22  9:38   ` Conor Dooley
2023-09-22  9:38     ` Conor Dooley
2023-09-22  9:38     ` Conor Dooley
2023-09-27  7:03   ` Andrew Jones
2023-09-27  7:03     ` Andrew Jones
2023-09-27  7:03     ` Andrew Jones
2023-09-27 11:02     ` Yong-Xuan Wang
2023-09-27 11:02       ` Yong-Xuan Wang
2023-09-27 11:02       ` Yong-Xuan Wang
2023-09-27  7:16   ` Matthew Wilcox
2023-09-27  7:16     ` Matthew Wilcox
2023-09-27  7:16     ` Matthew Wilcox
2023-09-22  8:56 ` [PATCH v2 2/3] dt-bindings: riscv: Add Svadu Entry Yong-Xuan Wang
2023-09-22  8:56   ` Yong-Xuan Wang
2023-09-22  8:56   ` Yong-Xuan Wang
2023-09-22  9:28   ` Conor Dooley
2023-09-22  9:28     ` Conor Dooley
2023-09-22  9:28     ` Conor Dooley
2023-09-27  7:04   ` Andrew Jones
2023-09-27  7:04     ` Andrew Jones
2023-09-27  7:04     ` Andrew Jones
2023-09-27 17:24   ` Stefan O'Rear
2023-09-27 17:24     ` Stefan O'Rear
2023-09-27 17:24     ` Stefan O'Rear
2023-09-27 18:44     ` Jessica Clarke
2023-09-27 18:44       ` Jessica Clarke
2023-09-27 18:44       ` Jessica Clarke
2023-09-22  8:56 ` [PATCH v2 3/3] RISC-V: KVM: Add Svadu Extension Support for Guest/VM Yong-Xuan Wang
2023-09-22  8:56   ` Yong-Xuan Wang
2023-09-22  8:56   ` Yong-Xuan Wang
2023-09-27  7:27   ` Andrew Jones
2023-09-27  7:27     ` Andrew Jones
2023-09-27  7:27     ` Andrew Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.