aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-22linux-user,aarch64: move to syscalltbl fileLaurent Vivier8-331/+445
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier15-107/+360
2024-09-22linux-user, mips: update syscall-args-o32.c.inc to Linux v6.10Laurent Vivier1-0/+20
2024-09-22linux-user: update syscall_nr.h to Linux v6.10Laurent Vivier6-11/+106
2024-09-22target/ppc: Fix lxvx/stxvx facility checkFabiano Rosas1-1/+1
2024-09-22tcg/s390x: Optimize cmpsel with constant 0/-1 argumentsRichard Henderson3-10/+34
2024-09-22tcg/s390x: Implement cmpsel_vecRichard Henderson3-20/+23
2024-09-22tcg/ppc: Optimize cmpsel with constant 0/-1 argumentsRichard Henderson2-12/+33
2024-09-22tcg/ppc: Implement cmpsel_vecRichard Henderson3-9/+54
2024-09-22tcg/i386: Implement vector TST{EQ,NE} for avx512Richard Henderson2-4/+29
2024-09-22tcg/i386: Implement cmpsel_vec with avx512 insnsRichard Henderson1-1/+43
2024-09-22tcg/i386: Add predicate parameters to tcg_out_evex_opcRichard Henderson1-2/+4
2024-09-22tcg/i386: Implement cmp_vec with avx512 insnsRichard Henderson1-1/+63
2024-09-22tcg/i386: Optimize cmpsel with constant 0 operand 3.Richard Henderson3-8/+27
2024-09-22tcg/optimize: Optimize bitsel_vecRichard Henderson1-0/+58
2024-09-22tcg/optimize: Optimize cmp_vec and cmpsel_vecRichard Henderson1-0/+36
2024-09-22tcg/optimize: Fold movcond with true and false values identicalRichard Henderson1-0/+5
2024-09-22tcg/s390x: Do not expand cmp_vec earlyRichard Henderson1-74/+65
2024-09-22tcg/ppc: Do not expand cmp_vec earlyRichard Henderson1-79/+90
2024-09-22tcg/i386: Do not expand cmpsel_vec earlyRichard Henderson4-34/+52
2024-09-22tcg/i386: Do not expand cmp_vec earlyRichard Henderson1-123/+100
2024-09-22tcg/i386: Split out tcg_out_vex_modrm_typeRichard Henderson1-23/+15
2024-09-22tcg: Export vec_gen_6Richard Henderson2-2/+4
2024-09-22tcg: Fix iteration step in 32-bit gvec operationTANG Tiancheng1-1/+1
2024-09-22tcg: Propagate new TCGOp to add_as_label_useRichard Henderson1-31/+32
2024-09-22tcg: Return TCGOp from tcg_gen_op[1-6]Richard Henderson2-14/+21
2024-09-19Merge tag 'pull-target-arm-20240919' of https://git.linaro.org/people/pmaydel...Peter Maydell15-1657/+1478
2024-09-19docs/devel: Remove nested-papr.txtPeter Maydell1-119/+0
2024-09-19target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1Peter Maydell1-1/+1
2024-09-19kvm: Remove unreachable code in kvm_dirty_ring_reaper_thread()Peter Maydell1-5/+1
2024-09-19kvm: Make 'mmap_size' be 'int' in kvm_init_vcpu(), do_kvm_destroy_vcpu()Peter Maydell1-2/+2
2024-09-19tests: drop OpenBSD tests for aarch64/sbsa-refMarcin Juszkiewicz1-44/+0
2024-09-19tests: expand timeout information for aarch64/sbsa-refMarcin Juszkiewicz1-5/+10
2024-09-19tests: add FreeBSD tests for aarch64/sbsa-refMarcin Juszkiewicz1-1/+42
2024-09-19tests: use default cpu for aarch64/sbsa-refMarcin Juszkiewicz1-8/+10
2024-09-19hw/char/stm32l4x5_usart.c: Enable USART ACK bit responseJacob Abrams2-1/+51
2024-09-19target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson2-127/+63
2024-09-19target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetreeRichard Henderson2-14/+186
2024-09-19target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetreeRichard Henderson2-131/+128
2024-09-19target/arm: Widen NeonGenNarrowEnvFn return to 64 bitsRichard Henderson5-78/+93
2024-09-19target/arm: Convert VQSHL, VQSHLU to gvecRichard Henderson6-110/+94
2024-09-19target/arm: Convert handle_scalar_simd_shli to decodetreeRichard Henderson2-35/+13
2024-09-19target/arm: Convert handle_scalar_simd_shri to decodetreeRichard Henderson2-70/+86
2024-09-19target/arm: Convert SHRN, RSHRN to decodetreeRichard Henderson2-48/+55
2024-09-19target/arm: Split out subroutines of handle_shri_with_rndaccRichard Henderson1-56/+82
2024-09-19target/arm: Push tcg_rnd into handle_shri_with_rndaccRichard Henderson1-26/+6
2024-09-19target/arm: Convert SSHLL, USHLL to decodetreeRichard Henderson2-44/+45
2024-09-19target/arm: Use {, s}extract in handle_vec_simd_wshliRichard Henderson1-2/+5
2024-09-19target/arm: Convert handle_vec_simd_shli to decodetreeRichard Henderson2-30/+18
2024-09-19target/arm: Convert handle_vec_simd_shri to decodetreeRichard Henderson2-60/+89