1. 1bb982b gdbstub: send a termination packet instead of crashing gdb by KONRAD Frederic · 7 years ago
  2. ed627b2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  3. 2ce1664 postcopy: use UFFDIO_ZEROPAGE only when available by Dr. David Alan Gilbert · 7 years ago
  4. f90bb71 qemu_ram_block_host_offset by Dr. David Alan Gilbert · 7 years ago
  5. ebf9a36 linux-user: fix mmap/munmap/mprotect/mremap/shmat by Max Filippov · 7 years ago
  6. b2a44fc address_space_read: address_space_to_flatview needs RCU lock by Paolo Bonzini · 7 years ago
  7. 785a507 memory: inline some performance-sensitive accessors by Paolo Bonzini · 7 years ago
  8. 3573749 include/exec/helper-head.h: support f16 in helper calls by Alex Bennée · 7 years ago
  9. 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
  10. 0fe1eca memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot by Paolo Bonzini · 7 years ago
  11. 77302fb memory: remove memory_region_test_and_clear_dirty by Paolo Bonzini · 7 years ago
  12. 8f0a371 Clean up includes by Markus Armbruster · 7 years ago
  13. 7b213bb Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  14. f1334de memory/iommu: Add get_attr() by Alexey Kardashevskiy · 7 years ago
  15. 9d70618 memory-internal.h: Remove obsolete claim that header is obsolete by Peter Maydell · 7 years ago
  16. 57914ec memory: update comments and fix some typos by Jay Zhou · 7 years ago
  17. 98670d4 accel/tcg: add size paremeter in tlb_fill() by Laurent Vivier · 7 years ago
  18. 9837684 hostmem-file: add "align" option by Haozhong Zhang · 7 years ago
  19. aa777e2 cpu_physical_memory_sync_dirty_bitmap: Another alignment fix by Dr. David Alan Gilbert · 7 years ago
  20. 1df3caa tcg: Allow 6 arguments to TCG helpers by Richard Henderson · 7 years ago
  21. 15fa08f tcg: Dynamically allocate TCGOps by Richard Henderson · 7 years ago
  22. 80ceb07 cpu: refactor cpu_address_space_init() by Peter Xu · 7 years ago
  23. e2fbe20 memory: remove unused memory_region_set_global_locking() by Marc-André Lureau · 7 years ago
  24. 2726627 exec.c: Factor out before/after actions for notdirty memory writes by Peter Maydell · 7 years ago
  25. ec603b5 tcg: Record code_gen_buffer address for user-only memory helpers by Richard Henderson · 7 years ago
  26. d25f2a7 accel/tcg/translate-all: expand cpu_restore_state addr check by Alex Bennée · 7 years ago
  27. 6e6430a Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging by Peter Maydell · 7 years ago
  28. ae49fbb Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into staging by Peter Maydell · 7 years ago
  29. 1d48474 disas: Remove unused flags arguments by Richard Henderson · 7 years ago
  30. 1c2adb9 tcg: Initialize cpu_env generically by Richard Henderson · 7 years ago
  31. 2668978 gen-icount: fold exitreq_label into TCGContext by Emilio G. Cota · 8 years ago
  32. b1311c4 tcg: define tcg_init_ctx and make tcg_ctx a pointer by Emilio G. Cota · 8 years ago
  33. 44ded3d tcg: take tb_ctx out of TCGContext by Emilio G. Cota · 8 years ago
  34. be1e011 exec-all: rename tb_free to tb_remove by Emilio G. Cota · 8 years ago
  35. 2ac01d6 translate-all: use a binary search tree to track TBs in TBContext by Emilio G. Cota · 8 years ago
  36. 416986d tcg: Remove CF_IGNORE_ICOUNT by Richard Henderson · 7 years ago
  37. 0cf8a44 tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK by Richard Henderson · 7 years ago
  38. c5a49c6 tcg: convert tb->cflags reads to tb_cflags(tb) by Emilio G. Cota · 8 years ago
  39. cdfef17 tcg: Include CF_COUNT_MASK in CF_HASH_MASK by Richard Henderson · 7 years ago
  40. 4e2ca83 tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK by Emilio G. Cota · 8 years ago
  41. dc41aa7 tcg: Remove GET_TCGV_* and MAKE_TCGV_* by Richard Henderson · 7 years ago
  42. ae8b75d tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} by Richard Henderson · 7 years ago
  43. 960c50e tcg: Push tcg_ctx into tcg_gen_callN by Richard Henderson · 7 years ago
  44. f949461 migration: add bitmap for received page by Alexey Perevalov · 7 years ago
  45. f52bfb1 accel/tcg: allow to invalidate a write TLB entry immediately by David Hildenbrand · 7 years ago
  46. 3637cf5 util: move qemu_real_host_page_size/mask to osdep.h by Emilio G. Cota · 8 years ago
  47. e7e168f exec-all: extract tb->tc_* into a separate struct tc_tb by Emilio G. Cota · 8 years ago
  48. 67a5b5d exec-all: introduce TB_PAGE_ADDR_FMT by Emilio G. Cota · 8 years ago
  49. 84f1c14 exec-all: bring tb->invalid into tb->cflags by Emilio G. Cota · 8 years ago
  50. f6bb84d tcg: consolidate TB lookups in tb_lookup__cpu_state by Emilio G. Cota · 8 years ago
  51. eb5e2b9 exec-all: fix typos in TranslationBlock's documentation by Emilio G. Cota · 8 years ago
  52. 83974cf cputlb: bring back tlb_flush_count under !TLB_DEBUG by Emilio G. Cota · 8 years ago
  53. 02d9651 memory: trace FlatView creation and destruction by Paolo Bonzini · 7 years ago
  54. b516572 memory: Get rid of address_space_init_shareable by Alexey Kardashevskiy · 7 years ago
  55. 5e8fd94 memory: Rework "info mtree" to print flat views and dispatch trees by Alexey Kardashevskiy · 7 years ago
  56. 8629d3f memory: Rename mem_begin/mem_commit/mem_add helpers by Alexey Kardashevskiy · 7 years ago
  57. 1662068 memory: Switch memory from using AddressSpace to FlatView by Alexey Kardashevskiy · 7 years ago
  58. 66a6df1 memory: Move AddressSpaceDispatch from AddressSpace to FlatView by Alexey Kardashevskiy · 7 years ago
  59. 9a62e24 memory: Open code FlatView rendering by Alexey Kardashevskiy · 7 years ago
  60. a858339 tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h by Richard Henderson · 8 years ago
  61. bb2e003 tcg: Add generic translation framework by Lluís Vilanova · 8 years ago
  62. 77fc6f5 target: [tcg] Use a generic enum for DISAS_ values by Lluís Vilanova · 8 years ago
  63. 5dc6689 tcg: Add generic DISAS_NORETURN by Richard Henderson · 8 years ago
  64. 3114d09 memory.h: Move MemTxResult type to memattrs.h by Peter Maydell · 8 years ago
  65. f70d345 cpu_physical_memory_sync_dirty_bitmap: Fix alignment check by Dr. David Alan Gilbert · 8 years ago
  66. 9c489ea tcg: Pass generic CPUState to gen_intermediate_code() by Lluís Vilanova · 8 years ago
  67. 44368ac tcg: Expand glue macros before stringifying helper names by Richard Henderson · 8 years ago
  68. 6c45915 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717' into staging by Peter Maydell · 8 years ago
  69. 5a477a7 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 8 years ago
  70. df0311e include/exec/exec-all: document common exit conditions by Alex Bennée · 8 years ago
  71. 61a67f7 exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state by Lluís Vilanova · 8 years ago
  72. b08199c memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration by Peter Maydell · 8 years ago
  73. b59821a memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate() by Peter Maydell · 8 years ago
  74. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  75. a5c0234 memory: Document that the RAM MR initializers do not handle migration by Peter Maydell · 8 years ago
  76. 1221a47 memory/iommu: introduce IOMMUMemoryRegionClass by Alexey Kardashevskiy · 8 years ago
  77. 3df9d74 memory/iommu: QOM'fy IOMMU MemoryRegion by Alexey Kardashevskiy · 8 years ago
  78. d2a6c85 gdbstub: rename cpu_index -> cpu_gdb_index by Alex Bennée · 8 years ago
  79. 406bc33 Revert "exec.c: Fix breakpoint invalidation race" by Pranith Kumar · 8 years ago
  80. b11ec7f tcg: add CONFIG_TCG guards in headers by Yang Zhong · 8 years ago
  81. beeaef5 tcg: move tb_lock out of translate-all.h by Paolo Bonzini · 8 years ago
  82. 4750738 include/exec/poison: Mark CONFIG_SOFTMMU as poisoned by Thomas Huth · 8 years ago
  83. 2cd5394 cpu: Introduce a wrapper for tlb_flush() that can be used in common code by Thomas Huth · 8 years ago
  84. cbca372 include/exec/poison: Mark CONFIG_KVM as poisoned, too by Thomas Huth · 8 years ago
  85. 50b8a2d include/exec/poison: Add some more missing TARGET and CONFIG defines by Thomas Huth · 8 years ago
  86. 53f6672 gen-icount: use tcg_ctx.tcg_env instead of cpu_env by Emilio G. Cota · 8 years ago
  87. ae06cb4 gen-icount: add missing inline to gen_tb_end by Emilio G. Cota · 8 years ago
  88. 084140b exec: fix access to ram_list.dirty_memory when sync dirty bitmap by Haozhong Zhang · 8 years ago
  89. c935674 exec: allow to get a pointer for some mmio memory region by KONRAD Frederic · 8 years ago
  90. db7a99c Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into staging by Peter Maydell · 8 years ago
  91. 3fb53fb tcg/arm: Use indirect branch for goto_tb by Richard Henderson · 8 years ago
  92. 6e3b2bf tcg: allocate TB structs before the corresponding translated code by Emilio G. Cota · 8 years ago
  93. 067b913 include/exec/poison: Mark some CONFIG defines as poisoned, too by Thomas Huth · 8 years ago
  94. e947738 include/exec/poison: Add missing TARGET defines by Thomas Huth · 8 years ago
  95. 6b9911d memory: remove memory_region_set_fd by Marc-André Lureau · 8 years ago
  96. fea617c Add memory_region_init_ram_from_fd() by Marc-André Lureau · 8 years ago
  97. 38b3362 exec: split qemu_ram_alloc_from_file() by Marc-André Lureau · 8 years ago
  98. 6f16531 tb-hash: improve tb_jmp_cache hash function in user mode by Emilio G. Cota · 8 years ago
  99. cedbcb0 tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr by Emilio G. Cota · 8 years ago
  100. e8758b6 trivial: Remove unneeded ifndef in memory.h by Juan Quintela · 8 years ago