summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/xtensa: expose core runstall as an IRQ lineMax Filippov2019-01-281-0/+2
* target/xtensa: rearrange access to external interruptsMax Filippov2019-01-281-2/+3
* target/xtensa: drop function xtensa_timer_irqMax Filippov2019-01-281-1/+0Star
* target/xtensa: fix access to the INTERRUPT SRMax Filippov2019-01-244-12/+19
* target/xtensa: add qemu_cpu_kick to xtensa_runstallMax Filippov2019-01-241-1/+1
* Merge remote-tracking branch 'remotes/xtensa/tags/20190122-xtensa' into stagingPeter Maydell2019-01-2312-1531/+1685
|\
| * target/xtensa: move non-HELPER functions to helper.cMax Filippov2019-01-142-59/+58Star
| * target/xtensa: drop dump_state helperMax Filippov2019-01-142-12/+0Star
| * target/xtensa: extract interrupt and exception helpersMax Filippov2019-01-144-220/+259
| * target/xtensa: extract debug helpersMax Filippov2019-01-143-92/+130
| * target/xtensa: extract MMU helpersMax Filippov2019-01-144-780/+819
| * target/xtensa: extract windowed registers helpersMax Filippov2019-01-143-190/+223
| * target/xtensa: extract FPU helpersMax Filippov2019-01-143-135/+167
| * target/xtensa: rework zero overhead loops implementationMax Filippov2019-01-125-63/+49Star
* | Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2019-01-22...Peter Maydell2019-01-233-15/+30
|\ \
| * | target/microblaze: Add props enabling exceptions on failed bus accessesEdgar E. Iglesias2019-01-222-1/+13
| * | target/microblaze: Switch to transaction_failed hookPeter Maydell2019-01-223-14/+17
* | | ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth2019-01-221-4/+5
|/ /
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...Peter Maydell2019-01-216-641/+960
|\ \
| * | target/mips: Introduce 32 R5900 multimedia registersFredrik Noring2019-01-182-0/+19
| * | target/mips: Rename 'rn' to 'register_name'Aleksandar Markovic2019-01-181-426/+432
| * | target/mips: Add CP0 register MemoryMapIDAleksandar Markovic2019-01-182-2/+4
| * | target/mips: Amend preprocessor constants for CP0 registersAleksandar Markovic2019-01-182-170/+284
| * | target/mips: Update ITU to utilize SAARI and SAAR CP0 registersYongbok Kim2019-01-182-0/+19
| * | target/mips: Provide R/W access to SAARI and SAAR CP0 registersYongbok Kim2019-01-185-4/+120
| * | target/mips: Add fields for SAARI and SAAR CP0 registersYongbok Kim2019-01-182-4/+12
| * | target/mips: Use preprocessor constants for 32 major CP0 registersAleksandar Markovic2019-01-181-136/+136
| * | target/mips: Add preprocessor constants for 32 major CP0 registersAleksandar Markovic2019-01-181-0/+32
| * | target/mips: Move comment containing summary of CP0 registersAleksandar Markovic2019-01-181-81/+84
* | | target/arm: Implement PMSWINCAaron Lindsay2019-01-211-2/+37
* | | target/arm: PMU: Set PMCR.N to 4Aaron Lindsay2019-01-211-5/+5
* | | target/arm: PMU: Add instruction and cycle eventsAaron Lindsay2019-01-211-46/+44Star
* | | target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay2019-01-212-17/+282
* | | target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay2019-01-214-11/+79
* | | target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]Aaron Lindsay2019-01-212-4/+19
* | | target/arm: Define FIELDs for ID_DFR0Aaron Lindsay2019-01-211-0/+9
* | | target/arm: Implement PMOVSSETAaron Lindsay2019-01-211-0/+28
* | | target/arm: Allow AArch32 access for PMCCFILTRAaron Lindsay2019-01-211-1/+26
* | | target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay2019-01-213-8/+101
* | | target/arm: Swap PMU values before/after migrationsAaron Lindsay2019-01-212-2/+28
* | | target/arm: Reorganize PMCCNTR accessesAaron Lindsay2019-01-212-53/+98
* | | target/arm: Tidy TBI handling in gen_a64_set_pcRichard Henderson2019-01-211-43/+23Star
* | | target/arm: Enable PAuth for user-onlyRichard Henderson2019-01-212-0/+63
* | | target/arm: Enable PAuth for -cpu maxRichard Henderson2019-01-211-0/+4
* | | target/arm: Add PAuth system registersRichard Henderson2019-01-211-0/+70
* | | target/arm: Implement pauth_computepacRichard Henderson2019-01-211-1/+241
* | | target/arm: Implement pauth_addpacRichard Henderson2019-01-211-1/+41
* | | target/arm: Implement pauth_authRichard Henderson2019-01-211-1/+20
* | | target/arm: Implement pauth_stripRichard Henderson2019-01-211-1/+13
* | | target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson2019-01-212-81/+24Star