aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
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
2021-07-09target/ppc: Fix compilation with DUMP_PAGE_TABLES debug optionFabiano Rosas
2021-07-09target/ppc: Restrict ppc_cpu_tlb_fill to TCGRichard Henderson
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson
2021-07-09target/ppc: Split out ppc_jumbo_xlateRichard Henderson
2021-07-09target/ppc: Split out ppc_hash32_xlateRichard Henderson
2021-07-09target/ppc: Split out ppc_hash64_xlateRichard Henderson
2021-07-09target/ppc: Use bool success for ppc_radix64_xlateRichard Henderson
2021-07-09target/ppc: Push real-mode handling into ppc_radix64_xlateRichard Henderson
2021-07-09target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson
2021-07-09target/ppc: Remove PowerPCCPUClass.handle_mmu_faultRichard Henderson
2021-07-09target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()Greg Kurz
2021-07-09target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz
2021-07-07target/s390x: split sysemu part of cpu modelsCho, Yu-Chen
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen
2021-07-07target/s390x: remove kvm-stub.cCho, Yu-Chen
2021-07-07target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1mCho, Yu-Chen
2021-07-07target/s390x: make helper.c sysemu-onlyCho, Yu-Chen
2021-07-07target/s390x: split cpu-dump from helper.cCho, Yu-Chen
2021-07-07target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen
2021-07-07target/s390x: remove tcg-stub.cCho, Yu-Chen
2021-07-07target/s390x: meson: add target_user_archCho, Yu-Chen
2021-07-07s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICALDavid Hildenbrand
2021-07-07target/s390x: Fix CC set by CONVERT TO FIXED/LOGICALUlrich Weigand
2021-07-07s390x/cpumodel: add 3931 and 3932Christian Borntraeger
2021-07-06target/i386: Move X86XSaveArea into TCGDavid Edmondson
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson
2021-07-06target/i386: Observe XSAVE state area offsetsDavid Edmondson