summaryrefslogtreecommitdiff
path: root/target/ppc/excp_helper.c
AgeCommit message (Expand)Author
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza
2021-12-17Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"Fabiano Rosas
2021-12-17target/ppc: Fix e6500 bootFabiano Rosas
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater
2021-12-17target/ppc: Remove 603e exception modelFabiano Rosas
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas
2021-11-02target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemuRichard Henderson
2021-11-02target/ppc: Set fault address in ppc_cpu_do_unaligned_accessRichard Henderson
2021-11-02target/ppc: Move SPR_DSISR setting to powerpc_excpRichard Henderson
2021-09-30target/ppc: Convert debug to trace events (exceptions)Cédric Le Goater
2021-09-14target/ppc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-08-27ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...Cédric Le Goater
2021-07-09target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz
2021-06-03target/ppc: powerpc_excp: Consolidade TLB miss codeFabiano Rosas
2021-06-03target/ppc: powerpc_excp: Remove dump_syscall_vectoredFabiano Rosas
2021-06-03target/ppc: powerpc_excp: Move lpes code to where it is usedFabiano Rosas
2021-06-03target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin
2021-05-04target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviourNicholas Piggin
2021-05-04target/ppc: Create helper_scvRichard Henderson
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-11-05target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun
2020-10-28ppc/: fix some comment spelling errorszhaolichang
2020-05-27ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2Leonardo Bras
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin
2020-05-27target/ppc: Untabify excp_helper.cGreg Kurz
2020-05-07target/ppc: Add support for Radix partition-scoped translationCédric Le Goater
2020-05-07ppc/spapr: tweak change system reset helperNicholas Piggin
2020-05-07target/ppc: Improve syscall exception loggingNicholas Piggin
2020-03-17target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin
2020-02-02target/ppc: add support for Hypervisor Facility Unavailable ExceptionCédric Le Goater
2020-02-02target/ppc: Add privileged message send facilitiesCédric Le Goater
2020-01-08target/ppc: Handle AIL=0 in ppc_excp_vector_offsetFabiano Rosas
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson
2019-04-26target/ppc: Style fixes for excp_helper.cDavid Gibson
2019-03-12target/ppc: Move exception vector offset computation into a functionFabiano Rosas
2019-02-26target/ppc: Add support for LPCR:HEIC on POWER9Benjamin Herrenschmidt
2019-02-26target/ppc: Add Hypervisor Virtualization Interrupt on POWER9Benjamin Herrenschmidt
2019-02-26target/ppc: Detect erroneous condition in interrupt deliveryBenjamin Herrenschmidt
2019-02-26target/ppc: Add POWER9 exception modelBenjamin Herrenschmidt
2019-02-26target/ppc: Rename "in_pm_state" to "resume_as_sreset"Benjamin Herrenschmidt
2019-02-26target/ppc: Move "wakeup reset" code to a separate functionBenjamin Herrenschmidt
2019-02-26target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt
2019-02-26target/ppc: Don't clobber MSR:EE on PM instructionsBenjamin Herrenschmidt
2019-02-26target/ppc: Fix nip on power management instructionsBenjamin Herrenschmidt
2019-02-17target/ppc: Remove some #if 0'ed codeBenjamin Herrenschmidt
2018-08-21ppc: add DBCR based debuggingRoman Kapl