aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé
2022-03-06target/hexagon: Add missing 'hw/core/cpu.h' includePhilippe Mathieu-Daudé
2022-03-06target: Include missing 'cpu.h'Philippe Mathieu-Daudé
2022-03-06Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPETaylor Simpson
2022-03-06target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-03-06misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé
2022-03-05target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16Víctor Colombo
2022-03-05target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVíctor Colombo
2022-03-05target/ppc: split XXGENPCV macros for readabilityMatheus Ferst
2022-03-05target/ppc: use andc in vrlqmiMatheus Ferst
2022-03-05target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst
2022-03-05target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst
2022-03-05target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)
2022-03-05target/ppc: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst
2022-03-04Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-nios-20220303' int...Peter Maydell
2022-03-03Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20220...Peter Maydell
2022-03-03target/nios2: Rewrite interrupt handlingRichard Henderson
2022-03-03target/nios2: Special case ipending in rdctl and wrctlRichard Henderson
2022-03-03target/nios2: Split mmu_writeRichard Henderson
2022-03-03target/nios2: Hoist R_ZERO check in rdctlRichard Henderson
2022-03-03target/nios2: Only build mmu.c for system modeRichard Henderson
2022-03-03target/nios2: Replace MMU_LOG with tracepointsRichard Henderson
2022-03-03target/nios2: Remove mmu_read_debugRichard Henderson
2022-03-03target/riscv: expose zfinx, zdinx, zhinx{min} propertiesWeiwei Li
2022-03-03target/riscv: add support for zhinx/zhinxminWeiwei Li
2022-03-03target/riscv: add support for zdinxWeiwei Li
2022-03-03target/riscv: add support for zfinxWeiwei Li
2022-03-03target/riscv: hardwire mstatus.FS to zero when enable zfinxWeiwei Li
2022-03-03target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}Weiwei Li
2022-03-03target/riscv: fix inverted checks for ext_zb[abcs]Philipp Tomsich
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson
2022-03-02target/arm: Advertise all page sizes for -cpu maxRichard Henderson
2022-03-02target/arm: Validate tlbi TG matches translation granule in useRichard Henderson
2022-03-02target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson
2022-03-02target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson
2022-03-02target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson
2022-03-02target/arm: Implement FEAT_LPARichard Henderson
2022-03-02target/arm: Implement FEAT_LVARichard Henderson
2022-03-02target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson
2022-03-02target/arm: Honor TCR_ELx.{I}PSRichard Henderson
2022-03-02target/arm: Use MAKE_64BIT_MASK to compute indexmaskRichard Henderson
2022-03-02target/arm: Pass outputsize down to check_s2_mmu_setupRichard Henderson
2022-03-02target/arm: Move arm_pamax out of lineRichard Henderson
2022-03-02target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson
2022-03-02target/arm: Set TCR_EL1.TSZ for user-onlyRichard Henderson