aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2024-07-26target/ppc: Move SPR indirect registers into PnvCoreNicholas Piggin
2024-07-26ppc/pnv: Move timebase state into PnvCoreNicholas Piggin
2024-07-26target/ppc: Fix msgsnd for POWER8Nicholas Piggin
2024-07-26target/ppc/cpu_init: Synchronize HASHPKEYR with KVM for migrationShivaprasad G Bhat
2024-07-26target/ppc/cpu_init: Synchronize HASHKEYR with KVM for migrationShivaprasad G Bhat
2024-07-26target/ppc/cpu_init: Synchronize DEXCR with KVM for migrationShivaprasad G Bhat
2024-07-26target/ppc/arch_dump: set prstatus pid to cpuidOmar Sandoval
2024-07-26target/ppc: handle vcpu hotplug failure gracefullyHarsh Prateek Bora
2024-07-23target/ppc: Improve helper_dcbz for user-onlyRichard Henderson
2024-07-23target/ppc: Merge helper_{dcbz,dcbzep}Richard Henderson
2024-07-23target/ppc: Split out helper_dbczl for 970Richard Henderson
2024-07-23target/ppc: Hoist dcbz_size out of dcbz_commonRichard Henderson
2024-07-23target/ppc/mem_helper.c: Remove a conditional from dcbz_common()BALATON Zoltan
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-05-24target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()BALATON Zoltan
2024-05-24target/ppc: Move out BookE and related MMU functions from mmu_common.cBALATON Zoltan
2024-05-24target/ppc: Add a function to check for page protection bitBALATON Zoltan
2024-05-24target/ppc/mmu-radix64.c: Drop a local variableBALATON Zoltan
2024-05-24target/ppc/mmu-hash32.c: Drop a local variableBALATON Zoltan
2024-05-24target/ppc: Split off common embedded TLB initBALATON Zoltan
2024-05-24target/ppc: Remove id_tlbs flag from CPU envBALATON Zoltan
2024-05-24target/ppc: Move mmu_ctx_t type to mmu_common.cBALATON Zoltan
2024-05-24target/ppc: Transform ppc_jumbo_xlate() into ppc_6xx_xlate()BALATON Zoltan
2024-05-24target/ppc: Split off 40x cases from ppc_jumbo_xlate()BALATON Zoltan
2024-05-24target/ppc: Split off real mode handling from get_physical_address_wtlb()BALATON Zoltan
2024-05-24target/ppc: Simplify ppc_booke_xlate() part 2BALATON Zoltan
2024-05-24target/ppc: Simplify ppc_booke_xlate() part 1BALATON Zoltan
2024-05-24target/ppc: Split off BookE handling from ppc_jumbo_xlate()BALATON Zoltan
2024-05-24target/ppc: Remove BookE from direct store handlingBALATON Zoltan
2024-05-24target/ppc: Don't use mmu_ctx_t in mmubooke206_get_physical_address()BALATON Zoltan
2024-05-24target/ppc: Don't use mmu_ctx_t in mmubooke_get_physical_address()BALATON Zoltan
2024-05-24target/ppc: Don't use mmu_ctx_t for mmu40x_get_physical_address()BALATON Zoltan
2024-05-24target/ppc: Replace hard coded constants in ppc_jumbo_xlate()BALATON Zoltan
2024-05-24target/ppc: Deindent ppc_jumbo_xlate()BALATON Zoltan
2024-05-24target/ppc: Fix misindented qemu_log_mask() callsBALATON Zoltan
2024-05-24target/ppc: Inline and remove check_physical()BALATON Zoltan
2024-05-24target/ppc: Split off real mode cases in get_physical_address_wtlb()BALATON Zoltan
2024-05-24target/ppc: Split out BookE xlate cases before checking real modeBALATON Zoltan
2024-05-24target/ppc: Eliminate ret from mmu6xx_get_physical_address()BALATON Zoltan
2024-05-24target/ppc: Move some debug logging in ppc6xx_tlb_check()BALATON Zoltan
2024-05-24target/ppc: Move else branch to avoid large if block in mmu6xx_get_physical_a...BALATON Zoltan
2024-05-24target/ppc: Introduce mmu6xx_get_physical_address()BALATON Zoltan
2024-05-24target/ppc: Drop cases for unimplemented MPC8xx MMUBALATON Zoltan
2024-05-24target/ppc: Simplify checking for real mode in get_physical_address_wtlb()BALATON Zoltan
2024-05-24target/ppc: Remove unneeded local variable from booke tlb checksBALATON Zoltan
2024-05-24target/ppc: Move calculation of a value closer to its usage in booke tlb checksBALATON Zoltan
2024-05-24target/ppc: Remove unused helper_rac()BALATON Zoltan
2024-05-24target/ppc: Remove unused struct 'mmu_ctx_hash32'Dr. David Alan Gilbert
2024-05-24target/ppc: add SMT support to msgsnd broadcastNicholas Piggin