1. 7c12fd9 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  2. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  3. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  4. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  5. c47d08c target-alpha: Remove t0, t1 from CPUAlphaState by Richard Henderson · 12 years ago
  6. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  7. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  8. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 12 years ago
  9. 98c8a73 Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  10. e1e1b25 target-alpha: Use TCG_CALL_NO_WG by Richard Henderson · 12 years ago
  11. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  12. 0c0dcdf target-alpha: rename helper flags by Aurelien Jarno · 12 years ago
  13. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  14. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  15. 97fe81d Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  16. 57e289d target-alpha: Use movcond by Richard Henderson · 12 years ago
  17. 2b85cf0 target-alpha: Initialize env->cpu_model_str by Richard Henderson · 12 years ago
  18. 7639364 alpha-linux-user: Work around hosted mmap allocation problems by Richard Henderson · 13 years ago
  19. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  20. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  21. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  22. 9444006 target-alpha: QOM'ify CPU init by Andreas Färber · 13 years ago
  23. 25ebd80 target-alpha: QOM'ify CPU by Andreas Färber · 13 years ago
  24. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  25. 5cbdb3a Replace Qemu by QEMU in comments by Stefan Weil · 13 years ago
  26. 6576b74 Replace Qemu by QEMU in internal documentation by Stefan Weil · 13 years ago
  27. 55fddd6 target-alpha: Use noreturn marker in helper.h. by Richard Henderson · 13 years ago
  28. 7434340 target-alpha: Make use of fp_status.flush_inputs_to_zero. by Richard Henderson · 13 years ago
  29. c308275 target-alpha: Move memory helpers to mem_helper.c. by Richard Henderson · 13 years ago
  30. 69163fb target-alpha: Move palcode support helpers to sys_helper.c. by Richard Henderson · 13 years ago
  31. 2958620 target-alpha: Move integer overflow helpers to int_helper.c. by Richard Henderson · 13 years ago
  32. a44a277 target-alpha: Move fpcr helpers from op_helper.c to helper.c. by Richard Henderson · 13 years ago
  33. 4a58aed target-alpha: Move floating-point helpers to fpu_helper.c. by Richard Henderson · 13 years ago
  34. b9f0923 target-alpha: Move exception helpers to helper.c. by Richard Henderson · 13 years ago
  35. 0be034b target-alpha: Move integer helpers to int_helper.c. by Richard Henderson · 13 years ago
  36. 7b74505 alpha-linux-user: Initialize fpu to round-to-normal. by Richard Henderson · 13 years ago
  37. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  38. 4d5712f target-alpha: Don't overuse CPUState by Andreas Färber · 13 years ago
  39. 2c97629 target-alpha: Clean includes by Stefan Weil · 13 years ago
  40. 4abf79a fix spelling in target sub directory by Dong Xu Wang · 13 years ago
  41. c781cf9 target-alpha: Add high-resolution access to wall clock and an alarm. by Richard Henderson · 14 years ago
  42. 034ebc2 target-alpha: Implement HALT IPR. by Richard Henderson · 14 years ago
  43. bc24270 target-alpha: Implement WAIT IPR. by Richard Henderson · 14 years ago
  44. a9406ea target-alpha: Honor icount for RPCC instruction. by Richard Henderson · 13 years ago
  45. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  46. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  47. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 14 years ago
  48. 3e45717 exec.h cleanup by Blue Swirl · 14 years ago
  49. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  50. f5fc40b target-alpha, target-ppc: Remove unnecessary setjmp.h include by Peter Maydell · 14 years ago
  51. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  52. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  53. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  54. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  55. efa6435 alpha: remove unused variable by Michael S. Tsirkin · 14 years ago
  56. b6fb147 alpha/translate: remve unused variables by Michael S. Tsirkin · 14 years ago
  57. 3b4fefd target-alpha: Implement TLB flush primitives. by Richard Henderson · 14 years ago
  58. e521485 target-alpha: Use a fixed frequency for the RPCC in system mode. by Richard Henderson · 14 years ago
  59. 5b45040 target-alpha: Trap for unassigned and unaligned addresses. by Richard Henderson · 14 years ago
  60. fa6e0a6 target-alpha: Remap PIO space for 43-bit KSEG for EV6. by Richard Henderson · 14 years ago
  61. a3b9af1 target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode. by Richard Henderson · 14 years ago
  62. 2ace7e5 target-alpha: Implement more CALL_PAL values inline. by Richard Henderson · 14 years ago
  63. 6a80e08 target-alpha: Disable interrupts properly. by Richard Henderson · 14 years ago
  64. a18ad89 target-alpha: All ISA checks to use TB->FLAGS. by Richard Henderson · 14 years ago
  65. 21d2bea target-alpha: Swap shadow registers moving to/from PALmode. by Richard Henderson · 14 years ago
  66. 3a6fa67 target-alpha: Implement do_interrupt for system mode. by Richard Henderson · 14 years ago
  67. 26b4609 target-alpha: Add IPRs to be used by the emulation PALcode. by Richard Henderson · 14 years ago
  68. bba9bdc target-alpha: Use kernel mmu_idx for pal_mode. by Richard Henderson · 14 years ago
  69. ea879fc target-alpha: Add various symbolic constants. by Richard Henderson · 14 years ago
  70. 2d9671d target-alpha: Use do_restore_state for arithmetic exceptions. by Richard Henderson · 14 years ago
  71. b5f1aa6 target-alpha: Tidy up arithmetic exceptions. by Richard Henderson · 14 years ago
  72. 07b6c13 target-alpha: Tidy exception constants. by Richard Henderson · 14 years ago
  73. b758aca target-alpha: Enable the alpha-softmmu target. by Richard Henderson · 14 years ago
  74. 129d8aa target-alpha: Rationalize internal processor registers. by Richard Henderson · 14 years ago
  75. 508b43e target-alpha: Merge HW_REI and HW_RET implementations. by Richard Henderson · 14 years ago
  76. 8417845 target-alpha: Cleanup MMU modes. by Richard Henderson · 14 years ago
  77. e52458f target-alpha: Fix system store_conditional by Richard Henderson · 14 years ago
  78. 2374e73 target-alpha: Fix translation of PALmode memory insns. by Richard Henderson · 14 years ago
  79. 352e48b target-alpha: Remove partial support for palcode emulation. by Richard Henderson · 14 years ago
  80. bf1b03f target-alpha: Single-step properly across branches. by Richard Henderson · 14 years ago
  81. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  82. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  83. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  84. a4d2d1a target-alpha: use new float64_unordered_quiet() function by Aurelien Jarno · 14 years ago
  85. 4b4a72e Fix conversions from pointer to tcg_target_long by Stefan Weil · 14 years ago
  86. eda48c3 inline cpu_halted into sole caller by Paolo Bonzini · 14 years ago
  87. 1856987 softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() by Peter Maydell · 14 years ago
  88. 9a78eea target-xxx: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  89. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  90. 10eb0cc move cpu_pc_from_tb to target-*/exec.h by Paolo Bonzini · 15 years ago
  91. 83dae09 remove unused stuff from */exec.h by Paolo Bonzini · 15 years ago
  92. 18f8e2c target-alpha: Implement RPCC. by Richard Henderson · 15 years ago
  93. 6910b8f target-alpha: Fix load-locked/store-conditional. by Richard Henderson · 15 years ago
  94. 8aa3fa2 target-alpha: Indicate NORETURN status when raising exception. by Richard Henderson · 15 years ago
  95. a4b388f target-alpha: Enable NPTL. by Richard Henderson · 15 years ago
  96. 49563a7 target-alpha: Update commentary for opcode 0x1A. by Richard Henderson · 15 years ago
  97. 4af7037 target-alpha: Emit goto_tb opcodes. by Richard Henderson · 15 years ago
  98. 593f17e target-alpha: Implement cvtlq inline. by Richard Henderson · 15 years ago
  99. ac316ca target-alpha: Implement rs/rc properly. by Richard Henderson · 15 years ago
  100. dc96be4 target-alpha: Implement cpys{, n, e} inline. by Richard Henderson · 15 years ago