1. 9ba1733 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  2. f5583c5 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510' into staging by Peter Maydell · 7 years ago
  3. 58edf9e tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic add by Richard Henderson · 7 years ago
  4. 5507c2b tcg: Introduce atomic helpers for integer min/max by Richard Henderson · 7 years ago
  5. b542683 translator: merge max_insns into DisasContextBase by Emilio G. Cota · 7 years ago
  6. 20efc49 accel: use g_strsplit for parsing accelerator names by Daniel P. Berrangé · 7 years ago
  7. 7a64c17 AccelClass: Introduce accel_setup_post by Ian Jackson · 7 years ago
  8. afd46fc icount: fix cpu_restore_state_from_tb for non-tb-exit cases by Pavel Dovgalyuk · 7 years ago
  9. 6cb1d3b tcg: Fix out-of-line generic vector compares by Richard Henderson · 7 years ago
  10. 87f963b tcg: Really fix cpu_io_recompile by Richard Henderson · 7 years ago
  11. 3788c7b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  12. 54e8953 kvm: introduce memory encryption APIs by Brijesh Singh · 7 years ago
  13. b20e378 kvm: add memory encryption context by Brijesh Singh · 7 years ago
  14. 0790f86 tcg: fix cpu_io_recompile by Pavel Dovgalyuk · 7 years ago
  15. 5f3bdfd cpu-exec: fix exception_index handling by Pavel Dovgalyuk · 7 years ago
  16. 7e0019a Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' into staging by Peter Maydell · 7 years ago
  17. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  18. 22fc352 tcg: Add generic vector helpers with a scalar operand by Richard Henderson · 7 years ago
  19. f49b12c tcg: Add generic helpers for saturating arithmetic by Richard Henderson · 7 years ago
  20. 3774030 tcg: Add generic vector ops for multiplication by Richard Henderson · 7 years ago
  21. 212be17 tcg: Add generic vector ops for comparisons by Richard Henderson · 7 years ago
  22. d0ec979 tcg: Add generic vector ops for constant shifts by Richard Henderson · 7 years ago
  23. db43267 tcg: Add generic vector expanders by Richard Henderson · 7 years ago
  24. 29b22c7 Add the WHPX vcpu API by Justin Terry (VM) · 7 years ago
  25. b1cef6d Drop remaining bits of ia64 host support by Peter Maydell · 7 years ago
  26. fe29141 kvm: Add kvm_set_user_memory tracepoint by Alexey Kardashevskiy · 7 years ago
  27. 98670d4 accel/tcg: add size paremeter in tlb_fill() by Laurent Vivier · 7 years ago
  28. 0f79bfe Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging by Peter Maydell · 7 years ago
  29. 1ef8185 Revert "virtio: postpone the execution of event_notifier_cleanup function" by Michael S. Tsirkin · 7 years ago
  30. 9c4bbee page_unprotect(): handle calls to pages that are PAGE_WRITE by Peter Maydell · 7 years ago
  31. a78b129 linux-user: Propagate siginfo_t through to handle_cpu_signal() by Peter Maydell · 7 years ago
  32. 4fe6d78 virtio: postpone the execution of event_notifier_cleanup function by Gal Hammer · 7 years ago
  33. 4124ea4 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171229' into staging by Peter Maydell · 7 years ago
  34. 4fad446 tcg: add cs_base and flags to -d exec output by Paolo Bonzini · 7 years ago
  35. c97d6d2 i386: hvf: add code base from Google's QEMU repository by Sergio Andres Gomez Del Real · 7 years ago
  36. d84be02 cpu-exec: fix missed CPU kick during interrupt injection by David Hildenbrand · 7 years ago
  37. ff67604 misc: remove duplicated includes by Philippe Mathieu-Daudé · 7 years ago
  38. 4d60b25 accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.h by Peter Maydell · 7 years ago
  39. 55bbc86 translate-all: fix 'consisits' typo in comment by Emilio G. Cota · 7 years ago
  40. 8f2c4cb tcg: Fix compilation without TCG by Juan Quintela · 7 years ago
  41. 34d4993 accel/tcg: Handle atomic accesses to notdirty memory correctly by Peter Maydell · 7 years ago
  42. b11ce33 Revert "cpu-exec: don't overwrite exception_index" by Peter Maydell · 7 years ago
  43. 62955e1 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  44. ec603b5 tcg: Record code_gen_buffer address for user-only memory helpers by Richard Henderson · 7 years ago
  45. 17b50b0 cpu-exec: avoid cpu_exec_nocache infinite loop with record/replay by Pavel Dovgalyuk · 7 years ago
  46. e01ceca cpu-exec: don't overwrite exception_index by Pavel Dovgalyuk · 7 years ago
  47. d25f2a7 accel/tcg/translate-all: expand cpu_restore_state addr check by Alex Bennée · 7 years ago
  48. 426eeec cpu-exec: Exit exclusive region on longjmp from step_atomic by Peter Maydell · 7 years ago
  49. cc68948 translate-all: exit from tb_phys_invalidate if qht_remove fails by Emilio G. Cota · 7 years ago
  50. 3468b59 tcg: enable multiple TCG contexts in softmmu by Emilio G. Cota · 8 years ago
  51. e8feb96 tcg: introduce regions to split code_gen_buffer by Emilio G. Cota · 8 years ago
  52. f51f315 translate-all: use qemu_protect_rwx/none helpers by Emilio G. Cota · 8 years ago
  53. c3fac11 tcg: distribute profiling counters across TCGContext's by Emilio G. Cota · 8 years ago
  54. b1311c4 tcg: define tcg_init_ctx and make tcg_ctx a pointer by Emilio G. Cota · 8 years ago
  55. 44ded3d tcg: take tb_ctx out of TCGContext by Emilio G. Cota · 8 years ago
  56. f19c6cc translate-all: report correct avg host TB size by Emilio G. Cota · 8 years ago
  57. be1e011 exec-all: rename tb_free to tb_remove by Emilio G. Cota · 8 years ago
  58. 2ac01d6 translate-all: use a binary search tree to track TBs in TBContext by Emilio G. Cota · 8 years ago
  59. 416986d tcg: Remove CF_IGNORE_ICOUNT by Richard Henderson · 7 years ago
  60. ac03ee5 cpu-exec: lookup/generate TB outside exclusive region during step_atomic by Emilio G. Cota · 8 years ago
  61. e82d5a2 tcg: check CF_PARALLEL instead of parallel_cpus by Emilio G. Cota · 8 years ago
  62. c5a49c6 tcg: convert tb->cflags reads to tb_cflags(tb) by Emilio G. Cota · 8 years ago
  63. 9b990ee tcg: Add CPUState cflags_next_tb by Richard Henderson · 7 years ago
  64. 4e2ca83 tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK by Emilio G. Cota · 8 years ago
  65. f52bfb1 accel/tcg: allow to invalidate a write TLB entry immediately by David Hildenbrand · 7 years ago
  66. a8b392a Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  67. a6ffc42 kvm: simplify kvm_align_section() by David Hildenbrand · 7 years ago
  68. 90ed4bc kvm: region_add and region_del is not called on updates by David Hildenbrand · 7 years ago
  69. 1c4fdab kvm: fix error message when failing to unregister slot by David Hildenbrand · 7 years ago
  70. e377e87 kvm: tolerate non-existing slot for log_start/log_stop/log_sync by David Hildenbrand · 7 years ago
  71. bbfd301 kvm: fix alignment of ram address by David Hildenbrand · 7 years ago
  72. de258eb tcg: Fix off-by-one in assert in page_set_flags by Richard Henderson · 7 years ago
  73. e7e168f exec-all: extract tb->tc_* into a separate struct tc_tb by Emilio G. Cota · 8 years ago
  74. 6eb062a translate-all: define and use DEBUG_TB_CHECK_GATE by Emilio G. Cota · 8 years ago
  75. dae9e03 translate-all: define and use DEBUG_TB_INVALIDATE_GATE by Emilio G. Cota · 8 years ago
  76. 67a5b5d exec-all: introduce TB_PAGE_ADDR_FMT by Emilio G. Cota · 8 years ago
  77. 424079c translate-all: define and use DEBUG_TB_FLUSH_GATE by Emilio G. Cota · 8 years ago
  78. 84f1c14 exec-all: bring tb->invalid into tb->cflags by Emilio G. Cota · 8 years ago
  79. f6bb84d tcg: consolidate TB lookups in tb_lookup__cpu_state by Emilio G. Cota · 8 years ago
  80. 7f11636 tcg: remove addr argument from lookup_tb_ptr by Emilio G. Cota · 8 years ago
  81. 841710c cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find by Emilio G. Cota · 8 years ago
  82. 13e1094 translate-all: make have_tb_lock static by Emilio G. Cota · 8 years ago
  83. 0aecede tcg: fix corruption of code_time profiling counter upon tb_flush by Emilio G. Cota · 8 years ago
  84. 83974cf cputlb: bring back tlb_flush_count under !TLB_DEBUG by Emilio G. Cota · 8 years ago
  85. 11748ba kvm: check KVM_CAP_NR_VCPUS with kvm_vm_check_extension() by Greg Kurz · 7 years ago
  86. 62dd4ed kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension() by Greg Kurz · 7 years ago
  87. 8b81253 accel/tcg/cputlb: avoid recursive BQL (fixes #1706296) by Alex Bennée · 7 years ago
  88. 3110cdb kvm: drop wrong assertion creating problems with pflash by David Hildenbrand · 7 years ago
  89. 4c44a00 accel/hax: move hax-stub.c to accel/stubs/ by Philippe Mathieu-Daudé · 7 years ago
  90. 8297be8 Convert multi-line fprintf() to warn_report() by Alistair Francis · 7 years ago
  91. 67548f0 kvm: kvm_log_sync() is only called with known memory sections by David Hildenbrand · 7 years ago
  92. 343562e kvm: kvm_log_start/stop are only called with known sections by David Hildenbrand · 7 years ago
  93. f357f56 kvm: we never have overlapping slots in kvm_set_phys_mem() by David Hildenbrand · 7 years ago
  94. 2747e71 kvm: use start + size for memory ranges by David Hildenbrand · 7 years ago
  95. 5ea69c2 kvm: factor out alignment of memory section by David Hildenbrand · 7 years ago
  96. 89de4b9 kvm: require JOIN_MEMORY_REGIONS_WORKS by David Hildenbrand · 7 years ago
  97. a411d29 accel/tcg: move USER code to user-exec.c by Philippe Mathieu-Daudé · 7 years ago
  98. 10f7d4d accel/tcg: move atomic_template.h to accel/tcg/ by Philippe Mathieu-Daudé · 7 years ago
  99. 61a3f8f accel/tcg: move tcg-runtime to accel/tcg/ by Philippe Mathieu-Daudé · 7 years ago
  100. 5841066 accel/tcg: move user-exec to accel/tcg/ by Philippe Mathieu-Daudé · 7 years ago