Age | Commit message (Expand) | Author |
2023-11-07 | target/ppc: Use env_archcpu() in helper_book3s_msgsndp() | Philippe Mathieu-Daudé |
2023-10-04 | accel/tcg: Replace CPUState.env_ptr with cpu_env() | Richard Henderson |
2023-09-20 | ppc: spelling fixes | Michael Tokarev |
2023-09-06 | ppc/vhyp: reset exception state when handling vhyp hcall | Nicholas Piggin |
2023-09-06 | target/ppc: Implement watchpoint debug facility for v2.07S | Nicholas Piggin |
2023-09-06 | target/ppc: Implement breakpoint debug facility for v2.07S | Nicholas Piggin |
2023-09-06 | target/ppc: Improve book3s branch trace interrupt for v2.07S | Nicholas Piggin |
2023-08-04 | target/ppc: Fix pending HDEC when entering PM state | Nicholas Piggin |
2023-07-07 | target/ppc: Machine check on invalid real address access on POWER9/10 | Nicholas Piggin |
2023-07-07 | target/ppc: Add LPAR-per-core vs per-thread mode flag | Nicholas Piggin |
2023-07-07 | target/ppc: Get CPUState in one step | BALATON Zoltan |
2023-07-07 | target/ppc: Remove some more local CPUState variables only used once | BALATON Zoltan |
2023-07-07 | target/ppc: Move common check in exception handlers to a function | BALATON Zoltan |
2023-07-07 | target/ppc: Remove unneeded parameter from powerpc_reset_wakeup() | BALATON Zoltan |
2023-07-07 | target/ppc: Remove some superfluous parentheses | BALATON Zoltan |
2023-06-25 | target/ppc: Add msgsnd/p and DPDES SMT support | Nicholas Piggin |
2023-06-25 | target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts | Nicholas Piggin |
2023-06-25 | target/ppc: Implement HEIR SPR | Nicholas Piggin |
2023-06-25 | target/ppc: Add SRR1 prefix indication to interrupt handlers | Nicholas Piggin |
2023-06-25 | target/ppc: Fix instruction loading endianness in alignment interrupt | Nicholas Piggin |
2023-06-10 | target/ppc: Implement gathering irq statistics | BALATON Zoltan |
2023-06-10 | target/ppc: PMU implement PERFM interrupts | Nicholas Piggin |
2023-06-10 | target/ppc: Support directed privileged doorbell interrupt (SDOOR) | Nicholas Piggin |
2023-06-10 | target/ppc: Fix msgclrp interrupt type | Nicholas Piggin |
2023-06-10 | target/ppc: Fix nested-hv HEAI delivery | Nicholas Piggin |
2023-05-27 | target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward | Nicholas Piggin |
2023-03-24 | target/ppc: Fix helper_pminsn() prototype | Cédric Le Goater |
2023-01-04 | target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt | Richard Henderson |
2022-12-21 | target/ppc: Check DEXCR on hash{st, chk} instructions | Nicholas Miehlbradt |
2022-11-17 | target/ppc: Fix build warnings when building with 'disable-tcg' | Vaibhav Jain |
2022-11-01 | accel/tcg: Remove will_exit argument from cpu_restore_state | Richard Henderson |
2022-10-28 | target/ppc: move the p*_interrupt_powersave methods to excp_helper.c | Matheus Ferst |
2022-10-28 | target/ppc: introduce ppc_maybe_interrupt | Matheus Ferst |
2022-10-28 | target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte... | Matheus Ferst |
2022-10-28 | target/ppc: remove generic architecture checks from p7_deliver_interrupt | Matheus Ferst |
2022-10-28 | target/ppc: remove unused interrupts from p7_deliver_interrupt | Matheus Ferst |
2022-10-28 | target/ppc: create an interrupt deliver method for POWER7 | Matheus Ferst |
2022-10-28 | target/ppc: remove unused interrupts from p7_next_unmasked_interrupt | Matheus Ferst |
2022-10-28 | target/ppc: create an interrupt masking method for POWER7 | Matheus Ferst |
2022-10-28 | target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte... | Matheus Ferst |
2022-10-28 | target/ppc: remove generic architecture checks from p8_deliver_interrupt | Matheus Ferst |
2022-10-28 | target/ppc: remove unused interrupts from p8_deliver_interrupt | Matheus Ferst |
2022-10-28 | target/ppc: create an interrupt deliver method for POWER8 | Matheus Ferst |
2022-10-28 | target/ppc: remove unused interrupts from p8_next_unmasked_interrupt | Matheus Ferst |
2022-10-28 | target/ppc: create an interrupt masking method for POWER8 | Matheus Ferst |
2022-10-28 | target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte... | Matheus Ferst |
2022-10-28 | target/ppc: remove generic architecture checks from p9_deliver_interrupt | Matheus Ferst |
2022-10-28 | target/ppc: remove unused interrupts from p9_deliver_interrupt | Matheus Ferst |
2022-10-28 | target/ppc: create an interrupt deliver method for POWER9/POWER10 | Matheus Ferst |
2022-10-28 | target/ppc: remove unused interrupts from p9_next_unmasked_interrupt | Matheus Ferst |