summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
...
* | | target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland2019-02-041-21/+27
* | | target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland2019-02-041-35/+19Star
* | | ppc: remove the interrupt presenters from under PowerPCCPUCédric Le Goater2019-02-041-5/+0Star
* | | target/ppc: implement complete set of Vsr* macrosMark Cave-Ayland2019-02-041-1/+8
* | | target/ppc/kvm: Drop useless include directiveGreg Kurz2019-02-041-1/+0Star
| |/ |/|
* | target/arm: fix decoding of B{,L}RA{A,B}Remi Denis-Courmont2019-02-011-1/+1
* | target/arm: fix AArch64 virtual address space sizeRemi Denis-Courmont2019-02-011-1/+1
* | target/arm: Always enable pac keys for user-onlyRichard Henderson2019-02-012-60/+3Star
* | arm: Clarify the logic of set_pc()Julia Suvorova2019-02-013-19/+25
* | target/arm: Enable API, APK bits in SCR, HCRRichard Henderson2019-02-011-0/+6
* | target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS2019-02-013-2/+92
* | target/arm: Send interrupts on PMU counter overflowAaron Lindsay OS2019-02-011-10/+51
* | target/arm/translate-a64: Fix mishandling of size in FCMLA decodePeter Maydell2019-02-011-1/+1
* | target/arm/translate-a64: Fix FCMLA decoding errorPeter Maydell2019-02-011-1/+1
* | target/arm/translate-a64: Don't underdecode SDOT and UDOTPeter Maydell2019-02-011-1/+1
* | target/arm/translate-a64: Don't underdecode FP insnsPeter Maydell2019-02-011-1/+21
* | target/arm/translate-a64: Don't underdecode add/sub extended registerPeter Maydell2019-02-011-1/+2
* | target/arm/translate-a64: Don't underdecode SIMD ld/st singlePeter Maydell2019-02-011-1/+10
* | target/arm/translate-a64: Don't underdecode SIMD ld/st multiplePeter Maydell2019-02-011-1/+6
* | target/arm/translate-a64: Don't underdecode PRFMPeter Maydell2019-02-011-1/+1
* | target/arm/translate-a64: Don't underdecode system instructionsPeter Maydell2019-02-011-1/+5
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-01-3133-39/+39
|\ \
| * | target/m68k: Fix LGPL information in the file headersThomas Huth2019-01-306-10/+10
| * | target/s390x: Fix LGPL version in the file header commentsThomas Huth2019-01-309-9/+9
| * | target/tricore: Fix LGPL version numberThomas Huth2019-01-3010-10/+10
| * | target/openrisc: Fix LGPL version numberThomas Huth2019-01-307-7/+7
| * | Don't talk about the LGPL if the file is licensed under the GPLThomas Huth2019-01-301-3/+3
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2019-01-291-1/+9
|\ \ \ | |/ / |/| |
| * | i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov2019-01-281-0/+8
| * | i386: Update stepping of Cascadelake-ServerTao Xu2019-01-281-1/+1
* | | target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS2019-01-293-19/+22
* | | target/arm: v8m: Ensure IDAU is respected if SAU is disabledThomas Roth2019-01-291-9/+10
* | | target/arm: Fix validation of 32-bit address spaces for aa32Richard Henderson2019-01-291-7/+14
|/ /
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-25-20...Peter Maydell2019-01-253-30/+73
|\ \
| * | target/mips: Add I6500 core configurationYongbok Kim2019-01-241-0/+40
| * | target/mips: nanoMIPS: Fix branch handlingStefan Markovic2019-01-241-0/+12
| * | target/mips: Extend gen_scwp() functionality to support EVAAleksandar Markovic2019-01-241-4/+6
| * | target/mips: Correct the second argument type of cpu_supports_isa()Aleksandar Markovic2019-01-242-2/+2
| * | target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbersAleksandar Markovic2019-01-241-13/+13
| * | target/mips: nanoMIPS: Remove an unused macroAleksandar Markovic2019-01-241-1/+0Star
| * | target/mips: nanoMIPS: Remove duplicate macro definitionsAleksandar Markovic2019-01-241-10/+0Star
| |/
* / ppc: e6500 registers SPR 604 twiceJon Diekema2019-01-241-8/+0Star
|/
* 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