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