1. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  2. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  3. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  4. b350ab7 target-sh4: Move PVR/PRR/CVR into SuperHCPUClass by Andreas Färber · 12 years ago
  5. aa7408e target-sh4: Move TCG initialization to SuperHCPU initfn by Andreas Färber · 12 years ago
  6. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  7. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  8. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  9. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  10. 445e957 target-sh4: Let cpu_sh4_init() return SuperHCPU by Andreas Färber · 13 years ago
  11. 339894b target-sh4: QOM'ify CPU by Andreas Färber · 13 years ago
  12. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  13. 73e5716 target-sh4: Don't overuse CPUState by Andreas Färber · 13 years ago
  14. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  15. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  16. efac415 target-sh4: move intr_at_halt out of cpu_halted() by Aurelien Jarno · 14 years ago
  17. bc656a2 sh4: implement missing mmaped TLB read functions by Aurelien Jarno · 14 years ago
  18. 9f97309 sh4: implement missing mmaped TLB write functions by Aurelien Jarno · 14 years ago
  19. 4f6493f target-sh4: fix reset on r2d by Aurelien Jarno · 14 years ago
  20. 26ac1ea target-sh4: define FPSCR constants by Aurelien Jarno · 14 years ago
  21. c0f809c target-sh4: implement writes to mmaped ITLB by Aurelien Jarno · 14 years ago
  22. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  23. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  24. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  25. 3c7b48b Target specific usermode cleanup by Paul Brook · 15 years ago
  26. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  27. af09049 target-sh4: MMU: reduce the size of a TLB entry by Aurelien Jarno · 15 years ago
  28. e0bcb9c sh7750: handle MMUCR TI bit by Aurelien Jarno · 15 years ago
  29. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  30. 99a0949 Get rid of _t suffix by malc · 15 years ago
  31. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 16 years ago
  32. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  33. 852d481 SH: Improve movca.l/ocbi emulation. by edgar_igl · 16 years ago
  34. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  35. ef7ec1c clean build: Fix remaining sh4 warnings by aurel32 · 16 years ago
  36. 66c7c80 SH: Implement MOVCO.L and MOVLI.L by aurel32 · 16 years ago
  37. c2432a4 SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 and fix BCR2 support by aurel32 · 16 years ago
  38. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  39. 56cd2b9 target-sh4: make the initial value of SR easier to read by aurel32 · 16 years ago
  40. 71968fa target-sh4: add prefi, icbi, synco by aurel32 · 16 years ago
  41. a9c43f8 target-sh4: add SH7785 as CPU option by aurel32 · 16 years ago
  42. 4208322 target-sh4: remove 2 warnings by aurel32 · 16 years ago
  43. d8299bc SH4: Implement FD bit by aurel32 · 16 years ago
  44. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  45. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  46. 0b6d3ae qemu sh4 nptl support by aurel32 · 16 years ago
  47. 0fd3ca3 sh4: CPU versioning. by aurel32 · 16 years ago
  48. 17b086f SH4: Remove dyngen leftovers by aurel32 · 16 years ago
  49. 29e179b [sh4] memory mapped TLB entries by aurel32 · 17 years ago
  50. 833ed38 [sh4] sleep instruction by aurel32 · 17 years ago
  51. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  52. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  53. f8ed707 Fix typo. by pbrook · 17 years ago
  54. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  55. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  56. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  57. ea2b542 SH4 MMU improvements by aurel32 · 17 years ago
  58. e96e204 SH4: system emulator interrupt update, by Magnus Damm. by ths · 17 years ago
  59. 823029f SH4 delay slot code update, by Magnus Damm. by ths · 17 years ago
  60. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  61. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  62. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  63. e04ea3d Handle endianness of double floats, by Magnus Damm. by ths · 18 years ago
  64. ea6cf6b Emulate more fpu opcodes, by Magnus Damm. by ths · 18 years ago
  65. d10927f Add missing cpu_halted function, by Magnus Damm. by ths · 18 years ago
  66. 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
  67. 5a7b542 siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. by ths · 18 years ago
  68. 9042c0e Check ELF binaries for machine type and endianness. by ths · 18 years ago
  69. 9c2a9ea SH bugfixes. by pbrook · 19 years ago
  70. eda9b09 sh4 fmov et al instructions (amatus) by bellard · 19 years ago
  71. fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago