1. a621f38 Direct dispatch through MemoryRegion by Avi Kivity · 13 years ago
  2. d39e822 Uninline get_page_addr_code() by Avi Kivity · 13 years ago
  3. 1d393fa Avoid range comparisons on io index types by Avi Kivity · 13 years ago
  4. acbbec5 memory: move mmio access to functions by Avi Kivity · 13 years ago
  5. 7316329 tcg: Add bytecode generator for tcg interpreter by Stefan Weil · 13 years ago
  6. c2f36c6 exec-all: Fix void pointer arithmetic by Stefan Weil · 13 years ago
  7. 946fb27 qemu-timer: move icount to cpus.c by Paolo Bonzini · 14 years ago
  8. 3917149 Move GETPC from dyngen-exec.h to exec-all.h by Blue Swirl · 13 years ago
  9. bccd9ec softmmu_header: pass CPUState to tlb_fill by Blue Swirl · 14 years ago
  10. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  11. 5b620fb exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's uses by Peter Maydell · 14 years ago
  12. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  13. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  14. 5b45040 target-alpha: Trap for unassigned and unaligned addresses. by Richard Henderson · 14 years ago
  15. 05c8a1e Merge branch 's390-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 14 years ago
  16. dcfd14b Delete unused tb_invalidate_page_range by Blue Swirl · 14 years ago
  17. 7a86d29 tcg: extend max tcg opcodes when using 64-on-32bit by Alexander Graf · 14 years ago
  18. 618ba8e Remove unused function parameter from cpu_restore_state by Stefan Weil · 14 years ago
  19. e87b7cb Remove unused function parameters from gen_pc_load and rename the function by Stefan Weil · 14 years ago
  20. d1a1eb7 Make tb_alloc static by Tristan Gingold · 14 years ago
  21. 64b85a8 Delete useless 'extern' qualifiers for functions by Blue Swirl · 14 years ago
  22. f96a383 TCG: Improve tb_phys_hash_func() by Aurelien Jarno · 14 years ago
  23. 4a1e19a tcg-arm: fix __clear_cache() warning by Aurelien Jarno · 14 years ago
  24. e890261 Export qemu_ram_addr_from_host by Marcelo Tosatti · 14 years ago
  25. 0490603 remove dead code by Jun Koi · 15 years ago
  26. 24ab68a Declare code_gen_ptr, code_gen_max_blocks 'static' by Stefan Weil · 15 years ago
  27. 239fda3 tcg: get rid of copy_size in TCGOpDef by Aurelien Jarno · 15 years ago
  28. 1a28cac make SIG_IPI to tcg vcpu thread reliable by Marcelo Tosatti · 15 years ago
  29. 4d0e4ac Clean up definition of MAX_OPC_PARAM by Stuart Brady · 15 years ago
  30. 1a7ff92 remove TARGET_* defines from translate-all.c by Paolo Bonzini · 15 years ago
  31. efc0a51 Shrink tb_jmp_offset to two entries, the other two are never used. by Filip Navara · 15 years ago
  32. 29e922b Compile qemu-timer only once by Blue Swirl · 15 years ago
  33. d4c430a Large page TLB flush by Paul Brook · 15 years ago
  34. b480d9b Fix usermode virtual address type by Paul Brook · 15 years ago
  35. b3755a9 Disable phsyical memory handling in userspace emulation. by Paul Brook · 15 years ago
  36. 41c1b1c Add tb_page_addr_t by Paul Brook · 15 years ago
  37. c527ee8 Avoid tlb_set_page in userspace emulation by Paul Brook · 15 years ago
  38. 0cbfcd2 tcg: increase TCG_MAX_OP_SIZE to 192 by Aurelien Jarno · 15 years ago
  39. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  40. 99a0949 Get rid of _t suffix by malc · 15 years ago
  41. 87b78ad ARM host: fix generated blocks linking by Laurent Desnogues · 15 years ago
  42. 6db7350 exec-all.h: increase OPC_BUF_SIZE by Aurelien Jarno · 15 years ago
  43. b689c62 exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 by Aurelien Jarno · 15 years ago
  44. 4a1418e Unbreak large mem support by removing kqemu by Anthony Liguori · 16 years ago
  45. a8cd70f Enable USE_DIRECT_JUMP on Win32. by Filip Navara · 16 years ago
  46. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  47. 640f42e kqemu: merge CONFIG_KQEMU and USE_KQEMU by blueswir1 · 16 years ago
  48. 94a6b54 Implement dynamic guest ram allocation. by pbrook · 16 years ago
  49. 5579c7f Remove code phys_ram_base uses. by pbrook · 16 years ago
  50. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  51. 4f39636 Remove GenOpFunc typedefs by blueswir1 · 16 years ago
  52. a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
  53. 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
  54. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  55. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  56. 49516bc Some cleanups after dyngen removal by aurel32 · 16 years ago
  57. 3233f0d Use libgcc __clear_cache to clean icache, when available. by balrog · 16 years ago
  58. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  59. dde2367 Add debug exception hook (Jan Kiszka) by aliguori · 16 years ago
  60. de9a95f Revert commits 5685 to 5688 committed by mistake by aurel32 · 16 years ago
  61. dc18031 Disable debug code for production. by aurel32 · 16 years ago
  62. 875cdcf protect exec-all.h frm multiple inclusion (Glauber Costa) by aliguori · 16 years ago
  63. e18231a Show size for unassigned accesses (Robert Reif) by blueswir1 · 16 years ago
  64. ac509d8 Move offsetof to osdep.h, remove local defintions. by balrog · 16 years ago
  65. 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 17 years ago
  66. 5278154 On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64 by malc · 17 years ago
  67. 810260a Preliminary PPC64/Linux host support by malc · 17 years ago
  68. 2cfc5f1 Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues. by ths · 17 years ago
  69. 551bd27 Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka. by ths · 17 years ago
  70. bf20dc0 Spelling fixes, spotted by Stuart Brady. by ths · 17 years ago
  71. 2e70f6e Add instruction counter. by pbrook · 17 years ago
  72. d597536 Multithreaded locking fixes. by pbrook · 17 years ago
  73. 0a878c4 PPC TCG Fixes by malc · 17 years ago
  74. 1235fc0 Spelling fixes, by Stefan Weil. by ths · 17 years ago
  75. 932a690 support of long calls for PPC (malc) by bellard · 17 years ago
  76. da26024 kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host by bellard · 17 years ago
  77. 26a5f13 variable dynamic translation buffer size by bellard · 17 years ago
  78. 7a5ca86 qemu-nbd tool (Anthony Liguori) by bellard · 17 years ago
  79. 811d4cf ARM host support for TCG targets. by balrog · 17 years ago
  80. a57f631 removed unused code by bellard · 17 years ago
  81. 4d7a088 Fix compiler warnings in common files by blueswir1 · 17 years ago
  82. e83a867 Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka). by edgar_igl · 17 years ago
  83. b5e19d4 Make the paged properties of the tb-jmp-cache hash function work for TARGET_PAGE_BITS != 12. by edgar_igl · 17 years ago
  84. cb7cca1 Revert commit r4342 and r4343, wasn't intended to be committed by aurel32 · 17 years ago
  85. a366649 Disable debug code for production. by aurel32 · 17 years ago
  86. d2856f1 Factorize code in translate.c by aurel32 · 17 years ago
  87. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  88. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  89. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  90. a208e54 TCG op size estimation fix. by pbrook · 17 years ago
  91. 15a5115 Use spinlock_t for interrupt_lock, lock support for HPPA (Stuart Brady) by aurel32 · 17 years ago
  92. 0115be3 Fix opparam_buf size estimate. by pbrook · 17 years ago
  93. 57fec1f use the TCG code generator by bellard · 17 years ago
  94. d07bde8 Fix code generation buffer overflow reported by TeLeMan by blueswir1 · 17 years ago
  95. df2542c Avoid duplicated definitions: move common definitions from exec-all.h by j_mayer · 17 years ago
  96. 76d83bd Fixes for s/390 host support, by Bastian Blank. by ths · 17 years ago
  97. 7a51ad8 For consistency, move muls64 / mulu64 prototypes to host-utils.h by j_mayer · 17 years ago
  98. 647de6c Handle IBE on MIPS properly. by ths · 17 years ago
  99. 6ebbf39 Replace is_user variable with mmu_idx in softmmu core, by j_mayer · 17 years ago
  100. f1ccf90 CRIS support in toplevel, by Edgar E. Iglesias. by ths · 17 years ago