summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/sh4: Fix LGPL information in the file headersThomas Huth2019-05-085-5/+5
* target/openrisc: Fix LGPL information in the file headersThomas Huth2019-05-088-8/+8
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507'...Peter Maydell2019-05-086-26/+66
|\
| * target/arm: Stop using variable length array in dc_zvaPeter Maydell2019-05-071-2/+6
| * target/arm: Implement XPSR GE bitsPeter Maydell2019-05-072-2/+14
| * arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell2019-05-076-22/+46
* | decodetree: Add DisasContext argument to !function expandersRichard Henderson2019-05-064-27/+27
|/
* target/hppa: Always return EXCP_DMAR for protection id trapNick Hudson2019-04-291-2/+1Star
* target/hppa: Implement Fast TLB Insert instructionsNick Hudson2019-04-292-0/+57
* target/arm: Enable FPU for Cortex-M4 and Cortex-M33Peter Maydell2019-04-291-0/+8
* target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell2019-04-293-1/+56
* target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell2019-04-294-1/+102
* target/arm: Implement M-profile lazy FP state preservationPeter Maydell2019-04-295-0/+140
* target/arm: Add lazy-FP-stacking support to v7m_stack_write()Peter Maydell2019-04-291-39/+79
* target/arm: New function armv7m_nvic_set_pending_lazyfp()Peter Maydell2019-04-291-0/+12
* target/arm: New helper function arm_v7m_mmu_idx_all()Peter Maydell2019-04-292-3/+18
* target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell2019-04-294-0/+45
* target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell2019-04-294-0/+28
* target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell2019-04-294-7/+25
* target/arm: Move NS TBFLAG from bit 19 to bit 6Peter Maydell2019-04-291-5/+6
* target/arm: Handle floating point registers in exception returnPeter Maydell2019-04-291-1/+141
* target/arm: Allow for floating point in callee stack integrity checkPeter Maydell2019-04-291-3/+19
* target/arm: Clean excReturn bits when tail chainingPeter Maydell2019-04-291-0/+8
* target/arm: Clear CONTROL.SFPA in BXNS and BLXNSPeter Maydell2019-04-291-0/+4
* target/arm: Implement v7m_update_fpccr()Peter Maydell2019-04-292-1/+80
* target/arm: Handle floating point registers in exception entryPeter Maydell2019-04-291-3/+95
* target/arm/helper: don't return early for STKOF faults during stackingPeter Maydell2019-04-291-5/+18
* target/arm: Handle SFPA and FPCA bits in reads and writes of CONTROLPeter Maydell2019-04-291-8/+49
* target/arm: Clear CONTROL_S.SFPA in SG insn if FPU presentPeter Maydell2019-04-291-0/+1
* target/arm: Decode FP instructions for M profilePeter Maydell2019-04-291-4/+22
* target/arm: Honour M-profile FP enable bitsPeter Maydell2019-04-292-5/+60
* target/arm: Disable most VFP sysregs for M-profilePeter Maydell2019-04-291-2/+17
* target/arm: Implement dummy versions of M-profile FP-related registersPeter Maydell2019-04-293-0/+55
* target/arm: Make sure M-profile FPSCR RES0 bits are not settablePeter Maydell2019-04-291-0/+8
* Add Nios II semihosting support.Sandra Loosemore2019-04-294-2/+472
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into stagingPeter Maydell2019-04-2821-109/+37Star
|\
| * tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-2421-109/+37Star
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into...Peter Maydell2019-04-2729-891/+1361
|\ \
| * | target/ppc: improve performance of large BAT invalidationsArtyom Tarasenko2019-04-261-0/+7
| * | ppc/hash32: Rework R and C bit updatesBenjamin Herrenschmidt2019-04-261-14/+31
| * | ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt2019-04-263-35/+47
| * | target/ppc: Don't check UPRT in radix mode when in HV real modeBenjamin Herrenschmidt2019-04-261-3/+13
| * | target/ppc/kvm: Convert DPRINTF to tracesGreg Kurz2019-04-262-41/+52
| * | target/ppc/trace-events: Fix trivial typoGreg Kurz2019-04-261-2/+2
| * | target/ppc: Style fixes for translate/spe-impl.inc.cDavid Gibson2019-04-261-5/+9
| * | target/ppc: Style fixes for translate/vmx-impl.inc.cDavid Gibson2019-04-261-11/+15
| * | target/ppc: Style fixes for translate/vsx-impl.inc.cDavid Gibson2019-04-261-7/+8
| * | target/ppc: Style fixes for translate/fp-impl.inc.cDavid Gibson2019-04-261-20/+32
| * | target/ppc: Style fixes for translate.cDavid Gibson2019-04-261-191/+313
| * | target/ppc: Style fixes for translate_init.inc.cDavid Gibson2019-04-261-95/+148