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