summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeabilityAlex Bennée2021-04-231-1/+1
* target/mips/rel6_translate: Change license to GNU LGPL v2.1 (or later)Philippe Mathieu-Daudé2021-04-201-5/+4Star
* target/arm: drop CF_LAST_IO/dc->condjump checkAlex Bennée2021-04-171-5/+0Star
* target/mips: Fix TCG temporary leak in gen_cache_operation()Philippe Mathieu-Daudé2021-04-131-0/+2
* target/arm: Check PAGE_WRITE_ORG for MTE writeabilityRichard Henderson2021-04-121-1/+1
* i386: Add missing cpu feature bits in EPYC-Rome modelBabu Moger2021-04-091-0/+12
* Revert "target/arm: Make number of counters in PMCR follow the CPU"Peter Maydell2021-04-065-28/+12Star
* target/alpha: fix icount handling for timer instructionsPavel Dovgalyuk2021-04-051-2/+7
* Merge remote-tracking branch 'remotes/xtensa/tags/20210403-xtensa' into stagingPeter Maydell2021-04-042-12/+5Star
|\
| * target/xtensa: make xtensa_modules static on importMax Filippov2021-04-031-0/+1
| * target/xtensa: fix meson.build rule for xtensa coresMax Filippov2021-04-032-12/+4Star
* | hexagon: do not specify Python scripts as inputsPaolo Bonzini2021-04-011-20/+10Star
* | hexagon: do not specify executables as inputsPaolo Bonzini2021-04-011-4/+2Star
* | target/openrisc: fix icount handling for timer instructionsPavel Dovgalyuk2021-04-011-0/+15
* | target/i386: Verify memory operand for lcall and ljmpRichard Henderson2021-04-011-0/+6
* | target/ppc/kvm: Cache timebase frequencyGreg Kurz2021-03-311-6/+19
|/
* target/arm: Make number of counters in PMCR follow the CPUPeter Maydell2021-03-305-12/+28
* s390x: move S390_ADAPTER_SUPPRESSIBLEGerd Hoffmann2021-03-261-3/+6
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210323'...Peter Maydell2021-03-232-1/+2
|\
| * target/arm: Set ARMMMUFaultInfo.level in user-only arm_cpu_tlb_fillRichard Henderson2021-03-231-0/+1
| * target/arm: Make M-profile VTOR loads on reset handle memory aliasingPeter Maydell2021-03-231-1/+1
* | target/riscv: Prevent lost illegal instruction exceptionsGeorg Kotheimer2021-03-231-178/+1Star
* | target/riscv: Add proper two-stage lookup exception detectionGeorg Kotheimer2021-03-233-13/+13
* | target/riscv: Fix read and write accesses to vsip and vsieGeorg Kotheimer2021-03-231-34/+34
* | target/riscv: Use background registers also for MSTATUS_MPVGeorg Kotheimer2021-03-231-1/+1
* | target/riscv: Make VSTIP and VSEIP read-only in hipGeorg Kotheimer2021-03-231-3/+4
* | target/riscv: Adjust privilege level for HLV(X)/HSV instructionsGeorg Kotheimer2021-03-231-11/+14
* | target/riscv: flush TLB pages if PMP permission has been changedJim Shu2021-03-231-0/+4
* | target/riscv: add log of PMP permission checkingJim Shu2021-03-231-0/+12
* | target/riscv: propagate PMP permission to TLB pageJim Shu2021-03-233-43/+125
* | target/riscv: fix vs() to return proper error codeFrank Chang2021-03-231-1/+1
|/
* target/mips/mxu_translate.c: Fix array overrun for D16MIN/D16MAXPeter Maydell2021-03-221-4/+4
* i386: Make migration fail when Hyper-V reenlightenment was enabled but 'user_...Vitaly Kuznetsov2021-03-192-0/+21
* i386: Fix 'hypercall_hypercall' typoVitaly Kuznetsov2021-03-191-2/+2
* target/i386: svm: do not discard high 32 bits of EXITINFO1Paolo Bonzini2021-03-193-11/+10Star
* target/i386: fail if toggling LA57 in 64-bit modePaolo Bonzini2021-03-191-0/+4
* target/i386: allow modifying TCG phys-addr-bitsPaolo Bonzini2021-03-194-27/+16Star
* Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210316' into...Peter Maydell2021-03-178-73/+153
|\
| * target/s390x: Store r1/r2 for page-translation exceptions during MVPGDavid Hildenbrand2021-03-154-21/+36
| * target/s390x: Implement the MVPG condition-code-option bitRichard Henderson2021-03-153-23/+121
| * s390x/cpu_model: use official name for 8562Cornelia Huck2021-03-151-2/+2
| * s390x/kvm: Get rid of legacy_s390_alloc()David Hildenbrand2021-03-151-38/+5Star
* | Merge remote-tracking branch 'remotes/philmd/tags/avr-20210315' into stagingPeter Maydell2021-03-151-4/+6
|\ \
| * | target/avr: Fix interrupt executionIvanov Arkasha2021-03-151-1/+3
| * | target/avr: Fix some comment spelling errorsLichang Zhao2021-03-151-3/+3
| |/
* | Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20210314...Peter Maydell2021-03-153-22/+20Star
|\ \
| * | target/tricore: Fix OPC2_32_RRPW_EXTR for width=0Bastian Koppelmann2021-03-141-0/+5
| * | target/tricore: Fix imask OPC2_32_RRPW_IMASK for r3+1 == r2Bastian Koppelmann2021-03-141-1/+7
| * | tricore: fixed faulty conditions for extr and imaskAndreas Konopik2021-03-141-4/+4
| * | target/tricore: Remove unused definitionsPhilippe Mathieu-Daudé2021-03-141-12/+0Star