| Commit message (Expand) | Author | Age | Files | Lines |
* | target/mips: Do not include CP0 helpers in user-mode emulation | Philippe Mathieu-Daudé | 2020-12-13 | 2 | -5/+1 |
* | target/mips: Replace magic values by CP0PM_MASK or TARGET_PAGE_BITS_MIN | Philippe Mathieu-Daudé | 2020-12-13 | 2 | -4/+5 |
* | target/mips: Include "exec/memattrs.h" in 'internal.h' | Philippe Mathieu-Daudé | 2020-12-13 | 2 | -1/+1 |
* | target/mips/kvm: Remove unused headers | Philippe Mathieu-Daudé | 2020-12-13 | 1 | -2/+0 |
* | target/mips/kvm: Assert unreachable code is not used | Philippe Mathieu-Daudé | 2020-12-13 | 1 | -6/+2 |
* | target/mips: Fix PageMask with variable page size | Jiaxun Yang | 2020-11-09 | 2 | -6/+22 |
* | target/mips: Add unaligned access support for MIPS64R6 and Loongson-3 | Huacai Chen | 2020-11-03 | 1 | -2/+2 |
* | target/mips: Fix Lesser GPL version number | Chetan Pant | 2020-11-03 | 11 | -11/+11 |
* | target/mips: Increase number of TLB entries on the 34Kf core (16 -> 64) | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -1/+1 |
* | target/mips/cpu: Display warning when CPU is used without input clock | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -0/+10 |
* | target/mips/cpu: Introduce mips_cpu_create_with_clock() helper | Philippe Mathieu-Daudé | 2020-10-17 | 2 | -0/+24 |
* | target/mips/cpu: Allow the CPU to use dynamic frequencies | Philippe Mathieu-Daudé | 2020-10-17 | 2 | -2/+13 |
* | target/mips/cpu: Make cp0_count_rate a property | Philippe Mathieu-Daudé | 2020-10-17 | 2 | -8/+20 |
* | target/mips/cpu: Calculate the CP0 timer period using the CPU frequency | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -2/+2 |
* | target/mips: Move cp0_count_ns to CPUMIPSState | Philippe Mathieu-Daudé | 2020-10-17 | 3 | -17/+28 |
* | target/mips/cp0_timer: Document TIMER_PERIOD origin | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -1/+11 |
* | target/mips/cp0_timer: Explicit unit in variable name | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -9/+10 |
* | target/mips: Move cpu_mips_get_random() with CP0 helpers | Philippe Mathieu-Daudé | 2020-10-17 | 3 | -26/+26 |
* | target/mips/op_helper: Log unimplemented cache opcode | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -0/+9 |
* | target/mips/op_helper: Document Invalidate/Writeback opcodes as no-op | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -0/+5 |
* | target/mips/op_helper: Convert multiple if() to switch case | Philippe Mathieu-Daudé | 2020-10-17 | 1 | -4/+9 |
* | target/mips: Add loongson-ext lsdc2 group of instructions | Jiaxun Yang | 2020-10-17 | 1 | -0/+179 |
* | target/mips: Add loongson-ext lswc2 group of instructions (Part 2) | Jiaxun Yang | 2020-10-17 | 1 | -2/+180 |
* | target/mips: Add loongson-ext lswc2 group of instructions (Part 1) | Jiaxun Yang | 2020-10-17 | 1 | -0/+86 |
* | target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA>.<D|S> | Aleksandar Markovic | 2020-10-17 | 1 | -23/+81 |
* | target/mips: Demacro helpers for M<ADD|SUB>F.<D|S> | Aleksandar Markovic | 2020-10-17 | 1 | -17/+46 |
* | target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS> | Aleksandar Markovic | 2020-10-17 | 1 | -21/+40 |
* | target/mips: Fix some comment spelling errors | zhaolichang | 2020-10-17 | 3 | -7/+7 |
* | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 2020-09-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-... | Peter Maydell | 2020-09-12 | 1 | -10/+2 |
|\ |
|
| * | target/mips: simplify gen_compute_imm_branch logic | Alex Bennée | 2020-09-10 | 1 | -10/+2 |
* | | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 2020-09-09 | 1 | -4/+2 |
* | | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -6/+2 |
* | | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -3/+5 |
|/ |
|
* | meson: target | Paolo Bonzini | 2020-08-21 | 2 | -6/+24 |
* | meson: rename included C source files to .c.inc | Paolo Bonzini | 2020-08-21 | 2 | -1/+1 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | target/mips: Fix ADD.S FPU instruction | Alex Richardson | 2020-07-14 | 1 | -1/+1 |
* | target/mips: Remove identical if/else branches | Aleksandar Markovic | 2020-07-14 | 1 | -8/+1 |
* | hw/mips: Implement the kvm_type() hook in MachineClass | Huacai Chen | 2020-06-27 | 2 | -0/+37 |
* | target/mips: msa: Split helpers for MULV.<B|H|W|D> | Aleksandar Markovic | 2020-06-15 | 3 | -9/+91 |
* | target/mips: msa: Split helpers for SUBV.<B|H|W|D> | Aleksandar Markovic | 2020-06-15 | 3 | -11/+91 |
* | target/mips: msa: Split helpers for SUBSUU_S.<B|H|W|D> | Aleksandar Markovic | 2020-06-15 | 3 | -20/+103 |
* | target/mips: msa: Split helpers for SUBSUS_U.<B|H|W|D> | Aleksandar Markovic | 2020-06-15 | 3 | -20/+103 |
* | target/mips: msa: Split helpers for SUBS_U.<B|H|W|D> | Aleksandar Markovic | 2020-06-15 | 3 | -10/+93 |
* | target/mips: msa: Split helpers for SUBS_S.<B|H|W|D> | Aleksandar Markovic | 2020-06-15 | 3 | -14/+97 |
* | target/mips: msa: Split helpers for DOTP_U.<H|W|D> | Aleksandar Markovic | 2020-06-15 | 3 | -14/+67 |
* | target/mips: msa: Split helpers for DOTP_S.<H|W|D> | Aleksandar Markovic | 2020-06-15 | 3 | -14/+69 |
* | target/mips: msa: Split helpers for DPSUB_U.<H|W|D> | Aleksandar Markovic | 2020-06-15 | 3 | -15/+68 |
* | target/mips: msa: Split helpers for DPSUB_S.<H|W|D> | Aleksandar Markovic | 2020-06-15 | 3 | -15/+68 |