1. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  2. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  3. 99a0949 Get rid of _t suffix by malc · 15 years ago
  4. b9d38e9 Fix Sparse warnings about using plain integer as NULL pointer by Blue Swirl · 15 years ago
  5. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  6. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 15 years ago
  7. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  8. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  9. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  10. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  11. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 16 years ago
  12. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  13. 679dee3 SH: Fix linux-user _is_cached typo. by edgar_igl · 16 years ago
  14. 3c1adf1 SH: Add cpu_sh4_is_cached for linux-user. by edgar_igl · 16 years ago
  15. 852d481 SH: Improve movca.l/ocbi emulation. by edgar_igl · 16 years ago
  16. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  17. 927e3a4 SH4: Fixed last UTLB unused and URB/URC management by aurel32 · 16 years ago
  18. 45f4d01 SH4: Fixed last UTLB unused by aurel32 · 16 years ago
  19. fb10458 SH4: Fixed last UTLB unused by aurel32 · 16 years ago
  20. ef7ec1c clean build: Fix remaining sh4 warnings by aurel32 · 16 years ago
  21. 66c7c80 SH: Implement MOVCO.L and MOVLI.L by aurel32 · 16 years ago
  22. c2432a4 SH7750/51: add register BCR3, BCR4, PCR, RTCOR, RTCNT, RTCSR, SDMR2, SDMR3 and fix BCR2 support by aurel32 · 16 years ago
  23. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  24. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  25. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  26. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  27. 5b7141a sh4: Add FMAC instruction support by aurel32 · 16 years ago
  28. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  29. df9247b tcg_temp_local_new should take no parameter by aurel32 · 16 years ago
  30. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  31. 56cd2b9 target-sh4: make the initial value of SR easier to read by aurel32 · 16 years ago
  32. f3ff7fa target-sh4: don't disable FPU instructions in user mode by aurel32 · 16 years ago
  33. bacc637 target-sh4: disable debug code by aurel32 · 16 years ago
  34. 71968fa target-sh4: add prefi, icbi, synco by aurel32 · 16 years ago
  35. a9c43f8 target-sh4: add SH7785 as CPU option by aurel32 · 16 years ago
  36. 4208322 target-sh4: remove 2 warnings by aurel32 · 16 years ago
  37. eeda677 target-sh4: Add SH bit handling to TLB by aurel32 · 16 years ago
  38. f619837 target-sh4: check FD bit for FP instructions by aurel32 · 16 years ago
  39. b79e175 SH4: kill a few warnings by aurel32 · 16 years ago
  40. d8299bc SH4: Implement FD bit by aurel32 · 16 years ago
  41. 5c16736 SH4: Eliminate P4 to A7 mangling (Takashi YOSHII). by balrog · 16 years ago
  42. 1e5459a SH: On-chip PCI controller support (Takashi YOSHII). by balrog · 16 years ago
  43. db8d990 Remove FORCE_RET() and RETURN() by aurel32 · 16 years ago
  44. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  45. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  46. 11bb09f target-sh4: fix 64-bit fmov to/from memory by aurel32 · 16 years ago
  47. cf7055b target-sh4: fix TLB/MMU emulation by aurel32 · 16 years ago
  48. 12d9613 target-sh4: fix fldi0/fldi1 by aurel32 · 16 years ago
  49. 66ba317 target-sh4: map FP registers as TCG variables by aurel32 · 16 years ago
  50. 9850d1e target-sh4: use CPU_Float/CPU_Double instead of ugly casts by aurel32 · 16 years ago
  51. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  52. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  53. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  54. a7812ae TCG variable type checking. by pbrook · 16 years ago
  55. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  56. 7526aa2 SH4: Implement MOVUA.L by aurel32 · 16 years ago
  57. bdbf22e SH4: fix single-stepping by aurel32 · 16 years ago
  58. c69e326 SH4: Fix swap.b by aurel32 · 16 years ago
  59. 1ed1a78 Silence some warnings about no value returned from non-void function by blueswir1 · 16 years ago
  60. 36aa55d Add concat_i32_i64 op. by pbrook · 16 years ago
  61. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  62. fe25591 SH4: Privilege check for instructions by aurel32 · 16 years ago
  63. 0b6d3ae qemu sh4 nptl support by aurel32 · 16 years ago
  64. 7478757 sh4: doesn't set the cpu_model_str by aurel32 · 16 years ago
  65. f24f381 SH4: sleep instruction bug fix by aurel32 · 16 years ago
  66. 0fd3ca3 sh4: CPU versioning. by aurel32 · 16 years ago
  67. 86e0abc SH4: fix a regression introduced in r5122 by aurel32 · 16 years ago
  68. 17b086f SH4: Remove dyngen leftovers by aurel32 · 16 years ago
  69. 7fdf924 SH4: final conversion to TCG by aurel32 · 16 years ago
  70. cc4ba6a SH4: convert floating-point ops to TCG by aurel32 · 16 years ago
  71. c55497e SH4: Remove most uses of cpu_T[0] and cpu_T[1] by aurel32 · 16 years ago
  72. 7efbe24 SH4: TCG optimisations by aurel32 · 16 years ago
  73. 69d6275 SH4: Convert remaining non-fp ops to TCG by aurel32 · 16 years ago
  74. c047da1 SH4: Convert shift functions to TCG by aurel32 · 16 years ago
  75. 390af82 SH4: convert control/status register load/store to TCG by aurel32 · 16 years ago
  76. fa4da10 SH4: Convert memory loads/stores to TCG by aurel32 · 16 years ago
  77. 6f06939 SH4: convert some more arithmetics ops to TCG by aurel32 · 16 years ago
  78. e6afc2f SH4: convert a few helpers to TCG by aurel32 · 16 years ago
  79. 1000822 SH4: convert branch/jump instructions to TCG by aurel32 · 16 years ago
  80. a462561 SH4: convert simple compare instructions to TCG by aurel32 · 16 years ago
  81. 3a8a44c SH4: convert a few control or system register functions to TCG by aurel32 · 16 years ago
  82. 829337a SH4: Fix bugs introduce in r5099 by aurel32 · 16 years ago
  83. 5aa3b1e SH4: fix xtrct Rm,Rn (broken in r5103) by aurel32 · 16 years ago
  84. 559dd74 SH4: convert logic and arithmetic ops to TCG by aurel32 · 16 years ago
  85. 1e8864f SH4: use TCG variables for gregs by aurel32 · 16 years ago
  86. 3bf73a4 SH4: use uint32_t/i32 based types/ops by aurel32 · 16 years ago
  87. 8f99cc6 SH4: Convert register moves to TCG by aurel32 · 16 years ago
  88. a73d39b SH4: Convert dyngen registers moves to TCG by aurel32 · 16 years ago
  89. ccc9cc5 SH4: Convert immediate loads to TCG by aurel32 · 16 years ago
  90. f36672a SH4: remove unused ops by aurel32 · 16 years ago
  91. 988d7ea SH4: add support for TCG helpers by aurel32 · 16 years ago
  92. 6858571 SH4: Init TCG variables by aurel32 · 16 years ago
  93. 825c69c sh4: fix tas.b @Rn instruction by aurel32 · 16 years ago
  94. 7da76bc [sh4] code translation bug fix by aurel32 · 16 years ago
  95. 06afe2c [sh4] MMU bug fix by aurel32 · 16 years ago
  96. 29e179b [sh4] memory mapped TLB entries by aurel32 · 16 years ago
  97. 274a9e7 [sh4] delay slot bug fix by aurel32 · 16 years ago
  98. 833ed38 [sh4] sleep instruction by aurel32 · 16 years ago
  99. a5f1b96 Fix warnings that would be generated by gcc -Wstrict-prototypes by blueswir1 · 16 years ago
  100. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 16 years ago