aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)Author
2024-07-26ppc: Add has_smt_siblings property to CPUPPCStateNicholas Piggin
2024-07-26target/ppc: Add helpers to check for SMT sibling threadsNicholas Piggin
2024-07-26ppc: Add a core_index to CPUPPCState for SMT vCPUsNicholas Piggin
2024-07-26target/ppc: Move SPR indirect registers into PnvCoreNicholas Piggin
2024-07-26ppc/pnv: Move timebase state into PnvCoreNicholas Piggin
2024-05-24target/ppc: Move out BookE and related MMU functions from mmu_common.cBALATON Zoltan
2024-05-24target/ppc: Remove id_tlbs flag from CPU envBALATON Zoltan
2024-05-24target/ppc: add SMT support to msgsnd broadcastNicholas Piggin
2024-05-24target/ppc: Implement SPRC/SPRD SPRsNicholas Piggin
2024-05-24target/ppc: Implement LDBAR, TTR SPRsNicholas Piggin
2024-05-24target/ppc: Add PPR32 SPRNicholas Piggin
2024-05-24target/ppc: Implement attn instruction on BookS 64-bit processorsNicholas Piggin
2024-05-24target/ppc: Add clrbhrb and mfbhrbe instructionsGlenn Miles
2024-05-24target/ppc: Add recording of taken branches to BHRBGlenn Miles
2024-05-24target/ppc: Add new hflags to support BHRBGlenn Miles
2024-05-24spapr: avoid overhead of finding vhyp class in critical operationsNicholas Piggin
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé
2024-03-13spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.Harsh Prateek Bora
2024-03-13spapr: nested: Extend nested_ppc_state for nested PAPR APIHarsh Prateek Bora
2024-03-13target/ppc: Readability improvements in exception handlersBALATON Zoltan
2024-03-13target/ppc: Add power10 pmu SPRsMadhavan Srinivasan
2024-02-28hw/core/cpu: Remove gdb_get_dynamic_xml memberAkihiko Odaki
2024-02-28target/ppc: Use GDBFeature for dynamic XMLAkihiko Odaki
2024-02-23target/ppc: Implement core timebase state machine and TFMRNicholas Piggin
2024-02-23ppc/pnv: Implement the ChipTOD to Core transferNicholas Piggin
2024-02-23target/ppc: Improve timebase register defines namingNicholas Piggin
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson
2024-02-03target/ppc: Split out ppc_env_mmu_indexRichard Henderson
2023-11-07target/ppc: Move powerpc_input_t definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Move powerpc_mmu_t definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Move powerpc_excp_t definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Move PowerPCCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'Philippe Mathieu-Daudé
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-09-20ppc: spelling fixesMichael Tokarev
2023-09-06spapr: Fix machine reset deadlock from replay-recordNicholas Piggin
2023-09-06target/ppc: Fix CPU reservation migration for record-replayNicholas Piggin
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin
2023-09-06ppc: Add stub implementation of TRIG SPRsJoel Stanley
2023-07-07target/ppc: Move CPU QOM definitions to cpu-qom.hPhilippe Mathieu-Daudé
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-25target/ppc: Add initial flags and helpers for SMT supportNicholas Piggin
2023-06-25target/ppc: Implement HEIR SPRNicholas Piggin
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan
2023-06-10target/ppc: Ensure stcx size matches larxNicholas Piggin