summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-12-13target/mips: Also display exception names in user-modePhilippe Mathieu-Daudé
2020-12-13target/mips: Remove unused headers from cp0_helper.cPhilippe Mathieu-Daudé
2020-12-13target/mips: Do not include CP0 helpers in user-mode emulationPhilippe Mathieu-Daudé
2020-12-13target/mips: Replace magic values by CP0PM_MASK or TARGET_PAGE_BITS_MINPhilippe Mathieu-Daudé
2020-12-13target/mips: Include "exec/memattrs.h" in 'internal.h'Philippe Mathieu-Daudé
2020-12-13target/mips/kvm: Remove unused headersPhilippe Mathieu-Daudé
2020-12-13target/i386: tracing: format length values as hexDov Murik
2020-12-13target/mips/kvm: Assert unreachable code is not usedPhilippe Mathieu-Daudé
2020-12-12m68k: fix some comment spelling errorszhaolichang
2020-12-12target/m68k: Add vmstate definition for M68kCPULaurent Vivier
2020-12-12target/m68k: remove useless qregs arrayLaurent Vivier
2020-12-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201211' into stagingPeter Maydell
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-11s390x/cpu: Use timer_free() in the finalize function to avoid memleaksGan Qixin
2020-12-10i386/cpu: Make the Intel PT LIP feature configurableLuwei Kang
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum
2020-12-10s390x: do not use ram_size globalPaolo Bonzini
2020-12-10m68k: do not use ram_size globalPaolo Bonzini
2020-12-10arm: do not use ram_size globalPaolo Bonzini
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy
2020-12-10target/i386: seg_helper: Correct segment selector nullification in the RET/IR...Bin Meng
2020-12-10target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse
2020-12-10target/i386: fix operand order for PDEP and PEXTPaolo Bonzini
2020-12-10target/arm: Implement M-profile "minimal RAS implementation"Peter Maydell
2020-12-10target/arm: Implement CCR_S.TRD behaviour for SG insnsPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell
2020-12-10target/arm: Implement new v8.1M VLLDM and VLSTM encodingsPeter Maydell
2020-12-10target/arm: Implement new v8.1M NOCP check for exception returnPeter Maydell
2020-12-10target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failuresPeter Maydell
2020-12-10target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entryPeter Maydell
2020-12-10hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell
2020-12-10target/arm: Implement FPCXT_S fp system registerPeter Maydell
2020-12-10target/arm: Factor out preserve-fp-state from full_vfp_access_check()Peter Maydell
2020-12-10target/arm: Use new FPCR_NZCV_MASK constantPeter Maydell
2020-12-10target/arm: Implement M-profile FPSCR_nzcvqcPeter Maydell
2020-12-10target/arm: Implement VLDR/VSTR system registerPeter Maydell
2020-12-10target/arm: Move general-use constant expanders up in translate.cPeter Maydell
2020-12-10target/arm: Refactor M-profile VMSR/VMRS handlingPeter Maydell
2020-12-10target/arm: Enforce M-profile VMRS/VMSR register restrictionsPeter Maydell
2020-12-10target/arm: Implement CLRM instructionPeter Maydell
2020-12-10target/arm: Implement VSCCLRM insnPeter Maydell
2020-12-10target/arm: Don't clobber ID_PFR1.Security on M-profile coresPeter Maydell
2020-12-10target/arm: Implement v8.1M PXN extensionPeter Maydell
2020-11-24ppc/translate: Implement lxvwsx opcodeLemonBoy
2020-11-23target/arm: Make SYS_HEAPINFO work with RAM that doesn't start at 0Peter Maydell
2020-11-23target/arm: fix stage 2 page-walks in 32-bit emulationRémi Denis-Courmont
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling
2020-11-18hvf: Fix segment selector formatJessica Clarke
2020-11-18hvf: Gate RDTSCP on CPU_BASED2_RDTSCP, not just CPU_BASED_TSC_OFFSETJessica Clarke
2020-11-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201117'...Peter Maydell