1. b69e48a target-mips: Fix type cast for w64 (uintptr_t) by Stefan Weil · 13 years ago
  2. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  3. 5cbdb3a Replace Qemu by QEMU in comments by Stefan Weil · 13 years ago
  4. 6576b74 Replace Qemu by QEMU in internal documentation by Stefan Weil · 13 years ago
  5. 59821ae target-mips: Add compiler attribute to some functions which don't return by Stefan Weil · 13 years ago
  6. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  7. 7db13fa target-mips: Don't overuse CPUState by Andreas Färber · 13 years ago
  8. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  9. 93148aa Spelling fixes in comments (it's -> its) by Stefan Weil · 13 years ago
  10. 0056c09 target-mips: Clean includes by Stefan Weil · 13 years ago
  11. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  12. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  13. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  14. 344eecf mips: Support the MT TCStatus IXMT irq disable flag by Edgar E. Iglesias · 13 years ago
  15. f249412 mips: Add MT halting and waking of VPEs by Edgar E. Iglesias · 13 years ago
  16. 9e56e75 mips: Initialize MT state at reset by Edgar E. Iglesias · 13 years ago
  17. 1dab005 mips: Default to using one VPE and one TC. by Edgar E. Iglesias · 13 years ago
  18. ded4008 mips: Enable VInt interrupt mode for the 34Kf by Edgar E. Iglesias · 13 years ago
  19. e428097 mips: Correct VInt vector generation by Edgar E. Iglesias · 13 years ago
  20. bc45a67 mips: Correct IntCtl write mask for VInt by Edgar E. Iglesias · 13 years ago
  21. 5a25ce9 mips: Hook in more reg accesses via mttr/mftr by Edgar E. Iglesias · 13 years ago
  22. fe8dca8 mips: Synchronize CP0 TCSTatus, Status and EntryHi by Edgar E. Iglesias · 13 years ago
  23. b93bbdc mips: Handle TC indexing of other VPEs by Edgar E. Iglesias · 13 years ago
  24. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  25. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  26. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  27. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  28. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  29. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  30. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  31. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  32. 99e43d3 target-mips: Fix warning caused by unused local variable by Aurelien Jarno · 14 years ago
  33. 711c212 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  34. ce0c693 target-mips: Do not check CPU_INTERRUPT_TIMER. by Richard Henderson · 14 years ago
  35. ff2712b Fix typos in comments (interupt -> interrupt) by Stefan Weil · 14 years ago
  36. ebabb67 Fix typo in code and comments by Stefan Weil · 14 years ago
  37. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  38. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  39. 6a38534 target-mips: clear softfpu exception state for comparison instructions by Aurelien Jarno · 14 years ago
  40. 30a00bc target-mips: fix c.ps.* instructions by Aurelien Jarno · 14 years ago
  41. 353ebb7 target-mips: don't hardcode softfloat exception bits by Aurelien Jarno · 14 years ago
  42. 06a0e6b target-mips: simplify FP comparisons by Aurelien Jarno · 14 years ago
  43. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  44. 3a59938 target-mips: use new float*_unordered*() functions by Aurelien Jarno · 14 years ago
  45. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  46. 4ff9786 Fix trivial "endianness bugs" by Stefan Weil · 14 years ago
  47. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  48. efd4103 [PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floor by Chris Dearman · 14 years ago
  49. b835e91 target-mips: fix save_cpu_state() calls by Aurelien Jarno · 14 years ago
  50. 5580722 mips: Break TBs after mfc0_count by Edgar E. Iglesias · 14 years ago
  51. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  52. 4cdc1cd target-mips: fix host CPU consumption when guest is idle by Aurelien Jarno · 14 years ago
  53. 9ed5726 target-mips: fix translation of MT instructions by Nathan Froyd · 14 years ago
  54. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  55. 2abf314 mips: avoid write only variables by Blue Swirl · 14 years ago
  56. 1c7242d MIPS: fix yield handling by Blue Swirl · 14 years ago
  57. 138afb0 mips: Add support for VInt and VEIC irq modes by Edgar E. Iglesias · 15 years ago
  58. 671b0f3 Correctly identify multiple cpus in SMP systems by Hervé Poussineau · 15 years ago
  59. cf7c00d Remove unused constant by Hervé Poussineau · 15 years ago
  60. 5dc5d9f mips: more fixes to the MIPS interrupt glue logic by Aurelien Jarno · 15 years ago
  61. 3638831 mips: Correct MIPS interrupt glue logic for icount by Edgar E. Iglesias · 15 years ago
  62. 3fc00a7 target-mips: fix xtlb exception for loongson by Aurelien Jarno · 15 years ago
  63. 161f85e target-mips: add loongson 2E & 2F integer instructions by Aurelien Jarno · 15 years ago
  64. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  65. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  66. 83dae09 remove unused stuff from */exec.h by Paolo Bonzini · 15 years ago
  67. afa88c3 target-mips: add Loongson support prefetch by Aurelien Jarno · 15 years ago
  68. 5c13fdf target-mips: split load and store by Aurelien Jarno · 15 years ago
  69. 6fbab86 target-mips: fix DINSU instruction by Aurelien Jarno · 15 years ago
  70. aa8f400 target-mips: enable movn/movz on loongson 2E & 2F by Aurelien Jarno · 15 years ago
  71. 5bc6fba MIPS: Initial support of fulong mini pc (CPU definition) by Huacai Chen · 15 years ago
  72. 3308759 target-mips: Fix compilation by Stefan Weil · 15 years ago
  73. bbfa8f7 target-mips: add microMIPS exception handler support by Nathan Froyd · 15 years ago
  74. 3c82410 target-mips: microMIPS ASE support by Nathan Froyd · 15 years ago
  75. 620e48f target-mips: mips16 cleanups by Nathan Froyd · 15 years ago
  76. 8153667c target-mips: refactor c{, abs}.cond.fmt insns by Nathan Froyd · 15 years ago
  77. e459440 target-mips: move FP FMT comments closer to the definitions by Aurelien Jarno · 15 years ago
  78. bf4120a target-mips: define constants for magic numbers by Nathan Froyd · 15 years ago
  79. 26ebe46 target-mips: break out [ls][wd]c1 and rdhwr insn generation by Nathan Froyd · 15 years ago
  80. 564856b target-mips: Remove duplicate CPU log. by Richard Henderson · 15 years ago
  81. 2a5612e target-mips: Fix format specifiers for fpu_fprintf by Stefan Weil · 15 years ago
  82. a7200c9 target-mips: Fix one more format specifier for cpu_fprintf by Stefan Weil · 15 years ago
  83. 1a7ff92 remove TARGET_* defines from translate-all.c by Paolo Bonzini · 15 years ago
  84. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  85. 30724e7 target-mips: update address space definitions by Aurelien Jarno · 15 years ago
  86. 3c7b48b Target specific usermode cleanup by Paul Brook · 15 years ago
  87. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  88. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  89. deb4203 target-mips: use newer logical ops by Aurelien Jarno · 15 years ago
  90. e68dd28 target-mips: use setcond when possible by Aurelien Jarno · 15 years ago
  91. 3399e30 target-mips: fix ROTR and DROTR by zero by Nathan Froyd · 15 years ago
  92. c2c65da target-mips: fix CpU exception for coprocessor 0 by Nathan Froyd · 15 years ago
  93. 6462bfc target-mips: remove useless sign extension by Aurelien Jarno · 15 years ago
  94. c36bbb2 target-mips: don't call cpu_loop_exit() from helper.c by Aurelien Jarno · 15 years ago
  95. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  96. ab3aee2 target-mips: No MIPS16 support for 4Kc, 4KEc cores by Stefan Weil · 15 years ago
  97. 73642f5 target-mips: 4Kc, 4KEc cores do not support MIPS16 by Stefan Weil · 15 years ago
  98. 91a7593 target-mips: fix user-mode emulation startup by Nathan Froyd · 15 years ago
  99. d19954f target-mips: set Config1.CA for MIPS16-aware CPUs by Nathan Froyd · 15 years ago
  100. 9da53be target-mips: add copyright notice for mips16 work by Nathan Froyd · 15 years ago