| Commit message (Expand) | Author | Age | Files | Lines |
* | target/arm: Update CNTP for PREDDESC | Richard Henderson | 2021-03-12 | 2 | -6/+6 |
* | target/arm: Update BRKA, BRKB, BRKN for PREDDESC | Richard Henderson | 2021-03-12 | 2 | -18/+16 |
* | target/arm: Update find_last_active for PREDDESC | Richard Henderson | 2021-03-12 | 2 | -7/+6 |
* | target/arm: Fix sve_punpk_p vs odd vector lengths | Richard Henderson | 2021-03-12 | 1 | -2/+2 |
* | target/arm: Fix sve_zip_p vs odd vector lengths | Richard Henderson | 2021-03-12 | 1 | -11/+14 |
* | target/arm: Fix sve_uzp_p vs odd vector lengths | Richard Henderson | 2021-03-12 | 1 | -9/+21 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell | 2021-03-11 | 2 | -2/+2 |
|\ |
|
| * | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 2021-03-09 | 2 | -2/+2 |
* | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda... | Peter Maydell | 2021-03-11 | 4 | -6/+6 |
|\ \ |
|
| * | | semihosting: Move include/hw/semihosting/ -> include/semihosting/ | Philippe Mathieu-Daudé | 2021-03-10 | 4 | -6/+6 |
| |/ |
|
* / | target/arm: Restrict v7A TCG cpus to TCG accel | Philippe Mathieu-Daudé | 2021-03-08 | 2 | -335/+318 |
|/ |
|
* | target/arm/cpu: Update coding style to make checkpatch.pl happy | Philippe Mathieu-Daudé | 2021-03-05 | 1 | -4/+8 |
* | target/arm: Restrict v8M IDAU to TCG | Philippe Mathieu-Daudé | 2021-03-05 | 2 | -7/+8 |
* | target/arm: Use TCF0 and TFSRE0 for unprivileged tag checks | Peter Collingbourne | 2021-03-05 | 2 | -5/+10 |
* | target/arm: Speed up aarch64 TBL/TBX | Richard Henderson | 2021-03-05 | 4 | -84/+56 |
* | target/arm: Set ID_PFR2.SSBS to 1 for "max" 32-bit CPU | Rebecca Cran | 2021-03-05 | 1 | -0/+4 |
* | target/arm: Enable FEAT_SSBS for "max" AARCH64 CPU | Rebecca Cran | 2021-03-05 | 1 | -0/+5 |
* | target/arm: Add support for FEAT_SSBS, Speculative Store Bypass Safe | Rebecca Cran | 2021-03-05 | 4 | -1/+69 |
* | exec: Move TranslationBlock typedef to qemu/typedefs.h | Richard Henderson | 2021-02-18 | 1 | -2/+1 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2021-02-17 | 1 | -0/+5 |
|\ |
|
| * | sev/i386: Don't allow a system reset under an SEV-ES guest | Tom Lendacky | 2021-02-16 | 1 | -0/+5 |
* | | target/arm: Enable MTE for user-only | Richard Henderson | 2021-02-16 | 1 | -0/+15 |
* | | target/arm: Add allocation tag storage for user mode | Richard Henderson | 2021-02-16 | 1 | -2/+27 |
* | | linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error | Richard Henderson | 2021-02-16 | 1 | -0/+10 |
* | | linux-user/aarch64: Pass syndrome to EXC_*_ABORT | Richard Henderson | 2021-02-16 | 1 | -6/+9 |
* | | target/arm: Split out syndrome.h from internals.h | Richard Henderson | 2021-02-16 | 2 | -244/+274 |
* | | linux-user/aarch64: Implement PROT_MTE | Richard Henderson | 2021-02-16 | 1 | -0/+1 |
* | | target/arm: Use the proper TBI settings for linux-user | Richard Henderson | 2021-02-16 | 2 | -9/+5 |
* | | target/arm: Improve gen_top_byte_ignore | Richard Henderson | 2021-02-16 | 1 | -11/+14 |
* | | linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE | Richard Henderson | 2021-02-16 | 2 | -0/+34 |
* | | exec: Use cpu_untagged_addr in g2h; split out g2h_untagged | Richard Henderson | 2021-02-16 | 1 | -2/+2 |
|/ |
|
* | target/arm: Correctly initialize MDCR_EL2.HPMN | Daniel Müller | 2021-02-11 | 1 | -5/+4 |
* | target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU | Rebecca Cran | 2021-02-11 | 1 | -0/+4 |
* | target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU | Rebecca Cran | 2021-02-11 | 1 | -0/+5 |
* | target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate | Rebecca Cran | 2021-02-11 | 3 | -18/+42 |
* | target/arm: Add support for FEAT_DIT, Data Independent Timing | Rebecca Cran | 2021-02-11 | 4 | -0/+52 |
* | target/arm: Fix SCR RES1 handling | Mike Nawrocki | 2021-02-11 | 2 | -2/+19 |
* | target/arm: Don't migrate CPUARMState.features | Aaron Lindsay | 2021-02-11 | 1 | -1/+1 |
* | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana | 2021-02-05 | 4 | -24/+58 |
* | cpu: move debug_check_watchpoint to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -2/+2 |
* | cpu: move adjust_watchpoint_address to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -1/+1 |
* | cpu: move do_unaligned_access to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -1/+1 |
* | cpu: move cc->transaction_failed to tcg_ops | Claudio Fontana | 2021-02-05 | 1 | -2/+2 |
* | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana | 2021-02-05 | 2 | -7/+6 |
* | target/arm: do not use cc->do_interrupt for KVM directly | Claudio Fontana | 2021-02-05 | 2 | -4/+6 |
* | cpu: Move debug_excp_handler to tcg_ops | Eduardo Habkost | 2021-02-05 | 1 | -1/+1 |
* | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost | 2021-02-05 | 1 | -1/+1 |
* | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost | 2021-02-05 | 3 | -3/+11 |
* | cpu: Move synchronize_from_tb() to tcg_ops | Eduardo Habkost | 2021-02-05 | 1 | -1/+3 |
* | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost | 2021-02-05 | 1 | -1/+1 |