summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: fix vector registers access in gdbstub for little-endianMatheus Ferst2021-08-271-25/+7Star
* target/ppc: fix vextu[bhw][lr]x helpersMatheus Ferst2021-08-271-28/+10Star
* ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...Cédric Le Goater2021-08-271-6/+0Star
* ppc: Add a POWER10 DD2 CPUCédric Le Goater2021-08-273-1/+7
* target/ppc: moved store_40x_sler to helper_regs.cLucas Mateus Castro (alqotel)2021-08-272-10/+12
* target/ppc: moved ppc_store_sdr1 to mmu_common.cLucas Mateus Castro (alqotel)2021-08-272-28/+26Star
* target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)2021-08-275-1592/+1658
* arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-261-1/+0Star
* target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32Matheus Ferst2021-07-291-2/+56
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-18/+0Star
* tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson2021-07-211-8/+8
* 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