1. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 12 years ago
  2. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  3. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  4. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  5. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 12 years ago
  6. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  7. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  8. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  9. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  10. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  11. 494342b target-alpha: Add support for -cpu ? by Andreas Färber · 12 years ago
  12. 0c28246 target-alpha: Turn CPU definitions into subclasses by Andreas Färber · 12 years ago
  13. c924585 target-alpha: Avoid leaking the alarm timer over reset by Andreas Färber · 12 years ago
  14. 5f5e335 target-alpha: Let cpu_alpha_init() return AlphaCPU by Andreas Färber · 12 years ago
  15. c47d08c target-alpha: Remove t0, t1 from CPUAlphaState by Richard Henderson · 12 years ago
  16. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  17. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  18. 7639364 alpha-linux-user: Work around hosted mmap allocation problems by Richard Henderson · 13 years ago
  19. 25ebd80 target-alpha: QOM'ify CPU by Andreas Färber · 13 years ago
  20. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  21. 5cbdb3a Replace Qemu by QEMU in comments by Stefan Weil · 13 years ago
  22. 7434340 target-alpha: Make use of fp_status.flush_inputs_to_zero. by Richard Henderson · 13 years ago
  23. b9f0923 target-alpha: Move exception helpers to helper.c. by Richard Henderson · 13 years ago
  24. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  25. 4d5712f target-alpha: Don't overuse CPUState by Andreas Färber · 13 years ago
  26. 2c97629 target-alpha: Clean includes by Stefan Weil · 13 years ago
  27. c781cf9 target-alpha: Add high-resolution access to wall clock and an alarm. by Richard Henderson · 14 years ago
  28. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  29. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  30. f5fc40b target-alpha, target-ppc: Remove unnecessary setjmp.h include by Peter Maydell · 14 years ago
  31. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  32. 5b45040 target-alpha: Trap for unassigned and unaligned addresses. by Richard Henderson · 14 years ago
  33. a3b9af1 target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode. by Richard Henderson · 14 years ago
  34. 6a80e08 target-alpha: Disable interrupts properly. by Richard Henderson · 14 years ago
  35. a18ad89 target-alpha: All ISA checks to use TB->FLAGS. by Richard Henderson · 14 years ago
  36. 21d2bea target-alpha: Swap shadow registers moving to/from PALmode. by Richard Henderson · 14 years ago
  37. 26b4609 target-alpha: Add IPRs to be used by the emulation PALcode. by Richard Henderson · 14 years ago
  38. bba9bdc target-alpha: Use kernel mmu_idx for pal_mode. by Richard Henderson · 14 years ago
  39. ea879fc target-alpha: Add various symbolic constants. by Richard Henderson · 14 years ago
  40. 07b6c13 target-alpha: Tidy exception constants. by Richard Henderson · 14 years ago
  41. 129d8aa target-alpha: Rationalize internal processor registers. by Richard Henderson · 14 years ago
  42. 8417845 target-alpha: Cleanup MMU modes. by Richard Henderson · 14 years ago
  43. 352e48b target-alpha: Remove partial support for palcode emulation. by Richard Henderson · 14 years ago
  44. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  45. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  46. 18f8e2c target-alpha: Implement RPCC. by Richard Henderson · 15 years ago
  47. 6910b8f target-alpha: Fix load-locked/store-conditional. by Richard Henderson · 15 years ago
  48. a4b388f target-alpha: Enable NPTL. by Richard Henderson · 15 years ago
  49. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  50. 6049f4f alpha-linux-user: Implement signals. by Richard Henderson · 15 years ago
  51. 866be65 target-alpha: Clean up arithmetic traps. by Richard Henderson · 15 years ago
  52. dad081e target-alpha: Reduce internal processor registers for user-mode. by Richard Henderson · 15 years ago
  53. 8443eff target-alpha: Split up FPCR value into separate fields. by Richard Henderson · 15 years ago
  54. ba0e276 target-alpha: Fixes for alpha-linux syscalls. by Richard Henderson · 15 years ago
  55. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  56. 99a0949 Get rid of _t suffix by malc · 15 years ago
  57. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 16 years ago
  58. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  59. 2642cdb target-alpha: document more registers used by 21264 by aurel32 · 16 years ago
  60. b09d9d4 target-alpha: set target page size to 13 bits by aurel32 · 16 years ago
  61. aa4b818 target-alpha: remove PALCODE_ declarations (unused). by aurel32 · 16 years ago
  62. f8cc853 Document which IPR are used by 21264 by aurel32 · 16 years ago
  63. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  64. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  65. 9587035 target-alpha: fix 2 warnings by aurel32 · 16 years ago
  66. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  67. 6b91754 Refactor translation block CPU state handling (Jan Kiszka) by aliguori · 16 years ago
  68. 622ed36 Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) by aliguori · 16 years ago
  69. f18cd22 target-alpha: convert FP ops to TCG by aurel32 · 16 years ago
  70. 04acd30 target-alpha: convert remaining arith3 functions to TCG by aurel32 · 16 years ago
  71. 6ad0259 target-alpha: switch a few helpers to TCG by aurel32 · 16 years ago
  72. 7c9bde4 Fix call_pal() prototype for alpha system emulation by aurel32 · 17 years ago
  73. 9656f32 Move interrupt_request and user_mode_only to common cpu state. by pbrook · 17 years ago
  74. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  75. f8ed707 Fix typo. by pbrook · 17 years ago
  76. 6e68e07 Move clone() register setup to target specific code. Handle fork-like clone. by pbrook · 17 years ago
  77. 9133e39 Push common interrupt variables to cpu-defs.h (Glauber Costa) by bellard · 17 years ago
  78. ce5232c moved halted field to CPU_COMMON by bellard · 17 years ago
  79. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  80. f071b4d Alpha coding style and inlining fixes. by j_mayer · 17 years ago
  81. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  82. 198a74d Move get_sp_from_cpustate from cpu.h to target_signal.h. by ths · 17 years ago
  83. a04e134 linux-user sigaltstack() syscall, by Thayne Harbaugh. by ths · 17 years ago
  84. cbecba2 Move likely and unlikely macros in a common place (Aurelien Jarno). by j_mayer · 17 years ago
  85. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  86. 9467d44 Move target-specific defines to the target directories. by ths · 18 years ago
  87. e96efcf Fix miscellaneous display warnings for PowerPC & alpha targets by j_mayer · 18 years ago
  88. bf9525e Fix alpha target compilation on 32 bits hosts. by j_mayer · 18 years ago
  89. 4c9649a Alpha architecture emulation core. by j_mayer · 18 years ago