aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/excp_helper.c
AgeCommit message (Expand)Author
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-09-20ppc: spelling fixesMichael Tokarev
2023-09-06ppc/vhyp: reset exception state when handling vhyp hcallNicholas 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-06target/ppc: Improve book3s branch trace interrupt for v2.07SNicholas Piggin
2023-08-04target/ppc: Fix pending HDEC when entering PM stateNicholas Piggin
2023-07-07target/ppc: Machine check on invalid real address access on POWER9/10Nicholas Piggin
2023-07-07target/ppc: Add LPAR-per-core vs per-thread mode flagNicholas Piggin
2023-07-07target/ppc: Get CPUState in one stepBALATON Zoltan
2023-07-07target/ppc: Remove some more local CPUState variables only used onceBALATON Zoltan
2023-07-07target/ppc: Move common check in exception handlers to a functionBALATON Zoltan
2023-07-07target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()BALATON Zoltan
2023-07-07target/ppc: Remove some superfluous parenthesesBALATON Zoltan
2023-06-25target/ppc: Add msgsnd/p and DPDES SMT supportNicholas Piggin
2023-06-25target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interruptsNicholas Piggin
2023-06-25target/ppc: Implement HEIR SPRNicholas Piggin
2023-06-25target/ppc: Add SRR1 prefix indication to interrupt handlersNicholas Piggin
2023-06-25target/ppc: Fix instruction loading endianness in alignment interruptNicholas Piggin
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan
2023-06-10target/ppc: PMU implement PERFM interruptsNicholas Piggin
2023-06-10target/ppc: Support directed privileged doorbell interrupt (SDOOR)Nicholas Piggin
2023-06-10target/ppc: Fix msgclrp interrupt typeNicholas Piggin
2023-06-10target/ppc: Fix nested-hv HEAI deliveryNicholas Piggin
2023-05-27target/ppc: Alignment faults do not set DSISR in ISA v3.0 onwardNicholas Piggin
2023-03-24target/ppc: Fix helper_pminsn() prototypeCédric Le Goater
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interruptRichard Henderson
2022-12-21target/ppc: Check DEXCR on hash{st, chk} instructionsNicholas Miehlbradt
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p7_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p7_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER7Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p7_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER7Matheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p8_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p8_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER8Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p8_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER8Matheus Ferst
2022-10-28target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst
2022-10-28target/ppc: remove generic architecture checks from p9_deliver_interruptMatheus Ferst
2022-10-28target/ppc: remove unused interrupts from p9_deliver_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt deliver method for POWER9/POWER10Matheus Ferst
2022-10-28target/ppc: remove unused interrupts from p9_next_unmasked_interruptMatheus Ferst
2022-10-28target/ppc: create an interrupt masking method for POWER9/POWER10Matheus Ferst