aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-05-04target/arm: Move gen_ function typedefs to translate.hPeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same VMUL, VMLA, VMLS, VSHL to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same VQADD/VQSUB to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same comparisons to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same VMAX/VMIN to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same logic ops to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 3-reg-same VADD/VSUB to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 'load/store single structure' to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon 'load single structure to all lanes' to decodetreePeter Maydell
2020-05-04target/arm: Convert Neon load/store multiple structures to decodetreePeter Maydell
2020-05-04target/arm: Convert VFM[AS]L (scalar) to decodetreePeter Maydell
2020-05-04target/arm: Convert V[US]DOT (scalar) to decodetreePeter Maydell
2020-05-04target/arm: Convert VCMLA (scalar) to decodetreePeter Maydell
2020-05-04target/arm: Convert VFM[AS]L (vector) to decodetreePeter Maydell
2020-05-04target/arm: Convert V[US]DOT (vector) to decodetreePeter Maydell
2020-05-04target/arm: Convert VCADD (vector) to decodetreePeter Maydell
2020-05-04target/arm: Convert VCMLA (vector) to decodetreePeter Maydell
2020-05-04target/arm: Add stubs for AArch32 Neon decodetreePeter Maydell
2020-05-04target/arm: Don't allow Thumb Neon insns without FEATURE_NEONPeter Maydell
2020-05-04target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 checkPeter Maydell
2020-05-04target/arm: Use uint64_t for midr field in CPU state structPhilippe Mathieu-Daudé
2020-05-04target/arm: Use correct variable for setting 'max' cpu's ID_AA64DFR0Peter Maydell
2020-05-04target/arm: Implement ARMv8.2-TTS2UXNPeter Maydell
2020-05-04target/arm: Add new 's1_is_el0' argument to get_phys_addr_lpae()Peter Maydell
2020-05-04target/arm: Use enum constant in get_phys_addr_lpae() callPeter Maydell
2020-05-04target/arm: Don't use a TLB for ARMMMUIdx_Stage2Peter Maydell
2020-05-04target/arm: Make VQDMULL undefined when U=1Fredrik Strupe
2020-04-30Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2020-04-30...Peter Maydell
2020-04-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200430-...Peter Maydell
2020-04-30target/arm/cpu: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé
2020-04-30target/arm: Make cpu_register() available for other filesThomas Huth
2020-04-30target/arm: Restrict the Address Translate write operation to TCG accelPhilippe Mathieu-Daudé
2020-04-30target/arm: Vectorize integer comparison vs zeroRichard Henderson
2020-04-30Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200430' into stagingPeter Maydell
2020-04-30target/microblaze: Add the pvr-user2 propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the pvr-user1 propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the unaligned-exceptions propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the div-zero-exception propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the ill-opcode-exception propertyEdgar E. Iglesias
2020-04-30target/microblaze: Add the opcode-0x0-illegal CPU propertyEdgar E. Iglesias
2020-04-29target/riscv: Add a sifive-e34 cpu typeCorey Wharton
2020-04-29riscv: Fix Stage2 SV32 page table walkAnup Patel
2020-04-29riscv: AND stage-1 and stage-2 protection flagsAlistair Francis
2020-04-29riscv: Don't use stage-2 PTE lookup protection flagsAlistair Francis
2020-04-29s390x: Add unpack facility feature to GA1Christian Borntraeger
2020-04-29s390x: protvirt: Handle SIGP store status correctlyJanosch Frank
2020-04-29s390x: protvirt: Move IO control structures over SIDAJanosch Frank
2020-04-29s390x: protvirt: Disable address checks for PV guest IO emulationJanosch Frank
2020-04-29s390x: protvirt: Move diag 308 data over SIDAJanosch Frank
2020-04-29s390x: protvirt: Set guest IPL PSWJanosch Frank