1. 3e45717 exec.h cleanup by Blue Swirl · 13 years ago
  2. b14ef7c Fix unassigned memory access handling by Blue Swirl · 13 years ago
  3. f5fc40b target-alpha, target-ppc: Remove unnecessary setjmp.h include by Peter Maydell · 13 years ago
  4. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  5. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  6. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  7. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  8. efa6435 alpha: remove unused variable by Michael S. Tsirkin · 14 years ago
  9. b6fb147 alpha/translate: remve unused variables by Michael S. Tsirkin · 14 years ago
  10. 3b4fefd target-alpha: Implement TLB flush primitives. by Richard Henderson · 14 years ago
  11. e521485 target-alpha: Use a fixed frequency for the RPCC in system mode. by Richard Henderson · 14 years ago
  12. 5b45040 target-alpha: Trap for unassigned and unaligned addresses. by Richard Henderson · 14 years ago
  13. fa6e0a6 target-alpha: Remap PIO space for 43-bit KSEG for EV6. by Richard Henderson · 14 years ago
  14. a3b9af1 target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode. by Richard Henderson · 14 years ago
  15. 2ace7e5 target-alpha: Implement more CALL_PAL values inline. by Richard Henderson · 14 years ago
  16. 6a80e08 target-alpha: Disable interrupts properly. by Richard Henderson · 14 years ago
  17. a18ad89 target-alpha: All ISA checks to use TB->FLAGS. by Richard Henderson · 14 years ago
  18. 21d2bea target-alpha: Swap shadow registers moving to/from PALmode. by Richard Henderson · 14 years ago
  19. 3a6fa67 target-alpha: Implement do_interrupt for system mode. by Richard Henderson · 14 years ago
  20. 26b4609 target-alpha: Add IPRs to be used by the emulation PALcode. by Richard Henderson · 14 years ago
  21. bba9bdc target-alpha: Use kernel mmu_idx for pal_mode. by Richard Henderson · 14 years ago
  22. ea879fc target-alpha: Add various symbolic constants. by Richard Henderson · 14 years ago
  23. 2d9671d target-alpha: Use do_restore_state for arithmetic exceptions. by Richard Henderson · 14 years ago
  24. b5f1aa6 target-alpha: Tidy up arithmetic exceptions. by Richard Henderson · 14 years ago
  25. 07b6c13 target-alpha: Tidy exception constants. by Richard Henderson · 14 years ago
  26. b758aca target-alpha: Enable the alpha-softmmu target. by Richard Henderson · 14 years ago
  27. 129d8aa target-alpha: Rationalize internal processor registers. by Richard Henderson · 14 years ago
  28. 508b43e target-alpha: Merge HW_REI and HW_RET implementations. by Richard Henderson · 14 years ago
  29. 8417845 target-alpha: Cleanup MMU modes. by Richard Henderson · 14 years ago
  30. e52458f target-alpha: Fix system store_conditional by Richard Henderson · 14 years ago
  31. 2374e73 target-alpha: Fix translation of PALmode memory insns. by Richard Henderson · 14 years ago
  32. 352e48b target-alpha: Remove partial support for palcode emulation. by Richard Henderson · 14 years ago
  33. bf1b03f target-alpha: Single-step properly across branches. by Richard Henderson · 14 years ago
  34. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  35. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  36. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  37. a4d2d1a target-alpha: use new float64_unordered_quiet() function by Aurelien Jarno · 14 years ago
  38. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  39. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  40. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  41. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  42. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 14 years ago
  43. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 14 years ago
  44. 83dae09 remove unused stuff from */exec.h by Paolo Bonzini · 14 years ago
  45. 18f8e2c target-alpha: Implement RPCC. by Richard Henderson · 15 years ago
  46. 6910b8f target-alpha: Fix load-locked/store-conditional. by Richard Henderson · 15 years ago
  47. 8aa3fa2 target-alpha: Indicate NORETURN status when raising exception. by Richard Henderson · 15 years ago
  48. a4b388f target-alpha: Enable NPTL. by Richard Henderson · 15 years ago
  49. 49563a7 target-alpha: Update commentary for opcode 0x1A. by Richard Henderson · 15 years ago
  50. 4af7037 target-alpha: Emit goto_tb opcodes. by Richard Henderson · 15 years ago
  51. 593f17e target-alpha: Implement cvtlq inline. by Richard Henderson · 15 years ago
  52. ac316ca target-alpha: Implement rs/rc properly. by Richard Henderson · 15 years ago
  53. dc96be4 target-alpha: Implement cpys{, n, e} inline. by Richard Henderson · 15 years ago
  54. b2c5887 alpha: add missing 'break', spotted by clang analyzer by Blue Swirl · 15 years ago
  55. f88fe4e alpha: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  56. bbe1dab target-alpha: Use non-inverted arguments to gen_{f}cmov. by Richard Henderson · 15 years ago
  57. 9e05960 target-alpha: Use setcond for int comparisons. by Richard Henderson · 15 years ago
  58. 735cf45 target-alpha: Implement cvtql inline. by Richard Henderson · 15 years ago
  59. 0c28740 target-alpha: Add flags markups to helpers.h. by Richard Henderson · 15 years ago
  60. 4fcc562 Remove cpu_get_phys_page_debug from userspace emulation by Paul Brook · 15 years ago
  61. 5270589 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. by Richard Henderson · 15 years ago
  62. 6049f4f alpha-linux-user: Implement signals. by Richard Henderson · 15 years ago
  63. f24518b target-alpha: Implement IEEE FP qualifiers. by Richard Henderson · 15 years ago
  64. c2c789c target-alpha: Mark helper_excp as NORETURN. by Richard Henderson · 15 years ago
  65. 866be65 target-alpha: Clean up arithmetic traps. by Richard Henderson · 15 years ago
  66. dad081e target-alpha: Reduce internal processor registers for user-mode. by Richard Henderson · 15 years ago
  67. 8443eff target-alpha: Split up FPCR value into separate fields. by Richard Henderson · 15 years ago
  68. ee0dc6d Fix incorrect exception_index use by Blue Swirl · 15 years ago
  69. 49a945a kill regs_to_env and env_to_regs by Paolo Bonzini · 15 years ago
  70. 2edd07e target-alpha: Initialize fpcr by Richard Henderson · 15 years ago
  71. c4b3be3 target-alpha: Emit tcg debug_insn_start. by Richard Henderson · 15 years ago
  72. d0af544 target-alpha: Fix float32_to_s vs zero exponent. by Richard Henderson · 15 years ago
  73. 68bd052 target-alpha: Fix cvtlq. by Richard Henderson · 15 years ago
  74. dbb30fe target-alpha: Implement fp branch/cmov inline. by Richard Henderson · 15 years ago
  75. 212df02 target-alpha: Fix compiler warning for gcc-4.3 (and older) by Stefan Weil · 15 years ago
  76. d9a50a3 target-alpha: Fix double log_cpu_state. by Richard Henderson · 15 years ago
  77. a06d48d target-alpha: Fix FMOV. by Richard Henderson · 15 years ago
  78. 50eb6e5 target-alpha: Expand ins*h inline. by Richard Henderson · 15 years ago
  79. ffec44f target-alpha: Expand msk*h inline. by Richard Henderson · 15 years ago
  80. 14ab163 target-alpha: Expand msk*l inline. by Richard Henderson · 15 years ago
  81. 248c42f target-alpha: Expand ins*l inline. by Richard Henderson · 15 years ago
  82. ab471ad target-alpha: Implement RD/WRUNIQUE in the translator by Richard Henderson · 15 years ago
  83. 73651cc target-alpha: Fix fbcond branch offset. by Richard Henderson · 15 years ago
  84. 377a43b target-alpha: Rewrite gen_ext_[hl] in terms of zapnot. by Richard Henderson · 15 years ago
  85. 87d98f9 target-alpha: Expand zap/zapnot with immediate inline. by Richard Henderson · 15 years ago
  86. 806991d target-alpha: Fix -d in_asm by Richard Henderson · 15 years ago
  87. 13e4df9 target-alpha: Implement missing MVI instructions. by Richard Henderson · 15 years ago
  88. ba0e276 target-alpha: Fixes for alpha-linux syscalls. by Richard Henderson · 15 years ago
  89. a964acc target-alpha: Honor the -cpu command line argument. by Richard Henderson · 15 years ago
  90. 1918812 target-alpha: Remove bogus DO_TB_FLUSH code from translator. by Richard Henderson · 15 years ago
  91. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  92. 99a0949 Get rid of _t suffix by malc · 15 years ago
  93. 6f4fc36 Add 'static' to please Sparse by Blue Swirl · 15 years ago
  94. dbf9580 target-alpha: fix extlh instruction by Vince Weaver · 15 years ago
  95. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  96. 0b5c1ce cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal by Nathan Froyd · 15 years ago
  97. 636aa20 Replace always_inline with inline by Blue Swirl · 15 years ago
  98. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  99. 0bf46a4 qemu: introduce qemu_init_vcpu (Marcelo Tosatti) by aliguori · 16 years ago
  100. 6a4955a qemu: per-arch cpu_has_work (Marcelo Tosatti) by aliguori · 16 years ago