Message ID | cover.1727174321.git.zhouquan@iscas.ac.cn (mailing list archive) |
---|---|
Headers | show |
Series | Add riscv isa exts based on linux-6.11 | expand |
On Tue, Sep 24, 2024 at 07:03:27PM GMT, zhouquan@iscas.ac.cn wrote: > From: Quan Zhou <zhouquan@iscas.ac.cn> > > Add support for a few Zc* extensions, Zimop, Zcmop and Zawrs. > > Quan Zhou (2): > Sync-up headers with Linux-6.11 kernel > riscv: Add Zc*/Zimop/Zcmop/Zawrs exts 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(-) > > > base-commit: b48735e5d562eaffb96cf98a91da212176f1534c > -- > 2.34.1 > These have already been posted by Anup [1]. [1] https://lore.kernel.org/all/20240831112743.379709-1-apatel@ventanamicro.com/ Thanks, drew
On 2024/9/24 21:20, Andrew Jones wrote: > On Tue, Sep 24, 2024 at 07:03:27PM GMT, zhouquan@iscas.ac.cn wrote: >> From: Quan Zhou <zhouquan@iscas.ac.cn> >> >> Add support for a few Zc* extensions, Zimop, Zcmop and Zawrs. >> >> Quan Zhou (2): >> Sync-up headers with Linux-6.11 kernel >> riscv: Add Zc*/Zimop/Zcmop/Zawrs exts 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(-) >> >> >> base-commit: b48735e5d562eaffb96cf98a91da212176f1534c >> -- >> 2.34.1 >> > > These have already been posted by Anup [1]. > > [1] https://lore.kernel.org/all/20240831112743.379709-1-apatel@ventanamicro.com/ > > Thanks, > drew Sorry, I missed that. Thanks for the reminder! Thanks, Quan
From: Quan Zhou <zhouquan@iscas.ac.cn> Add support for a few Zc* extensions, Zimop, Zcmop and Zawrs. Quan Zhou (2): Sync-up headers with Linux-6.11 kernel riscv: Add Zc*/Zimop/Zcmop/Zawrs exts 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(-) base-commit: b48735e5d562eaffb96cf98a91da212176f1534c