aboutsummaryrefslogtreecommitdiff
path: root/target/mips/helper.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster1-1/+1
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson1-10/+5
2019-05-26mips: Decide to map PAGE_EXEC in map_addressJakub Jermář1-5/+8
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson1-6/+0
2019-05-10target/mips: Convert to CPUClass::tlb_fillRichard Henderson1-21/+24
2019-05-10target/mips: Tidy control flow in mips_cpu_handle_mmu_faultRichard Henderson1-29/+23
2019-05-10target/mips: Pass a valid error to raise_mmu_exception for user-onlyRichard Henderson1-1/+1
2019-02-21target/mips: implement QMP query-cpu-definitions commandPavel Dovgalyuk1-0/+33
2019-02-14target/mips: reimplement SC instruction emulation and use cmpxchgLeon Alrae1-4/+2
2018-10-18target/mips: Implement hardware page table walker for MIPS32Yongbok Kim1-2/+363
2018-08-24target/mips: Add updating BadInstr and BadInstrX for nanoMIPSStefan Markovic1-0/+16
2018-08-16target/mips: Don't update BadVAddr register in Debug ModeYongbok Kim1-1/+3
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-1/+1
2017-09-21mips: introduce internal.h and cleanup cpu.hPhilippe Mathieu-Daudé1-0/+1
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan1-2/+2
2017-08-02mips: Improve segment defs for KVM T&E guestsJames Hogan1-12/+11
2017-07-20target/mips: Implement segmentation controlJames Hogan1-39/+152
2017-07-20target/mips: Check memory permissions with mem_idxJames Hogan1-8/+9
2017-07-20target/mips: Add CP0_Ebase.WG (write gate) supportJames Hogan1-6/+8
2017-07-20target/mips: Weaken TLB flush on UX,SX,KX,ASID changesJames Hogan1-1/+1
2017-07-17mips: set CP0 Debug DExcCode for SDBBP instructionPavel Dovgalyuk1-0/+2
2017-03-20target-mips: fix compiler warnings (clang 5)Philippe Mathieu-Daudé1-4/+12
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-3/+3
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+969