Age | Commit message (Expand) | Author |
2022-04-21 | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau |
2022-04-06 | Move CPU softfloat unions to cpu-float.h | Marc-André Lureau |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-03-06 | target: Use ArchCPU as interface to target CPU | Philippe Mathieu-Daudé |
2022-03-06 | target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro | Philippe Mathieu-Daudé |
2022-03-06 | target: Use CPUArchState as interface to target-specific CPU state | Philippe Mathieu-Daudé |
2022-03-02 | target/ppc: trigger PERFM EBBs from power8-pmu.c | Daniel Henrique Barboza |
2022-03-02 | target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions | Daniel Henrique Barboza |
2022-02-18 | target/ppc: cpu_init: Move check_pow and QOM macros to a header | Fabiano Rosas |
2022-02-18 | target/ppc: Introduce a vhyp framework for nested HV support | Nicholas Piggin |
2022-02-18 | target/ppc: make vhyp get_pate method take lpid and return success | Nicholas Piggin |
2022-02-09 | target/ppc: Remove PowerPC 601 CPUs | Cédric Le Goater |
2022-01-28 | target/ppc: Remove support for the PowerPC 602 CPU | Cédric Le Goater |
2022-01-28 | target/ppc: 405: Rename MSR_POW to MSR_WE | Fabiano Rosas |
2022-01-18 | target/ppc: Finish removal of 401/403 CPUs | Cédric Le Goater |
2022-01-12 | target/ppc: Add MSR_ILE support to ppc_interrupts_little_endian | Fabiano Rosas |
2022-01-12 | target/ppc: Add HV support to ppc_interrupts_little_endian | Fabiano Rosas |
2022-01-04 | target/ppc: Cache per-pmc insn and cycle count settings | Richard Henderson |
2022-01-04 | ppc/ppc405: Restore TCR and STR write handlers | Cédric Le Goater |
2021-12-17 | PPC64/TCG: Implement 'rfebb' instruction | Daniel Henrique Barboza |
2021-12-17 | target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event | Daniel Henrique Barboza |
2021-12-17 | target/ppc: enable PMU instruction count | Daniel Henrique Barboza |
2021-12-17 | target/ppc: enable PMU counter overflow with cycle events | Daniel Henrique Barboza |
2021-12-17 | target/ppc: PMU basic cycle count for pseries TCG | Daniel Henrique Barboza |
2021-12-17 | target/ppc: introduce PMUEventType and PMU overflow timers | Daniel Henrique Barboza |
2021-12-17 | target/ppc: Remove the software TLB model of 7450 CPUs | Fabiano Rosas |
2021-12-17 | target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52 | Lucas Mateus Castro (alqotel) |
2021-11-02 | target/ppc: Implement ppc_cpu_record_sigsegv | Richard Henderson |
2021-10-21 | target/ppc: add user read/write functions for MMCR2 | Daniel Henrique Barboza |
2021-10-21 | target/ppc: add user read/write functions for MMCR0 | Gustavo Romero |
2021-10-21 | target/ppc: add MMCR0 PMCC bits to hflags | Daniel Henrique Barboza |
2021-10-21 | target/ppc: Filter mtmsr[d] input before setting MSR | Matheus Ferst |
2021-10-21 | linux-user: Fix XER access in ppc version of elf_core_copy_regs | Matheus Ferst |
2021-09-30 | target/ppc: add LPCR[HR] to DisasContext and hflags | Matheus Ferst |
2021-09-21 | include/exec: Move cpu_signal_handler declaration | Richard Henderson |
2021-09-14 | target/ppc: Restrict cpu_exec_interrupt() handler to sysemu | Philippe Mathieu-Daudé |
2021-08-27 | target/ppc: divided mmu_helper.c in 2 files | Lucas Mateus Castro (alqotel) |
2021-07-09 | target/ppc: Introduce ppc_interrupts_little_endian() | Greg Kurz |
2021-06-03 | target/ppc: Add infrastructure for prefixed insns | Richard Henderson |
2021-06-03 | target/ppc: overhauled and moved logic of storing fpscr | Bruno Larsen (billionai) |
2021-06-03 | target/ppc: remove ppc_cpu_dump_statistics | Bruno Larsen (billionai) |
2021-06-03 | target/ppc: fold ppc_store_ptcr into it's only caller | Bruno Larsen (billionai) |
2021-05-19 | target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN | Richard Henderson |
2021-05-19 | target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE | Richard Henderson |
2021-05-19 | target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT | Richard Henderson |
2021-05-19 | target/ppc: created ppc_{store,get}_vscr for generic vscr usage | Bruno Larsen (billionai) |
2021-05-19 | hw/ppc: moved has_spr to cpu.h | Lucas Mateus Castro (alqotel) |
2021-05-19 | target/ppc: moved ppc_store_lpcr to misc_helper.c | Lucas Mateus Castro (alqotel) |
2021-05-04 | target/ppc: Reduce the size of ppc_spr_t | Richard Henderson |
2021-05-04 | target/ppc: Add POWER10 exception model | Nicholas Piggin |