aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-02-21target/ppc/cpu.h: Clean up comments in the struct CPUPPCState definitionBALATON Zoltan
2020-02-21target/ppc/cpu.h: Move fpu related members closer in cpu envBALATON Zoltan
2020-02-21target/ppc: Fix typo in commentsBALATON Zoltan
2020-02-21target/ppc/cpu.h: Remove duplicate includesBALATON Zoltan
2020-02-18target/i386/whpx: Remove superfluous semicolonPhilippe Mathieu-Daudé
2020-02-14Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf2' i...Peter Maydell
2020-02-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200213'...Peter Maydell
2020-02-13target/arm: Implement ARMv8.1-VMID16 extensionPeter Maydell
2020-02-13target/arm: Enable ARMv8.2-UAO in -cpu maxRichard Henderson
2020-02-13target/arm: Implement UAO semanticsRichard Henderson
2020-02-13target/arm: Update MSR access to UAORichard Henderson
2020-02-13target/arm: Add ID_AA64MMFR2_EL1Richard Henderson
2020-02-13target/arm: Enable ARMv8.2-ATS1E1 in -cpu maxRichard Henderson
2020-02-13target/arm: Implement ATS1E1 system registersRichard Henderson
2020-02-13target/arm: Set PAN bit as required on exception entryRichard Henderson
2020-02-13target/arm: Enforce PAN semantics in get_S1protRichard Henderson
2020-02-13target/arm: Update arm_mmu_idx_el for PANRichard Henderson
2020-02-13target/arm: Update MSR access for PANRichard Henderson
2020-02-13target/arm: Introduce aarch64_pstate_valid_maskRichard Henderson
2020-02-13target/arm: Remove CPSR_RESERVEDRichard Henderson
2020-02-13target/arm: Use aarch32_cpsr_valid_mask in helper_exception_returnRichard Henderson
2020-02-13target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_maskRichard Henderson
2020-02-13target/arm: Mask CPSR_J when Jazelle is not enabledRichard Henderson
2020-02-13target/arm: Split out aarch32_cpsr_valid_maskRichard Henderson
2020-02-13target/arm: Move LOR regdefs to file scopeRichard Henderson
2020-02-13target/arm: Add isar_feature tests for PAN + ATS1E1Richard Henderson
2020-02-13target/arm: Add mmu_idx for EL1 and EL2 w/ PAN enabledRichard Henderson
2020-02-13target/arm: Add arm_mmu_idx_is_stage1_of_2Richard Henderson
2020-02-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-02-12target/i386: enable monitor and ucode revision with -cpu maxPaolo Bonzini
2020-02-12target/i386: check for availability of MSR_IA32_UCODE_REV as an emulated MSRPaolo Bonzini
2020-02-12target/i386: fix TCG UCODE_REV accessPaolo Bonzini
2020-02-10riscv: Separate FPU register size from core register size in gdbstub [v2]Keith Packard
2020-02-07target/arm: Raise only one interrupt in arm_cpu_exec_interruptRichard Henderson
2020-02-07target/arm: Use bool for unmasked in arm_excp_unmaskedRichard Henderson
2020-02-07target/arm: Pass more cpu state to arm_excp_unmaskedRichard Henderson
2020-02-07target/arm: Move arm_excp_unmasked to cpu.cRichard Henderson
2020-02-07target/arm: Enable ARMv8.1-VHE in -cpu maxRichard Henderson
2020-02-07target/arm: Update arm_cpu_do_interrupt_aarch64 for VHERichard Henderson
2020-02-07target/arm: Update get_a64_user_mem_index for VHERichard Henderson
2020-02-07target/arm: check TGE and E2H flags for EL0 pauth trapsAlex Bennée
2020-02-07target/arm: Update {fp,sve}_exception_el for VHERichard Henderson
2020-02-07target/arm: Update arm_phys_excp_target_el for TGERichard Henderson
2020-02-07target/arm: Flush tlbs for E2&0 translation regimeRichard Henderson
2020-02-07target/arm: Flush tlb for ASID changes in EL2&0 translation regimeRichard Henderson
2020-02-07target/arm: Add VHE timer register redirection and aliasingRichard Henderson
2020-02-07target/arm: Add VHE system register redirection and aliasingRichard Henderson
2020-02-07target/arm: Update define_one_arm_cp_reg_with_opaque for VHERichard Henderson
2020-02-07target/arm: Update timer access for VHERichard Henderson
2020-02-07target/arm: Add the hypervisor virtual counterRichard Henderson