Age | Commit message (Expand) | Author |
2022-04-06 | Move CPU softfloat unions to cpu-float.h | Marc-André Lureau |
2022-03-06 | target: Use ArchCPU as interface to target CPU | Philippe Mathieu-Daudé |
2022-03-06 | target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro | Philippe Mathieu-Daudé |
2022-03-06 | target: Use CPUArchState as interface to target-specific CPU state | Philippe Mathieu-Daudé |
2021-09-21 | include/exec: Move cpu_signal_handler declaration | Richard Henderson |
2021-03-14 | target/tricore: Remove unused definitions | Philippe Mathieu-Daudé |
2020-06-01 | target/tricore: Implement gdbstub | Bastian Koppelmann |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-10 | cpu: Remove CPU_COMMON | Richard Henderson |
2019-06-10 | cpu: Introduce CPUNegativeOffsetState | Richard Henderson |
2019-06-10 | cpu: Move ENV_OFFSET to exec/gen-icount.h | Richard Henderson |
2019-06-10 | target/tricore: Use env_cpu | Richard Henderson |
2019-06-10 | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson |
2019-06-10 | cpu: Define ArchCPU | Richard Henderson |
2019-06-10 | cpu: Define CPUArchState with typedef | Richard Henderson |
2019-06-10 | tcg: Split out target/arch/cpu-param.h | Richard Henderson |
2019-05-10 | target/tricore: Convert to CPUClass::tlb_fill | Richard Henderson |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster |
2019-04-18 | target: Simplify how the TARGET_cpu_list() print | Markus Armbruster |
2019-01-30 | target/tricore: Fix LGPL version number | Thomas Huth |
2018-03-19 | cpu: get rid of unused cpu_init() defines | Igor Mammedov |
2018-03-19 | cpu: add CPU_RESOLVING_TYPE macro | Igor Mammedov |
2018-03-02 | tricore: renamed masking of PIE | David Brenken |
2018-03-02 | tricore: renamed masking of IE | David Brenken |
2018-03-02 | tricore: added CORE_ID | David Brenken |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée |
2017-10-27 | tricore: cleanup cpu type name composition | Igor Mammedov |
2017-09-01 | tricore: replace cpu_tricore_init() with cpu_generic_init() | Igor Mammedov |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth |