aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2023-07-07target/ppc: SMT support for the HID SPRNicholas Piggin5-1/+40
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin5-5/+33
2023-07-07target: ppc: Use MSR_HVB bit to get the target endianness for memory dumpNarayana Murty N1-1/+1
2023-07-07target/ppc: Get CPUState in one stepBALATON Zoltan1-8/+7
2023-07-07target/ppd: Remove unused defineBALATON Zoltan1-1/+0
2023-07-07target/ppc: Remove some more local CPUState variables only used onceBALATON Zoltan1-5/+2
2023-07-07target/ppc: Move common check in exception handlers to a functionBALATON Zoltan1-89/+25
2023-07-07target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()BALATON Zoltan1-5/+4
2023-07-07target/ppc: Remove some superfluous parenthesesBALATON Zoltan1-4/+4
2023-07-07target/ppc: Fix icount access for some hypervisor instructionsNicholas Piggin1-0/+7
2023-07-07target/ppc: Add TFMR SPR implementation with read and write helpersNicholas Piggin5-1/+28
2023-07-07target/ppc: Tidy POWER book4 SPR registrationNicholas Piggin1-27/+55
2023-07-07target/ppc: Only generate decodetree files when TCG is enabledPhilippe Mathieu-Daudé1-1/+1
2023-06-28target/ppc: Restrict KVM-specific fields from ArchCPUPhilippe Mathieu-Daudé2-0/+6
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson2-6/+6
2023-06-25target/ppc: Add msgsnd/p and DPDES SMT supportNicholas Piggin3-11/+71
2023-06-25target/ppc: Add support for SMT CTRL registerNicholas Piggin3-1/+44
2023-06-25target/ppc: Add initial flags and helpers for SMT supportNicholas Piggin3-0/+36
2023-06-25target/ppc: Fix sc instruction handling of LEV fieldNicholas Piggin1-1/+6
2023-06-25target/ppc: Better CTRL SPR implementationNicholas Piggin1-1/+8
2023-06-25target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interruptsNicholas Piggin1-0/+4
2023-06-25target/ppc: Implement HEIR SPRNicholas Piggin3-1/+40
2023-06-25target/ppc: Add SRR1 prefix indication to interrupt handlersNicholas Piggin2-4/+83
2023-06-25target/ppc: Change partition-scope translate interfaceNicholas Piggin1-8/+16
2023-06-25target/ppc: Fix instruction loading endianness in alignment interruptNicholas Piggin1-1/+21
2023-06-25target/ppc: Fix timer register accessors when !KVMCédric Le Goater1-0/+12
2023-06-25target/ppc: gdbstub init spr gdb_id for all CPUsNicholas Piggin1-11/+19
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-5/+5
2023-06-20target/ppc: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé2-14/+12
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan3-0/+20
2023-06-10target/ppc: Rework store conditional to avoid branchNicholas Piggin1-33/+30
2023-06-10target/ppc: Remove larx/stcx. memory barrier semanticsNicholas Piggin1-11/+0
2023-06-10target/ppc: Ensure stcx size matches larxNicholas Piggin3-4/+14
2023-06-10target/ppc: Fix lqarx to set cpu_reserveNicholas Piggin1-0/+1
2023-06-10target/ppc: Eliminate goto in mmubooke_check_tlb()BALATON Zoltan1-19/+21
2023-06-10target/ppc: Change ppcemb_tlb_check() to return boolBALATON Zoltan1-13/+13
2023-06-10target/ppc: Simplify ppcemb_tlb_search()BALATON Zoltan1-7/+3
2023-06-10target/ppc: Remove some unneded line breaksBALATON Zoltan2-10/+6
2023-06-10target/ppc: Move ppcemb_tlb_search() to mmu_common.cBALATON Zoltan3-25/+22
2023-06-10target/ppc: Remove "ext" parameter of ppcemb_tlb_check()BALATON Zoltan3-15/+11
2023-06-10target/ppc: Remove single use functionBALATON Zoltan1-10/+1
2023-06-10target/ppc: PMU implement PERFM interruptsNicholas Piggin2-8/+15
2023-06-10target/ppc: Support directed privileged doorbell interrupt (SDOOR)Nicholas Piggin1-1/+1
2023-06-10target/ppc: Fix msgclrp interrupt typeNicholas Piggin1-1/+1
2023-06-10target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alertNicholas Piggin1-1/+0
2023-06-10target/ppc: Fix PMU hflags calculationNicholas Piggin6-41/+85
2023-06-10target/ppc: Fix nested-hv HEAI deliveryNicholas Piggin1-2/+5
2023-06-05target/ppc: Inline gen_icount_io_start()Philippe Mathieu-Daudé3-40/+35
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-12/+1
2023-06-05tcg: Remove NO_CPU_IO_DEFSRichard Henderson1-2/+0