aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2022-01-28target/ppc: 74xx: External interrupt cleanupFabiano Rosas
2022-01-28target/ppc: 74xx: Machine Check exception cleanupFabiano Rosas
2022-01-28target/ppc: Simplify powerpc_excp_74xxFabiano Rosas
2022-01-28target/ppc: Introduce powerpc_excp_74xxFabiano Rosas
2022-01-28target/ppc: books: Program exception cleanupFabiano Rosas
2022-01-28target/ppc: books: External interrupt cleanupFabiano Rosas
2022-01-28target/ppc: books: Machine Check exception cleanupFabiano Rosas
2022-01-28target/ppc: Simplify powerpc_excp_booksFabiano Rosas
2022-01-28target/ppc: Introduce powerpc_excp_booksFabiano Rosas
2022-01-28target/ppc: 405: Watchdog timer exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Program exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Instruction storage interrupt cleanupFabiano Rosas
2022-01-28target/ppc: 405: Data Storage exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Debug exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Alignment exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: System call exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: External exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Machine check exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Critical exceptions cleanupFabiano Rosas
2022-01-28target/ppc: Simplify powerpc_excp_40xFabiano Rosas
2022-01-28target/ppc: Introduce powerpc_excp_40xFabiano Rosas
2022-01-28target/ppc: 405: Add missing MSR_ME bitFabiano Rosas
2022-01-28target/ppc: 405: Rename MSR_POW to MSR_WEFabiano Rosas
2022-01-28ppc/ppc405: Fix TLB flushingCédric Le Goater
2022-01-28target/ppc: Put do_rfi under a TCG-only blockFabiano Rosas
2022-01-28target/ppc: Fix test on mmu_model in hreg_compute_hflags_value()Cédric Le Goater
2022-01-28target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb()Daniel Henrique Barboza
2022-01-28target/ppc/mmu_common: Fix SRR1/MSR error code on Book-EVitaly Cheptsov
2022-01-28target/ppc: 603: fix restore of GPRs 0-3 on rfiChristophe Leroy
2022-01-18target/ppc: Fix 7448 supportCédric Le Goater
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater
2022-01-18target/ppc: Remove last user of .load_state_oldCédric Le Goater
2022-01-12target/ppc: Set the correct endianness for powernv memory dumpsFabiano Rosas
2022-01-12target/ppc: Introduce a wrapper for powerpc_excpFabiano Rosas
2022-01-12target/ppc: Use ppc_interrupts_little_endian in powerpc_excpFabiano Rosas
2022-01-12target/ppc: Add MSR_ILE support to ppc_interrupts_little_endianFabiano Rosas
2022-01-12target/ppc: Add HV support to ppc_interrupts_little_endianFabiano Rosas
2022-01-12target/ppc: powerpc_excp: Group unimplemented exceptionsFabiano Rosas
2022-01-12target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs activeFabiano Rosas
2022-01-12target/ppc: powerpc_excp: Extract software TLB logging into a functionFabiano Rosas
2022-01-12target/ppc: Add extra float instructions to POWER5P processorsCédric Le Goater
2022-01-12target/ppc: Add popcntb instruction to POWER5+ processorsCédric Le Goater
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2022-01-04target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()Daniel Henrique Barboza
2022-01-04target/ppc: Use env->pnc_cyc_cntRichard Henderson
2022-01-04target/ppc: Rewrite pmu_increment_insnsRichard Henderson
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson
2022-01-04target/ppc: powerpc_excp: Stop passing excp_model aroundFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Move system call vectored code togetherFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Set vector earlierFabiano Rosas