1. e7139c4 target-mips: use physical address in lladdr by Aurelien Jarno · 15 years ago
  2. 25b91e3 target-mips: add a function to do virtual -> physical translations by Aurelien Jarno · 15 years ago
  3. 1147e18 target-mips: split code raising MMU exception in a separate function by Aurelien Jarno · 15 years ago
  4. 0ae4304 target-mips: factorize load/store code in op_helper.c by Aurelien Jarno · 15 years ago
  5. 60c9af0 target-mips: fix physical address type in MMU functions by Aurelien Jarno · 15 years ago
  6. 2a6e32d target-mips: make CP0_LLAddr register CPU dependent by Aurelien Jarno · 15 years ago
  7. 5499b6f target-mips: rename CP0_LLAddr into lladdr by Aurelien Jarno · 15 years ago
  8. 31e3104 target-mips: fix indentation by Aurelien Jarno · 15 years ago
  9. 51cc2e7 mips: fix cpu_reset memory leak by Blue Swirl · 15 years ago
  10. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  11. 99a0949 Get rid of _t suffix by malc · 15 years ago
  12. 941694d target-mips: make sure constants are in the second argument by Aurelien Jarno · 15 years ago
  13. a0d700e mips: Fix spelling in comment by Stefan Weil · 15 years ago
  14. 58caed6 target-mips: unmatched brackets in if 0 by Michael S. Tsirkin · 15 years ago
  15. 618b0fe target-mips: log instructions start in TCG code by Aurelien Jarno · 15 years ago
  16. d42320c target-mips: remove MAX_OP_PER_INSTR workaround by Aurelien Jarno · 15 years ago
  17. 6f4fc36 Add 'static' to please Sparse by Blue Swirl · 15 years ago
  18. 7b270ef target-mips: fix single-stepping by Nathan Froyd · 16 years ago
  19. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  20. fa31af0 target-mips: fix conditional moves off fp condition codes by Nathan Froyd · 15 years ago
  21. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 15 years ago
  22. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
  23. dfe5fff change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} by Juan Quintela · 16 years ago
  24. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  25. 344b983 target-mips: remove useless code in gen_st_cond() by Aurelien Jarno · 16 years ago
  26. feeb3b6 Fix MIPS SC by Paul Brook · 16 years ago
  27. 590bc60 MIPS atomic instructions by Paul Brook · 16 years ago
  28. ff867dd MIPS usermode TLS register by Paul Brook · 16 years ago
  29. 98070ce target-mips: fix MADD and MSUB/MSUBU instructions by Nathan Froyd · 16 years ago
  30. 95bed64 Fix a warning: uint_fast8_t is not 8 bits on OpenBSD/Sparc64 by Blue Swirl · 16 years ago
  31. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  32. 1ad2134 Hardware convenience library by Paul Brook · 16 years ago
  33. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  34. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  35. 6bb72b1 target-mips: proper sign extension for 'SUBU rd, zero, rt' by Aurelien Jarno · 16 years ago
  36. 88cbb98 target-mips: fix comments about SUB/DSUB by Aurelien Jarno · 16 years ago
  37. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  38. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 16 years ago
  39. df357f0 Enable access to SYNCI_Step register in usermode emulation. by pbrook · 16 years ago
  40. 8c0ab41 Revert "target-mips: fix call to check_*() functions" by aurel32 · 16 years ago
  41. aefbc83 target-mips: simplify exception generation by aurel32 · 16 years ago
  42. a603585 target-mips: fix revision r7126 by aurel32 · 16 years ago
  43. 007ac6f target-mips: fix call to check_*() functions by aurel32 · 16 years ago
  44. 585c88d target-mips: optimize gen_flt3_ldst() by aurel32 · 16 years ago
  45. c407df8 target-mips: optimize gen_flt_ldst() by aurel32 · 16 years ago
  46. 8e0f950 Stop translation after a syscall instruciton. by pbrook · 16 years ago
  47. f2c94b9 target-mips: mark zero register as unused. by aurel32 · 16 years ago
  48. d9bea11 target-mips: variable names consistency by aurel32 · 16 years ago
  49. 867abc7 target-mips: fix commits 7040 and 7042 by aurel32 · 16 years ago
  50. 30a3848 target-mips: fix commit 7046 by aurel32 · 16 years ago
  51. bb928db target-mips: don't map zero register as a TCG global by aurel32 · 16 years ago
  52. d66c713 target-mips: optimize gen_ldst() by aurel32 · 16 years ago
  53. 324d9e3 target-mips: optimize gen_arith_imm() by aurel32 · 16 years ago
  54. 52a0e9e target-mips: fix commit r7076 by aurel32 · 16 years ago
  55. 11f9425 target-mips: optimize gen_movcf_d() by aurel32 · 16 years ago
  56. a4e8338 target-mips: optimize a few tcg_temp_free() by aurel32 · 16 years ago
  57. c9297f4 target-mips: optimize gen_farith() by aurel32 · 16 years ago
  58. c905fda target-mips: optimize gen_flt3_arith() by aurel32 · 16 years ago
  59. 4e2474d target-mips: optimize gen_flt3_ldst() by aurel32 · 16 years ago
  60. 460f00c target-mips: optimize gen_arith() by aurel32 · 16 years ago
  61. 35fbce2 target-mips: optimize decode_opc() by aurel32 · 16 years ago
  62. 72c3a3e target-mips: optimize gen_cp1() by aurel32 · 16 years ago
  63. 1fc7bf6 target-mips: optimize gen_cp0() by aurel32 · 16 years ago
  64. e7a6965 target-mips: use the TCG_CALL_PURE and TCG_CALL_CONST for some helpers by aurel32 · 16 years ago
  65. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  66. cbc37b2 target-mips: optimize gen_movcf_*() by aurel32 · 16 years ago
  67. af58f9c target-mips: optimize gen_movci() by aurel32 · 16 years ago
  68. d94536f target-mips: optimize gen_compute_branch1() by aurel32 · 16 years ago
  69. 6d06627 target-mips: don't map FP registers as TCG global variables by aurel32 · 16 years ago
  70. 0c0ed03 target-mips: fix divu instruction by aurel32 · 16 years ago
  71. 41db460 target-mips: optimize write to env->hflags by aurel32 · 16 years ago
  72. d45f89f target-mips: optimize gen_muldiv() by aurel32 · 16 years ago
  73. f129981 target-mips: optimize gen_HILO() by aurel32 · 16 years ago
  74. cdc0faa target-mips: optimize gen_trap() by aurel32 · 16 years ago
  75. 1ba74fb target-mips: optimize gen_compute_branch() by aurel32 · 16 years ago
  76. 92e9044 target-mips: don't mix result and arguments in gen_op_* by aurel32 · 16 years ago
  77. 3a55fa4 target-mips: gen_bshfl() by aurel32 · 16 years ago
  78. f157bfe target-mips: optimize gen_mul_vr54xx() by aurel32 · 16 years ago
  79. 20e1fb52 target-mips: optimize gen_cl() by aurel32 · 16 years ago
  80. f364515 target-mips: fix FPU in 64-bit mode by aurel32 · 16 years ago
  81. 41e0c70 target-mips: implement FPU Flush-To-Zero mode by aurel32 · 16 years ago
  82. a3fe901 target-mips: use nor instead of or + not by aurel32 · 16 years ago
  83. a1f6684 target-mips: optimize mflo and mfhi by aurel32 · 16 years ago
  84. d5575a3 target-mips: remove dead code by aurel32 · 16 years ago
  85. c01fccd target-mips: rename helpers from do_ to helper_ by aurel32 · 16 years ago
  86. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  87. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  88. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  89. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  90. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  91. d12d51d Clean up debugging code #ifdefs (Eduardo Habkost) by aliguori · 16 years ago
  92. e920348 target-mips: optimize some gpr accesses by aurel32 · 16 years ago
  93. 6958549 target-mips: fix indentation by aurel32 · 16 years ago
  94. 932e71c target-mips: get rid of tests on env->user_mode_only by aurel32 · 16 years ago
  95. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  96. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  97. 33a8476 A first attempt on supporting snapshots for the MIPS target. by ths · 16 years ago
  98. f9480ff Fix remaining compiler warnings for mips targets. by ths · 16 years ago
  99. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  100. cd5158e MIPS: remove a few warnings by aurel32 · 16 years ago