All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvmtool PATCH 0/3] Add RISC-V ISA extensions based on Linux-6.9
@ 2024-05-14  5:49 ` Anup Patel
  0 siblings, 0 replies; 10+ messages in thread
From: Anup Patel @ 2024-05-14  5:49 UTC (permalink / raw)
  To: kvm-riscv

This series adds support for new ISA extensions based on Linux-6.9 namely:
Ztso and Zacas.

These patches can also be found in the riscv_more_exts_round2_v1 branch
at: https://github.com/avpatel/kvmtool.git

Anup Patel (3):
  Sync-up headers with Linux-6.9 kernel
  riscv: Add Ztso extensiona support
  riscv: Add Zacas extensiona support

 arm/aarch64/include/asm/kvm.h         |  15 +-
 arm/aarch64/include/asm/sve_context.h |  11 +
 include/linux/kvm.h                   | 689 +-------------------------
 include/linux/virtio_pci.h            |  10 +-
 mips/include/asm/kvm.h                |   2 -
 powerpc/include/asm/kvm.h             |  45 +-
 riscv/fdt.c                           |   2 +
 riscv/include/asm/kvm.h               |   3 +-
 riscv/include/kvm/kvm-config-arch.h   |   6 +
 x86/include/asm/kvm.h                 | 308 +++++++++++-
 10 files changed, 384 insertions(+), 707 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-07-05 10:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14  5:49 [kvmtool PATCH 0/3] Add RISC-V ISA extensions based on Linux-6.9 Anup Patel
2024-05-14  5:49 ` Anup Patel
2024-05-14  5:49 ` [kvmtool PATCH 1/3] Sync-up headers with Linux-6.9 kernel Anup Patel
2024-05-14  5:49   ` Anup Patel
2024-05-14  5:49 ` [kvmtool PATCH 2/3] riscv: Add Ztso extensiona support Anup Patel
2024-05-14  5:49   ` Anup Patel
2024-05-14  5:49 ` [kvmtool PATCH 3/3] riscv: Add Zacas " Anup Patel
2024-05-14  5:49   ` Anup Patel
2024-07-05 10:54 ` [kvmtool PATCH 0/3] Add RISC-V ISA extensions based on Linux-6.9 Will Deacon
2024-07-05 10:54   ` Will Deacon

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.