| Commit message (Expand) | Author | Age | Files | Lines |
* | target/ppc: 405: Debug exception cleanup | Fabiano Rosas | 2022-01-28 | 1 | -14/+4 |
* | target/ppc: 405: Alignment exception cleanup | Fabiano Rosas | 2022-01-28 | 1 | -7/+0 |
* | target/ppc: 405: System call exception cleanup | Fabiano Rosas | 2022-01-28 | 1 | -19/+2 |
* | target/ppc: 405: External exception cleanup | Fabiano Rosas | 2022-01-28 | 1 | -37/+0 |
* | target/ppc: 405: Machine check exception cleanup | Fabiano Rosas | 2022-01-28 | 1 | -24/+2 |
* | target/ppc: 405: Critical exceptions cleanup | Fabiano Rosas | 2022-01-28 | 1 | -15/+2 |
* | target/ppc: Simplify powerpc_excp_40x | Fabiano Rosas | 2022-01-28 | 1 | -195/+10 |
* | target/ppc: Introduce powerpc_excp_40x | Fabiano Rosas | 2022-01-28 | 1 | -0/+474 |
* | target/ppc: Put do_rfi under a TCG-only block | Fabiano Rosas | 2022-01-28 | 1 | -2/+0 |
* | target/ppc: 603: fix restore of GPRs 0-3 on rfi | Christophe Leroy | 2022-01-28 | 1 | -0/+4 |
* | target/ppc: Introduce a wrapper for powerpc_excp | Fabiano Rosas | 2022-01-12 | 1 | -1/+11 |
* | target/ppc: Use ppc_interrupts_little_endian in powerpc_excp | Fabiano Rosas | 2022-01-12 | 1 | -28/+1 |
* | target/ppc: Add HV support to ppc_interrupts_little_endian | Fabiano Rosas | 2022-01-12 | 1 | -1/+1 |
* | target/ppc: powerpc_excp: Group unimplemented exceptions | Fabiano Rosas | 2022-01-12 | 1 | -69/+8 |
* | target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs active | Fabiano Rosas | 2022-01-12 | 1 | -5/+1 |
* | target/ppc: powerpc_excp: Extract software TLB logging into a function | Fabiano Rosas | 2022-01-12 | 1 | -28/+37 |
* | target/ppc: powerpc_excp: Stop passing excp_model around | Fabiano Rosas | 2022-01-04 | 1 | -22/+21 |
* | target/ppc: powerpc_excp: Move system call vectored code together | Fabiano Rosas | 2022-01-04 | 1 | -8/+5 |
* | target/ppc: powerpc_excp: Set vector earlier | Fabiano Rosas | 2022-01-04 | 1 | -8/+8 |
* | target/ppc: powerpc_excp: Add excp_vectors bounds check | Fabiano Rosas | 2022-01-04 | 1 | -3/+4 |
* | target/ppc: powerpc_excp: Set alternate SRRs directly | Fabiano Rosas | 2022-01-04 | 1 | -15/+8 |
* | target/ppc: Print out literal exception names in logs | Cédric Le Goater | 2022-01-04 | 1 | -1/+74 |
* | target/ppc: Remove static inline | Cédric Le Goater | 2022-01-04 | 1 | -6/+6 |
* | PPC64/TCG: Implement 'rfebb' instruction | Daniel Henrique Barboza | 2021-12-17 | 1 | -0/+31 |
* | Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp" | Fabiano Rosas | 2021-12-17 | 1 | -9/+12 |
* | target/ppc: Fix e6500 boot | Fabiano Rosas | 2021-12-17 | 1 | -1/+11 |
* | target/ppc: remove 401/403 CPUs | Cédric Le Goater | 2021-12-17 | 1 | -1/+0 |
* | target/ppc: Remove 603e exception model | Fabiano Rosas | 2021-12-17 | 1 | -1/+0 |
* | target/ppc: Remove the software TLB model of 7450 CPUs | Fabiano Rosas | 2021-12-17 | 1 | -29/+0 |
* | target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemu | Richard Henderson | 2021-11-02 | 1 | -5/+3 |
* | target/ppc: Set fault address in ppc_cpu_do_unaligned_access | Richard Henderson | 2021-11-02 | 1 | -0/+14 |
* | target/ppc: Move SPR_DSISR setting to powerpc_excp | Richard Henderson | 2021-11-02 | 1 | -12/+9 |
* | target/ppc: Convert debug to trace events (exceptions) | Cédric Le Goater | 2021-09-30 | 1 | -28/+10 |
* | target/ppc: Restrict cpu_exec_interrupt() handler to sysemu | Philippe Mathieu-Daudé | 2021-09-14 | 1 | -18/+3 |
* | ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav... | Cédric Le Goater | 2021-08-27 | 1 | -6/+0 |
* | target/ppc: Introduce ppc_interrupts_little_endian() | Greg Kurz | 2021-07-09 | 1 | -2/+1 |
* | target/ppc: powerpc_excp: Consolidade TLB miss code | Fabiano Rosas | 2021-06-03 | 1 | -35/+2 |
* | target/ppc: powerpc_excp: Remove dump_syscall_vectored | Fabiano Rosas | 2021-06-03 | 1 | -13/+1 |
* | target/ppc: powerpc_excp: Move lpes code to where it is used | Fabiano Rosas | 2021-06-03 | 1 | -22/+25 |
* | target/ppc: added ifdefs around TCG-only code | Bruno Larsen (billionai) | 2021-06-03 | 1 | -3/+18 |
* | target/ppc: Add POWER10 exception model | Nicholas Piggin | 2021-05-04 | 1 | -3/+51 |
* | target/ppc: rework AIL logic in interrupt delivery | Nicholas Piggin | 2021-05-04 | 1 | -60/+105 |
* | target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviour | Nicholas Piggin | 2021-05-04 | 1 | -4/+13 |
* | target/ppc: Create helper_scv | Richard Henderson | 2021-05-04 | 1 | -0/+9 |
* | target/ppc: Introduce an mmu_is_64bit() helper | Greg Kurz | 2020-12-14 | 1 | -2/+2 |
* | powerpc tcg: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | target/ppc/excp_helper: Add a fallthrough for fix compiler warning | Chen Qun | 2020-11-05 | 1 | -0/+1 |
* | ppc/: fix some comment spelling errors | zhaolichang | 2020-10-27 | 1 | -3/+3 |
* | ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2 | Leonardo Bras | 2020-05-27 | 1 | -8/+8 |
* | target/ppc: Add support for scv and rfscv instructions | Nicholas Piggin | 2020-05-27 | 1 | -27/+71 |