]> git.proxmox.com Git - mirror_qemu.git/history - target/riscv
qapi: Reformat doc comments to conform to current conventions
[mirror_qemu.git] / target / riscv /
2023-05-05 Richard HendersonMerge tag 'pw-pull-request' of https://gitlab.com/marca...
2023-05-05 Richard HendersonMerge tag 'migration-20230505-pull-request' of https...
2023-05-05 Richard HendersonMerge tag 'pull-riscv-to-apply-20230505-1' of https...
2023-05-05 Rahul Pathaktarget/riscv: add Ventana's Veyron V1 CPU
2023-05-05 Alexandre Ghitiriscv: Make sure an exception is raised if a pte is...
2023-05-05 Irina Ryapolovatarget/riscv: Fix Guest Physical Address Translation
2023-05-05 Bin Mengtarget/riscv: Restore the predicate() NULL check behavior
2023-05-05 Daniel Henrique... target/riscv: add TYPE_RISCV_DYNAMIC_CPU
2023-05-05 Daniel Henrique... target/riscv: add query-cpy-definitions support
2023-05-05 Daniel Henrique... target/riscv: add CPU QOM header
2023-05-05 Richard Hendersontarget/riscv: Reorg sum check in get_physical_address
2023-05-05 Richard Hendersontarget/riscv: Reorg access check in get_physical_address
2023-05-05 Richard Hendersontarget/riscv: Merge checks for reserved pte flags
2023-05-05 Richard Hendersontarget/riscv: Don't modify SUM with is_debug
2023-05-05 Richard Hendersontarget/riscv: Suppress pte update with is_debug
2023-05-05 Richard Hendersontarget/riscv: Move leaf pte processing out of level...
2023-05-05 Richard Hendersontarget/riscv: Hoist pbmte and hade out of the level...
2023-05-05 Richard Hendersontarget/riscv: Hoist second stage mode change to callers
2023-05-05 Richard Hendersontarget/riscv: Check SUM in the correct register
2023-05-05 Richard Hendersontarget/riscv: Set MMU_2STAGE_BIT in riscv_cpu_mmu_index
2023-05-05 Richard Hendersontarget/riscv: Move hstatus.spvp check to check_access_hlsv
2023-05-05 Richard Hendersontarget/riscv: Introduce mmuidx_2stage
2023-05-05 Richard Hendersontarget/riscv: Introduce mmuidx_priv
2023-05-05 Richard Hendersontarget/riscv: Introduce mmuidx_sum
2023-05-05 Richard Hendersontarget/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT
2023-05-05 Richard Hendersontarget/riscv: Handle HLV, HSV via helpers
2023-05-05 Richard Hendersontarget/riscv: Use cpu_ld*_code_mmu for HLVX
2023-05-05 Fei Wutarget/riscv: Reduce overhead of MSTATUS_SUM change
2023-05-05 Fei Wutarget/riscv: Separate priv from mmu_idx
2023-05-05 LIU Zhiweitarget/riscv: Add a tb flags field for vstart
2023-05-05 Richard Hendersontarget/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
2023-05-05 LIU Zhiweitarget/riscv: Encode the FS and VS on a normal way...
2023-05-05 LIU Zhiweitarget/riscv: Add a general status enum for extensions
2023-05-05 LIU Zhiweitarget/riscv: Extract virt enabled state from tb flags
2023-05-05 Yi Chentarget/riscv: fix H extension TVM trap
2023-05-05 Weiwei Litarget/riscv: Use check for relationship between Zdinx...
2023-05-05 Weiwei Litarget/riscv: Legalize MPP value in write_mstatus
2023-05-05 Weiwei Litarget/riscv: Use PRV_RESERVED instead of PRV_H
2023-05-05 Weiwei Litarget/riscv: Fix the mstatus.MPP value after executing...
2023-05-05 Daniel Henrique... target/riscv/cpu.c: redesign register_cpu_props()
2023-05-05 Daniel Henrique... target/riscv: add RVG and remove cpu->cfg.ext_g
2023-05-05 Daniel Henrique... target/riscv: remove cfg.ext_g setup from rv64_thead_c9...
2023-05-05 Daniel Henrique... target/riscv: remove riscv_cpu_sync_misa_cfg()
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_v
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_j
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_h
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_u
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_s
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_m
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_e
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_i
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_f
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_d
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_c
2023-05-05 Daniel Henrique... target/riscv: remove cpu->cfg.ext_a
2023-05-05 Daniel Henrique... target/riscv: introduce riscv_cpu_add_misa_properties()
2023-05-05 Daniel Henrique... target/riscv/cpu.c: remove 'multi_letter' from isa_ext_data
2023-05-05 Daniel Henrique... target/riscv: remove MISA properties from isa_edata_arr[]
2023-05-05 Daniel Henrique... target/riscv: sync env->misa_ext* with cpu->cfg in...
2023-05-05 Weiwei Litarget/riscv: Fix lines with over 80 characters
2023-05-05 Weiwei Litarget/riscv: Fix format for comments
2023-05-05 Weiwei Litarget/riscv: Fix format for indentation
2023-05-05 Weiwei Litarget/riscv: Remove riscv_cpu_virt_enabled()
2023-05-05 Weiwei Litarget/riscv: Set opcode to env->bins for illegal/virtu...
2023-05-05 Weiwei Litarget/riscv: Fix addr type for get_physical_address
2023-05-05 Weiwei Litarget/riscv: Remove redundant parentheses
2023-05-05 LIU Zhiweitarget/riscv: Convert env->virt to a bool env->virt_enabled
2023-05-05 Weiwei Litarget/riscv: Remove check on RVH for riscv_cpu_set_vir...
2023-05-05 Weiwei Litarget/riscv: Remove check on RVH for riscv_cpu_virt_en...
2023-05-05 Weiwei Litarget/riscv: Remove redundant check on RVH
2023-05-05 Weiwei Litarget/riscv: Remove redundant call to riscv_cpu_virt_e...
2023-05-05 LIU Zhiweitarget/riscv: Fix itrigger when icount is used
2023-05-05 Weiwei Litarget/riscv: Add support for Zce
2023-05-05 Weiwei Litarget/riscv: expose properties for Zc* extension
2023-05-05 Weiwei Litarget/riscv: add support for Zcmt extension
2023-05-05 Weiwei Litarget/riscv: add support for Zcmp extension
2023-05-05 Weiwei Litarget/riscv: add support for Zcb extension
2023-05-05 Weiwei Litarget/riscv: add support for Zcd extension
2023-05-05 Weiwei Litarget/riscv: add support for Zcf extension
2023-05-05 Weiwei Litarget/riscv: add support for Zca extension
2023-05-05 Weiwei Litarget/riscv: add cfg properties for Zc* extension
2023-05-05 Conor Dooleytarget/riscv: fix invalid riscv,event-to-mhpmcounters...
2023-05-05 Philipp Tomsichtarget/riscv: redirect XVentanaCondOps to use the Zicon...
2023-05-05 Philipp Tomsichtarget/riscv: refactor Zicond support
2023-05-05 Weiwei Litarget/riscv: Simplify arguments for riscv_csrrw_check
2023-05-05 Weiwei Litarget/riscv: Simplify type conversion for CPURISCVState
2023-05-05 Weiwei Litarget/riscv: Simplify getting RISCVCPU pointer from env
2023-05-05 LIU Zhiweitarget/riscv: Fix priv version dependency for vector...
2023-05-05 Weiwei Litarget/riscv: Avoid env_archcpu() when reading RISCVCPU...
2023-03-24 Peter MaydellMerge tag 'qga-pull-2023-03-22' of github.com:kostyanf1...
2023-03-15 Peter MaydellMerge tag 'misc-next-pull-request' of https://gitlab...
2023-03-14 Peter MaydellMerge tag 'display-pull-request' of https://gitlab...
2023-03-14 Peter MaydellMerge tag 'pull-riscv-to-apply-20230314' of https:...
2023-03-14 Peter MaydellMerge tag 'trivial-branch-for-8.0-pull-request' of...
2023-03-14 Peter MaydellMerge tag 'pull-tcg-20230313' of https://gitlab.com...
2023-03-13 Anton Johanssontarget/riscv: Remove `NB_MMU_MODES` define
2023-03-12 Peter MaydellMerge tag 'linux-user-for-8.0-pull-request' of https...
2023-03-10 Peter MaydellMerge tag 'for_upstream' of https://git.kernel.org...
2023-03-10 Peter MaydellMerge tag 'qga-pull-2023-03-08' of github.com:kostyanf1...
2023-03-10 Peter MaydellMerge tag 'pull-hex-20230306' of https://github.com...
next