1. 698235a sparc32 don't mark page dirty when failing by Artyom Tarasenko · 15 years ago
  2. 8f4efc5 sparc64: reimplement tick timers v4 by Igor V. Kovalenko · 15 years ago
  3. 4f69085 sparc64: correct write extra bits to cwp by Igor V. Kovalenko · 15 years ago
  4. 15e7c45 sparc32 fix np dereference in do_unassigned_access by Artyom Tarasenko · 15 years ago
  5. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  6. 43bb98b Sparc: improve CPU register dump by Blue Swirl · 15 years ago
  7. 576c2cd sparc32 do_unassigned_access overhaul v2 by Artyom Tarasenko · 15 years ago
  8. 701eed4 Sparc32: remove unused variable, spotted by clang by Blue Swirl · 15 years ago
  9. d532b26 sparc64: interrupt trap handling by Igor V. Kovalenko · 15 years ago
  10. 2df6c2d sparc64: move cpu_interrupts_enabled to cpu.h by Igor V. Kovalenko · 15 years ago
  11. 709f2c1 sparc64: add macros to deal with softint and timer interrupt by Igor V. Kovalenko · 15 years ago
  12. 4dc2813 sparc64: check for pending irq when pil, pstate or softint is changed by Igor V. Kovalenko · 15 years ago
  13. 1fae7b7 sparc64: use helper_wrpil to check pending irq on write by Igor V. Kovalenko · 15 years ago
  14. 68e8a3f sparc64: add PIL to cpu state dump by Igor V. Kovalenko · 15 years ago
  15. 7e8695e sparc64: trace pstate and global register set changes by Igor V. Kovalenko · 15 years ago
  16. d780a46 sparc64: change_pstate should have 32bit argument by Igor V. Kovalenko · 15 years ago
  17. 95372a3 Sparc32: clear exception_index with -1 value by Blue Swirl · 15 years ago
  18. 821b19f sparc64: clear exception_index with -1 value by Igor V. Kovalenko · 15 years ago
  19. dffbe21 pass env to raise_exception if called outside of op_helper code by Igor V. Kovalenko · 15 years ago
  20. 87f6d3f sparc64: switch to MMU global registers in more MMU related traps by Igor V. Kovalenko · 15 years ago
  21. 2a90358 Sparc64: handle MMU global bit and nucleus context by Blue Swirl · 15 years ago
  22. 31a68d5 Sparc64: fix compilation with DEBUG_MMU by Blue Swirl · 15 years ago
  23. b55a37c user: move CPU reset call to main.c for x86/PPC/Sparc by Blue Swirl · 15 years ago
  24. a01d6ef sparc32 (mostly): remove unneeded calls to device reset by Blue Swirl · 15 years ago
  25. 3e6ba50 Sparc: fix carry flag handling (Solaris bootblk fix) by Artyom Tarasenko · 15 years ago
  26. 3723cd0 sparc64: fix done instruction pc by Igor V. Kovalenko · 15 years ago
  27. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  28. 99a0949 Get rid of _t suffix by malc · 15 years ago
  29. 01b5d4e sparc64-8bit-asi by Igor V. Kovalenko · 15 years ago
  30. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  31. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 16 years ago
  32. 4c6aa08 sparc32 remove an unnecessary cpu irq set by Blue Swirl · 16 years ago
  33. c27e275 Sparc32/64: fix jmpl followed by branch by Blue Swirl · 16 years ago
  34. 6b74327 Sparc32/64: Fix user emulator breakage by Blue Swirl · 16 years ago
  35. cfa9051 Fix desynchronization of condition code state when a memory access traps by Blue Swirl · 16 years ago
  36. 8194f35 Sparc64: replace tsptr with helper routine by Igor Kovalenko · 16 years ago
  37. 14ed7ad sparc64 flush pending conditional evaluations before exposing cpu state by Igor Kovalenko · 16 years ago
  38. e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 16 years ago
  39. f707726 sparc64 really implement itlb/dtlb automatic replacement writes by Igor Kovalenko · 16 years ago
  40. 6e8e7d4 sparc64 name mmu registers and general cleanup by Igor Kovalenko · 16 years ago
  41. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
  42. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  43. 5210977 sparc64: trap handling corrections by Igor Kovalenko · 16 years ago
  44. 5b0f0be sparc64: fix helper_st_asi little endian case typo by Igor Kovalenko · 16 years ago
  45. 536ba01 sparc64: unify mmu tag matching code by Igor Kovalenko · 16 years ago
  46. e8807b1 sparc64: mmu bypass mode correction by Igor Kovalenko · 16 years ago
  47. 25517f9 Use correct type for SPARC cpu_cc_op by Paul Brook · 16 years ago
  48. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  49. 1ad2134 Hardware convenience library by Paul Brook · 16 years ago
  50. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  51. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  52. d084469 Convert mulscc by Blue Swirl · 16 years ago
  53. 6c78ea3 Convert udiv/sdiv by Blue Swirl · 16 years ago
  54. 3b2d1e9 Convert tagged ops by Blue Swirl · 16 years ago
  55. 2ca1d92 Convert subx by Blue Swirl · 16 years ago
  56. d4b0d46 Convert sub by Blue Swirl · 16 years ago
  57. 38482a7 Convert logical operations and umul/smul by Blue Swirl · 16 years ago
  58. 789c91e Convert addx by Blue Swirl · 16 years ago
  59. bdf9f35 Convert add by Blue Swirl · 16 years ago
  60. 8393617 Use dynamical computation for condition codes by Blue Swirl · 16 years ago
  61. 719f66a Optimize cmp x, 0 case by Blue Swirl · 16 years ago
  62. dc1a697 Reindent by Blue Swirl · 16 years ago
  63. b89e94a Improve instruction name comments for easier searching by Blue Swirl · 16 years ago
  64. 7ab463c Clarify: dmmuregs[1] is not a typo by Blue Swirl · 16 years ago
  65. 41d7285 Optimize operations with immediate parameters by Blue Swirl · 16 years ago
  66. 67526b2 Fix Sparc64 sign extension problems by Blue Swirl · 16 years ago
  67. 417728d sparc64 fix context value for ITLB fault by Igor Kovalenko · 16 years ago
  68. 82f2cfc sparc64 fix TLB match code by Igor Kovalenko · 16 years ago
  69. 9c22a62 Fix a warning in sparc64-linux-user build by Blue Swirl · 16 years ago
  70. 697a77e sparc64 support TSB related MMU registers by Igor Kovalenko · 16 years ago
  71. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  72. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 16 years ago
  73. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  74. d78f399 Delete some unused macros detected with -Wp,-Wunused-macros use by blueswir1 · 16 years ago
  75. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  76. 415fc90 Turn MMUs and caches off on reset by blueswir1 · 16 years ago
  77. 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  78. eca1bdf Log reset events (Jan Kiszka) by aliguori · 16 years ago
  79. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  80. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  81. 72d239e Get rid of user_mode_only by aurel32 · 16 years ago
  82. afdf810 Fix TLB access (Jakub Jermar) by blueswir1 · 16 years ago
  83. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  84. 4017190 Add SuperSPARC MMU breakpoint registers (Robert Reif) by blueswir1 · 16 years ago
  85. 963262d Better SuperSPARC emulation (Robert Reif) by blueswir1 · 16 years ago
  86. 8fa211e Implement tick interrupt disable bits by blueswir1 · 16 years ago
  87. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  88. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  89. f4a5a5b Add missing "static" by blueswir1 · 16 years ago
  90. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  91. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  92. a1d1bb3 Refactor and enhance break/watchpoint API (Jan Kiszka) by aliguori · 16 years ago
  93. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  94. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  95. a7812ae TCG variable type checking. by pbrook · 16 years ago
  96. 2576d83 Use TCG not op by blueswir1 · 16 years ago
  97. 81b5b81 Use andc, orc, nor and nand by blueswir1 · 16 years ago
  98. 527067d Fix TCGv size mismatches by blueswir1 · 16 years ago
  99. 797d5db Add static (spotted by sparse) by blueswir1 · 16 years ago
  100. c55bda3 Fix error in fexpand (spotted by sparse) by blueswir1 · 16 years ago