1. 47b385d target/arm: Support 64-bit event counters for FEAT_PMUv3p5 by Peter Maydell · 2 years, 5 months ago
  2. 0b42f4f target/arm: Implement FEAT_PMUv3p5 cycle counter disable bits by Peter Maydell · 2 years, 5 months ago
  3. a793bcd target/arm: Rename pmu_8_n feature test functions by Peter Maydell · 2 years, 5 months ago
  4. f1dd250 target/arm: Detect overflow when calculating next PMU interrupt by Peter Maydell · 2 years, 5 months ago
  5. 872d203 target/arm: Honour MDCR_EL2.HPMD in Secure EL2 by Peter Maydell · 2 years, 5 months ago
  6. b57aa7b target/arm: Ignore PMCR.D when PMCR.LC is set by Peter Maydell · 2 years, 5 months ago
  7. 0176538 target/arm: Don't mishandle count when enabling or disabling PMU counters by Peter Maydell · 2 years, 5 months ago
  8. c117c06 target/arm: Correct value returned by pmu_counter_mask() by Peter Maydell · 2 years, 5 months ago
  9. 76e25d4 target/arm: Don't corrupt high half of PMOVSR when cycle counter overflows by Peter Maydell · 2 years, 5 months ago
  10. bb7d902 target/arm: Add missing space in comment by Peter Maydell · 2 years, 5 months ago
  11. 3fe72e2 target/arm: Advertise FEAT_ETS for '-cpu max' by Peter Maydell · 2 years, 5 months ago
  12. d22c564 target/arm: Implement ID_DFR1 by Peter Maydell · 2 years, 5 months ago
  13. 32957aa target/arm: Implement ID_MMFR5 by Peter Maydell · 2 years, 5 months ago
  14. 62b6f5e target/arm: Sort KVM reads of AArch32 ID registers into encoding order by Peter Maydell · 2 years, 5 months ago
  15. dde4d02 target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8 by Peter Maydell · 2 years, 5 months ago
  16. 3b16766 target/arm: Add cortex-a35 by Hao Wu · 2 years, 5 months ago
  17. f055156 target/riscv: Update the privilege field for sscofpmf CSRs by Atish Patra · 2 years, 5 months ago
  18. abd9a20 hw/riscv: virt: Add PMU DT node to the device tree by Atish Patra · 2 years, 5 months ago
  19. 892320f target/riscv: Add few cache related PMU events by Atish Patra · 2 years, 5 months ago
  20. ade445e target/riscv: Simplify counter predicate function by Atish Patra · 2 years, 5 months ago
  21. 1466448 target/riscv: Add sscofpmf extension support by Atish Patra · 2 years, 5 months ago
  22. 3ec0fe1 target/riscv: Add vstimecmp support by Atish Patra · 2 years, 5 months ago
  23. 43888c2 target/riscv: Add stimecmp support by Atish Patra · 2 years, 5 months ago
  24. 7cbcc53 hw/intc: Move mtimer/mtimecmp to aclint by Atish Patra · 2 years, 5 months ago
  25. dc9acc9 target/riscv: Use official extension names for AIA CSRs by Anup Patel · 2 years, 5 months ago
  26. e0dea2f target/riscv: Add xicondops in ISA entry by Rahul Pathak · 2 years, 5 months ago
  27. 240b363 target/riscv: Remove additional priv version check for mcountinhibit by Atish Patra · 2 years, 5 months ago
  28. eacaf44 target/riscv: Fix priority of csr related check in riscv_csrrw_check by Weiwei Li · 2 years, 6 months ago
  29. 4696f0a target/riscv: Add Zihintpause support by Dao Lu · 2 years, 6 months ago
  30. 1ad3f9b target/riscv: rvv: Add option 'rvv_ma_all_1s' to enable optional mask agnostic behavior by eopXD · 2 years, 7 months ago
  31. edabcd0 target/riscv: rvv: Add mask agnostic for vector permutation instructions by Yueh-Ting (eop) Chen · 2 years, 7 months ago
  32. 35f2d79 target/riscv: rvv: Add mask agnostic for vector mask instructions by Yueh-Ting (eop) Chen · 2 years, 7 months ago
  33. 5b448f4 target/riscv: rvv: Add mask agnostic for vector floating-point instructions by Yueh-Ting (eop) Chen · 2 years, 7 months ago
  34. 72e17a9 target/riscv: rvv: Add mask agnostic for vector fix-point arithmetic instructions by Yueh-Ting (eop) Chen · 2 years, 7 months ago
  35. 6e11d7e target/riscv: rvv: Add mask agnostic for vector integer comparison instructions by Yueh-Ting (eop) Chen · 2 years, 7 months ago
  36. fd93045 target/riscv: rvv: Add mask agnostic for vector integer shift instructions by Yueh-Ting (eop) Chen · 2 years, 7 months ago
  37. bce9a63 target/riscv: rvv: Add mask agnostic for vx instructions by Yueh-Ting (eop) Chen · 2 years, 7 months ago
  38. 265ecd4 target/riscv: rvv: Add mask agnostic for vector load / store instructions by Yueh-Ting (eop) Chen · 2 years, 7 months ago
  39. 355d558 target/riscv: rvv: Add mask agnostic for vv instructions by Yueh-Ting (eop) Chen · 2 years, 7 months ago
  40. dec19f6 target/riscv: Fix typo and restore Pointer Masking functionality for RISC-V by Alexey Baturo · 2 years, 6 months ago
  41. 5de1245 target/riscv: Simplify the check in hmode to reuse the check in riscv_csrrw_check by Weiwei Li · 2 years, 6 months ago
  42. 62a09b9 target/riscv: Fix checks in hmode/hmode32 by Weiwei Li · 2 years, 6 months ago
  43. c126f83 target/riscv: Add check for csrs existed with U extension by Weiwei Li · 2 years, 6 months ago
  44. 108c4f2 target/riscv: Fix checkpatch warning may triggered in csr_ops table by Weiwei Li · 2 years, 6 months ago
  45. 756b037 target/riscv: H extension depends on I extension by Weiwei Li · 2 years, 6 months ago
  46. 0b572c8 target/riscv: Add check for supported privilege mode combinations by Weiwei Li · 2 years, 6 months ago
  47. 6d00ffa target/riscv: move zmmul out of the experimental properties by Weiwei Li · 2 years, 6 months ago
  48. 3363277 target/riscv: fix shifts shamt value for rv128c by Frédéric Pétrot · 2 years, 6 months ago
  49. 9a1f054 target/riscv: Force disable extensions if priv spec version does not match by Anup Patel · 2 years, 7 months ago
  50. 8e2aa21 target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt() by Anup Patel · 2 years, 7 months ago
  51. 00c0734 target/riscv: Make translator stop before the end of a page by Richard Henderson · 2 years, 5 months ago
  52. ef6e987 target/riscv: Add MAX_INSN_LEN and insn_len by Richard Henderson · 2 years, 5 months ago
  53. 9509366 target/i386: Make translator stop before the end of a page by Ilya Leoshkevich · 2 years, 5 months ago
  54. ab12c95 target/s390x: Make translator stop before the end of a page by Ilya Leoshkevich · 2 years, 5 months ago
  55. 306c872 accel/tcg: Add pc and host_pc params to gen_intermediate_code by Richard Henderson · 2 years, 5 months ago
  56. dac8d19 accel/tcg: Remove translator_ldsw by Richard Henderson · 2 years, 5 months ago
  57. 66564c3 target/openrisc: Interrupt handling fixes by Stafford Horne · 2 years, 7 months ago
  58. 6a0fc96 target/openrisc: Enable MTTCG by Stafford Horne · 2 years, 7 months ago
  59. bbe6855 target/openrisc: Add interrupted CPU to log by Stafford Horne · 2 years, 7 months ago
  60. 0fd8a10 target/openrisc: Fix memory reading in debugger by Stafford Horne · 2 years, 7 months ago
  61. 61fd710 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 2 years, 5 months ago
  62. c125b55 Merge tag 'pull-avr-20220901' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 2 years, 5 months ago
  63. a64fc26 target/i386: AVX+AES helpers prep by Paul Brook · 2 years, 9 months ago
  64. 5a09df2 target/i386: AVX pclmulqdq prep by Paul Brook · 2 years, 9 months ago
  65. 0e29cea target/i386: Rewrite blendv helpers by Paul Brook · 2 years, 9 months ago
  66. fd17264 target/i386: Misc AVX helper prep by Paul Brook · 2 years, 9 months ago
  67. 6567ffb target/i386: Destructive FP helpers for AVX by Paul Brook · 2 years, 9 months ago
  68. 6f218d6 target/i386: Dot product AVX helper prep by Paul Brook · 2 years, 9 months ago
  69. cbf4ad5 target/i386: reimplement AVX comparison helpers by Paul Brook · 2 years, 5 months ago
  70. 3403caf target/i386: Floating point arithmetic helper AVX prep by Paul Brook · 2 years, 9 months ago
  71. d45b0de target/i386: Destructive vector helpers for AVX by Paul Brook · 2 years, 9 months ago
  72. e894bae target/i386: Misc integer AVX helper prep by Paul Brook · 2 years, 9 months ago
  73. ee04a3c target/i386: Rewrite simple integer vector helpers by Paul Brook · 2 years, 9 months ago
  74. 18592d2 target/i386: Rewrite vector shift helper by Paul Brook · 2 years, 9 months ago
  75. 25bdec7 target/i386: rewrite destructive 3DNow operations by Paolo Bonzini · 2 years, 5 months ago
  76. 71964f1 target/i386: Add CHECK_NO_VEX by Paul Brook · 2 years, 9 months ago
  77. 7f32690 target/i386: do not cast gen_helper_* function pointers by Paolo Bonzini · 2 years, 5 months ago
  78. ce4fa29 target/i386: Add size suffix to vector FP helpers by Paolo Bonzini · 2 years, 5 months ago
  79. d7a851f target/i386: isolate MMX code more by Paolo Bonzini · 2 years, 5 months ago
  80. 2607e76 target/i386: check SSE table flags instead of hardcoding opcodes by Paolo Bonzini · 2 years, 5 months ago
  81. 622ef8f target/i386: Move 3DNOW decoder by Paul Brook · 2 years, 9 months ago
  82. 491f0f1 target/i386: Rework sse_op_table6/7 by Paul Brook · 2 years, 9 months ago
  83. f2dbc28 target/i386: Rework sse_op_table1 by Paul Brook · 2 years, 9 months ago
  84. 36fc7ee target/i386: Add ZMM_OFFSET macro by Paul Brook · 2 years, 9 months ago
  85. da1a7ed target/i386: formatting fixes by Paolo Bonzini · 2 years, 5 months ago
  86. 3dd116e target/i386: do not use MOVL to move data between SSE registers by Paolo Bonzini · 2 years, 5 months ago
  87. 7dd9d7e Merge tag 'pull-ppc-20220831' of https://gitlab.com/danielhb/qemu into staging by Stefan Hajnoczi · 2 years, 5 months ago
  88. bf30ad8 target/i386: DPPS rounding fix by Paolo Bonzini · 2 years, 5 months ago
  89. 75046ad target/i386: fix PHSUB* instructions with dest=src by Paolo Bonzini · 2 years, 5 months ago
  90. eccae02 meson: remove dead code by Paolo Bonzini · 2 years, 6 months ago
  91. 45ed68a i386: do kvm_put_msr_feature_control() first thing when vCPU is reset by Vitaly Kuznetsov · 2 years, 5 months ago
  92. 3cafdb6 i386: reset KVM nested state upon CPU reset by Vitaly Kuznetsov · 2 years, 5 months ago
  93. 36027c7 target/avr: Disable interrupts when env->skip set by Richard Henderson · 2 years, 5 months ago
  94. cecaad5 target/avr: Only execute one interrupt at a time by Richard Henderson · 2 years, 5 months ago
  95. 9e1b237 target/avr: Call avr_cpu_do_interrupt directly by Richard Henderson · 2 years, 5 months ago
  96. 7bccb9e target/avr: Support probe argument to tlb_fill by Richard Henderson · 2 years, 5 months ago
  97. 08e185c target/ppc: Bugfix FP when OE/UE are set by Lucas Mateus Castro (alqotel) · 2 years, 6 months ago
  98. 21d3a78 target/ppc: Fix host PVR matching for KVM by Nicholas Piggin · 2 years, 6 months ago
  99. d324c21 target/s390x: Fix CLFIT and CLGIT immediate size by Ilya Leoshkevich · 2 years, 5 months ago
  100. 1d41de5 s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1 by Christian Borntraeger · 2 years, 6 months ago