summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf2' i...Peter Maydell2020-02-141-9/+11
|\
| * riscv: Separate FPU register size from core register size in gdbstub [v2]Keith Packard2020-02-101-9/+11
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200213'...Peter Maydell2020-02-1411-118/+500
|\ \
| * | target/arm: Implement ARMv8.1-VMID16 extensionPeter Maydell2020-02-131-0/+1
| * | target/arm: Enable ARMv8.2-UAO in -cpu maxRichard Henderson2020-02-131-0/+4
| * | target/arm: Implement UAO semanticsRichard Henderson2020-02-131-20/+21
| * | target/arm: Update MSR access to UAORichard Henderson2020-02-134-0/+44
| * | target/arm: Add ID_AA64MMFR2_EL1Richard Henderson2020-02-133-2/+21
| * | target/arm: Enable ARMv8.2-ATS1E1 in -cpu maxRichard Henderson2020-02-132-0/+9
| * | target/arm: Implement ATS1E1 system registersRichard Henderson2020-02-131-6/+50
| * | target/arm: Set PAN bit as required on exception entryRichard Henderson2020-02-131-3/+50
| * | target/arm: Enforce PAN semantics in get_S1protRichard Henderson2020-02-132-0/+16
| * | target/arm: Update arm_mmu_idx_el for PANRichard Henderson2020-02-131-0/+9
| * | target/arm: Update MSR access for PANRichard Henderson2020-02-134-0/+43
| * | target/arm: Introduce aarch64_pstate_valid_maskRichard Henderson2020-02-132-0/+13
| * | target/arm: Remove CPSR_RESERVEDRichard Henderson2020-02-132-7/+8
| * | target/arm: Use aarch32_cpsr_valid_mask in helper_exception_returnRichard Henderson2020-02-131-2/+3
| * | target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_maskRichard Henderson2020-02-132-3/+4
| * | target/arm: Mask CPSR_J when Jazelle is not enabledRichard Henderson2020-02-131-1/+4
| * | target/arm: Split out aarch32_cpsr_valid_maskRichard Henderson2020-02-132-23/+38
| * | target/arm: Move LOR regdefs to file scopeRichard Henderson2020-02-131-28/+29
| * | target/arm: Add isar_feature tests for PAN + ATS1E1Richard Henderson2020-02-131-0/+29
| * | target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabledRichard Henderson2020-02-136-22/+87
| * | target/arm: Add arm_mmu_idx_is_stage1_of_2Richard Henderson2020-02-132-5/+21
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-02-133-6/+11
|\ \ | |/ |/|
| * target/i386: enable monitor and ucode revision with -cpu maxPaolo Bonzini2020-02-121-0/+2
| * target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSRPaolo Bonzini2020-02-121-2/+5
| * target/i386: fix TCG UCODE_REV accessPaolo Bonzini2020-02-121-4/+4
* | target/arm: Raise only one interrupt in arm_cpu_exec_interruptRichard Henderson2020-02-071-18/+12Star
* | target/arm: Use bool for unmasked in arm_excp_unmaskedRichard Henderson2020-02-071-3/+3
* | target/arm: Pass more cpu state to arm_excp_unmaskedRichard Henderson2020-02-071-10/+12
* | target/arm: Move arm_excp_unmasked to cpu.cRichard Henderson2020-02-072-111/+119
* | target/arm: Enable ARMv8.1-VHE in -cpu maxRichard Henderson2020-02-071-0/+1
* | target/arm: Update arm_cpu_do_interrupt_aarch64 for VHERichard Henderson2020-02-071-2/+7
* | target/arm: Update get_a64_user_mem_index for VHERichard Henderson2020-02-074-20/+57
* | target/arm: check TGE and E2H flags for EL0 pauth trapsAlex Bennée2020-02-071-1/+4
* | target/arm: Update {fp,sve}_exception_el for VHERichard Henderson2020-02-071-25/+28
* | target/arm: Update arm_phys_excp_target_el for TGERichard Henderson2020-02-071-0/+6
* | target/arm: Flush tlbs for E2&0 translation regimeRichard Henderson2020-02-071-7/+18
* | target/arm: Flush tlb for ASID changes in EL2&0 translation regimeRichard Henderson2020-02-071-7/+15
* | target/arm: Add VHE timer register redirection and aliasingRichard Henderson2020-02-071-12/+169
* | target/arm: Add VHE system register redirection and aliasingRichard Henderson2020-02-072-0/+175
* | target/arm: Update define_one_arm_cp_reg_with_opaque for VHERichard Henderson2020-02-071-4/+1Star
* | target/arm: Update timer access for VHERichard Henderson2020-02-071-21/+81
* | target/arm: Add the hypervisor virtual counterRichard Henderson2020-02-074-6/+65
* | target/arm: Update ctr_el0_access for EL2Richard Henderson2020-02-071-5/+21
* | target/arm: Update aa64_zva_access for EL2Richard Henderson2020-02-071-5/+21
* | target/arm: Update arm_sctlr for VHERichard Henderson2020-02-074-23/+18Star
* | target/arm: Update arm_mmu_idx for VHERichard Henderson2020-02-071-2/+9
* | target/arm: Add regime_has_2_rangesRichard Henderson2020-02-073-19/+25