aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-18/+0
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson1-8/+8
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-10/+1
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+5
2021-07-09target/ppc: Use translator_use_goto_tbRichard Henderson1-9/+1
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé1-0/+5
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao2-0/+24
2021-07-09target/ppc: Don't compile ppc_tlb_invalid_all without TCGLucas Mateus Castro (alqotel)2-0/+6
2021-07-09target/ppc: Allow virtual hypervisor on CPU without HVBALATON Zoltan1-1/+1
2021-07-09target/ppc: mtmsrd is an illegal instruction on BookENicholas Piggin1-0/+5
2021-07-09target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)3-23/+21
2021-07-09target/ppc: introduce mmu-books.hBruno Larsen (billionai)2-13/+31
2021-07-09target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)3-24/+23
2021-07-09target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)4-20/+40
2021-07-09target/ppc: Fix compilation with DEBUG_BATS debug optionFabiano Rosas2-1/+6
2021-07-09target/ppc: Fix compilation with FLUSH_ALL_TLBS debug optionFabiano Rosas1-8/+0
2021-07-09target/ppc: Fix compilation with DUMP_PAGE_TABLES debug optionFabiano Rosas1-1/+1
2021-07-09target/ppc: Restrict ppc_cpu_tlb_fill to TCGRichard Henderson1-0/+2
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson9-200/+55
2021-07-09target/ppc: Split out ppc_jumbo_xlateRichard Henderson1-83/+96
2021-07-09target/ppc: Split out ppc_hash32_xlateRichard Henderson1-111/+113
2021-07-09target/ppc: Split out ppc_hash64_xlateRichard Henderson1-66/+59
2021-07-09target/ppc: Use bool success for ppc_radix64_xlateRichard Henderson1-15/+15
2021-07-09target/ppc: Push real-mode handling into ppc_radix64_xlateRichard Henderson1-43/+34
2021-07-09target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson6-21/+11
2021-07-09target/ppc: Remove PowerPCCPUClass.handle_mmu_faultRichard Henderson3-50/+20
2021-07-09target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()Greg Kurz2-18/+0
2021-07-09target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz3-7/+19
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson1-3/+0
2021-06-03target/ppc: fix single-step exception regressionLuis Pires1-3/+2
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst3-52/+45
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst3-9/+13
2021-06-03target/ppc: Implement vcfuged instructionMatheus Ferst3-0/+64
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst4-0/+79
2021-06-03target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst2-0/+33
2021-06-03target/ppc: Implement prefixed integer store instructionsRichard Henderson2-0/+16
2021-06-03target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson3-82/+49
2021-06-03target/ppc: Implement prefixed integer load instructionsRichard Henderson2-0/+31
2021-06-03target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson3-123/+150
2021-06-03target/ppc: Implement PNOPRichard Henderson2-0/+78
2021-06-03target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson4-29/+64
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson6-6/+95
2021-06-03target/ppc: Move page crossing check to ppc_tr_translate_insnRichard Henderson1-3/+6
2021-06-03target/ppc: Introduce macros to check isa extensionsRichard Henderson1-0/+26
2021-06-03target/ppc: powerpc_excp: Consolidade TLB miss codeFabiano Rosas1-35/+2
2021-06-03target/ppc: powerpc_excp: Remove dump_syscall_vectoredFabiano Rosas1-13/+1
2021-06-03target/ppc: powerpc_excp: Move lpes code to where it is usedFabiano Rosas1-22/+25
2021-06-03target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)4-234/+65
2021-06-03target/ppc: removed all mentions to PPC_DUMP_CPUBruno Larsen (billionai)3-312/+0