1. 520c0d8 target-sparc: Fix mixup of uint64 and uint64_t by Andreas Färber · 13 years ago
  2. cc4aa83 sparc: avoid cpu_get_physical_page_desc() by Avi Kivity · 13 years ago
  3. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  4. 96d922a Improve "ta 0" shutdown by Fabien Chouteau · 13 years ago
  5. 50c796f target-sparc: Implement FALIGNDATA inline. by Richard Henderson · 13 years ago
  6. 793a137 target-sparc: Implement BMASK/BSHUFFLE. by Richard Henderson · 13 years ago
  7. add545a target-sparc: Implement ALIGNADDR* inline. by Richard Henderson · 13 years ago
  8. 6c07355 target-sparc: Implement EDGE* instructions. by Richard Henderson · 13 years ago
  9. 2dedf31 target-sparc: Implement fpack{16,32,fix}. by Richard Henderson · 13 years ago
  10. f888300 target-sparc: Implement PDIST. by Richard Henderson · 13 years ago
  11. 4451677 target-sparc: Do exceptions management fully inside the helpers. by Richard Henderson · 13 years ago
  12. 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
  13. 45c7b74 target-sparc: Undo cpu_fpr rename. by Richard Henderson · 13 years ago
  14. ac11f77 target-sparc: Extract float128 move to a function. by Richard Henderson · 13 years ago
  15. 61f17f6 target-sparc: Extract common code for floating-point operations. by Richard Henderson · 13 years ago
  16. f027c3b target-sparc: Make FPU/VIS helpers const when possible. by Richard Henderson · 13 years ago
  17. 03fb8cf target-sparc: Pass float64 parameters instead of dt0/1 temporaries. by Richard Henderson · 13 years ago
  18. 96eda02 target-sparc: Add accessors for double-precision fpr access. by Richard Henderson · 13 years ago
  19. 141ae5c target-sparc: Mark fprs dirty in store accessor. by Richard Henderson · 13 years ago
  20. 208ae65 target-sparc: Add accessors for single-precision fpr access. by Richard Henderson · 13 years ago
  21. fafd8bc Sparc: split load and store op helpers by Blue Swirl · 13 years ago
  22. 870be6a Sparc: convert win_helper to trace framework by Blue Swirl · 13 years ago
  23. 11e66bc Sparc: convert interrupt helpers to trace framework by Blue Swirl · 13 years ago
  24. ec0ceb1 Sparc: convert mmu_helper to trace framework by Blue Swirl · 13 years ago
  25. 163fa5c Sparc: split MMU helpers by Blue Swirl · 13 years ago
  26. b7da25f Sparc: fix coding style in helper.c by Blue Swirl · 13 years ago
  27. 7a5e448 Sparc: avoid AREG0 for division op helpers by Blue Swirl · 14 years ago
  28. 7922703 Sparc: avoid AREG0 for softint op helpers and Leon cache control by Blue Swirl · 13 years ago
  29. 063c367 Sparc: avoid AREG0 for CWP and PSTATE helpers by Blue Swirl · 14 years ago
  30. d300854 target-sparc: Fix use of g_new0 / g_free by Stefan Weil · 13 years ago
  31. f37e2a6 target-sparc: Fix order of function parameters by Stefan Weil · 13 years ago
  32. 070af38 Sparc: split CWP and PSTATE op helpers by Blue Swirl · 13 years ago
  33. 2ffd917 Sparc: avoid AREG0 for lazy condition code helpers by Blue Swirl · 14 years ago
  34. cffc581 Sparc: split lazy condition code handling op helpers by Blue Swirl · 13 years ago
  35. 2e2f4ad Sparc: avoid AREG0 for float and VIS ops by Blue Swirl · 14 years ago
  36. 1bccec2 Sparc: split FPU and VIS op helpers by Blue Swirl · 13 years ago
  37. 99ca021 Sparc: fix coding style by Blue Swirl · 14 years ago
  38. bc26531 Sparc: avoid AREG0 for raise_exception and helper_debug by Blue Swirl · 14 years ago
  39. 2336c1f Sparc: move trivial functions from op_helper.c by Blue Swirl · 14 years ago
  40. ab3b491 Sparc: split helper.c by Blue Swirl · 13 years ago
  41. c65f6fd Sparc: fix coding style by Blue Swirl · 13 years ago
  42. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  43. 44520db Gdbstub: Fix back-trace on SPARC32 by Fabien Chouteau · 13 years ago
  44. de18f87 Sparc64: remove useless variable by Blue Swirl · 13 years ago
  45. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  46. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 13 years ago
  47. 548f66d Fix handling of conditional branches in delay slot of a conditional branch by Artyom Tarasenko · 13 years ago
  48. 6749432 Sparc: fix non-faulting unassigned memory accesses by Blue Swirl · 13 years ago
  49. 3e45717 exec.h cleanup by Blue Swirl · 13 years ago
  50. 638737a SPARC64: implement %fprs dirty bits by Tsuneo Saito · 13 years ago
  51. ccb57e0 SPARC64: fix fnor* and fnand* by Tsuneo Saito · 13 years ago
  52. 3b8b030 target-sparc: Fix compiler errors (format strings) by Stefan Weil · 13 years ago
  53. d1afc48 SPARC64: implement addtional MMU faults related to nonfaulting load by Tsuneo Saito · 13 years ago
  54. b7785d2 SPARC64: implement MMU miss traps on nonfaulting loads by Tsuneo Saito · 13 years ago
  55. 103dcbe SPARC64: fix fault status overwritten on nonfaulting load by Tsuneo Saito · 13 years ago
  56. b64b643 SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault() by Tsuneo Saito · 13 years ago
  57. 321365a SPARC64: introduce a convenience function for getting physical addresses by Tsuneo Saito · 13 years ago
  58. ccc76c2 SPARC64: SFSR cleanup and fix by Tsuneo Saito · 13 years ago
  59. 06e12b6 SPARC64: TTE bits cleanup by Tsuneo Saito · 13 years ago
  60. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  61. b5176d2 SPARC64: treat UA2007 ASI_BLK_* as translating ASIs. by Tsuneo Saito · 13 years ago
  62. b7d69dc SPARC64: add missing break on fmovdcc by Tsuneo Saito · 13 years ago
  63. afcb737 SPARC64: fix VIS1 SIMD signed compare instructions by Tsuneo Saito · 13 years ago
  64. f838e2c Sparc: fix FPU and AM enable checks for translation by Blue Swirl · 13 years ago
  65. d8e586f SPARC64: C99 comment fix for block-transfer ASIs by Tsuneo Saito · 13 years ago
  66. d920bde SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfa by Tsuneo Saito · 13 years ago
  67. 073a044 SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfa by Tsuneo Saito · 13 years ago
  68. 41317e2 SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfa by Tsuneo Saito · 13 years ago
  69. 5f06b54 SPARC64: fp_disabled checks on stfa/stdfa/stqfa by Tsuneo Saito · 13 years ago
  70. e1ef36c SPARC64: Implement stfa/stdfa/stqfa instrcutions properly by Tsuneo Saito · 13 years ago
  71. 8872eb4 SPARC64: fp_disabled checks on ldfa/lddfa/ldqfa by Tsuneo Saito · 13 years ago
  72. 4183f36 SPARC64: Implement ldfa/lddfa/ldqfa instructions properly by Tsuneo Saito · 13 years ago
  73. 8e91ed3 fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivx by Artyom Tarasenko · 14 years ago
  74. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  75. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  76. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  77. e67768d sparc: move do_interrupt to helper.c by Blue Swirl · 14 years ago
  78. fa3c955 sparc: fix coding style of the area to be moved by Blue Swirl · 14 years ago
  79. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  80. 4d2c2b7 Sparc32: dummy implementation of MXCC MMU breakpoint registers by Blue Swirl · 14 years ago
  81. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  82. dcfd14b Delete unused tb_invalidate_page_range by Blue Swirl · 14 years ago
  83. 86f1f2a sparc64: fix incorrect BPcc target sign extension by Blue Swirl · 14 years ago
  84. a2589e5 sparc64: fix wrpstate and wrtl on delay slot by Blue Swirl · 14 years ago
  85. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  86. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  87. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  88. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  89. 60f356e SPARC: Fix Leon3 cache control by Fabien Chouteau · 14 years ago
  90. 4a2ba23 SPARC: Add asr17 register support by Fabien Chouteau · 14 years ago
  91. b04d989 SPARC: Emulation of Leon3 by Fabien Chouteau · 14 years ago
  92. 1b5f56b sparc: fix NaN handling by Blue Swirl · 14 years ago
  93. 0fcec41 target-sparc: fix udiv(cc) and sdiv(cc) by Aurelien Jarno · 14 years ago
  94. d41160a Sparc: implement monitor command 'info tlb' by Blue Swirl · 14 years ago
  95. 047b39e target-sparc: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  96. ef5e4ea target-sparc: remove unused functions cpu_lock(), cpu_unlock() by Peter Maydell · 14 years ago
  97. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  98. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  99. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  100. fb17018 sparc64: fix umul and smul insns by Igor V. Kovalenko · 15 years ago