aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-02-09target/ppc: Fix radix loggingCédric Le Goater
2022-02-09target/ppc: booke: System Reset exception cleanupFabiano Rosas
2022-02-09target/ppc: booke: Watchdog Timer interruptFabiano Rosas
2022-02-09target/ppc: booke: System Call exception cleanupFabiano Rosas
2022-02-09target/ppc: booke: Alignment interrupt cleanupFabiano Rosas
2022-02-09target/ppc: booke: External interrupt cleanupFabiano Rosas
2022-02-09target/ppc: booke: Instruction storage exception cleanupFabiano Rosas
2022-02-09target/ppc: booke: Data Storage exception cleanupFabiano Rosas
2022-02-09target/ppc: booke: Machine Check cleanupsFabiano Rosas
2022-02-09target/ppc: booke: Critical exception cleanupFabiano Rosas
2022-02-09target/ppc: Simplify powerpc_excp_bookeFabiano Rosas
2022-02-09target/ppc: Introduce powerpc_excp_bookeFabiano Rosas
2022-02-09target/ppc: Remove 440x4 CPUFabiano Rosas
2022-02-08arm: force flag recalculation when messing with DAIFAlex Bennée
2022-02-08arm: tcg: Adhere to SMCCC 1.3 section 5.2Peter Maydell
2022-02-08target/arm: make psci-conduit settable after realizePeter Maydell
2022-02-08target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_elRichard Henderson
2022-02-08target/arm: Fix {fp, sve}_exception_el for VHE mode runningRichard Henderson
2022-02-08target/arm: Tidy sve_exception_el for CPACR_EL1 accessRichard Henderson
2022-02-08target/arm: Fix sve_zcr_len_for_el for VHE mode runningRichard Henderson
2022-02-02Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...Peter Maydell
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller
2022-01-31Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...Peter Maydell
2022-01-29Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...Peter Maydell
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell
2022-01-28target/arm: Use correct entrypoint for SVC taken from Hyp to HypPeter Maydell
2022-01-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell
2022-01-28target/ppc: 74xx: Set SRRs directly in exception codeFabiano Rosas
2022-01-28target/ppc: 74xx: System Reset interrupt cleanupFabiano Rosas
2022-01-28target/ppc: 74xx: System Call exception cleanupFabiano Rosas
2022-01-28target/ppc: 74xx: Program exception cleanupFabiano Rosas
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