aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-09-15target/ppc: Use clmul_64Richard Henderson1-14/+3
2023-09-15target/s390x: Use clmul_64Richard Henderson1-47/+13
2023-09-15target/i386: Use clmul_64Richard Henderson1-31/+9
2023-09-15target/arm: Use clmul_64Richard Henderson1-18/+4
2023-09-15target/ppc: Use clmul_32* routinesRichard Henderson1-21/+7
2023-09-15target/s390x: Use clmul_32* routinesRichard Henderson1-53/+22
2023-09-15target/arm: Use clmul_32* routinesRichard Henderson1-13/+1
2023-09-15target/ppc: Use clmul_16* routinesRichard Henderson1-1/+8
2023-09-15target/s390x: Use clmul_16* routinesRichard Henderson1-3/+24
2023-09-15target/arm: Use clmul_16* routinesRichard Henderson3-25/+2
2023-09-15target/ppc: Use clmul_8* routinesRichard Henderson1-1/+13
2023-09-15target/s390x: Use clmul_8* routinesRichard Henderson1-3/+29
2023-09-15target/arm: Use clmul_8* routinesRichard Henderson3-57/+9
2023-09-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-24/+22
2023-09-13target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()Philippe Mathieu-Daudé1-16/+16
2023-09-13target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuidPhilippe Mathieu-Daudé1-6/+4
2023-09-13target/i386: Check kvm_hyperv_expand_features() return valuePhilippe Mathieu-Daudé1-2/+2
2023-09-12target/s390x: AP-passthrough for PV guestsSteffen Eiden5-0/+79
2023-09-12target/s390x/kvm: Refactor AP functionalitiesSteffen Eiden1-7/+17
2023-09-11Merge tag 'pull-riscv-to-apply-20230911' of https://github.com/alistair23/qem...Stefan Hajnoczi23-438/+2477
2023-09-11Merge tag 'pull-target-arm-20230908' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi16-124/+701
2023-09-11target/riscv: don't read CSR in riscv_csrrw_do64Nikita Shubin1-9/+15
2023-09-11target/riscv: Align the AIA model to v1.0 ratified specTommy Wu1-2/+5
2023-09-11target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changesLeon Schuermann1-0/+4
2023-09-11target/riscv: Allocate itrigger timers only onceAkihiko Odaki3-5/+21
2023-09-11target/riscv: Use accelerated helper for AES64KS1IArd Biesheuvel1-12/+5
2023-09-11hw/intc/riscv_aplic.c fix non-KVM --enable-debug buildDaniel Henrique Barboza2-0/+6
2023-09-11riscv: zicond: make non-experimentalVineet Gupta1-1/+1
2023-09-11target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0Daniel Henrique Barboza1-3/+20
2023-09-11target/riscv: Update CSR bits name for svadu extensionWeiwei Li4-15/+15
2023-09-11target/riscv: Create an KVM AIA irqchipYong-Xuan Wang2-0/+190
2023-09-11target/riscv: check the in-kernel irqchip supportYong-Xuan Wang1-1/+9
2023-09-11target/riscv: Fix zfa fleq.d and fltq.dLIU Zhiwei1-2/+2
2023-09-11target/riscv: Add Zihintntl extension ISA string to DTSJason Chien2-0/+3
2023-09-11target/riscv: Implement WARL behaviour for mcountinhibit/mcounterenRob Bradford1-2/+9
2023-09-11target/riscv: Add Zvksed ISA extension supportMax Chou6-1/+184
2023-09-11crypto: Create sm4_subwordMax Chou1-8/+2
2023-09-11target/riscv: Add Zvkg ISA extension supportNazar Kazakov6-2/+114
2023-09-11target/riscv: Add Zvksh ISA extension supportLawrence Hunter6-2/+177
2023-09-11target/riscv: Add Zvknh ISA extension supportKiran Ostrolenk6-3/+390
2023-09-11target/riscv: Add Zvkned ISA extension supportNazar Kazakov6-1/+381
2023-09-11target/riscv: Add Zvbb ISA extension supportDickon Hood6-0/+397
2023-09-11target/riscv: Refactor some of the generic vector functionalityKiran Ostrolenk2-42/+46
2023-09-11target/riscv: Refactor translation of vector-widening instructionDickon Hood1-29/+23
2023-09-11target/riscv: Move vector translation checksNazar Kazakov1-16/+12
2023-09-11target/riscv: Add Zvbc ISA extension supportLawrence Hunter8-1/+146
2023-09-11target/riscv: Remove redundant "cpu_vl == 0" checksNazar Kazakov1-30/+1
2023-09-11target/riscv: Refactor vector-vector translation macroKiran Ostrolenk1-30/+32
2023-09-11target/riscv: Refactor some of the generic vector functionalityKiran Ostrolenk4-200/+265
2023-09-11target/riscv: Use existing lookup tables for MixColumnsArd Biesheuvel1-30/+4