aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-06hw/intc: sifive_plic: Improve robustness of the PLIC config parserBin Meng
2023-01-06hw/intc: sifive_plic: Drop PLICMode_HBin Meng
2023-01-06hw/riscv: spike: Remove misleading commentsBin Meng
2023-01-06hw/riscv: Sort machines Kconfig options in alphabetical orderBin Meng
2023-01-06hw/riscv: Fix opentitan dependency to SIFIVE_PLICBin Meng
2023-01-06hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllersBin Meng
2023-01-06hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLICBin Meng
2023-01-06RISC-V: Add Zawrs ISA extension supportChristoph Muellner
2023-01-06target/riscv: Clear mstatus.MPRV when leaving M-mode for priv spec 1.12+Bin Meng
2023-01-06target/riscv: Simplify helper_sret() a little bitBin Meng
2023-01-06target/riscv: Set pc_succ_insn for !rvc illegal insnRichard Henderson
2023-01-06target/riscv: Fix mret exception cause when no pmp rule is configuredBin Meng
2023-01-06hw/intc: sifive_plic: fix out-of-bound access of source_priority arrayJim Shu
2023-01-06hw/{misc, riscv}: pfsoc: add system controller as unimplementedConor Dooley
2023-01-06hw/riscv: pfsoc: add missing FICs as unimplementedConor Dooley
2023-01-06hw/misc: pfsoc: add fabric clocks to ioscbConor Dooley
2023-01-06target/riscv: Add some comments for sstatus CSR in riscv_cpu_dump_state()Bin Meng
2023-01-06target/riscv: support cache-related PMU events in virtual modeJim Shu
2023-01-06hw/riscv: virt: Remove the redundant ipi-id propertyAtish Patra
2023-01-06target/riscv: Typo fix in sstc() predicateAnup Patel
2023-01-06hw/intc: sifive_plic: Renumber the S irqs for numa supportFrédéric Pétrot
2023-01-06target/riscv: Add itrigger_enabled field to CPURISCVStateLIU Zhiwei
2023-01-06target/riscv: Enable native debug itriggerLIU Zhiwei
2023-01-06target/riscv: Add itrigger support when icount is enabledLIU Zhiwei
2023-01-06target/riscv: Add itrigger support when icount is not enabledLIU Zhiwei
2023-01-06target/riscv: generate virtual instruction exceptionMayuresh Chitale
2023-01-06target/riscv: smstateen check for h/s/envcfgMayuresh Chitale
2023-01-06target/riscv: Add smstateen supportMayuresh Chitale
2023-01-06hw/riscv/opentitan: add aon_timer base unimplWilfred Mallawa
2023-01-06hw/riscv/opentitan: bump opentitanWilfred Mallawa
2023-01-06tcg/riscv: Fix base register for user-only qemu_ld/stRichard Henderson
2023-01-06tcg/riscv: Fix reg overlap case in tcg_out_addsub2Richard Henderson
2023-01-06tcg/riscv: Fix range matched by TCG_CT_CONST_M12Richard Henderson
2023-01-06target/riscv: Fix PMP propagation for tlbLIU Zhiwei
2023-01-05Merge tag 'pull-target-arm-20230105' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-01-05tests/tcg/multiarch: add vma-pthread.cIlya Leoshkevich
2023-01-05accel/tcg: Handle false negative lookup in page_check_rangeRichard Henderson
2023-01-05accel/tcg: Use g_free_rcu for user-exec interval treesRichard Henderson
2023-01-05accel/tcg: Fix tb_invalidate_phys_page_unwindRichard Henderson
2023-01-05tcg: Add TCGHelperInfo argument to tcg_out_callRichard Henderson
2023-01-05tcg/aarch64: Merge tcg_out_callr into tcg_out_callRichard Henderson
2023-01-05tcg: Move ffi_cif pointer into TCGHelperInfoRichard Henderson
2023-01-05tcg: Factor init_ffi_layouts() out of tcg_context_init()Philippe Mathieu-Daudé
2023-01-05tcg: Convert typecode_to_ffi from array to functionPhilippe Mathieu-Daudé
2023-01-05tcg: Reorg function callsRichard Henderson
2023-01-05tcg: Use output_pref wrapper functionRichard Henderson
2023-01-05tcg: Vary the allocation size for TCGOpRichard Henderson
2023-01-05tcg: Pass number of arguments to tcg_emit_op() / tcg_op_insert_*()Philippe Mathieu-Daudé
2023-01-05accel/tcg/plugin: Use copy_op in append_{udata,mem}_cbRichard Henderson
2023-01-05accel/tcg/plugin: Avoid duplicate copy in copy_callRichard Henderson