Age | Commit message (Expand) | Author | Files | Lines |
2019-05-10 | target/hppa: Convert to CPUClass::tlb_fill | Richard Henderson | 3 | -12/+23 |
2019-05-10 | target/cris: Convert to CPUClass::tlb_fill | Richard Henderson | 4 | -63/+42 |
2019-05-10 | target/arm: Convert to CPUClass::tlb_fill | Richard Henderson | 4 | -86/+73 |
2019-05-10 | target/alpha: Convert to CPUClass::tlb_fill | Richard Henderson | 4 | -30/+26 |
2019-05-08 | target/sh4: Fix LGPL information in the file headers | Thomas Huth | 5 | -5/+5 |
2019-05-08 | target/openrisc: Fix LGPL information in the file headers | Thomas Huth | 8 | -8/+8 |
2019-05-08 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507'... | Peter Maydell | 6 | -26/+66 |
2019-05-07 | target/arm: Stop using variable length array in dc_zva | Peter Maydell | 1 | -2/+6 |
2019-05-07 | target/arm: Implement XPSR GE bits | Peter Maydell | 2 | -2/+14 |
2019-05-07 | arm: Allow system registers for KVM guests to be changed by QEMU code | Peter Maydell | 6 | -22/+46 |
2019-05-06 | decodetree: Add DisasContext argument to !function expanders | Richard Henderson | 4 | -27/+27 |
2019-04-29 | target/hppa: Always return EXCP_DMAR for protection id trap | Nick Hudson | 1 | -2/+1 |
2019-04-29 | target/hppa: Implement Fast TLB Insert instructions | Nick Hudson | 2 | -0/+57 |
2019-04-29 | target/arm: Enable FPU for Cortex-M4 and Cortex-M33 | Peter Maydell | 1 | -0/+8 |
2019-04-29 | target/arm: Implement VLLDM for v7M CPUs with an FPU | Peter Maydell | 3 | -1/+56 |
2019-04-29 | target/arm: Implement VLSTM for v7M CPUs with an FPU | Peter Maydell | 4 | -1/+102 |
2019-04-29 | target/arm: Implement M-profile lazy FP state preservation | Peter Maydell | 5 | -0/+140 |
2019-04-29 | target/arm: Add lazy-FP-stacking support to v7m_stack_write() | Peter Maydell | 1 | -39/+79 |
2019-04-29 | target/arm: New function armv7m_nvic_set_pending_lazyfp() | Peter Maydell | 1 | -0/+12 |
2019-04-29 | target/arm: New helper function arm_v7m_mmu_idx_all() | Peter Maydell | 2 | -3/+18 |
2019-04-29 | target/arm: Activate M-profile floating point context when FPCCR.ASPEN is set | Peter Maydell | 4 | -0/+45 |
2019-04-29 | target/arm: Set FPCCR.S when executing M-profile floating point insns | Peter Maydell | 4 | -0/+28 |
2019-04-29 | target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flags | Peter Maydell | 4 | -7/+25 |
2019-04-29 | target/arm: Move NS TBFLAG from bit 19 to bit 6 | Peter Maydell | 1 | -5/+6 |
2019-04-29 | target/arm: Handle floating point registers in exception return | Peter Maydell | 1 | -1/+141 |
2019-04-29 | target/arm: Allow for floating point in callee stack integrity check | Peter Maydell | 1 | -3/+19 |
2019-04-29 | target/arm: Clean excReturn bits when tail chaining | Peter Maydell | 1 | -0/+8 |
2019-04-29 | target/arm: Clear CONTROL.SFPA in BXNS and BLXNS | Peter Maydell | 1 | -0/+4 |
2019-04-29 | target/arm: Implement v7m_update_fpccr() | Peter Maydell | 2 | -1/+80 |
2019-04-29 | target/arm: Handle floating point registers in exception entry | Peter Maydell | 1 | -3/+95 |
2019-04-29 | target/arm/helper: don't return early for STKOF faults during stacking | Peter Maydell | 1 | -5/+18 |
2019-04-29 | target/arm: Handle SFPA and FPCA bits in reads and writes of CONTROL | Peter Maydell | 1 | -8/+49 |
2019-04-29 | target/arm: Clear CONTROL_S.SFPA in SG insn if FPU present | Peter Maydell | 1 | -0/+1 |
2019-04-29 | target/arm: Decode FP instructions for M profile | Peter Maydell | 1 | -4/+22 |
2019-04-29 | target/arm: Honour M-profile FP enable bits | Peter Maydell | 2 | -5/+60 |
2019-04-29 | target/arm: Disable most VFP sysregs for M-profile | Peter Maydell | 1 | -2/+17 |
2019-04-29 | target/arm: Implement dummy versions of M-profile FP-related registers | Peter Maydell | 3 | -0/+55 |
2019-04-29 | target/arm: Make sure M-profile FPSCR RES0 bits are not settable | Peter Maydell | 1 | -0/+8 |
2019-04-29 | Add Nios II semihosting support. | Sandra Loosemore | 4 | -2/+472 |
2019-04-28 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into staging | Peter Maydell | 21 | -109/+37 |
2019-04-27 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190426' into... | Peter Maydell | 29 | -891/+1361 |
2019-04-26 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in... | Peter Maydell | 2 | -0/+56 |
2019-04-26 | target/ppc: improve performance of large BAT invalidations | Artyom Tarasenko | 1 | -0/+7 |
2019-04-26 | ppc/hash32: Rework R and C bit updates | Benjamin Herrenschmidt | 1 | -14/+31 |
2019-04-26 | ppc/hash64: Rework R and C bit updates | Benjamin Herrenschmidt | 3 | -35/+47 |
2019-04-26 | target/ppc: Don't check UPRT in radix mode when in HV real mode | Benjamin Herrenschmidt | 1 | -3/+13 |
2019-04-26 | target/ppc/kvm: Convert DPRINTF to traces | Greg Kurz | 2 | -41/+52 |
2019-04-26 | target/ppc/trace-events: Fix trivial typo | Greg Kurz | 1 | -2/+2 |
2019-04-26 | target/ppc: Style fixes for translate/spe-impl.inc.c | David Gibson | 1 | -5/+9 |
2019-04-26 | target/ppc: Style fixes for translate/vmx-impl.inc.c | David Gibson | 1 | -11/+15 |