1. 30f3dda Merge branch 'icount-update' into HEAD by Paolo Bonzini · 8 years ago
  2. 55ac0a9 cpu-exec: remove unnecessary check of cpu->exit_request by Paolo Bonzini · 8 years ago
  3. cfb2d02 replay: check icount in cpu exec loop by Pavel Dovgalyuk · 8 years ago
  4. 08e73c4 tcg: handle EXCP_ATOMIC exception for system emulation by Pranith Kumar · 8 years ago
  5. 3725794 tcg: enable thread-per-vCPU by Alex Bennée · 8 years ago
  6. e5143e3 tcg: remove global exit_request by Alex Bennée · 8 years ago
  7. 8d04fb5 tcg: drop global lock during TCG code execution by Jan Kiszka · 8 years ago
  8. 791158d tcg: rename tcg_current_cpu to tcg_current_rr_cpu by Alex Bennée · 8 years ago
  9. 4ec6670 mttcg: Add missing tb_lock/unlock() in cpu_exec_step() by Pranith Kumar · 8 years ago
  10. 1aab16c cpu-exec: unify icount_decr and tcg_exit_req by Paolo Bonzini · 8 years ago
  11. 65c9d60 target-i386: correctly propagate retaddr into SVM helpers by Paolo Bonzini · 8 years ago
  12. 4515e58 cpu-exec: remove outermost infinite loop by Paolo Bonzini · 8 years ago
  13. a42cf3f cpu-exec: avoid repeated sigsetjmp on interrupts by Paolo Bonzini · 8 years ago
  14. 209b71b cpu-exec: avoid cpu_loop_exit in cpu_handle_interrupt by Paolo Bonzini · 8 years ago
  15. a70fe14 cpu-exec: tighten barrier on TCG_EXIT_REQUESTED by Paolo Bonzini · 8 years ago
  16. 43d70dd cpu-exec: fix icount out-of-bounds access by Paolo Bonzini · 8 years ago
  17. 0ab8ed1 trace: switch to modular code generation for sub-directories by Daniel P. Berrange · 8 years ago
  18. d718b14 replay: improve interrupt handling by Pavel Dovgalyuk · 8 years ago
  19. 1ee7321 log: Add locking to large logging blocks by Richard Henderson · 8 years ago
  20. 6bc56d3 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into staging by Peter Maydell · 8 years ago
  21. a5e9982 tcg: protect translation related stuff with tb_lock. by KONRAD Frederic · 8 years ago
  22. 4426f83 cpu-exec: include cpu_index in CPU_LOG_EXEC messages by Alex Bennée · 8 years ago
  23. 5929d7e Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into staging by Peter Maydell · 8 years ago
  24. fdbc2b5 tcg: Add EXCP_ATOMIC by Richard Henderson · 9 years ago
  25. 20a8856 target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit() by Laurent Vivier · 10 years ago
  26. 027d9a7 cpu: atomically modify cpu->exit_request by Alex Bennée · 8 years ago
  27. 3359baa tcg: Make tb_flush() thread safe by Sergey Fedorov · 9 years ago
  28. be2208e cpu-exec: Check -dfilter for -d cpu by Richard Henderson · 9 years ago
  29. b34de45 tcg: rename tb_find_physical() by Sergey Fedorov · 9 years ago
  30. bd2710d tcg: Merge tb_find_slow() and tb_find_fast() by Sergey Fedorov · 9 years ago
  31. 74d356d tcg: Avoid bouncing tb_lock between tb_gen_code() and tb_add_jump() by Sergey Fedorov · 9 years ago
  32. 518615c tcg: cpu-exec: remove tb_lock from the hot-path by Alex Bennée · 9 years ago
  33. 6d21e42 tcg: Prepare TB invalidation for lockless TB lookup by Paolo Bonzini · 9 years ago
  34. 118b073 tcg: Prepare safe access to tb_flushed out of tb_lock by Sergey Fedorov · 9 years ago
  35. 89a16b1 tcg: Prepare safe tb_jmp_cache lookup out of tb_lock by Sergey Fedorov · 9 years ago
  36. 4b7e695 tcg: Pass last_tb by value to tb_find_fast() by Sergey Fedorov · 9 years ago
  37. ca7d8e1 cpu-exec: Move down some declarations in cpu_exec() by Sergey Fedorov · 9 years ago
  38. 909eaac tb hash: track translated blocks with qht by Emilio G. Cota · 9 years ago
  39. 42bd322 tb hash: hash phys_pc, pc, and flags with xxhash by Emilio G. Cota · 9 years ago
  40. c88c67e cpu-exec: Fix direct jump to TB spanning page by Sergey Fedorov · 9 years ago
  41. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  42. 8b1fe3f cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt() by Sergey Fedorov · 9 years ago
  43. ba048a4 cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec() by Sergey Fedorov · 9 years ago
  44. 928de9e cpu-exec: Move TB execution stuff out of cpu_exec() by Sergey Fedorov · 9 years ago
  45. c385e6e cpu-exec: Move interrupt handling out of cpu_exec() by Sergey Fedorov · 9 years ago
  46. ea28476 cpu-exec: Move exception handling out of cpu_exec() by Sergey Fedorov · 9 years ago
  47. 8b2d34e cpu-exec: Move halt handling out of cpu_exec() by Sergey Fedorov · 9 years ago
  48. c6f0d9f cpu-exec: Remove relic orphaned comment by Sergey Fedorov · 9 years ago
  49. 3213525 tcg: Remove needless CPUState::current_tb by Sergey Fedorov · 9 years ago
  50. a0522c7 cpu-exec: Move TB chaining into tb_find_fast() by Sergey Fedorov · 9 years ago
  51. 6f789be tcg: Rework tb_invalidated_flag by Sergey Fedorov · 9 years ago
  52. 819af24 tcg: Clean up from 'next_tb' by Sergey Fedorov · 9 years ago
  53. 7687bf5 cpu-exec: elide more icount code if CONFIG_USER_ONLY by Paolo Bonzini · 10 years ago
  54. 1279f32 tcg: reorganize tb_find_physical loop by Alex Bennée · 9 years ago
  55. 5b053a4 tcg: Clean up direct block chaining safety checks by Sergey Fedorov · 9 years ago
  56. 89fee74 tb: consistently use uint32_t for tb->flags by Emilio G. Cota · 9 years ago
  57. d977e1c qemu-log: dfilter-ise exec, out_asm, op and opt_op by Alex Bennée · 9 years ago
  58. 1a83063 qemu-log: Improve the "exec" TB execution logging by Peter Maydell · 9 years ago
  59. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  60. 7b31bbc exec: Clean up includes by Peter Maydell · 9 years ago
  61. 9319738 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into staging by Peter Maydell · 9 years ago
  62. 6f06096 replay: interrupts and exceptions by Pavel Dovgalyuk · 9 years ago
  63. 56c0269 cpu-exec: allow temporary disabling icount by Pavel Dovgalyuk · 9 years ago
  64. 0448f5f cpu-exec: Fix compiler warning (-Werror=clobbered) by Stefan Weil · 9 years ago
  65. 89a82cd cpu-exec: Add "nochain" debug flag by Richard Henderson · 9 years ago
  66. 6220e90 i386: partial revert of interrupt poll fix by Pavel Dovgalyuk · 9 years ago
  67. 5abf949 cpu-exec: Migrate some generic fns to cpu-exec-common by Peter Crosthwaite · 10 years ago
  68. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  69. 1c3c8af cpu-exec: introduce loop exit with restore function by Pavel Dovgalyuk · 10 years ago
  70. 9fd1a94 cpu-exec: fix lock hierarchy for user-mode emulation by Paolo Bonzini · 10 years ago
  71. 677ef62 replace spinlock by QemuMutex. by KONRAD Frederic · 10 years ago
  72. e0c3821 tcg: signal-free qemu_cpu_kick by Paolo Bonzini · 10 years ago
  73. aed807c tcg: synchronize exit_request and tcg_current_cpu accesses by Paolo Bonzini · 10 years ago
  74. ab096a7 tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses by Paolo Bonzini · 10 years ago
  75. b0a46fa tcg: assign cpu->current_tb in a simpler place by Paolo Bonzini · 10 years ago
  76. 9373e63 tcg: introduce tcg_current_cpu by Paolo Bonzini · 10 years ago
  77. 414b15c exec: drop cpu_can_do_io, just read cpu->can_do_io by Paolo Bonzini · 10 years ago
  78. 02d57ea cpu-exec: Do not invalidate original TB in cpu_exec_nocache() by Sergey Fedorov · 10 years ago
  79. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  80. e1b8932 include/exec: Move tb hash functions out by Peter Crosthwaite · 10 years ago
  81. 73104fd Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  82. 79e2b9a exec: RCUify AddressSpaceDispatch by Paolo Bonzini · 10 years ago
  83. 9d82b5a exec: make iotlb RCU-friendly by Paolo Bonzini · 12 years ago
  84. 76e5c76 exec: introduce cpu_reload_memory_map by Paolo Bonzini · 10 years ago
  85. 52851b7 cpu-exec: simplify icount code by Paolo Bonzini · 10 years ago
  86. a7fa2e9 cpu-exec: drop dead assignment by Paolo Bonzini · 10 years ago
  87. 2e91cc6 cpu-exec: simplify init_delay_params by Paolo Bonzini · 10 years ago
  88. a498d0e cpu-exec: simplify align_clocks by Paolo Bonzini · 10 years ago
  89. d8a499f cpu-exec: invalidate nocache translation if they are interrupted by Pavel Dovgalyuk · 10 years ago
  90. 626cf8f icount: set can_do_io outside TB execution by Pavel Dovgalyuk · 10 years ago
  91. e511b4d cpu-exec: reset exception_index correctly by Pavel Dovgalyuk · 10 years ago
  92. b4ac20b cpu-exec: fix cpu_exec_nocache by Pavel Dovgalyuk · 10 years ago
  93. 6a0fcbd cpu-exec: Do CPU_INTERRUPT_HALT unconditionally by Richard Henderson · 10 years ago
  94. 42f53fe target-i386: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  95. 458dd76 target-ppc: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  96. e9854c3 target-lm32: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  97. 29cd33d target-microblaze: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  98. fa4faba target-mips: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago
  99. dfdb483 target-tricore: Remove the dummy interrupt boilerplate by Richard Henderson · 10 years ago
  100. fbb96c4 target-openrisc: Use cpu_exec_interrupt qom hook by Richard Henderson · 10 years ago