1. d94f0a8 softmmu: move ALIGNED_ONLY to cpu.h by Paolo Bonzini · 11 years ago
  2. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  3. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 12 years ago
  4. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  5. 16c358e target-sparc: Add and use CPU_FEATURE_CASA by Sebastian Huber · 11 years ago
  6. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  7. f3659ee cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug() by Andreas Färber · 12 years ago
  8. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  9. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  10. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
  11. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  12. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  13. d1c36ba SPARC LEON power-down support added by Ronald Hecht · 12 years ago
  14. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  15. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  16. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  17. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  18. dee17bf target-sparc: Remove t0, t1 from CPUSPARCState by Richard Henderson · 12 years ago
  19. ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
  20. 8f72196 target-sparc: make do_unaligned_access static by Blue Swirl · 12 years ago
  21. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  22. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  23. c28ae41 target-sparc: Move sdivx and udivx out of line by Richard Henderson · 12 years ago
  24. e59be77 target-sparc: Let cpu_sparc_init() return SPARCCPU by Andreas Färber · 13 years ago
  25. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  26. ab7ab3d target-sparc: QOM'ify CPU by Andreas Färber · 13 years ago
  27. bc09845 target-sparc: Add compiler attribute to some functions which don't return by Stefan Weil · 13 years ago
  28. 0184e26 Sparc: avoid AREG0 wrappers for memory access helpers by Blue Swirl · 14 years ago
  29. fe8d8f0 Sparc: avoid AREG0 for memory access helpers by Blue Swirl · 14 years ago
  30. 361dea4 sparc64: implement PCI and ISA irqs by Blue Swirl · 13 years ago
  31. 89aaf60 sparc: reset CPU state on reset by Blue Swirl · 13 years ago
  32. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  33. c5f9864 target-sparc: Don't overuse CPUState by Andreas Färber · 13 years ago
  34. cb15982 target-sparc: Typedef struct CPUSPARCState early by Andreas Färber · 13 years ago
  35. 30038fd target-sparc: Change fpr representation to doubles. by Richard Henderson · 13 years ago
  36. 03fb8cf target-sparc: Pass float64 parameters instead of dt0/1 temporaries. by Richard Henderson · 13 years ago
  37. 163fa5c Sparc: split MMU helpers by Blue Swirl · 14 years ago
  38. 7922703 Sparc: avoid AREG0 for softint op helpers and Leon cache control by Blue Swirl · 14 years ago
  39. 070af38 Sparc: split CWP and PSTATE op helpers by Blue Swirl · 14 years ago
  40. ab3b491 Sparc: split helper.c by Blue Swirl · 14 years ago
  41. 44520db Gdbstub: Fix back-trace on SPARC32 by Fabien Chouteau · 14 years ago
  42. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  43. d1afc48 SPARC64: implement addtional MMU faults related to nonfaulting load by Tsuneo Saito · 14 years ago
  44. b64b643 SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault() by Tsuneo Saito · 14 years ago
  45. ccc76c2 SPARC64: SFSR cleanup and fix by Tsuneo Saito · 14 years ago
  46. 06e12b6 SPARC64: TTE bits cleanup by Tsuneo Saito · 14 years ago
  47. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  48. f838e2c Sparc: fix FPU and AM enable checks for translation by Blue Swirl · 14 years ago
  49. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  50. e67768d sparc: move do_interrupt to helper.c by Blue Swirl · 14 years ago
  51. 4d2c2b7 Sparc32: dummy implementation of MXCC MMU breakpoint registers by Blue Swirl · 14 years ago
  52. 60f356e SPARC: Fix Leon3 cache control by Fabien Chouteau · 14 years ago
  53. 4a2ba23 SPARC: Add asr17 register support by Fabien Chouteau · 14 years ago
  54. b04d989 SPARC: Emulation of Leon3 by Fabien Chouteau · 14 years ago
  55. d41160a Sparc: implement monitor command 'info tlb' by Blue Swirl · 14 years ago
  56. 047b39e target-sparc: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  57. ef5e4ea target-sparc: remove unused functions cpu_lock(), cpu_unlock() by Peter Maydell · 14 years ago
  58. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  59. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  60. 9fd1ae3 sparc64: fix mmu context at trap levels above zero by Igor V. Kovalenko · 15 years ago
  61. 2aae2b8 sparc64: fix pstate privilege bits by Igor V. Kovalenko · 15 years ago
  62. 88c8e03 sparc64: fix TT_WOTHER value by Igor V. Kovalenko · 15 years ago
  63. 5a834bb sparc: Fix lazy flag calculation on interrupts, refactor by Blue Swirl · 15 years ago
  64. 2065061 sparc64: handle asi referencing nucleus and secondary MMU contexts by Igor V. Kovalenko · 15 years ago
  65. 299b520 sparc64: implement global translation table entries v1 by Igor V. Kovalenko · 15 years ago
  66. 058ed88 target-sparc: Fix TARGET_{PHYS,VIRT}_ADDR_SPACE_BITS. by Richard Henderson · 15 years ago
  67. 3c7b48b Target specific usermode cleanup by Paul Brook · 15 years ago
  68. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  69. 8f4efc5 sparc64: reimplement tick timers v4 by Igor V. Kovalenko · 15 years ago
  70. 4f69085 sparc64: correct write extra bits to cwp by Igor V. Kovalenko · 15 years ago
  71. d532b26 sparc64: interrupt trap handling by Igor V. Kovalenko · 15 years ago
  72. 2df6c2d sparc64: move cpu_interrupts_enabled to cpu.h by Igor V. Kovalenko · 15 years ago
  73. 709f2c1 sparc64: add macros to deal with softint and timer interrupt by Igor V. Kovalenko · 15 years ago
  74. 2a90358 Sparc64: handle MMU global bit and nucleus context by Blue Swirl · 15 years ago
  75. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 16 years ago
  76. 99a0949 Get rid of _t suffix by malc · 16 years ago
  77. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 16 years ago
  78. 4c6aa08 sparc32 remove an unnecessary cpu irq set by Blue Swirl · 16 years ago
  79. 8194f35 Sparc64: replace tsptr with helper routine by Igor Kovalenko · 16 years ago
  80. f707726 sparc64 really implement itlb/dtlb automatic replacement writes by Igor Kovalenko · 16 years ago
  81. 6e8e7d4 sparc64 name mmu registers and general cleanup by Igor Kovalenko · 16 years ago
  82. 5210977 sparc64: trap handling corrections by Igor Kovalenko · 16 years ago
  83. 1ad2134 Hardware convenience library by Paul Brook · 16 years ago
  84. 8393617 Use dynamical computation for condition codes by Blue Swirl · 16 years ago
  85. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  86. 4017190 Add SuperSPARC MMU breakpoint registers (Robert Reif) by blueswir1 · 16 years ago
  87. 963262d Better SuperSPARC emulation (Robert Reif) by blueswir1 · 16 years ago
  88. 8fa211e Implement tick interrupt disable bits by blueswir1 · 16 years ago
  89. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  90. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  91. e18231a Show size for unassigned accesses (Robert Reif) by blueswir1 · 16 years ago
  92. f4b1a84 Rearrange tick functions by blueswir1 · 16 years ago
  93. 48585ec Fix missing prototype warnings by moving declarations by blueswir1 · 16 years ago
  94. 9d92659 Add software and timer interrupt support by blueswir1 · 17 years ago
  95. f0d5e47 Move signal handler prototype back to cpu.h by blueswir1 · 17 years ago
  96. d84763b Convert rest of ops using float32 to TCG, remove FT0 and FT1 by blueswir1 · 17 years ago
  97. 3a3b925 Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCG by blueswir1 · 17 years ago
  98. 47ad35f Silence gcc warning about constant overflow by blueswir1 · 17 years ago
  99. ba6a9d8 Fix FCC handling for Sparc64 target, initial patch by Vince Weaver by blueswir1 · 17 years ago
  100. 91736d3 Fix Sparc64 boot on i386 host: by blueswir1 · 17 years ago