aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-09target/ppc: 7xx: External interrupt cleanupFabiano Rosas1-37/+0
2022-02-09target/ppc: 7xx: Machine Check exception cleanupFabiano Rosas1-24/+0
2022-02-09target/ppc: Simplify powerpc_excp_7xxFabiano Rosas1-176/+9
2022-02-09target/ppc: Introduce powerpc_excp_7xxFabiano Rosas1-0/+469
2022-02-09target/ppc: Merge 7x5 and 7x0 exception model IDsFabiano Rosas3-13/+11
2022-02-09target/ppc: 6xx: Set SRRs directly in exception codeFabiano Rosas1-11/+2
2022-02-09target/ppc: 6xx: Software TLB exceptions cleanupFabiano Rosas1-20/+11
2022-02-09target/ppc: 6xx: System Reset interrupt cleanupFabiano Rosas1-16/+2
2022-02-09target/ppc: 6xx: System Call exception cleanupFabiano Rosas1-19/+2
2022-02-09target/ppc: 6xx: Program exception cleanupFabiano Rosas1-4/+0
2022-02-09target/ppc: 6xx: External interrupt cleanupFabiano Rosas1-37/+0
2022-02-09target/ppc: 6xx: Machine Check exception cleanupFabiano Rosas1-24/+0
2022-02-09target/ppc: 6xx: Critical exception cleanupFabiano Rosas1-15/+0
2022-02-09target/ppc: Simplify powerpc_excp_6xxFabiano Rosas1-154/+9
2022-02-09target/ppc: Introduce powerpc_excp_6xxFabiano Rosas1-0/+469
2022-02-09target/ppc: Merge exception model IDs for 6xx CPUsFabiano Rosas3-18/+13
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater22-1659/+13
2022-02-09target/ppc: Fix radix loggingCédric Le Goater1-6/+2
2022-02-09target/ppc: booke: System Reset exception cleanupFabiano Rosas1-16/+2
2022-02-09target/ppc: booke: Watchdog Timer interruptFabiano Rosas1-9/+2
2022-02-09target/ppc: booke: System Call exception cleanupFabiano Rosas1-19/+2
2022-02-09target/ppc: booke: Alignment interrupt cleanupFabiano Rosas1-7/+0
2022-02-09target/ppc: booke: External interrupt cleanupFabiano Rosas1-33/+0
2022-02-09target/ppc: booke: Instruction storage exception cleanupFabiano Rosas1-1/+0
2022-02-09target/ppc: booke: Data Storage exception cleanupFabiano Rosas1-1/+1
2022-02-09target/ppc: booke: Machine Check cleanupsFabiano Rosas1-23/+6
2022-02-09target/ppc: booke: Critical exception cleanupFabiano Rosas1-15/+2
2022-02-09target/ppc: Simplify powerpc_excp_bookeFabiano Rosas1-151/+14
2022-02-09target/ppc: Introduce powerpc_excp_bookeFabiano Rosas1-0/+474
2022-02-09target/ppc: Remove 440x4 CPUFabiano Rosas1-83/+0
2022-02-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220208'...Peter Maydell42-614/+1302
2022-02-08hw/sensor: Add lsm303dlhc magnetometer deviceKevin Townsend5-0/+710
2022-02-08hw/intc/arm_gicv3_its: Split error checksPeter Maydell1-21/+31
2022-02-08hw/intc/arm_gicv3_its: Don't allow intid 1023 in MAPI/MAPTIPeter Maydell1-2/+1
2022-02-08hw/intc/arm_gicv3_its: In MAPC with V=0, don't check rdbase fieldPeter Maydell1-12/+12
2022-02-08hw/intc/arm_gicv3_its: Drop TableDesc and CmdQDesc valid fieldsPeter Maydell2-19/+14
2022-02-08hw/intc/arm_gicv3_its: Make update_ite() use ITEntryPeter Maydell1-30/+32
2022-02-08hw/intc/arm_gicv3_its: Pass ITE values back from get_ite() via a structPeter Maydell1-47/+55
2022-02-08hw/intc/arm_gicv3_its: Avoid nested ifs in get_ite()Peter Maydell1-13/+15
2022-02-08hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite()Peter Maydell2-26/+21
2022-02-08hw/intc/arm_gicv3_its: Pass CTEntry to update_cte()Peter Maydell1-15/+17
2022-02-08hw/intc/arm_gicv3_its: Keep CTEs as a struct, not a raw uint64_tPeter Maydell1-44/+52
2022-02-08hw/intc/arm_gicv3_its: Pass DTEntry to update_dte()Peter Maydell1-17/+18
2022-02-08hw/intc/arm_gicv3_its: Keep DTEs as a struct, not a raw uint64_tPeter Maydell1-55/+56
2022-02-08hw/intc/arm_gicv3_its: Use address_space_map() to access command queue packetsPeter Maydell2-149/+61
2022-02-08hw/arm/smmuv3: Fix device resetEric Auger1-0/+6
2022-02-08hw/timer/armv7m_systick: Update clock source before enabling timerRichard Petri1-4/+4
2022-02-08arm: force flag recalculation when messing with DAIFAlex Bennée1-0/+2
2022-02-08hw/arm: versal-virt: Always call arm_load_kernel()Edgar E. Iglesias1-9/+2
2022-02-08hw/arm/boot: Drop existing dtb /psci node rather than retaining itPeter Maydell1-3/+4