aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-02-01target/arm: fix decoding of B{,L}RA{A,B}Remi Denis-Courmont
2019-02-01target/arm: fix AArch64 virtual address space sizeRemi Denis-Courmont
2019-02-01target/arm: Always enable pac keys for user-onlyRichard Henderson
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova
2019-02-01target/arm: Enable API, APK bits in SCR, HCRRichard Henderson
2019-02-01target/arm: Add a timer to predict PMU counter overflowAaron Lindsay OS
2019-02-01target/arm: Send interrupts on PMU counter overflowAaron Lindsay OS
2019-02-01target/arm/translate-a64: Fix mishandling of size in FCMLA decodePeter Maydell
2019-02-01target/arm/translate-a64: Fix FCMLA decoding errorPeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode SDOT and UDOTPeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode FP insnsPeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode add/sub extended registerPeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode SIMD ld/st singlePeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode SIMD ld/st multiplePeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode PRFMPeter Maydell
2019-02-01target/arm/translate-a64: Don't underdecode system instructionsPeter Maydell
2019-01-31Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-01-30target/m68k: Fix LGPL information in the file headersThomas Huth
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth
2019-01-30target/tricore: Fix LGPL version numberThomas Huth
2019-01-30target/openrisc: Fix LGPL version numberThomas Huth
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth
2019-01-29Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2019-01-29target/arm: Don't clear supported PMU events when initializing PMCEID1Aaron Lindsay OS
2019-01-29target/arm: v8m: Ensure IDAU is respected if SAU is disabledThomas Roth
2019-01-29target/arm: Fix validation of 32-bit address spaces for aa32Richard Henderson
2019-01-28i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov
2019-01-28i386: Update stepping of Cascadelake-ServerTao Xu
2019-01-25Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-25-20...Peter Maydell
2019-01-24target/mips: Add I6500 core configurationYongbok Kim
2019-01-24target/mips: nanoMIPS: Fix branch handlingStefan Markovic
2019-01-24target/mips: Extend gen_scwp() functionality to support EVAAleksandar Markovic
2019-01-24target/mips: Correct the second argument type of cpu_supports_isa()Aleksandar Markovic
2019-01-24target/mips: nanoMIPS: Rename macros for extracting 3-bit-coded GPR numbersAleksandar Markovic
2019-01-24target/mips: nanoMIPS: Remove an unused macroAleksandar Markovic
2019-01-24target/mips: nanoMIPS: Remove duplicate macro definitionsAleksandar Markovic
2019-01-24ppc: e6500 registers SPR 604 twiceJon Diekema
2019-01-23Merge remote-tracking branch 'remotes/xtensa/tags/20190122-xtensa' into stagingPeter Maydell
2019-01-23Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2019-01-22...Peter Maydell
2019-01-22target/microblaze: Add props enabling exceptions on failed bus accessesEdgar E. Iglesias
2019-01-22target/microblaze: Switch to transaction_failed hookPeter Maydell
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth
2019-01-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...Peter Maydell
2019-01-21target/arm: Implement PMSWINCAaron Lindsay
2019-01-21target/arm: PMU: Set PMCR.N to 4Aaron Lindsay
2019-01-21target/arm: PMU: Add instruction and cycle eventsAaron Lindsay
2019-01-21target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay
2019-01-21target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]Aaron Lindsay
2019-01-21target/arm: Define FIELDs for ID_DFR0Aaron Lindsay