summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée2020-03-171-5/+15
* target/arm: generate xml description of our SVE registersAlex Bennée2020-03-173-5/+261
* target/arm: default SVE length to 64 bytes for linux-userAlex Bennée2020-03-171-3/+4
* target/arm: explicitly encode regnum in our XMLAlex Bennée2020-03-173-8/+13
* target/arm: prepare for multiple dynamic XMLsAlex Bennée2020-03-173-24/+30
* gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-1737-119/+126
* target/i386: use gdb_get_reg helpersAlex Bennée2020-03-171-16/+11Star
* target/m68k: use gdb_get_reg helpersAlex Bennée2020-03-171-18/+11Star
* target/arm: use gdb_get_reg helpersAlex Bennée2020-03-171-11/+7Star
* target/riscv: Fix VS mode interrupts forwarding.Rajnesh Kanwal2020-03-171-1/+8
* target/riscv: Correctly implement TSR trapAlistair Francis2020-03-171-1/+1
* target/arm: kvm: Inject events at the last stage of syncBeata Michalska2020-03-122-10/+20
* target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger2020-03-122-6/+11
* target/arm: Disable clean_data_tbi for system modeRichard Henderson2020-03-121-0/+11
* target/arm: Check addresses for disabled regimesRichard Henderson2020-03-121-1/+34
* target/arm: Fix some comment typosPeter Maydell2020-03-122-2/+2
* target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell2020-03-123-4/+16
* target/arm: Update hflags in trans_CPS_v7m()Peter Maydell2020-03-121-1/+4
* s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank2020-03-101-1/+1
* RISC-V: Add a missing "," in riscv_excp_namesPalmer Dabbelt2020-03-051-2/+2
* target/arm: Clean address for DC ZVARichard Henderson2020-03-051-1/+1
* target/arm: Use DEF_HELPER_FLAGS for helper_dc_zvaRichard Henderson2020-03-051-1/+1
* target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson2020-03-054-94/+92Star
* target/arm: Apply TBI to ESR_ELx in helper_exception_returnRichard Henderson2020-03-051-1/+22
* target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson2020-03-052-1/+7
* target/arm: Optimize cpu_mmu_indexRichard Henderson2020-03-052-15/+13Star
* target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson2020-03-051-2/+4
* target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson2020-03-051-30/+55
* target/arm: Honor the HCR_EL2.TPU bitRichard Henderson2020-03-051-20/+31
* target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson2020-03-051-8/+31
* target/arm: Honor the HCR_EL2.TACR bitRichard Henderson2020-03-051-4/+14
* target/arm: Honor the HCR_EL2.TSW bitRichard Henderson2020-03-051-6/+16
* target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson2020-03-051-27/+55
* target/arm: Improve masking in arm_hcr_el2_effRichard Henderson2020-03-051-4/+27
* target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson2020-03-051-6/+0Star
* target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson2020-03-051-2/+4
* target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson2020-03-051-0/+7
* target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson2020-03-051-13/+25
* target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell2020-03-053-0/+7
* Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf3' i...Peter Maydell2020-03-0310-133/+1223
|\
| * target/riscv: Emulate TIME CSRs for privileged modeAnup Patel2020-02-273-4/+92
| * target/riscv: Allow enabling the Hypervisor extensionAlistair Francis2020-02-272-0/+6
| * target/riscv: Add the MSTATUS_MPV_ISSET helper macroAlistair Francis2020-02-274-4/+15
| * target/riscv: Add support for the 32-bit MSTATUSH CSRAlistair Francis2020-02-276-0/+62
| * target/riscv: Set htval and mtval2 on execptionsAlistair Francis2020-02-271-0/+10
| * target/riscv: Raise the new execptions when 2nd stage translation failsAlistair Francis2020-02-271-6/+18
| * target/riscv: Implement second stage MMUAlistair Francis2020-02-272-19/+175
| * target/riscv: Allow specifying MMU stageAlistair Francis2020-02-271-9/+28
| * target/riscv: Respect MPRV and SPRV for floating point opsAlistair Francis2020-02-271-1/+15
| * target/riscv: Mark both sstatus and msstatus_hs as dirtyAlistair Francis2020-02-271-0/+13