aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-05-10target/xtensa: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/unicore32: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/tricore: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/tilegx: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/sparc: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/sh4: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/s390x: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/riscv: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/ppc: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/openrisc: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/nios2: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/moxie: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/mips: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/mips: Tidy control flow in mips_cpu_handle_mmu_faultRichard Henderson
2019-05-10target/mips: Pass a valid error to raise_mmu_exception for user-onlyRichard Henderson
2019-05-10target/microblaze: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/m68k: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/lm32: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/i386: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/hppa: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/cris: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/arm: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-10target/alpha: Convert to CPUClass::tlb_fillRichard Henderson
2019-05-08target/sh4: Fix LGPL information in the file headersThomas Huth
2019-05-08target/openrisc: Fix LGPL information in the file headersThomas Huth
2019-05-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190507'...Peter Maydell
2019-05-07target/arm: Stop using variable length array in dc_zvaPeter Maydell
2019-05-07target/arm: Implement XPSR GE bitsPeter Maydell
2019-05-07arm: Allow system registers for KVM guests to be changed by QEMU codePeter Maydell
2019-05-06decodetree: Add DisasContext argument to !function expandersRichard Henderson
2019-04-29target/hppa: Always return EXCP_DMAR for protection id trapNick Hudson
2019-04-29target/hppa: Implement Fast TLB Insert instructionsNick Hudson
2019-04-29target/arm: Enable FPU for Cortex-M4 and Cortex-M33Peter Maydell
2019-04-29target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell
2019-04-29target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell
2019-04-29target/arm: Add lazy-FP-stacking support to v7m_stack_write()Peter Maydell
2019-04-29target/arm: New function armv7m_nvic_set_pending_lazyfp()Peter Maydell
2019-04-29target/arm: New helper function arm_v7m_mmu_idx_all()Peter Maydell
2019-04-29target/arm: Activate M-profile floating point context when FPCCR.ASPEN is setPeter Maydell
2019-04-29target/arm: Set FPCCR.S when executing M-profile floating point insnsPeter Maydell
2019-04-29target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flagsPeter Maydell
2019-04-29target/arm: Move NS TBFLAG from bit 19 to bit 6Peter Maydell
2019-04-29target/arm: Handle floating point registers in exception returnPeter Maydell
2019-04-29target/arm: Allow for floating point in callee stack integrity checkPeter Maydell
2019-04-29target/arm: Clean excReturn bits when tail chainingPeter Maydell
2019-04-29target/arm: Clear CONTROL.SFPA in BXNS and BLXNSPeter Maydell
2019-04-29target/arm: Implement v7m_update_fpccr()Peter Maydell
2019-04-29target/arm: Handle floating point registers in exception entryPeter Maydell
2019-04-29target/arm/helper: don't return early for STKOF faults during stackingPeter Maydell