aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/excp_helper.c
AgeCommit message (Expand)Author
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
2018-07-03target/ppc: Add do_unaligned_access hookRichard Henderson
2018-01-20target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater
2018-01-17target/ppc: add support for POWER9 HILECédric Le Goater
2017-12-05target/ppc: Fix system lockups caused by interrupt_request state corruptionRichard Purdie
2017-07-11target-ppc: SPR_BOOKE_ESR not set on FP exceptionsAaron Larson
2017-06-30target/ppc/excp_helper: Take BQL before calling cpu_interrupt()Thomas Huth
2017-05-24target/ppc: reset reservation in do_rfi()Nikunj A Dadhania
2017-05-11target/ppc: do not reset reserve_addr in exec_enterNikunj A Dadhania
2017-01-31ppc: Clean up and QOMify hypercall emulationDavid Gibson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth