1. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 9 years ago
  2. 07f5a25 target-*: Clean up cpu.h header guards by Markus Armbruster · 9 years ago
  3. b35399b Fix confusing argument names in some common functions by Sergey Sorokin · 9 years ago
  4. 8642c1b target-*: Don't redefine cpu_exec() by Peter Crosthwaite · 10 years ago
  5. 7c25504 exec: [tcg] Track which vCPU is performing translation and execution by Lluís Vilanova · 9 years ago
  6. 6886b98 cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() by Peter Maydell · 9 years ago
  7. 4910e6e target-*: dfilter support for in_asm by Richard Henderson · 9 years ago
  8. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  9. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  10. da37426 target-xtensa: make cpu-qom.h not target specific by Paolo Bonzini · 9 years ago
  11. 347b1a5 cpu: make cpu-qom.h only include-able from cpu.h by Paolo Bonzini · 9 years ago
  12. 90aa39a tcg: Allow goto_tb to any target PC in user mode by Sergey Fedorov · 9 years ago
  13. 89fee74 tb: consistently use uint32_t for tb->flags by Emilio G. Cota · 9 years ago
  14. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  15. 1bcea73 tcg: Add type for vCPU pointers by Lluís Vilanova · 9 years ago
  16. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  17. e1ccc05 tcg: Change tcg_global_mem_new_* to take a TCGv_ptr by Richard Henderson · 11 years ago
  18. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  19. 09aae23 xtensa: Clean up includes by Peter Maydell · 9 years ago
  20. c30f0d1 xtensa: avoid "naked" qemu_log by Paolo Bonzini · 9 years ago
  21. 522a0d4 target-*: Advance pc after recognizing a breakpoint by Richard Henderson · 9 years ago
  22. 19b7bec target-xtensa: implement S32NB by Max Filippov · 10 years ago
  23. 5eeb40c target-xtensa: implement depbits instruction by Max Filippov · 10 years ago
  24. 5577e57 target-xtensa: use CPU_LOG_MMU for MMU event logging by Max Filippov · 9 years ago
  25. f822b7e target-xtensa: add window overflow check to L32E/S32E by Max Filippov · 10 years ago
  26. 4c315c2 qdev: Protect device-list-properties against broken devices by Markus Armbruster · 9 years ago
  27. 4e5e121 tcg: Remove gen_intermediate_code_pc by Richard Henderson · 9 years ago
  28. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 9 years ago
  29. 190ce7f tcg: Add TCG_MAX_INSNS by Richard Henderson · 9 years ago
  30. dc03246 target-*: Drop cpu_gen_code define by Richard Henderson · 9 years ago
  31. b933066 target-*: Introduce and use cpu_breakpoint_test by Richard Henderson · 9 years ago
  32. 959082f target-*: Increment num_insns immediately after tcg_gen_insn_start by Richard Henderson · 9 years ago
  33. 667b8e2 target-*: Unconditionally emit tcg_gen_insn_start by Richard Henderson · 9 years ago
  34. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 9 years ago
  35. 943cd38 xtensa: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  36. bf95728 monitor: remove target-specific code from monitor.c by Pavel Butsykin · 9 years ago
  37. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 10 years ago
  38. ecc7b3a tcg: Remove tcg_gen_trunc_i64_i32 by Richard Henderson · 10 years ago
  39. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  40. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 10 years ago
  41. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 10 years ago
  42. 1479073 target-xtensa: fix gdb register map construction by Max Filippov · 10 years ago
  43. ddd4427 target-xtensa: add 64-bit floating point registers by Max Filippov · 10 years ago
  44. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  45. cfe67ce semihosting: create SemihostingConfig structure and semihost.h by Leon Alrae · 10 years ago
  46. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  47. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  48. 4246e22 target-xtensa: implement do_unassigned_access callback by Max Filippov · 11 years ago
  49. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  50. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  51. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  52. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  53. 97e89ee target-xtensa: don't generate dead code by Max Filippov · 10 years ago
  54. 2db59a7 target-xtensa: record available window in TB flags by Max Filippov · 10 years ago
  55. 01673a3 target-xtensa: fix translation for opcodes crossing page boundary by Max Filippov · 10 years ago
  56. 1b3e71f target-xtensa: add missing window check for entry by Max Filippov · 10 years ago
  57. eb5f222 Merge remote-tracking branch 'remotes/xtensa/tags/20141103-xtensa' into staging by Peter Maydell · 10 years ago
  58. ab58241 target-xtensa: fix build for cores w/o windowed registers by Max Filippov · 10 years ago
  59. 9bea2e9 target-xtensa: add core importing script by Max Filippov · 11 years ago
  60. dec71d2 target-xtensa: add definition for XTHAL_INTTYPE_PROFILING by Max Filippov · 11 years ago
  61. 11693a6 target-xtensa: mark XtensaConfig structs as unused by Peter Maydell · 10 years ago
  62. 2472b6c gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag by Peter Maydell · 10 years ago
  63. 37f3616 target-xtensa: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  64. 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 10 years ago
  65. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  66. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  67. 0f590e74 softmmu: commonize helper definitions by Paolo Bonzini · 11 years ago
  68. d94f0a8 softmmu: move ALIGNED_ONLY to cpu.h by Paolo Bonzini · 11 years ago
  69. 93e2232 softmmu: make do_unaligned_access a method of CPU by Paolo Bonzini · 11 years ago
  70. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  71. 433d33c target-xtensa: fix cross-page jumps/calls at the end of TB by Max Filippov · 11 years ago
  72. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  73. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  74. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 11 years ago
  75. 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 11 years ago
  76. 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
  77. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  78. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 11 years ago
  79. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 11 years ago
  80. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  81. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  82. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  83. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  84. 1cf5ccb target-xtensa: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  85. 604e1f9 target-xtensa: provide HW confg ID registers by Max Filippov · 11 years ago
  86. 676056d target-xtensa: refactor standard core configuration by Max Filippov · 11 years ago
  87. e848dd4 target-xtensa: add basic checks to icache opcodes by Max Filippov · 11 years ago
  88. 7c84259 target-xtensa: add basic checks to dcache opcodes by Max Filippov · 11 years ago
  89. 6502668 target-xtensa: add RRRI4 opcode format fields by Max Filippov · 11 years ago
  90. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  91. 29d8ec7 exec: Make tb_invalidate_phys_addr input an AS by Edgar E. Iglesias · 11 years ago
  92. ebbfd5a target-xtensa: add missing DEBUG section to dc233c config by Max Filippov · 11 years ago
  93. ca529f8 target-xtensa: add in_asm logging by Max Filippov · 12 years ago
  94. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  95. b1669e5 target: Include softmmu_exec.h where forgotten by Richard Henderson · 11 years ago
  96. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  97. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  98. 64160cd Merge remote-tracking branch 'filippov/tags/20130729-xtensa' into staging by Anthony Liguori · 12 years ago
  99. 908c67f target-xtensa: check register window inline by Max Filippov · 12 years ago
  100. 0857a06 target-xtensa: don't generate dead code to access invalid SRs by Max Filippov · 12 years ago