1. 20b749f Avoid gcc warnings by blueswir1 · 17 years ago
  2. 1e64e78 Fix compiling Sparc64 on PPC host by blueswir1 · 17 years ago
  3. e909ec2 Use ldq and stq for 8 byte accesses (original patch by Robert Reif) by blueswir1 · 17 years ago
  4. 8f577d3 Enable all alignment checks by blueswir1 · 17 years ago
  5. 94ced07 Fix bug in Sparc32 sta op (Robert Reif) by blueswir1 · 17 years ago
  6. 6f27aba Sparc64 hypervisor mode by blueswir1 · 17 years ago
  7. 952a328 SuperSparc MXCC support (Robert Reif) by blueswir1 · 17 years ago
  8. 992f48a Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) by blueswir1 · 17 years ago
  9. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  10. c732abe Unify '-cpu ?' option. by j_mayer · 17 years ago
  11. 90251fb Fix taddcctv and tsubcctv (David Matthews) by blueswir1 · 17 years ago
  12. 0387d92 Fix Sparc64 ldfa/stfa and float ops with fpr >= 32 by blueswir1 · 17 years ago
  13. 5199652 Fix block load ASIs by blueswir1 · 17 years ago
  14. 3391c81 Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions by blueswir1 · 17 years ago
  15. ee0b03f Fix Sparc64 wrasr instructions by blueswir1 · 17 years ago
  16. 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
  17. a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
  18. 40ce0a9 CPU boot mode by blueswir1 · 17 years ago
  19. e32664f Add missing break statements by blueswir1 · 17 years ago
  20. 81ad8ba Rework ASI instructions (Aurelien Jarno) by blueswir1 · 17 years ago
  21. d69d2ca Fix tadd op generation with GCC 4.x by blueswir1 · 17 years ago
  22. 0f8a249 Detabify by blueswir1 · 17 years ago
  23. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  24. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  25. ce62e5b Fix tb->size mishandling, by Daniel Jacobowitz. by ths · 17 years ago
  26. 327ac2e Fix Sparc32 interrupt handling by blueswir1 · 18 years ago
  27. 6ea4a6c More alignment checks by blueswir1 · 18 years ago
  28. 8f1f22f Fix retry and done ops, trap handling by blueswir1 · 18 years ago
  29. 1ad21e6 Save state in Sparc64 return op by blueswir1 · 18 years ago
  30. 17d996e Report normalised CWP values to userland and GDB, not internal representation by blueswir1 · 18 years ago
  31. dc01198 Use unsigned 32-bit load for ld/lduw by blueswir1 · 18 years ago
  32. 6ef905f Fix wrong number of clean/saveable windows, match Linux startup register values by blueswir1 · 18 years ago
  33. 33b3780 Fix Sparc64 page size by blueswir1 · 18 years ago
  34. 46d38ba Fix Sparc64 movr by blueswir1 · 18 years ago
  35. 46525e1 Drop unused parameters by blueswir1 · 18 years ago
  36. 2f2ecb8 Fix Sparc64 prefetcha op by blueswir1 · 18 years ago
  37. 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
  38. bfed01f Clean up of some target specifics in exec.c/cpu-exec.c. by ths · 18 years ago
  39. 92b72cb Enable 36-bit physical address space also on 32-bit hosts by blueswir1 · 18 years ago
  40. d8bdf5f Sparc64 linux-user build fix by blueswir1 · 18 years ago
  41. 1b2e93c Separate fault for code access to unassigned memory by blueswir1 · 18 years ago
  42. 20c9f09 Implement Sparc64 CPU timers using ptimers by blueswir1 · 18 years ago
  43. 5dcb6b9 Use full 36-bit physical address space on SS10 by blueswir1 · 18 years ago
  44. 6c36d3f Enable faults for unassigned memory accesses and unimplemented ASIs by blueswir1 · 18 years ago
  45. 9455455 Enable unaligned access faults by blueswir1 · 18 years ago
  46. 2371aaa Fix pc/npc for unaligned load/stores, maybe other exceptions by blueswir1 · 18 years ago
  47. b4f0a31 Report unassigned memory access to CPU (not enabled yet) by blueswir1 · 18 years ago
  48. 14a1120 Handle division by zero case in Sparc64 udivx and sdivx ops by blueswir1 · 18 years ago
  49. 5ef62c5 More Sparc32 CPUs by blueswir1 · 18 years ago
  50. 32af58f Fix CPU type zapped by system_reset by blueswir1 · 18 years ago
  51. e9ebed4 Sparc64 update: more VIS ops by blueswir1 · 18 years ago
  52. a68156d Constification by blueswir1 · 18 years ago
  53. 3299908 Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS ops by blueswir1 · 18 years ago
  54. d2889a3 Alignment check mechanism (not fully enabled yet) (Aurelien Jarno) by blueswir1 · 18 years ago
  55. 9b3c35e cpu_get_phys_page_debug should return target_phys_addr_t by j_mayer · 18 years ago
  56. 417454b Full implementation of IEEE exceptions (Aurelien Jarno) by blueswir1 · 18 years ago
  57. c185970 Enforce even float register pair for double register ops (Aurelien Jarno) by blueswir1 · 18 years ago
  58. 9143e59 Fix stdfq op (Aurelien Jarno) by blueswir1 · 18 years ago
  59. a4d17f1 Fix co-processor branch and store ops (Aurelien Jarno) by blueswir1 · 18 years ago
  60. 4f14e88 Fix off-by-one error by blueswir1 · 18 years ago
  61. e0353fe Add SparcStation-10 machine by blueswir1 · 18 years ago
  62. 8a08f9a Fix Sparc shift ops (Aurelien Jarno) by blueswir1 · 18 years ago
  63. d4218d9 Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/std and illegal cwp on wrpsr (Aurelien Jarno) by blueswir1 · 18 years ago
  64. fcc7204 Fix Sparc co-processor ops (Aurelien Jarno) by blueswir1 · 18 years ago
  65. 65fe7b0 Fix Sparc ASR handling (Aurelien Jarno) by blueswir1 · 18 years ago
  66. 62724a3 Sparc32/64 CPU selection by blueswir1 · 18 years ago
  67. 3e736bf Upgrade Sparc FPU version (based on patch by Aurelien Jarno) by blueswir1 · 18 years ago
  68. e32f879 Sparc tagged operations (Aurelien Jarno) by blueswir1 · 18 years ago
  69. 9bad042 Fix Sparc branches, original patch by Aurelien Jarno by blueswir1 · 18 years ago
  70. 9bb234b Fix qemu crash due to sparc division-by-zero, by Aurelien Jarno. by ths · 18 years ago
  71. 8294eba SPARC host fixes, by Ben Taylor. by ths · 18 years ago
  72. bd59780 Fix floating point to integer conversion, by Aurelien Jarno. by ths · 18 years ago
  73. 01d6a89 Sparc arm/mips/sparc register patch, by Martin Bochnig. by ths · 18 years ago
  74. 5a7b542 siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. by ths · 18 years ago
  75. 9042c0e Check ELF binaries for machine type and endianness. by ths · 18 years ago
  76. ec23092 sparc-softmmu build fix by ths · 18 years ago
  77. c688a6e wrwim insn fix (Paul Robinson) by bellard · 18 years ago
  78. 5ef5411 Sparc64 user emulator fixes (Blue Swirl) by bellard · 19 years ago
  79. 725cb90 sparc64 fixes (Blue Swirl) by bellard · 19 years ago
  80. a80dde0 SPARC FPU optimization (Blue Swirl) by bellard · 19 years ago
  81. 26a7646 C99 64 bit printf by bellard · 19 years ago
  82. 6b1575b cpu_get_phys_page_debug fix (Blue Swirl) by bellard · 19 years ago
  83. 13846e7 Sparc64 BPr branch target fix (Blue Swirl) by bellard · 19 years ago
  84. 1bdb68e fixed sparc64 cpu fp save/restore by bellard · 19 years ago
  85. 65ce8c2 soft floats for SPARC (Blue Swirl) by bellard · 19 years ago
  86. ee6c0b5 sparc branch fix (Blue Swirl) by bellard · 19 years ago
  87. ded3ab8 Sparc64 insn fixes (Blue Swirl). by pbrook · 19 years ago
  88. 55e4f66 FPU fix (Joerg Platte) by bellard · 19 years ago
  89. d8e3326 MMU no fault fix by bellard · 19 years ago
  90. b854608 sparc condition code computation fix (Even Rouault) by bellard · 19 years ago
  91. ba3c64f Initial SPARC SMP support (Blue Swirl) by bellard · 19 years ago
  92. 227671c PAGE_EXEC support (Blue Swirl) by bellard · 19 years ago
  93. c68ea70 cpu_single_env usage fix by bellard · 19 years ago
  94. a316d33 added CPU_COMMON and CPUState.tb_jmp_cache[] by bellard · 19 years ago
  95. 6e256c9 use direct jump only for jumps in the same page by bellard · 19 years ago
  96. 9e61bde sparc merge (Blue Swirl) by bellard · 19 years ago
  97. 24741ef avoid using physical accesses in user emulation by bellard · 19 years ago
  98. 02aab46 endianness fix by bellard · 19 years ago
  99. a9049a0 moved common softmmu code to common header (Paul Brook) by bellard · 19 years ago
  100. bb3911a Sparc64 add/sub flag bugs fixed (Blue Swirl) by bellard · 19 years ago