1. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  2. 7b31bbc exec: Clean up includes by Peter Maydell · 9 years ago
  3. 0c2d70c translate-all: ensure host page mask is always extended with 1's by Paolo Bonzini · 9 years ago
  4. 56c0269 cpu-exec: allow temporary disabling icount by Pavel Dovgalyuk · 9 years ago
  5. 5bfd75a tcg/ppc: Revise goto_tb implementation by Richard Henderson · 9 years ago
  6. b125f9d tcg: Check for overflow via highwater mark by Richard Henderson · 9 years ago
  7. f293709 tcg: Allocate a guard page after code_gen_buffer by Richard Henderson · 9 years ago
  8. 8163b74 tcg: Emit prologue to the beginning of code_gen_buffer by Richard Henderson · 9 years ago
  9. fca8a50 tcg: Save insn data and use it in cpu_restore_state_from_tb by Richard Henderson · 9 years ago
  10. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 9 years ago
  11. fec88f6 tcg: Merge cpu_gen_code into tb_gen_code by Richard Henderson · 9 years ago
  12. 5f12a78 translate: move real_host_page setting to -common by Peter Crosthwaite · 9 years ago
  13. 9b68a77 translate-all: Move tcg_handle_interrupt() to -common by Peter Crosthwaite · 9 years ago
  14. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  15. 012aef0 maint: avoid useless "if (foo) free(foo)" pattern by Markus Armbruster · 9 years ago
  16. 9fd1a94 cpu-exec: fix lock hierarchy for user-mode emulation by Paolo Bonzini · 9 years ago
  17. 8fd19e6 exec: make mmap_lock/mmap_unlock globally available by Paolo Bonzini · 9 years ago
  18. 7569208 tcg: comment on which functions have to be called with mmap_lock held by Paolo Bonzini · 9 years ago
  19. 6940fab tcg: add memory barriers in page_find_alloc accesses by Paolo Bonzini · 9 years ago
  20. 677ef62 replace spinlock by QemuMutex. by KONRAD Frederic · 9 years ago
  21. d1142fb translate-all: remove obsolete comment about l1_map by Emilio G. Cota · 9 years ago
  22. 4cbea59 linux-user: remove --enable-guest-base/--disable-guest-base by Laurent Vivier · 9 years ago
  23. 414b15c exec: drop cpu_can_do_io, just read cpu->can_do_io by Paolo Bonzini · 10 years ago
  24. 02d57ea cpu-exec: Do not invalidate original TB in cpu_exec_nocache() by Sergey Fedorov · 10 years ago
  25. bbd77c1 translate-all: Change tb_flush() env argument to cpu by Peter Crosthwaite · 10 years ago
  26. 4e51361 cpu-all: complete "real" host page size API by Peter Crosthwaite · 10 years ago
  27. e1b8932 include/exec: Move tb hash functions out by Peter Crosthwaite · 10 years ago
  28. 8d302e7 translate-all: fix watchpoints if retranslation not possible by Aurelien Jarno · 10 years ago
  29. fc377bc translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_write_access by Paolo Bonzini · 10 years ago
  30. 9564f52 cputlb: remove useless arguments to tlb_unprotect_code_phys, rename by Paolo Bonzini · 10 years ago
  31. 3586533 translate-all: remove unnecessary argument to tb_invalidate_phys_range by Paolo Bonzini · 10 years ago
  32. 41063e1 exec: move rcu_read_lock/unlock to address_space_translate callers by Paolo Bonzini · 10 years ago
  33. 510a647 translate-all: use bitmap helpers for PageDesc's bitmap by Emilio G. Cota · 10 years ago
  34. e3a0abf translate-all: use glib for all page descriptor allocations by Emilio G. Cota · 10 years ago
  35. 9c04146 target-i386: remove superfluous TARGET_HAS_SMC macro by Emilio G. Cota · 10 years ago
  36. 8b98ade translate-all: Use g_try_malloc() for dynamic translator buffer by Markus Armbruster · 10 years ago
  37. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  38. 2d8ac5e translate-all: Mark map_exec() with the 'unused' attribute by SeokYeon Hwang · 10 years ago
  39. bd79255 translate: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  40. 0266359 cpu-exec: add a new CF_USE_ICOUNT cflag by Paolo Bonzini · 10 years ago
  41. 86b182a Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into staging by Peter Maydell · 10 years ago
  42. 246ae24 tcg: add separate monitor command to dump opcode counters by Max Filippov · 10 years ago
  43. c357747 target-mips: Correct MIPS16/microMIPS branch size calculation by Maciej W. Rozycki · 10 years ago
  44. d8a499f cpu-exec: invalidate nocache translation if they are interrupted by Pavel Dovgalyuk · 10 years ago
  45. 1a1c4db translate-all.c: memory walker initial address miscalculation by Mikhail Ilyin · 10 years ago
  46. 6db8b53 trace: add some tcg tracing support by Alex Bennée · 10 years ago
  47. 5d831be Fix new typos (found by codespell) by Stefan Weil · 11 years ago
  48. 3818331 memory: move preallocation code out of exec.c by Paolo Bonzini · 11 years ago
  49. 483c76e tcg-mips: Constrain the code_gen_buffer to be within one 256mb segment by Richard Henderson · 11 years ago
  50. 479eb12 tcg-mips: Layout executable and code_gen_buffer by Richard Henderson · 11 years ago
  51. 1813e17 tcg: Define tcg_insn_unit for code pointers by Richard Henderson · 11 years ago
  52. cd7ccc8 page_check_range: don't bail out early after unprotecting page by Andrei Warkentin · 11 years ago
  53. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  54. baea4fa cputlb: Change tlb_unprotect_code_phys() argument to CPUState by Andreas Färber · 11 years ago
  55. 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 11 years ago
  56. 611d4f9 translate-all: Change tb_flush_jmp_cache() argument to CPUState by Andreas Färber · 11 years ago
  57. 648f034 translate-all: Change tb_gen_code() argument to CPUState by Andreas Färber · 11 years ago
  58. 90b40a6 translate-all: Change cpu_io_recompile() argument to CPUState by Andreas Färber · 11 years ago
  59. 239c51a translate-all: Change tb_check_watchpoint() argument to CPUState by Andreas Färber · 11 years ago
  60. 74f1051 translate-all: Change cpu_restore_state_from_tb() argument to CPUState by Andreas Färber · 11 years ago
  61. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  62. 8cd7043 cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  63. 28ecfd7 cpu: Move icount_decr field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  64. 99df7dc cpu: Move can_do_io field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  65. 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  66. 29d8ec7 exec: Make tb_invalidate_phys_addr input an AS by Edgar E. Iglesias · 11 years ago
  67. 47c16ed kvm: initialize qemu_host_page_size by Alexey Kardashevskiy · 11 years ago
  68. eb2535f cputlb: Tidy memset() of arrays by Richard Henderson · 11 years ago
  69. 03f4995 split definitions for exec.c and translate-all.c radix trees by Paolo Bonzini · 11 years ago
  70. dbdbe0c exec: Delete is_tcg_gen_code and GETRA_EXT by Richard Henderson · 11 years ago
  71. 227b817 translate-all: Fix formatting of dump output by Stefan Weil · 11 years ago
  72. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  73. d02532f linux-user: Unlock mmap_lock when resuming guest from page_unprotect by Alexander Graf · 12 years ago
  74. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  75. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  76. 5c8a00c exec: return MemoryRegion from address_space_translate by Paolo Bonzini · 12 years ago
  77. 4a136e0 tcg/aarch64: implement new TCG target for aarch64 by Claudio Fontana · 12 years ago
  78. 149f54b memory: add address_space_translate by Paolo Bonzini · 12 years ago
  79. fd469df Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging by Anthony Liguori · 12 years ago
  80. 4b81126 memory: Replace open-coded memory_region_is_romd by Jan Kiszka · 12 years ago
  81. 7bc9315 translate: remove redundantly included qemu/timer.h by liguang · 12 years ago
  82. c8ff5da PPC: Fix compile with profiling enabled by Alexander Graf · 12 years ago
  83. 0aa0989 translate-all: fix compiler warning and linked error by Alexey Kardashevskiy · 12 years ago
  84. 0bc3cd6 include: avoid useless includes of exec/ headers by Paolo Bonzini · 12 years ago
  85. 52ae646 tcg: Fix occasional TCG broken problem when ldst optimization enabled by Yeongkyoon Lee · 12 years ago
  86. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  87. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  88. 3a808cc translate-all.c: Remove cpu_unlink_tb() by Peter Maydell · 12 years ago
  89. 378df4b Handle CPU interrupts by inline checking of a flag by Peter Maydell · 12 years ago
  90. 907a5e3 cputlb: Pass CPUState to cpu_unlink_tb() by Andreas Färber · 12 years ago
  91. d77953b cpu: Move current_tb field to CPUState by Andreas Färber · 12 years ago
  92. 5e5f07e TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx by Evgeny Voevodin · 12 years ago
  93. 0b0d332 TCG: Final globals clean-up by Evgeny Voevodin · 12 years ago
  94. 0c884d1 translate-all.c: Use tb1->phys_hash_next directly in tb_remove by 陳韋任 (Wei-Ren Chen) · 12 years ago
  95. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  96. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  97. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  98. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  99. 5b6dd86 exec: move TB handling to translate-all.c by Blue Swirl · 12 years ago
  100. 94788f5 TCG: Remove unused global gen_opc_ arrays. by Evgeny Voevodin · 12 years ago