]> git.proxmox.com Git - mirror_qemu.git/history - target/riscv/tcg/tcg-cpu.c
Merge tag 'pull-target-arm-20240111' of https://git.linaro.org/people/pmaydell/qemu...
[mirror_qemu.git] / target / riscv / tcg / tcg-cpu.c
2024-01-11 Peter MaydellMerge tag 'pull-target-arm-20240111' of https://git...
2024-01-10 Peter MaydellMerge tag 'pull-riscv-to-apply-20240110' of https:...
2024-01-10 Daniel Henrique... target/riscv: add 'parent' in profile description
2024-01-10 Daniel Henrique... target/riscv: add satp_mode profile support
2024-01-10 Daniel Henrique... target/riscv: add priv ver restriction to profiles
2024-01-10 Daniel Henrique... target/riscv: implement svade
2024-01-10 Daniel Henrique... target/riscv: add 'rva22u64' CPU
2024-01-10 Daniel Henrique... target/riscv/tcg: validate profiles during finalize
2024-01-10 Daniel Henrique... target/riscv/tcg: honor user choice for G MISA bits
2024-01-10 Daniel Henrique... target/riscv/tcg: add hash table insert helpers
2024-01-10 Daniel Henrique... target/riscv/tcg: handle profile MISA bits
2024-01-10 Daniel Henrique... target/riscv/tcg: add riscv_cpu_write_misa_bit()
2024-01-10 Daniel Henrique... target/riscv/tcg: add MISA user options hash
2024-01-10 Daniel Henrique... target/riscv/tcg: add user flag for profile support
2024-01-10 Daniel Henrique... target/riscv/tcg: add 'zic64b' support
2024-01-10 Daniel Henrique... target/riscv/tcg: update priv_ver on user_set extensions
2024-01-10 Daniel Henrique... target/riscv/tcg: do not use "!generic" CPU checks
2024-01-10 Weiwei Litarget/riscv: Add support for Zacas extension
2023-11-22 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20231122' of https:...
2023-11-22 Clément Chigottarget/riscv: don't verify ISA compatibility for zicntr...
2023-11-07 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2023-11-07 Stefan HajnocziMerge tag 'pull-pa-20231106' of https://gitlab.com...
2023-11-07 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20231107' of https:...
2023-11-07 Rob Bradfordtarget/riscv: Add "pmu-mask" property to replace "pmu...
2023-11-07 Rob Bradfordtarget/riscv: Propagate error from PMU setup
2023-11-07 Max Choutarget/riscv: Add cfg properties for Zvks[c|g] extensions
2023-11-07 Max Choutarget/riscv: Add cfg properties for Zvkn[c|g] extensions
2023-11-07 Max Choutarget/riscv: Add cfg property for Zvkb extension
2023-11-07 Max Choutarget/riscv: Add cfg property for Zvkt extension
2023-11-07 Daniel Henrique... target/riscv: add zihpm extension flag for TCG
2023-11-07 Daniel Henrique... target/riscv: add zicntr extension flag for TCG
2023-11-07 Himanshu ChauhanAdd epmp to extensions list and rename it to smepmp
2023-11-07 Daniel Henrique... target/riscv: add riscv_cpu_accelerator_compatible()
2023-11-07 Daniel Henrique... target/riscv/tcg: add tcg_cpu_finalize_features()
2023-11-07 Rajnesh Kanwaltarget/riscv: Set VS* bits to one in mideleg when H...
2023-11-07 Daniel Henrique... target/riscv: rename ext_icsr to ext_zicsr
2023-11-07 Daniel Henrique... target/riscv: rename ext_ifencei to ext_zifencei
2023-10-16 Stefan HajnocziMerge tag 'python-pull-request' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'pull-request-2023-10-12' of https://gitlab...
2023-10-16 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-10-16 Stefan HajnocziMerge tag 'pull-shadow-2023-10-12' of https://repo...
2023-10-16 Stefan HajnocziMerge tag 'mem-2023-10-12' of https://github.com/davidh...
2023-10-12 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20231012-1' of https...
2023-10-12 Daniel Henrique... target/riscv: deprecate capital 'Z' CPU properties
2023-10-12 Daniel Henrique... target/riscv/tcg: remove RVG warning
2023-10-12 Daniel Henrique... target/riscv/tcg-cpu.c: add extension properties for...
2023-10-12 Daniel Henrique... target/riscv: add riscv_cpu_get_name()
2023-10-12 Daniel Henrique... target/riscv/cpu: move priv spec functions to tcg-cpu.c
2023-10-12 Daniel Henrique... target/riscv/tcg: move riscv_cpu_add_misa_properties...
2023-10-12 Daniel Henrique... target/riscv/tcg: introduce tcg_cpu_instance_init()
2023-10-12 Daniel Henrique... target/riscv: move riscv_tcg_ops to tcg-cpu.c
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_validate_set_extensions...
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_realize_tcg() to TCG:...
2023-10-12 Daniel Henrique... target/riscv: introduce TCG AccelCPUClass