Age | Commit message (Expand) | Author |
2022-07-18 | target/arm: Don't set syndrome ISS for loads and stores with writeback | Peter Maydell |
2022-07-18 | target/arm: Honour VTCR_EL2 bits in Secure EL2 | Peter Maydell |
2022-07-18 | target/arm: Store TCR_EL* registers as uint64_t | Peter Maydell |
2022-07-18 | target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t | Peter Maydell |
2022-07-18 | target/arm: Fix big-endian host handling of VTCR | Peter Maydell |
2022-07-18 | target/arm: Fold regime_tcr() and regime_tcr_value() together | Peter Maydell |
2022-07-18 | target/arm: Calculate mask/base_mask in get_level1_table_address() | Peter Maydell |
2022-07-18 | target/arm: Define and use new regime_tcr_value() function | Peter Maydell |
2022-07-18 | linux-user/aarch64: Do not clear PROT_MTE on mprotect | Richard Henderson |
2022-07-18 | target/arm: Fix aarch64_sve_change_el for SME | Richard Henderson |
2022-07-18 | target/arm: Fill in VL for tbflags when SME enabled and SVE disabled | Richard Henderson |
2022-07-14 | Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into staging | Peter Maydell |
2022-07-13 | hvf: Enable RDTSCP support | Cameron Esfahani |
2022-07-12 | target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRING | Richard Henderson |
2022-07-12 | target/mips: Simplify UHI_argnlen and UHI_argn | Richard Henderson |
2022-07-12 | target/mips: Use error_report for UHI_assert | Richard Henderson |
2022-07-12 | target/mips: Avoid qemu_semihosting_log_out for UHI_plog | Richard Henderson |
2022-07-12 | target/mips: Use semihosting/syscalls.h | Richard Henderson |
2022-07-12 | target/mips: Drop link syscall from semihosting | Richard Henderson |
2022-07-12 | target/mips: Create report_fault for semihosting | Richard Henderson |
2022-07-12 | target/mips: introduce Cavium Octeon CPU model | Pavel Dovgalyuk |
2022-07-12 | target/mips: implement Octeon-specific arithmetic instructions | Pavel Dovgalyuk |
2022-07-12 | target/mips: implement Octeon-specific BBIT instructions | Pavel Dovgalyuk |
2022-07-12 | target/mips: introduce decodetree structure for Cavium Octeon extension | Pavel Dovgalyuk |
2022-07-11 | target/arm: Enable SME for user-only | Richard Henderson |
2022-07-11 | target/arm: Only set ZEN in reset if SVE present | Richard Henderson |
2022-07-11 | target/arm: Enable SME for -cpu max | Richard Henderson |
2022-07-11 | target/arm: Reset streaming sve state on exception boundaries | Richard Henderson |
2022-07-11 | target/arm: Implement SCLAMP, UCLAMP | Richard Henderson |
2022-07-11 | target/arm: Implement REVD | Richard Henderson |
2022-07-11 | target/arm: Implement PSEL | Richard Henderson |
2022-07-11 | target/arm: Implement SME integer outer product | Richard Henderson |
2022-07-11 | target/arm: Implement FMOPA, FMOPS (widening) | Richard Henderson |
2022-07-11 | target/arm: Implement BFMOPA, BFMOPS | Richard Henderson |
2022-07-11 | target/arm: Implement FMOPA, FMOPS (non-widening) | Richard Henderson |
2022-07-11 | target/arm: Implement SME ADDHA, ADDVA | Richard Henderson |
2022-07-11 | target/arm: Implement SME LDR, STR | Richard Henderson |
2022-07-11 | target/arm: Export unpredicated ld/st from translate-sve.c | Richard Henderson |
2022-07-11 | target/arm: Implement SME LD1, ST1 | Richard Henderson |
2022-07-11 | target/arm: Implement SME MOVA | Richard Henderson |
2022-07-11 | target/arm: Implement SME ZERO | Richard Henderson |
2022-07-11 | target/arm: Implement SME RDSVL, ADDSVL, ADDSPL | Richard Henderson |
2022-07-11 | target/arm: Handle SME in sve_access_check | Richard Henderson |
2022-07-11 | target/arm: Add SME enablement checks | Richard Henderson |
2022-07-11 | target/arm: Mark LD1RO as non-streaming | Richard Henderson |
2022-07-11 | target/arm: Mark LDFF1 and LDNF1 as non-streaming | Richard Henderson |
2022-07-11 | target/arm: Mark gather prefetch as non-streaming | Richard Henderson |
2022-07-11 | target/arm: Mark gather/scatter load/store as non-streaming | Richard Henderson |
2022-07-11 | target/arm: Mark string/histo/crypto as non-streaming | Richard Henderson |
2022-07-11 | target/arm: Mark SMMLA, UMMLA, USMMLA as non-streaming | Richard Henderson |