1. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  2. c28ae41 target-sparc: Move sdivx and udivx out of line by Richard Henderson · 12 years ago
  3. e59be77 target-sparc: Let cpu_sparc_init() return SPARCCPU by Andreas Färber · 13 years ago
  4. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  5. ab7ab3d target-sparc: QOM'ify CPU by Andreas Färber · 13 years ago
  6. bc09845 target-sparc: Add compiler attribute to some functions which don't return by Stefan Weil · 13 years ago
  7. 0184e26 Sparc: avoid AREG0 wrappers for memory access helpers by Blue Swirl · 14 years ago
  8. fe8d8f0 Sparc: avoid AREG0 for memory access helpers by Blue Swirl · 14 years ago
  9. 361dea4 sparc64: implement PCI and ISA irqs by Blue Swirl · 13 years ago
  10. 89aaf60 sparc: reset CPU state on reset by Blue Swirl · 13 years ago
  11. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  12. c5f9864 target-sparc: Don't overuse CPUState by Andreas Färber · 13 years ago
  13. cb15982 target-sparc: Typedef struct CPUSPARCState early by Andreas Färber · 13 years ago
  14. 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
  15. 03fb8cf target-sparc: Pass float64 parameters instead of dt0/1 temporaries. by Richard Henderson · 13 years ago
  16. 163fa5c Sparc: split MMU helpers by Blue Swirl · 13 years ago
  17. 7922703 Sparc: avoid AREG0 for softint op helpers and Leon cache control by Blue Swirl · 14 years ago
  18. 070af38 Sparc: split CWP and PSTATE op helpers by Blue Swirl · 14 years ago
  19. ab3b491 Sparc: split helper.c by Blue Swirl · 13 years ago
  20. 44520db Gdbstub: Fix back-trace on SPARC32 by Fabien Chouteau · 14 years ago
  21. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  22. d1afc48 SPARC64: implement addtional MMU faults related to nonfaulting load by Tsuneo Saito · 14 years ago
  23. b64b643 SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault() by Tsuneo Saito · 14 years ago
  24. ccc76c2 SPARC64: SFSR cleanup and fix by Tsuneo Saito · 14 years ago
  25. 06e12b6 SPARC64: TTE bits cleanup by Tsuneo Saito · 14 years ago
  26. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  27. f838e2c Sparc: fix FPU and AM enable checks for translation by Blue Swirl · 14 years ago
  28. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  29. e67768d sparc: move do_interrupt to helper.c by Blue Swirl · 14 years ago
  30. 4d2c2b7 Sparc32: dummy implementation of MXCC MMU breakpoint registers by Blue Swirl · 14 years ago
  31. 60f356e SPARC: Fix Leon3 cache control by Fabien Chouteau · 14 years ago
  32. 4a2ba23 SPARC: Add asr17 register support by Fabien Chouteau · 14 years ago
  33. b04d989 SPARC: Emulation of Leon3 by Fabien Chouteau · 14 years ago
  34. d41160a Sparc: implement monitor command 'info tlb' by Blue Swirl · 14 years ago
  35. 047b39e target-sparc: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  36. ef5e4ea target-sparc: remove unused functions cpu_lock(), cpu_unlock() by Peter Maydell · 14 years ago
  37. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  38. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  39. 9fd1ae3 sparc64: fix mmu context at trap levels above zero by Igor V. Kovalenko · 15 years ago
  40. 2aae2b8 sparc64: fix pstate privilege bits by Igor V. Kovalenko · 15 years ago
  41. 88c8e03 sparc64: fix TT_WOTHER value by Igor V. Kovalenko · 15 years ago
  42. 5a834bb sparc: Fix lazy flag calculation on interrupts, refactor by Blue Swirl · 15 years ago
  43. 2065061 sparc64: handle asi referencing nucleus and secondary MMU contexts by Igor V. Kovalenko · 15 years ago
  44. 299b520 sparc64: implement global translation table entries v1 by Igor V. Kovalenko · 15 years ago
  45. 058ed88 target-sparc: Fix TARGET_{PHYS,VIRT}_ADDR_SPACE_BITS. by Richard Henderson · 15 years ago
  46. 3c7b48b Target specific usermode cleanup by Paul Brook · 15 years ago
  47. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  48. 8f4efc5 sparc64: reimplement tick timers v4 by Igor V. Kovalenko · 15 years ago
  49. 4f69085 sparc64: correct write extra bits to cwp by Igor V. Kovalenko · 15 years ago
  50. d532b26 sparc64: interrupt trap handling by Igor V. Kovalenko · 15 years ago
  51. 2df6c2d sparc64: move cpu_interrupts_enabled to cpu.h by Igor V. Kovalenko · 15 years ago
  52. 709f2c1 sparc64: add macros to deal with softint and timer interrupt by Igor V. Kovalenko · 15 years ago
  53. 2a90358 Sparc64: handle MMU global bit and nucleus context by Blue Swirl · 15 years ago
  54. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  55. 99a0949 Get rid of _t suffix by malc · 15 years ago
  56. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 16 years ago
  57. 4c6aa08 sparc32 remove an unnecessary cpu irq set by Blue Swirl · 16 years ago
  58. 8194f35 Sparc64: replace tsptr with helper routine by Igor Kovalenko · 16 years ago
  59. f707726 sparc64 really implement itlb/dtlb automatic replacement writes by Igor Kovalenko · 16 years ago
  60. 6e8e7d4 sparc64 name mmu registers and general cleanup by Igor Kovalenko · 16 years ago
  61. 5210977 sparc64: trap handling corrections by Igor Kovalenko · 16 years ago
  62. 1ad2134 Hardware convenience library by Paul Brook · 16 years ago
  63. 8393617 Use dynamical computation for condition codes by Blue Swirl · 16 years ago
  64. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  65. 4017190 Add SuperSPARC MMU breakpoint registers (Robert Reif) by blueswir1 · 16 years ago
  66. 963262d Better SuperSPARC emulation (Robert Reif) by blueswir1 · 16 years ago
  67. 8fa211e Implement tick interrupt disable bits by blueswir1 · 16 years ago
  68. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  69. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  70. e18231a Show size for unassigned accesses (Robert Reif) by blueswir1 · 16 years ago
  71. f4b1a84 Rearrange tick functions by blueswir1 · 16 years ago
  72. 48585ec Fix missing prototype warnings by moving declarations by blueswir1 · 16 years ago
  73. 9d92659 Add software and timer interrupt support by blueswir1 · 16 years ago
  74. f0d5e47 Move signal handler prototype back to cpu.h by blueswir1 · 16 years ago
  75. d84763b Convert rest of ops using float32 to TCG, remove FT0 and FT1 by blueswir1 · 16 years ago
  76. 3a3b925 Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCG by blueswir1 · 16 years ago
  77. 47ad35f Silence gcc warning about constant overflow by blueswir1 · 17 years ago
  78. ba6a9d8 Fix FCC handling for Sparc64 target, initial patch by Vince Weaver by blueswir1 · 17 years ago
  79. 91736d3 Fix Sparc64 boot on i386 host: 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. c19148b Make MAXTL dynamic, bounds check tl when indexing by blueswir1 · 17 years ago
  82. 0b8f1b1 Sparc32: save/load all MMU registers, Sparc64: add CPU save/load by blueswir1 · 17 years ago
  83. 74b9dec Use MMU globals for some MMU traps by blueswir1 · 17 years ago
  84. fb79ceb Make UA200x features selectable, add MMU types by blueswir1 · 17 years ago
  85. e19e4ef Fix MMU miss traps by blueswir1 · 17 years ago
  86. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  87. b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
  88. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  89. 0bbd4a0 Fix compiler warning (Jan Kiszka) by blueswir1 · 17 years ago
  90. 1a14026 Allow NWINDOWS selection (CPU feature with model specific defaults) by blueswir1 · 17 years ago
  91. f8ed707 Fix typo. by pbrook · 17 years ago
  92. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  93. e30b467 MicroSparc I didn't have fsmuld op by blueswir1 · 17 years ago
  94. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  95. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  96. 77f193d Wrap long lines by blueswir1 · 17 years ago
  97. c5adf6a Remove duplicated field by blueswir1 · 17 years ago
  98. 7c60cc4 suppressed fixed registers by bellard · 17 years ago
  99. 2254876 Fix compiler warnings by blueswir1 · 17 years ago
  100. 64a88d5 CPU feature selection support by blueswir1 · 17 years ago