Age | Commit message (Expand) | Author | Files | Lines |
2021-02-15 | target/m68k: Drop use of gdb_get_float64() and ldfq_p() | Peter Maydell | 1 | -3/+2 |
2021-02-11 | m68k: add MSP detection support for stack pointer swap helpers | Lucien Murray-Pitts | 1 | -1/+2 |
2021-02-11 | m68k: MOVEC insn. should generate exception if wrong CR is accessed | Lucien Murray-Pitts | 1 | -45/+143 |
2021-02-11 | m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to... | Lucien Murray-Pitts | 1 | -0/+10 |
2021-02-11 | m68k: improve comments on m68k_move_to/from helpers | Lucien Murray-Pitts | 1 | -9/+30 |
2020-07-06 | target/m68k: consolidate physical translation offset into get_physical_address() | Mark Cave-Ayland | 1 | -11/+6 |
2020-07-06 | target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug() | Mark Cave-Ayland | 1 | -0/+4 |
2020-05-06 | gdbstub: Introduce gdb_get_float64() to get 64-bit float registers | Philippe Mathieu-Daudé | 1 | -1/+2 |
2020-04-15 | target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArray | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-03-17 | gdbstub: extend GByteArray to read register helpers | Alex Bennée | 1 | -2/+2 |
2020-03-17 | target/m68k: use gdb_get_reg helpers | Alex Bennée | 1 | -18/+11 |
2020-01-07 | target/m68k: only change valid bits in CACR | Laurent Vivier | 1 | -2/+10 |
2019-06-26 | m68k comments break patch submission due to being incorrectly formatted | Lucien Murray-Pitts | 1 | -6/+10 |
2019-06-10 | target/m68k: Use env_cpu | Richard Henderson | 1 | -21/+12 |
2019-05-17 | Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' ... | Peter Maydell | 1 | -17/+67 |
2019-05-16 | target/m68k: In get_physical_address() check for memory access failures | Peter Maydell | 1 | -10/+52 |
2019-05-16 | target/m68k: In dump_address_map() check for memory access failures | Peter Maydell | 1 | -7/+15 |
2019-05-10 | tcg: Use CPUClass::tlb_fill in cputlb.c | Richard Henderson | 1 | -8/+0 |
2019-05-10 | target/m68k: Convert to CPUClass::tlb_fill | Richard Henderson | 1 | -41/+46 |
2019-04-18 | target: Clean up how the dump_mmu() print | Markus Armbruster | 1 | -59/+56 |
2019-04-18 | target: Simplify how the TARGET_cpu_list() print | Markus Armbruster | 1 | -10/+4 |
2019-01-30 | target/m68k: Fix LGPL information in the file headers | Thomas Huth | 1 | -2/+2 |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée | 1 | -0/+1 |
2018-01-25 | target/m68k: add HMP command "info tlb" | Laurent Vivier | 1 | -0/+218 |
2018-01-25 | target/m68k: add pflush/ptest | Laurent Vivier | 1 | -0/+73 |
2018-01-25 | target/m68k: add moves | Laurent Vivier | 1 | -0/+10 |
2018-01-25 | target/m68k: add Transparent Translation | Laurent Vivier | 1 | -0/+79 |
2018-01-25 | target/m68k: add MC68040 MMU | Laurent Vivier | 1 | -7/+215 |
2018-01-25 | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier | 1 | -2/+2 |
2018-01-04 | target/m68k: add the Interrupt Stack Pointer | Laurent Vivier | 1 | -7/+75 |
2018-01-04 | target/m68k: add reset | Laurent Vivier | 1 | -0/+7 |
2018-01-04 | target/m68k: manage 680x0 stack frames | Laurent Vivier | 1 | -3/+7 |
2017-09-01 | m68k: replace cpu_m68k_init() with cpu_generic_init() | Igor Mammedov | 1 | -20/+0 |
2017-06-21 | target-m68k: add FPCR and FPSR | Laurent Vivier | 1 | -5/+17 |
2017-06-21 | target-m68k: define 96bit FP registers for gdb on 680x0 | Laurent Vivier | 1 | -0/+45 |
2017-06-21 | target-m68k: use floatx80 internally | Laurent Vivier | 1 | -5/+7 |
2017-06-15 | target-m68k: move FPU helpers to fpu_helper.c | Laurent Vivier | 1 | -88/+0 |
2016-12-27 | target-m68k: Inline shifts | Richard Henderson | 1 | -52/+0 |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth | 1 | -0/+810 |