aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2018-08-24target/arm: Remove a handful of stray tabsPeter Maydell
2018-08-24target/arm: Untabify iwmmxt_helper.cPeter Maydell
2018-08-24target/arm: Untabify translate.cPeter Maydell
2018-08-24target/arm: Clear CPSR.IL and CPSR.J on 32-bit exception entryPeter Maydell
2018-08-24target/arm: Implement support for taking exceptions to Hyp modePeter Maydell
2018-08-24target/arm: Factor out code for taking an AArch32 exceptionPeter Maydell
2018-08-24target/arm: Implement AArch32 HCR and HCR2Peter Maydell
2018-08-24target/arm: Implement RAZ/WI HACTLR2Peter Maydell
2018-08-24target/arm: Use the float-to-int-scale softfloat routinesRichard Henderson
2018-08-24target/arm: Use the int-to-float-scale softfloat routinesRichard Henderson
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-08-23KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini
2018-08-23target/i386: update MPX flags when CPL changesPaolo Bonzini
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota
2018-08-23target-i386: fix segment limit check in ljmpAndrew Oates
2018-08-23target-i386: Fix lcall/ljmp to call gate in IA-32e modeAndrew Oates
2018-08-23i386: Fix arch_query_cpu_model_expansion() leakEduardo Habkost
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini
2018-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180821' into...Peter Maydell
2018-08-21Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell
2018-08-21ppc: add DBCR based debuggingRoman Kapl
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson
2018-08-21target/ppc: Tidy helper_fsqrtRichard Henderson
2018-08-21target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson
2018-08-21target/ppc: Tidy helper_fmulRichard Henderson
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson
2018-08-21target/ppc: Enable fp exceptions for user-onlyRichard Henderson
2018-08-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into stagingPeter Maydell
2018-08-20s390x: Enable KVM huge page backing supportJanosch Frank
2018-08-20s390x/kvm: add etoken facilityChristian Borntraeger
2018-08-20s390x/cpumodel: Add "-cpu max" supportDavid Hildenbrand
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck
2018-08-20s390x/cpumodel: enum type S390FeatGroup now gets generatedMichael Mueller
2018-08-20target/arm: Implement AArch32 ERET instructionPeter Maydell
2018-08-20target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked)Peter Maydell
2018-08-20target/arm: Implement ESR_EL2/HSR for AArch32 and no-EL2Peter Maydell
2018-08-20target/arm: Implement AArch32 Hyp FARsPeter Maydell
2018-08-20target/arm: Implement AArch32 HVBARPeter Maydell
2018-08-20target/arm: Add missing .cp = 15 to HMAIR1 and HAMAIR1 regdefsPeter Maydell
2018-08-20target/arm: Correct typo in HAMAIR1 regdef namePeter Maydell
2018-08-20target/arm: Fix crash on conditional instruction in an IT blockRoman Kapl
2018-08-20sh4: fix use_icount with linux-userLaurent Vivier
2018-08-17Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2018-08-16Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell
2018-08-16target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0Yongbok Kim
2018-08-16target/mips: Don't update BadVAddr register in Debug ModeYongbok Kim
2018-08-16target/mips: Implement CP0 Config1.WR bit functionalityStefan Markovic