Age | Commit message (Expand) | Author |
2021-01-14 | target/mips: Rename helper.c as tlb_helper.c | Philippe Mathieu-Daudé |
2021-01-14 | target/mips: Move common helpers from helper.c to cpu.c | Philippe Mathieu-Daudé |
2021-01-14 | target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs | Philippe Mathieu-Daudé |
2021-01-14 | target/mips: Add !CONFIG_USER_ONLY comment after #endif | Philippe Mathieu-Daudé |
2021-01-14 | target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6 | Philippe Mathieu-Daudé |
2021-01-14 | target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2 | Philippe Mathieu-Daudé |
2021-01-14 | target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6 | Philippe Mathieu-Daudé |
2020-12-13 | target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c | Philippe Mathieu-Daudé |
2020-12-13 | target/mips: Introduce ase_mt_available() helper | Philippe Mathieu-Daudé |
2020-12-13 | target/mips: Also display exception names in user-mode | Philippe Mathieu-Daudé |
2020-12-13 | target/mips: Replace magic values by CP0PM_MASK or TARGET_PAGE_BITS_MIN | Philippe Mathieu-Daudé |
2020-11-03 | target/mips: Fix Lesser GPL version number | Chetan Pant |
2020-01-29 | target/mips: Add implementation of GINVT instruction | Yongbok Kim |
2019-10-25 | target/mips: Clean up helper.c | Aleksandar Markovic |
2019-07-02 | qapi: Split machine-target.json off target.json and misc.json | Markus Armbruster |
2019-06-10 | target/mips: Use env_cpu, env_archcpu | Richard Henderson |
2019-05-26 | mips: Decide to map PAGE_EXEC in map_address | Jakub Jermář |
2019-05-10 | tcg: Use CPUClass::tlb_fill in cputlb.c | Richard Henderson |
2019-05-10 | target/mips: Convert to CPUClass::tlb_fill | Richard Henderson |
2019-05-10 | target/mips: Tidy control flow in mips_cpu_handle_mmu_fault | Richard Henderson |
2019-05-10 | target/mips: Pass a valid error to raise_mmu_exception for user-only | Richard Henderson |
2019-02-21 | target/mips: implement QMP query-cpu-definitions command | Pavel Dovgalyuk |
2019-02-14 | target/mips: reimplement SC instruction emulation and use cmpxchg | Leon Alrae |
2018-10-18 | target/mips: Implement hardware page table walker for MIPS32 | Yongbok Kim |
2018-08-24 | target/mips: Add updating BadInstr and BadInstrX for nanoMIPS | Stefan Markovic |
2018-08-16 | target/mips: Don't update BadVAddr register in Debug Mode | Yongbok Kim |
2018-01-25 | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier |
2017-09-21 | mips: introduce internal.h and cleanup cpu.h | Philippe Mathieu-Daudé |
2017-08-02 | mips: Add KVM T&E segment support for TCG | James Hogan |
2017-08-02 | mips: Improve segment defs for KVM T&E guests | James Hogan |
2017-07-20 | target/mips: Implement segmentation control | James Hogan |
2017-07-20 | target/mips: Check memory permissions with mem_idx | James Hogan |
2017-07-20 | target/mips: Add CP0_Ebase.WG (write gate) support | James Hogan |
2017-07-20 | target/mips: Weaken TLB flush on UX,SX,KX,ASID changes | James Hogan |
2017-07-17 | mips: set CP0 Debug DExcCode for SDBBP instruction | Pavel Dovgalyuk |
2017-03-20 | target-mips: fix compiler warnings (clang 5) | Philippe Mathieu-Daudé |
2017-01-13 | cputlb: drop flush_global flag from tlb_flush | Alex Bennée |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth |