aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-02-16target/i386: add TCG support for UMIPGareth Webb
2022-02-13Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell
2022-02-09target/i386: use CPU_LOG_INT for IRQ servicingAlex Bennée
2022-02-09target/ppc: Change VSX instructions behavior to fill with zerosVíctor Colombo
2022-02-09target/ppc: books: Remove excp_model argument from ppc_excp_apply_ailFabiano Rosas
2022-02-09target/ppc: Assert if MSR bits differ from msr_mask during exceptionsFabiano Rosas
2022-02-09target/ppc: powerpc_excp: Move common code to the caller functionFabiano Rosas
2022-02-09target/ppc: Remove powerpc_excp_legacyFabiano Rosas
2022-02-09target/ppc: 7xx: Set SRRs directly in exception codeFabiano Rosas
2022-02-09target/ppc: 7xx: Software TLB cleanupFabiano Rosas
2022-02-09target/ppc: 7xx: System Reset cleanupFabiano Rosas
2022-02-09target/ppc: 7xx: System Call exception cleanupFabiano Rosas
2022-02-09target/ppc: 7xx: Program exception cleanupFabiano Rosas
2022-02-09target/ppc: 7xx: External interrupt cleanupFabiano Rosas
2022-02-09target/ppc: 7xx: Machine Check exception cleanupFabiano Rosas
2022-02-09target/ppc: Simplify powerpc_excp_7xxFabiano Rosas
2022-02-09target/ppc: Introduce powerpc_excp_7xxFabiano Rosas
2022-02-09target/ppc: Merge 7x5 and 7x0 exception model IDsFabiano Rosas
2022-02-09target/ppc: 6xx: Set SRRs directly in exception codeFabiano Rosas
2022-02-09target/ppc: 6xx: Software TLB exceptions cleanupFabiano Rosas
2022-02-09target/ppc: 6xx: System Reset interrupt cleanupFabiano Rosas
2022-02-09target/ppc: 6xx: System Call exception cleanupFabiano Rosas
2022-02-09target/ppc: 6xx: Program exception cleanupFabiano Rosas
2022-02-09target/ppc: 6xx: External interrupt cleanupFabiano Rosas
2022-02-09target/ppc: 6xx: Machine Check exception cleanupFabiano Rosas
2022-02-09target/ppc: 6xx: Critical exception cleanupFabiano Rosas
2022-02-09target/ppc: Simplify powerpc_excp_6xxFabiano Rosas
2022-02-09target/ppc: Introduce powerpc_excp_6xxFabiano Rosas
2022-02-09target/ppc: Merge exception model IDs for 6xx CPUsFabiano Rosas
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