Age | Commit message (Expand) | Author |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-08-05 | target/arm: Fix Rt/Rt2 in ESR_ELx for copro traps from AArch32 to 64 | Peter Maydell |
2020-08-04 | target/arm: Fix decode of LDRA[AB] instructions | Peter Collingbourne |
2020-08-03 | target/arm: Avoid maybe-uninitialized warning with gcc 4.9 | Kaige Li |
2020-08-03 | target/arm: Fix AddPAC error indication | Richard Henderson |
2020-07-27 | target/arm: Improve IMPDEF algorithm for IRG | Richard Henderson |
2020-07-27 | target/arm: Always pass cacheattr in S1_ptw_translate | Richard Henderson |
2020-07-20 | hw/arm/virt: Enable MTE via a machine property | Richard Henderson |
2020-07-13 | target/arm: Don't do raw writes for PMINTENCLR | Aaron Lindsay |
2020-07-13 | target/arm: Fix mtedesc for do_mem_zpz | Richard Henderson |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster |
2020-07-10 | qom: Use returned bool to check for failure, Coccinelle part | Markus Armbruster |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster |
2020-07-03 | target/arm: Fix temp double-free in sve ldr/str | Richard Henderson |
2020-07-03 | target/arm: kvm: Handle misconfigured dabt injection | Beata Michalska |
2020-07-03 | target/arm: kvm: Handle DABT with no valid ISS | Beata Michalska |
2020-06-26 | target/arm: Enable MTE | Richard Henderson |
2020-06-26 | target/arm: Add allocation tag storage for system mode | Richard Henderson |
2020-06-26 | target/arm: Create tagged ram when MTE is enabled | Richard Henderson |
2020-06-26 | target/arm: Cache the Tagged bit for a page in MemTxAttrs | Richard Henderson |
2020-06-26 | target/arm: Always pass cacheattr to get_phys_addr | Richard Henderson |
2020-06-26 | target/arm: Set PSTATE.TCO on exception entry | Richard Henderson |
2020-06-26 | target/arm: Implement data cache set allocation tags | Richard Henderson |
2020-06-26 | target/arm: Complete TBI clearing for user-only for SVE | Richard Henderson |
2020-06-26 | target/arm: Add mte helpers for sve scatter/gather memory ops | Richard Henderson |
2020-06-26 | target/arm: Handle TBI for sve scalar + int memory ops | Richard Henderson |
2020-06-26 | target/arm: Add mte helpers for sve scalar + int ff/nf loads | Richard Henderson |
2020-06-26 | target/arm: Add mte helpers for sve scalar + int stores | Richard Henderson |
2020-06-26 | target/arm: Add mte helpers for sve scalar + int loads | Richard Henderson |
2020-06-26 | target/arm: Add arm_tlb_bti_gp | Richard Henderson |
2020-06-26 | target/arm: Tidy trans_LD1R_zpri | Richard Henderson |
2020-06-26 | target/arm: Use mte_check1 for sve LD1R | Richard Henderson |
2020-06-26 | target/arm: Use mte_checkN for sve unpredicated stores | Richard Henderson |
2020-06-26 | target/arm: Use mte_checkN for sve unpredicated loads | Richard Henderson |
2020-06-26 | target/arm: Add helper_mte_check_zva | Richard Henderson |
2020-06-26 | target/arm: Implement helper_mte_checkN | Richard Henderson |
2020-06-26 | target/arm: Implement helper_mte_check1 | Richard Henderson |
2020-06-26 | target/arm: Add gen_mte_checkN | Richard Henderson |
2020-06-26 | target/arm: Add gen_mte_check1 | Richard Henderson |
2020-06-26 | target/arm: Move regime_tcr to internals.h | Richard Henderson |
2020-06-26 | target/arm: Move regime_el to internals.h | Richard Henderson |
2020-06-26 | target/arm: Implement the access tag cache flushes | Richard Henderson |
2020-06-26 | target/arm: Implement the LDGM, STGM, STZGM instructions | Richard Henderson |
2020-06-26 | target/arm: Simplify DC_ZVA | Richard Henderson |
2020-06-26 | target/arm: Restrict the values of DCZID.BS under TCG | Richard Henderson |
2020-06-26 | target/arm: Implement the STGP instruction | Richard Henderson |
2020-06-26 | target/arm: Implement LDG, STG, ST2G instructions | Richard Henderson |
2020-06-26 | target/arm: Define arm_cpu_do_unaligned_access for user-only | Richard Henderson |
2020-06-26 | target/arm: Implement the SUBP instruction | Richard Henderson |