1. 483c76e tcg-mips: Constrain the code_gen_buffer to be within one 256mb segment by Richard Henderson · 11 years ago
  2. 479eb12 tcg-mips: Layout executable and code_gen_buffer by Richard Henderson · 11 years ago
  3. 1813e17 tcg: Define tcg_insn_unit for code pointers by Richard Henderson · 11 years ago
  4. cd7ccc8 page_check_range: don't bail out early after unprotecting page by Andrei Warkentin · 11 years ago
  5. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  6. baea4fa cputlb: Change tlb_unprotect_code_phys() argument to CPUState by Andreas Färber · 11 years ago
  7. 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 11 years ago
  8. 611d4f9 translate-all: Change tb_flush_jmp_cache() argument to CPUState by Andreas Färber · 11 years ago
  9. 648f034 translate-all: Change tb_gen_code() argument to CPUState by Andreas Färber · 11 years ago
  10. 90b40a6 translate-all: Change cpu_io_recompile() argument to CPUState by Andreas Färber · 11 years ago
  11. 239c51a translate-all: Change tb_check_watchpoint() argument to CPUState by Andreas Färber · 11 years ago
  12. 74f1051 translate-all: Change cpu_restore_state_from_tb() argument to CPUState by Andreas Färber · 11 years ago
  13. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  14. 8cd7043 cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  15. 28ecfd7 cpu: Move icount_decr field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  16. 99df7dc cpu: Move can_do_io field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  17. 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  18. 29d8ec7 exec: Make tb_invalidate_phys_addr input an AS by Edgar E. Iglesias · 11 years ago
  19. 47c16ed kvm: initialize qemu_host_page_size by Alexey Kardashevskiy · 11 years ago
  20. eb2535f cputlb: Tidy memset() of arrays by Richard Henderson · 11 years ago
  21. 03f4995 split definitions for exec.c and translate-all.c radix trees by Paolo Bonzini · 11 years ago
  22. dbdbe0c exec: Delete is_tcg_gen_code and GETRA_EXT by Richard Henderson · 11 years ago
  23. 227b817 translate-all: Fix formatting of dump output by Stefan Weil · 11 years ago
  24. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  25. d02532f linux-user: Unlock mmap_lock when resuming guest from page_unprotect by Alexander Graf · 12 years ago
  26. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  27. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  28. 5c8a00c exec: return MemoryRegion from address_space_translate by Paolo Bonzini · 12 years ago
  29. 4a136e0 tcg/aarch64: implement new TCG target for aarch64 by Claudio Fontana · 12 years ago
  30. 149f54b memory: add address_space_translate by Paolo Bonzini · 12 years ago
  31. fd469df Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging by Anthony Liguori · 12 years ago
  32. 4b81126 memory: Replace open-coded memory_region_is_romd by Jan Kiszka · 12 years ago
  33. 7bc9315 translate: remove redundantly included qemu/timer.h by liguang · 12 years ago
  34. c8ff5da PPC: Fix compile with profiling enabled by Alexander Graf · 12 years ago
  35. 0aa0989 translate-all: fix compiler warning and linked error by Alexey Kardashevskiy · 12 years ago
  36. 0bc3cd6 include: avoid useless includes of exec/ headers by Paolo Bonzini · 12 years ago
  37. 52ae646 tcg: Fix occasional TCG broken problem when ldst optimization enabled by Yeongkyoon Lee · 12 years ago
  38. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  39. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  40. 3a808cc translate-all.c: Remove cpu_unlink_tb() by Peter Maydell · 12 years ago
  41. 378df4b Handle CPU interrupts by inline checking of a flag by Peter Maydell · 12 years ago
  42. 907a5e3 cputlb: Pass CPUState to cpu_unlink_tb() by Andreas Färber · 12 years ago
  43. d77953b cpu: Move current_tb field to CPUState by Andreas Färber · 12 years ago
  44. 5e5f07e TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx by Evgeny Voevodin · 12 years ago
  45. 0b0d332 TCG: Final globals clean-up by Evgeny Voevodin · 12 years ago
  46. 0c884d1 translate-all.c: Use tb1->phys_hash_next directly in tb_remove by 陳韋任 (Wei-Ren Chen) · 12 years ago
  47. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  48. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  49. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  50. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  51. 5b6dd86 exec: move TB handling to translate-all.c by Blue Swirl · 12 years ago
  52. 94788f5 TCG: Remove unused global gen_opc_ arrays. by Evgeny Voevodin · 12 years ago
  53. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  54. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  55. 83eeb39 TCG: Remove unused global variables by Evgeny Voevodin · 12 years ago
  56. 6375e09 w64: Fix data type of tb_next and other variables used for host addresses by Stefan Weil · 13 years ago
  57. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  58. 614f104 Delegate setup of TCG temporaries to targets by Blue Swirl · 14 years ago
  59. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  60. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  61. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  62. 239fda3 tcg: get rid of copy_size in TCGOpDef by Aurelien Jarno · 15 years ago
  63. 1a7ff92 remove TARGET_* defines from translate-all.c by Paolo Bonzini · 15 years ago
  64. efc0a51 Shrink tb_jmp_offset to two entries, the other two are never used. by Filip Navara · 15 years ago
  65. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  66. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  67. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  68. 31b1a7b global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost) by aliguori · 16 years ago
  69. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  70. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  71. 54604f7 Some cleanups after dyngen removal by aurel32 · 16 years ago
  72. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
  73. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  74. b67d9a5 TCG profiler clean up by bellard · 17 years ago
  75. a57f631 removed unused code by bellard · 17 years ago
  76. d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
  77. a20e31d Use a common constant for temp_buf size by blueswir1 · 17 years ago
  78. a208e54 TCG op size estimation fix. by pbrook · 17 years ago
  79. e62b5b1 * Add a model of the ETRAX interrupt controller. by edgar_igl · 17 years ago
  80. 623e265 Simplify TCG relocation bugfix. by pbrook · 17 years ago
  81. 2ba1eeb Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME for by pbrook · 17 years ago
  82. 57fec1f use the TCG code generator by bellard · 17 years ago
  83. d07bde8 Fix code generation buffer overflow reported by TeLeMan by blueswir1 · 17 years ago
  84. 823029f SH4 delay slot code update, by Magnus Damm. by ths · 17 years ago
  85. 7863667 Always make PowerPC hypervisor mode memory accesses and instructions by j_mayer · 17 years ago
  86. 745cacc removed warning by bellard · 17 years ago
  87. ec6338b removed obsolete x86 code copy support by bellard · 17 years ago
  88. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  89. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  90. ead9360 Partial support for 34K multithreading, not functional yet. by ths · 17 years ago
  91. eddf68a Integrate Alpha target in Qemu core. by j_mayer · 18 years ago
  92. e6e5906 ColdFire target. by pbrook · 18 years ago
  93. 30d6cb8 correct MIPS state restoring (Daniel Jacobowitz) by bellard · 19 years ago
  94. 6af0bf9 MIPS target (Jocelyn Mayer) by bellard · 20 years ago
  95. c3278b7 sparc exception fix (we go up to the shell prompt) by bellard · 20 years ago
  96. 4f716dc avoid redefinition problems by bellard · 20 years ago
  97. c468787 labels support in dyngen by bellard · 20 years ago
  98. e95c8d5 full system SPARC emulation (Blue Swirl) by bellard · 20 years ago
  99. 4f2ac23 amd64 port (Jocelyn Mayer) by bellard · 21 years ago
  100. a541f29 PowerPC system emulation fixes (Jocelyn Mayer) by bellard · 21 years ago