Age | Commit message (Expand) | Author | Files | Lines |
2022-09-04 | target/openrisc: Interrupt handling fixes | Stafford Horne | 2 | -1/+7 |
2022-09-04 | target/openrisc: Enable MTTCG | Stafford Horne | 2 | -1/+8 |
2022-09-04 | target/openrisc: Add interrupted CPU to log | Stafford Horne | 1 | -1/+3 |
2022-09-04 | target/openrisc: Fix memory reading in debugger | Stafford Horne | 1 | -1/+7 |
2022-09-02 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 5 | -1329/+1465 |
2022-09-01 | Merge tag 'pull-avr-20220901' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi | 2 | -30/+65 |
2022-09-01 | target/i386: AVX+AES helpers prep | Paul Brook | 1 | -19/+22 |
2022-09-01 | target/i386: AVX pclmulqdq prep | Paul Brook | 1 | -7/+22 |
2022-09-01 | target/i386: Rewrite blendv helpers | Paul Brook | 1 | -62/+24 |
2022-09-01 | target/i386: Misc AVX helper prep | Paul Brook | 1 | -49/+94 |
2022-09-01 | target/i386: Destructive FP helpers for AVX | Paul Brook | 1 | -58/+43 |
2022-09-01 | target/i386: Dot product AVX helper prep | Paul Brook | 1 | -35/+45 |
2022-09-01 | target/i386: reimplement AVX comparison helpers | Paul Brook | 3 | -69/+78 |
2022-09-01 | target/i386: Floating point arithmetic helper AVX prep | Paul Brook | 1 | -41/+87 |
2022-09-01 | target/i386: Destructive vector helpers for AVX | Paul Brook | 1 | -301/+269 |
2022-09-01 | target/i386: Misc integer AVX helper prep | Paul Brook | 1 | -86/+82 |
2022-09-01 | target/i386: Rewrite simple integer vector helpers | Paul Brook | 1 | -54/+27 |
2022-09-01 | target/i386: Rewrite vector shift helper | Paul Brook | 1 | -131/+108 |
2022-09-01 | target/i386: rewrite destructive 3DNow operations | Paolo Bonzini | 1 | -16/+16 |
2022-09-01 | target/i386: Add CHECK_NO_VEX | Paul Brook | 1 | -0/+26 |
2022-09-01 | target/i386: do not cast gen_helper_* function pointers | Paolo Bonzini | 1 | -38/+37 |
2022-09-01 | target/i386: Add size suffix to vector FP helpers | Paolo Bonzini | 3 | -66/+67 |
2022-09-01 | target/i386: isolate MMX code more | Paolo Bonzini | 1 | -18/+32 |
2022-09-01 | target/i386: check SSE table flags instead of hardcoding opcodes | Paolo Bonzini | 1 | -44/+31 |
2022-09-01 | target/i386: Move 3DNOW decoder | Paul Brook | 1 | -13/+17 |
2022-09-01 | target/i386: Rework sse_op_table6/7 | Paul Brook | 1 | -100/+132 |
2022-09-01 | target/i386: Rework sse_op_table1 | Paul Brook | 1 | -130/+183 |
2022-09-01 | target/i386: Add ZMM_OFFSET macro | Paul Brook | 1 | -33/+27 |
2022-09-01 | target/i386: formatting fixes | Paolo Bonzini | 1 | -3/+4 |
2022-09-01 | target/i386: do not use MOVL to move data between SSE registers | Paolo Bonzini | 1 | -2/+4 |
2022-09-01 | Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into staging | Stefan Hajnoczi | 5 | -25/+78 |
2022-09-01 | target/i386: DPPS rounding fix | Paolo Bonzini | 1 | -32/+35 |
2022-09-01 | target/i386: fix PHSUB* instructions with dest=src | Paolo Bonzini | 1 | -20/+29 |
2022-09-01 | meson: remove dead code | Paolo Bonzini | 1 | -2/+0 |
2022-09-01 | i386: do kvm_put_msr_feature_control() first thing when vCPU is reset | Vitaly Kuznetsov | 1 | -5/+12 |
2022-09-01 | i386: reset KVM nested state upon CPU reset | Vitaly Kuznetsov | 1 | -10/+27 |
2022-09-01 | target/avr: Disable interrupts when env->skip set | Richard Henderson | 2 | -4/+31 |
2022-09-01 | target/avr: Only execute one interrupt at a time | Richard Henderson | 1 | -6/+3 |
2022-09-01 | target/avr: Call avr_cpu_do_interrupt directly | Richard Henderson | 1 | -3/+2 |
2022-09-01 | target/avr: Support probe argument to tlb_fill | Richard Henderson | 1 | -17/+29 |
2022-08-31 | target/ppc: Bugfix FP when OE/UE are set | Lucas Mateus Castro (alqotel) | 2 | -2/+2 |
2022-08-30 | target/ppc: Fix host PVR matching for KVM | Nicholas Piggin | 3 | -23/+76 |
2022-08-25 | target/s390x: Fix CLFIT and CLGIT immediate size | Ilya Leoshkevich | 1 | -2/+2 |
2022-08-25 | s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1 | Christian Borntraeger | 2 | -0/+3 |
2022-08-19 | target/hppa: Fix proberi instruction emulation for linux-user | Helge Deller | 1 | -1/+1 |
2022-08-13 | docs/system/loongarch: Update the LoongArch document | Xiaojuan Yang | 1 | -48/+1 |
2022-08-12 | target/arm: Don't report Statistical Profiling Extension in ID registers | Peter Maydell | 1 | -0/+11 |
2022-08-08 | target/loongarch: Remove cpu_fcsr0 | Richard Henderson | 4 | -22/+20 |
2022-08-08 | target/mips: Handle lock_user() failure in UHI_plog semihosting call | Peter Maydell | 1 | -0/+3 |
2022-08-05 | Merge tag 'pull-la-20220805' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 4 | -14/+58 |