1. 0948720 sparc64: fix udiv and sdiv insns by Igor V. Kovalenko · 15 years ago
  2. 0e2fa9c sparc64: improve ldf and stf insns by Igor V. Kovalenko · 15 years ago
  3. b219094 sparc64: use symbolic name for MMU index v1 by Igor V. Kovalenko · 15 years ago
  4. 1295001 sparc64: fix missing address masking v1 by Igor V. Kovalenko · 15 years ago
  5. da7ed37 sparc32 SuperSPARC MMU Breakpoint Action register (SS-20 OBP fix) by Artyom Tarasenko · 15 years ago
  6. 03ae77d sparc64: fix user emulator build by Blue Swirl · 15 years ago
  7. 54a3c0f sparc64: fix 128-bit atomic load from nucleus context v1 by Igor V. Kovalenko · 15 years ago
  8. 664a65b sparc64: flush translations on mmu context change by Igor V. Kovalenko · 15 years ago
  9. 2aae2b8 sparc64: fix pstate privilege bits by Igor V. Kovalenko · 15 years ago
  10. 70c4828 target-sparc: Inline some generation of carry for ADDX/SUBX. by Richard Henderson · 15 years ago
  11. 5a4bb58 target-sparc: Simplify ICC generation. by Richard Henderson · 15 years ago
  12. 4c1a0d8 target-sparc: Fix compilation with --enable-debug. by Richard Henderson · 15 years ago
  13. 21ffd18 sparc: move DT and QT defines to op_helper.c by Blue Swirl · 15 years ago
  14. 170f4c5 sparc64: fix mmu demap operand typo by Igor V. Kovalenko · 15 years ago
  15. 5a834bb sparc: Fix lazy flag calculation on interrupts, refactor by Blue Swirl · 15 years ago
  16. 2065061 sparc64: handle asi referencing nucleus and secondary MMU contexts by Igor V. Kovalenko · 15 years ago
  17. 299b520 sparc64: implement global translation table entries v1 by Igor V. Kovalenko · 15 years ago
  18. 41db525 target-sparc: Fix address masking in ldqf and stqf. by Richard Henderson · 15 years ago
  19. 3c7b48b Target specific usermode cleanup by Paul Brook · 15 years ago
  20. 15e7c45 sparc32 fix np dereference in do_unassigned_access by Artyom Tarasenko · 15 years ago
  21. 576c2cd sparc32 do_unassigned_access overhaul v2 by Artyom Tarasenko · 15 years ago
  22. 4dc2813 sparc64: check for pending irq when pil, pstate or softint is changed by Igor V. Kovalenko · 15 years ago
  23. 1fae7b7 sparc64: use helper_wrpil to check pending irq on write by Igor V. Kovalenko · 15 years ago
  24. 7e8695e sparc64: trace pstate and global register set changes by Igor V. Kovalenko · 15 years ago
  25. d780a46 sparc64: change_pstate should have 32bit argument by Igor V. Kovalenko · 15 years ago
  26. 95372a3 Sparc32: clear exception_index with -1 value by Blue Swirl · 15 years ago
  27. 821b19f sparc64: clear exception_index with -1 value by Igor V. Kovalenko · 15 years ago
  28. dffbe21 pass env to raise_exception if called outside of op_helper code by Igor V. Kovalenko · 15 years ago
  29. 87f6d3f sparc64: switch to MMU global registers in more MMU related traps by Igor V. Kovalenko · 15 years ago
  30. 3e6ba50 Sparc: fix carry flag handling (Solaris bootblk fix) by Artyom Tarasenko · 15 years ago
  31. 3723cd0 sparc64: fix done instruction pc by Igor V. Kovalenko · 15 years ago
  32. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  33. 99a0949 Get rid of _t suffix by malc · 15 years ago
  34. 01b5d4e sparc64-8bit-asi by Igor V. Kovalenko · 15 years ago
  35. 8194f35 Sparc64: replace tsptr with helper routine by Igor Kovalenko · 16 years ago
  36. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
  37. f707726 sparc64 really implement itlb/dtlb automatic replacement writes by Igor Kovalenko · 16 years ago
  38. 6e8e7d4 sparc64 name mmu registers and general cleanup by Igor Kovalenko · 16 years ago
  39. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
  40. 5210977 sparc64: trap handling corrections by Igor Kovalenko · 16 years ago
  41. 5b0f0be sparc64: fix helper_st_asi little endian case typo by Igor Kovalenko · 16 years ago
  42. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  43. 6c78ea3 Convert udiv/sdiv by Blue Swirl · 16 years ago
  44. 3b2d1e9 Convert tagged ops by Blue Swirl · 16 years ago
  45. 2ca1d92 Convert subx by Blue Swirl · 16 years ago
  46. d4b0d46 Convert sub by Blue Swirl · 16 years ago
  47. 38482a7 Convert logical operations and umul/smul by Blue Swirl · 16 years ago
  48. 789c91e Convert addx by Blue Swirl · 16 years ago
  49. bdf9f35 Convert add by Blue Swirl · 16 years ago
  50. 8393617 Use dynamical computation for condition codes by Blue Swirl · 16 years ago
  51. 9c22a62 Fix a warning in sparc64-linux-user build by Blue Swirl · 16 years ago
  52. 697a77e sparc64 support TSB related MMU registers by Igor Kovalenko · 16 years ago
  53. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  54. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  55. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  56. 4017190 Add SuperSPARC MMU breakpoint registers (Robert Reif) by blueswir1 · 16 years ago
  57. f4a5a5b Add missing "static" by blueswir1 · 16 years ago
  58. a7812ae TCG variable type checking. by pbrook · 16 years ago
  59. c55bda3 Fix error in fexpand (spotted by sparse) by blueswir1 · 16 years ago
  60. e18231a Show size for unassigned accesses (Robert Reif) by blueswir1 · 16 years ago
  61. f4b1a84 Rearrange tick functions by blueswir1 · 16 years ago
  62. 9827e45 Fix MXCC printf warning (based on patch by Robert Reif) by blueswir1 · 16 years ago
  63. cc6747f Add mmu tlb demap support (Igor Kovalenko) by blueswir1 · 16 years ago
  64. c99657d Implement some UA2007 block ASIs by blueswir1 · 16 years ago
  65. b158a78 Implement UA2005 hypervisor traps by blueswir1 · 16 years ago
  66. d81fd72 Move also DEBUG_PCALL (see r5085) by blueswir1 · 16 years ago
  67. 9d92659 Add software and timer interrupt support by blueswir1 · 16 years ago
  68. 1121f87 Fix arguments used in cas/casx, thanks to Igor Kovalenko for spotting by blueswir1 · 16 years ago
  69. a7ec422 Use the new concat_i32_i64 op for std and stda by blueswir1 · 16 years ago
  70. 9f4576f Fix array subscript above array bounds error by blueswir1 · 16 years ago
  71. d84763b Convert rest of ops using float32 to TCG, remove FT0 and FT1 by blueswir1 · 16 years ago
  72. c5d04e9 Partially convert float128 conversion ops to TCG by blueswir1 · 16 years ago
  73. e2ea21b Convert basic 64 bit VIS ops to TCG by blueswir1 · 16 years ago
  74. 1d01299 Convert basic 32 bit VIS ops to TCG by blueswir1 · 16 years ago
  75. 714547b Convert basic float32 ops to TCG by blueswir1 · 16 years ago
  76. 3a3b925 Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCG by blueswir1 · 16 years ago
  77. e83ce55 Implement no-fault loads by blueswir1 · 16 years ago
  78. 91736d3 Fix Sparc64 boot on i386 host: by blueswir1 · 17 years ago
  79. 7621a90 Fix udiv and sdiv on Sparc64 (Vince Weaver) by blueswir1 · 17 years ago
  80. 5578cea Use initial CPU definition structure for some CPU fields instead of copying by blueswir1 · 17 years ago
  81. 06057e6 Fix faligndata (Vince Weaver) by blueswir1 · 17 years ago
  82. 43e9e74 Fix I/D MMU tag reads by blueswir1 · 17 years ago
  83. c19148b Make MAXTL dynamic, bounds check tl when indexing by blueswir1 · 17 years ago
  84. fb79ceb Make UA200x features selectable, add MMU types by blueswir1 · 17 years ago
  85. 7f62623 Remove unused variable by blueswir1 · 17 years ago
  86. db16694 Implement nucleus quad ldda by blueswir1 · 17 years ago
  87. e6bf7d7 Fix saving and loading of trap state by blueswir1 · 17 years ago
  88. 2cade6a Support for address masking by blueswir1 · 17 years ago
  89. a5a52cf Fix MMU registers, add more E-cache ASIs by blueswir1 · 17 years ago
  90. f7350b4 Implement some Ultrasparc cache ASIs used by SILO by blueswir1 · 17 years ago
  91. 9fac3a3 Fix boot problem on i386 host introduced in r4690 by blueswir1 · 17 years ago
  92. 1a14026 Allow NWINDOWS selection (CPU feature with model specific defaults) by blueswir1 · 17 years ago
  93. 75d0187 Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa) by blueswir1 · 17 years ago
  94. f2bc7e7 Move non-op functions from op_helper.c to helper.c and vice versa. by blueswir1 · 17 years ago
  95. 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
  96. a4e7dd5 Remove currently unnecessary alignment masking by blueswir1 · 17 years ago
  97. 77f193d Wrap long lines by blueswir1 · 17 years ago
  98. c2bc0e3 Remove someexplicit alignment checks (initial patch by Fabrice Bellard) by blueswir1 · 17 years ago
  99. 7c60cc4 suppressed fixed registers by bellard · 17 years ago
  100. 2254876 Fix compiler warnings by blueswir1 · 17 years ago