| Commit message (Expand) | Author | Files | Lines |
| 2025-07-11 | pc-bios/s390-ccw: Add a boot menu for booting via pxelinux.cfg | Thomas Huth | 1 | -0/+26 |
| 2025-07-11 | pc-bios/s390-ccw: Make get_boot_index() from menu.c global | Thomas Huth | 2 | -3/+4 |
| 2025-07-11 | pc-bios/s390-ccw: Allow up to 31 entries for pxelinux.cfg | Thomas Huth | 1 | -6/+4 |
| 2025-07-11 | pc-bios/s390-ccw: Allow to select a different pxelinux.cfg entry via loadparm | Thomas Huth | 1 | -8/+24 |
| 2025-07-11 | hw/s390x/s390-pci-bus.c: Use g_assert_not_reached() in functions taking an ett | Peter Maydell | 1 | -12/+14 |
| 2025-07-11 | target/s390x/tcg: Use vaddr in s390_probe_access() | Philippe Mathieu-Daudé | 1 | -5/+5 |
| 2025-07-11 | target/s390x/kvm: Use vaddr in find/insert_hw_breakpoint() | Philippe Mathieu-Daudé | 1 | -2/+2 |
| 2025-07-04 | linux-user/aarch64: Set hwcap bits for SME2p1/SVE2p1 | Richard Henderson | 1 | -0/+8 |
| 2025-07-04 | target/arm: Enable FEAT_SME2p1 on -cpu max | Richard Henderson | 2 | -2/+14 |
| 2025-07-04 | target/arm: Implement SME2 BFMOPA (non-widening) | Peter Maydell | 4 | -0/+64 |
| 2025-07-04 | target/arm: Implement FMOPA (non-widening) for fp16 | Peter Maydell | 4 | -0/+63 |
| 2025-07-04 | target/arm: Support FPCR.AH in SME FMOPS, BFMOPS | Richard Henderson | 4 | -33/+161 |
| 2025-07-04 | target/arm: Rename BFMOPA to BFMOPA_w | Peter Maydell | 4 | -5/+5 |
| 2025-07-04 | target/arm: Rename FMOPA_h to FMOPA_w_h | Peter Maydell | 4 | -6/+6 |
| 2025-07-04 | target/arm: Implement LUTI2, LUTI4 for SME2/SME2p1 | Richard Henderson | 4 | -0/+210 |
| 2025-07-04 | target/arm: Implement MOVAZ for SME2p1 | Richard Henderson | 4 | -11/+137 |
| 2025-07-04 | target/arm: Implement LD1Q, ST1Q for SVE2p1 | Richard Henderson | 4 | -2/+62 |
| 2025-07-04 | target/arm: Implement {LD, ST}[234]Q for SME2p1/SVE2p1 | Richard Henderson | 4 | -31/+156 |
| 2025-07-04 | target/arm: Move ld1qq and st1qq primitives to sve_ldst_internal.h | Richard Henderson | 2 | -38/+69 |
| 2025-07-04 | target/arm: Implement {LD1, ST1}{W, D} (128-bit element) for SVE2p1 | Richard Henderson | 5 | -27/+183 |
| 2025-07-04 | target/arm: Split the ST_zpri and ST_zprr patterns | Richard Henderson | 1 | -8/+18 |
| 2025-07-04 | target/arm: Implement SME2 counted predicate register load/store | Richard Henderson | 4 | -0/+662 |
| 2025-07-04 | target/arm: Implement TBLQ, TBXQ for SME2p1/SVE2p1 | Richard Henderson | 4 | -0/+37 |
| 2025-07-04 | target/arm: Implement ZIPQ, UZPQ for SME2p1/SVE2p1 | Richard Henderson | 4 | -1/+63 |
| 2025-07-04 | target/arm: Implement PMOV for SME2p1/SVE2p1 | Richard Henderson | 5 | -0/+207 |
| 2025-07-04 | target/arm: Implement EXTQ for SME2p1/SVE2p1 | Richard Henderson | 2 | -0/+51 |
| 2025-07-04 | target/arm: Implement DUPQ for SME2p1/SVE2p1 | Richard Henderson | 2 | -0/+27 |
| 2025-07-04 | target/arm: Implement CNTP (predicate as counter) for SME2/SVE2p1 | Richard Henderson | 4 | -1/+54 |
| 2025-07-04 | target/arm: Implement BFMLSLB{L, T} for SME2/SVE2p1 | Richard Henderson | 2 | -0/+36 |
| 2025-07-04 | target/arm: Implement FADDQV, F{MIN, MAX}{NM}QV for SVE2p1 | Richard Henderson | 4 | -27/+148 |
| 2025-07-04 | target/arm: Implement ANDQV, ORQV, EORQV for SVE2p1 | Richard Henderson | 4 | -0/+65 |
| 2025-07-04 | target/arm: Implement SME2 SEL | Richard Henderson | 4 | -0/+362 |
| 2025-07-04 | target/arm: Implement SVE2p1 PEXT | Richard Henderson | 5 | -0/+146 |
| 2025-07-04 | target/arm: Implement {ADD, SMIN, SMAX, UMIN, UMAX}QV for SVE2p1 | Richard Henderson | 4 | -0/+113 |
| 2025-07-04 | target/arm: Implement SVE2p1 PTRUE (predicate as counter) | Richard Henderson | 2 | -0/+17 |
| 2025-07-04 | target/arm: Implement SVE2p1 WHILE (predicate as counter) | Richard Henderson | 4 | -5/+84 |
| 2025-07-04 | target/arm: Implement SVE2p1 WHILE (predicate pair) | Richard Henderson | 4 | -4/+61 |
| 2025-07-04 | target/arm: Enable PSEL for SVE2p1 | Richard Henderson | 1 | -1/+1 |
| 2025-07-04 | target/arm: Split trans_WHILE to lt and gt | Richard Henderson | 2 | -15/+12 |
| 2025-07-04 | target/arm: Move scale by esz into helper_sve_while* | Richard Henderson | 2 | -8/+7 |
| 2025-07-04 | target/arm: Split out do_whileg from helper_sve_whileg | Richard Henderson | 1 | -19/+20 |
| 2025-07-04 | target/arm: Split out do_whilel from helper_sve_whilel | Richard Henderson | 1 | -10/+16 |
| 2025-07-04 | target/arm: Expand do_zero inline | Richard Henderson | 1 | -17/+11 |
| 2025-07-04 | target/arm: Fold predtest_ones into helper_sve_brkns | Richard Henderson | 1 | -20/+14 |
| 2025-07-04 | target/arm: Introduce pred_count_test | Richard Henderson | 1 | -34/+45 |
| 2025-07-04 | target/arm: Implement SME2p1 Multiple Zero | Richard Henderson | 2 | -0/+43 |
| 2025-07-04 | target/arm: Implement FCLAMP for SME2, SVE2p1 | Richard Henderson | 2 | -0/+24 |
| 2025-07-04 | target/arm: Enable SCLAMP, UCLAMP for SVE2p1 | Richard Henderson | 1 | -2/+2 |
| 2025-07-04 | target/arm: Implement SME2 FCLAMP, SCLAMP, UCLAMP | Richard Henderson | 4 | -0/+163 |
| 2025-07-04 | target/arm: Implement SME2 ZIP, UZP (two registers) | Richard Henderson | 4 | -0/+126 |