summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2021-09-14target/ppc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-08-27target/ppc: fix vector registers access in gdbstub for little-endianMatheus Ferst
2021-08-27target/ppc: fix vextu[bhw][lr]x helpersMatheus Ferst
2021-08-27ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...Cédric Le Goater
2021-08-27ppc: Add a POWER10 DD2 CPUCédric Le Goater
2021-08-27target/ppc: moved store_40x_sler to helper_regs.cLucas Mateus Castro (alqotel)
2021-08-27target/ppc: moved ppc_store_sdr1 to mmu_common.cLucas Mateus Castro (alqotel)
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-07-29target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32Matheus Ferst
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson
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-09target/ppc: Use translator_use_goto_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/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-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson
2021-06-03target/ppc: fix single-step exception regressionLuis Pires
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst
2021-06-03target/ppc: Implement vcfuged instructionMatheus Ferst
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst
2021-06-03target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst
2021-06-03target/ppc: Implement prefixed integer store instructionsRichard Henderson
2021-06-03target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson
2021-06-03target/ppc: Implement prefixed integer load instructionsRichard Henderson