Message ID | 20241005080024.11927-1-apatel@ventanamicro.com (mailing list archive) |
---|---|
Headers | show |
Series | Add RISC-V ISA extensions based on Linux-6.11 | expand |
Hi Will, On Sat, Oct 5, 2024 at 1:30 PM Anup Patel <apatel@ventanamicro.com> wrote: > > This series adds support for new ISA extensions based on Linux-6.11 > namely: Zawrs, Zca, Zcb, Zcd, Zcf, Zcmop, and Zimop. > > These patches can also be found in the riscv_more_exts_round4_v2 branch > at: https://github.com/avpatel/kvmtool.git > > Changes since v1: > - Updated PATCH1 to sync-up header with released Linux-6.11 kernel > > Anup Patel (8): > Sync-up headers with Linux-6.11 kernel > riscv: Add Zawrs extension support > riscv: Add Zca extension support > riscv: Add Zcb extension support > riscv: Add Zcd extension support > riscv: Add Zcf extension support > riscv: Add Zcmop extension support > riscv: Add Zimop extension support > > include/linux/kvm.h | 27 +++++++++++++++- > powerpc/include/asm/kvm.h | 3 ++ > riscv/fdt.c | 7 +++++ > riscv/include/asm/kvm.h | 7 +++++ > riscv/include/kvm/kvm-config-arch.h | 21 +++++++++++++ > x86/include/asm/kvm.h | 49 +++++++++++++++++++++++++++++ > 6 files changed, 113 insertions(+), 1 deletion(-) Friendly ping ? Regards, Anup
On Sat, 05 Oct 2024 13:30:16 +0530, Anup Patel wrote: > This series adds support for new ISA extensions based on Linux-6.11 > namely: Zawrs, Zca, Zcb, Zcd, Zcf, Zcmop, and Zimop. > > These patches can also be found in the riscv_more_exts_round4_v2 branch > at: https://github.com/avpatel/kvmtool.git > > Changes since v1: > - Updated PATCH1 to sync-up header with released Linux-6.11 kernel > > [...] Applied to kvmtool (master), thanks! [1/8] Sync-up headers with Linux-6.11 kernel https://git.kernel.org/will/kvmtool/c/b862ed4bbe34 [2/8] riscv: Add Zawrs extension support https://git.kernel.org/will/kvmtool/c/c7a4bd93833f [3/8] riscv: Add Zca extension support https://git.kernel.org/will/kvmtool/c/4b8b352b0c25 [4/8] riscv: Add Zcb extension support https://git.kernel.org/will/kvmtool/c/78bafd5691be [5/8] riscv: Add Zcd extension support https://git.kernel.org/will/kvmtool/c/80d2e0cd1496 [6/8] riscv: Add Zcf extension support https://git.kernel.org/will/kvmtool/c/9f50870b2701 [7/8] riscv: Add Zcmop extension support https://git.kernel.org/will/kvmtool/c/1f0e5ba9e458 [8/8] riscv: Add Zimop extension support https://git.kernel.org/will/kvmtool/c/3040b298156e Cheers,