1. b9e7a23 target-m68k: QOM'ify CPU by Andreas Färber · 13 years ago
  2. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  3. 2b3e3cf target-m68k: Don't overuse CPUState by Andreas Färber · 13 years ago
  4. 3aef481 target-m68k: Clean includes by Stefan Weil · 13 years ago
  5. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  6. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  7. 3c68882 m68k: use caller supplied CPUState for interrupt related stuff by Blue Swirl · 14 years ago
  8. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  9. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  10. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  11. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  12. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 16 years ago
  13. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  14. 009a435 Add m68k_cpu_list() by Laurent Vivier · 16 years ago
  15. aaedd1f clean build: Fix remaining m68k warnings by aurel32 · 16 years ago
  16. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  17. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  18. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  19. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  20. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  21. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  22. f8ed707 Fix typo. by pbrook · 17 years ago
  23. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  24. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  25. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  26. e1f3808 Convert m68k target to TCG. by pbrook · 17 years ago
  27. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  28. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  29. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  30. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  31. 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
  32. d315c88 Improve ColdFire CPU selection. by pbrook · 18 years ago
  33. 20dcee9 MCF5208 emulation. by pbrook · 18 years ago
  34. acf930a ColdFire EMAC support. by pbrook · 18 years ago
  35. e6dbd3b M68k extended addressing modes. by pbrook · 18 years ago
  36. 0402f76 Rework m68k cpu feature flags. by pbrook · 18 years ago
  37. a87295e M68k system mode semihosting. by pbrook · 18 years ago
  38. 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago
  39. 5a7b542 siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. by ths · 18 years ago
  40. 9042c0e Check ELF binaries for machine type and endianness. by ths · 18 years ago
  41. e6e5906 ColdFire target. by pbrook · 18 years ago