aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-07-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210709'...Peter Maydell
2021-07-09target/i386: Use cpu_breakpoint_test in breakpoint_handlerRichard Henderson
2021-07-09target/xtensa/xtensa-semi: Fix compilation problem on HaikuThomas Huth
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé
2021-07-09target/xtensa: Use translator_use_goto_tbRichard Henderson
2021-07-09target/tricore: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2021-07-09target/tricore: Use translator_use_goto_tbRichard Henderson
2021-07-09target/sparc: Use translator_use_goto_tbRichard Henderson
2021-07-09target/sh4: Use translator_use_goto_tbRichard Henderson
2021-07-09target/s390x: Remove use_exit_tbRichard Henderson
2021-07-09target/s390x: Use translator_use_goto_tbRichard Henderson
2021-07-09target/rx: Use translator_use_goto_tbRichard Henderson
2021-07-09target/riscv: Use translator_use_goto_tbRichard Henderson
2021-07-09target/ppc: Use translator_use_goto_tbRichard Henderson
2021-07-09target/openrisc: Use translator_use_goto_tbRichard Henderson
2021-07-09target/nios2: Use translator_use_goto_tbRichard Henderson
2021-07-09target/mips: Fix missing else in gen_goto_tbRichard Henderson
2021-07-09target/mips: Use translator_use_goto_tbRichard Henderson
2021-07-09target/microblaze: Use translator_use_goto_tbRichard Henderson
2021-07-09target/m68k: Use translator_use_goto_tbRichard Henderson
2021-07-09target/i386: Use translator_use_goto_tbRichard Henderson
2021-07-09target/hppa: Use translator_use_goto_tbRichard Henderson
2021-07-09target/cris: Use translator_use_goto_tbRichard Henderson
2021-07-09target/avr: Mark some helpers noreturnRichard Henderson
2021-07-09target/avr: Use translator_use_goto_tbRichard Henderson
2021-07-09target/arm: Use translator_use_goto_tb for aarch32Richard Henderson
2021-07-09target/arm: Use translator_use_goto_tb for aarch64Richard Henderson
2021-07-09target/arm: Use DISAS_TOO_MANY for ISB and SBRichard Henderson
2021-07-09target/alpha: Use translator_use_goto_tbRichard Henderson
2021-07-09target/alpha: Remove in_superpageRichard Henderson
2021-07-09target/alpha: Remove use_exit_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé
2021-07-09target/i386: fix exceptions for MOV to DRPaolo Bonzini
2021-07-09target/i386: Added DR6 and DR7 consistency checksLara Lazier
2021-07-09target/i386: Added MSRPM and IOPM size checkLara Lazier
2021-07-09target/arm: Correct the encoding of MDCCSR_EL0 and DBGDSCRinthnick@vmware.com
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao
2021-07-09target/ppc: Don't compile ppc_tlb_invalid_all without TCGLucas Mateus Castro (alqotel)
2021-07-09target/ppc: Allow virtual hypervisor on CPU without HVBALATON Zoltan
2021-07-09target/ppc: mtmsrd is an illegal instruction on BookENicholas Piggin
2021-07-09target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)
2021-07-09target/ppc: introduce mmu-books.hBruno Larsen (billionai)
2021-07-09target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)
2021-07-09target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)
2021-07-09target/ppc: Fix compilation with DEBUG_BATS debug optionFabiano Rosas
2021-07-09target/ppc: Fix compilation with FLUSH_ALL_TLBS debug optionFabiano Rosas