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