aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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-31Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell33-39/+39
2019-01-30target/m68k: Fix LGPL information in the file headersThomas Huth6-10/+10
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth9-9/+9
2019-01-30target/tricore: Fix LGPL version numberThomas Huth10-10/+10
2019-01-30target/openrisc: Fix LGPL version numberThomas Huth7-7/+7
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth1-3/+3
2019-01-29Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell1-1/+9
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-28i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov1-0/+8
2019-01-28i386: Update stepping of Cascadelake-ServerTao Xu1-1/+1
2019-01-25Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-25-20...Peter Maydell3-30/+73
2019-01-24target/mips: Add I6500 core configurationYongbok Kim1-0/+40
2019-01-24target/mips: nanoMIPS: Fix branch handlingStefan Markovic1-0/+12
2019-01-24target/mips: Extend gen_scwp() functionality to support EVAAleksandar Markovic1-4/+6
2019-01-24target/mips: Correct the second argument type of cpu_supports_isa()Aleksandar Markovic2-2/+2
2019-01-24target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbersAleksandar Markovic1-13/+13
2019-01-24target/mips: nanoMIPS: Remove an unused macroAleksandar Markovic1-1/+0
2019-01-24target/mips: nanoMIPS: Remove duplicate macro definitionsAleksandar Markovic1-10/+0
2019-01-24ppc: e6500 registers SPR 604 twiceJon Diekema1-8/+0
2019-01-23Merge remote-tracking branch 'remotes/xtensa/tags/20190122-xtensa' into stagingPeter Maydell12-1531/+1685
2019-01-23Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2019-01-22...Peter Maydell3-15/+30
2019-01-22target/microblaze: Add props enabling exceptions on failed bus accessesEdgar E. Iglesias2-1/+13
2019-01-22target/microblaze: Switch to transaction_failed hookPeter Maydell3-14/+17
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth1-4/+5
2019-01-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...Peter Maydell6-641/+960
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