aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2019-02-05target/arm: Enable TBI for user-onlyRichard Henderson1-0/+6
2019-02-05target/arm: Compute TB_FLAGS for TBI for user-onlyPeter Maydell2-42/+24
2019-02-05target/arm: Clean TBI for data operations in the translatorRichard Henderson1-101/+116
2019-02-05target/arm: Add TBFLAG_A64_TBID, split out gen_top_byte_ignoreRichard Henderson4-36/+39
2019-02-05target/arm: Enable BTI for -cpu maxRichard Henderson1-0/+4
2019-02-05target/arm: Set btype for indirect branchesRichard Henderson1-1/+36
2019-02-05target/arm: Reset btype for direct branchesRichard Henderson1-0/+6
2019-02-05target/arm: Default handling of BTYPE during translationRichard Henderson3-2/+152
2019-02-05target/arm: Cache the GP bit for a page in MemTxAttrsRichard Henderson1-0/+6
2019-02-05target/arm: Add BT and BTYPE to tb->flagsRichard Henderson4-7/+23
2019-02-05target/arm: Add PSTATE.BTYPERichard Henderson2-2/+9
2019-02-05target/arm: Introduce isar_feature_aa64_btiRichard Henderson1-0/+10
2019-02-01target/arm: fix decoding of B{,L}RA{A,B}Remi Denis-Courmont1-1/+1
2019-02-01target/arm: fix AArch64 virtual address space sizeRemi Denis-Courmont1-1/+1
2019-02-01target/arm: Always enable pac keys for user-onlyRichard Henderson2-60/+3
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova3-19/+25
2019-02-01target/arm: Enable API, APK bits in SCR, HCRRichard Henderson1-0/+6
2019-02-01target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS3-2/+92
2019-02-01target/arm: Send interrupts on PMU counter overflowAaron Lindsay OS1-10/+51
2019-02-01target/arm/translate-a64: Fix mishandling of size in FCMLA decodePeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Fix FCMLA decoding errorPeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Don't underdecode SDOT and UDOTPeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Don't underdecode FP insnsPeter Maydell1-1/+21
2019-02-01target/arm/translate-a64: Don't underdecode add/sub extended registerPeter Maydell1-1/+2
2019-02-01target/arm/translate-a64: Don't underdecode SIMD ld/st singlePeter Maydell1-1/+10
2019-02-01target/arm/translate-a64: Don't underdecode SIMD ld/st multiplePeter Maydell1-1/+6
2019-02-01target/arm/translate-a64: Don't underdecode PRFMPeter Maydell1-1/+1
2019-02-01target/arm/translate-a64: Don't underdecode system instructionsPeter Maydell1-1/+5
2019-01-29target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS3-19/+22
2019-01-29target/arm: v8m: Ensure IDAU is respected if SAU is disabledThomas Roth1-9/+10
2019-01-29target/arm: Fix validation of 32-bit address spaces for aa32Richard Henderson1-7/+14
2019-01-21target/arm: Implement PMSWINCAaron Lindsay1-2/+37
2019-01-21target/arm: PMU: Set PMCR.N to 4Aaron Lindsay1-5/+5
2019-01-21target/arm: PMU: Add instruction and cycle eventsAaron Lindsay1-46/+44
2019-01-21target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay2-17/+282
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay4-11/+79
2019-01-21target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]Aaron Lindsay2-4/+19
2019-01-21target/arm: Define FIELDs for ID_DFR0Aaron Lindsay1-0/+9
2019-01-21target/arm: Implement PMOVSSETAaron Lindsay1-0/+28
2019-01-21target/arm: Allow AArch32 access for PMCCFILTRAaron Lindsay1-1/+26
2019-01-21target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay3-8/+101
2019-01-21target/arm: Swap PMU values before/after migrationsAaron Lindsay2-2/+28
2019-01-21target/arm: Reorganize PMCCNTR accessesAaron Lindsay2-53/+98
2019-01-21target/arm: Tidy TBI handling in gen_a64_set_pcRichard Henderson1-43/+23
2019-01-21target/arm: Enable PAuth for user-onlyRichard Henderson2-0/+63
2019-01-21target/arm: Enable PAuth for -cpu maxRichard Henderson1-0/+4
2019-01-21target/arm: Add PAuth system registersRichard Henderson1-0/+70
2019-01-21target/arm: Implement pauth_computepacRichard Henderson1-1/+241
2019-01-21target/arm: Implement pauth_addpacRichard Henderson1-1/+41
2019-01-21target/arm: Implement pauth_authRichard Henderson1-1/+20