1. c1b7015 target/arm: Move start-powered-off property to generic CPUState by Thiago Jung Bauermann · 4 years, 5 months ago
  2. 139c183 meson: rename included C source files to .c.inc by Paolo Bonzini · 5 years ago
  3. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  4. 421a75e cpus: Move CPU code from exec.c to cpus-common.c by Philippe Mathieu-Daudé · 4 years, 6 months ago
  5. d24f31d exec: Introduce ram_block_discard_(disable|require)() by David Hildenbrand · 4 years, 7 months ago
  6. 5f50975 docs/nvdimm: add description of alignment requirement of device dax by Jingqi Liu · 4 years, 9 months ago
  7. ce317be exec: fetch the alignment of Linux devdax pmem character device nodes by Jingqi Liu · 4 years, 9 months ago
  8. 816d9be cputlb: destroy CPUTLB with tlb_destroy by Emilio G. Cota · 4 years, 7 months ago
  9. 7d3660e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 4 years, 7 months ago
  10. 77f55ea exec: set map length to zero when returning NULL by Prasad J Pandit · 4 years, 8 months ago
  11. ddfc8b9 exec: Propagate cpu_memory_rw_debug() error by Philippe Mathieu-Daudé · 4 years, 8 months ago
  12. 38df19f exec: Let address_space_read/write_cached() propagate MemTxResult by Philippe Mathieu-Daudé · 4 years, 8 months ago
  13. 2e886a2 exec: flush the whole TLB if a watchpoint crosses a page boundary by Alex Bennée · 4 years, 7 months ago
  14. 49ee115 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-request' into staging by Peter Maydell · 4 years, 7 months ago
  15. 3e07593 exec: Assert CPU migration is not used on user-only build by Philippe Mathieu-Daudé · 4 years, 8 months ago
  16. ab7e41e exec: Rename qemu_ram_writeback() as qemu_ram_msync() by Philippe Mathieu-Daudé · 4 years, 8 months ago
  17. 9835936 exec: Fix cpu_watchpoint_address_matches address length by Richard Henderson · 4 years, 8 months ago
  18. ce4adc0 exec: Fix for qemu_ram_resize() callback by David Hildenbrand · 4 years, 9 months ago
  19. 25aa6b3 memory: Fix start offset for bitmap log_clear hook by Matt Borgerson · 5 years ago
  20. 5d4c954 Memory: Only call ramblock_ptr when needed in qemu_ram_writeback by Anthony PERARD · 5 years ago
  21. 9e26498 Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD by Paolo Bonzini · 4 years, 11 months ago
  22. ca6155c Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://github.com/patchew-project/qemu into HEAD by Paolo Bonzini · 4 years, 11 months ago
  23. a028ede exec: keep ram block across fork when using qtest by Alexander Bulekov · 5 years ago
  24. 28c80bf exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument by Philippe Mathieu-Daudé · 5 years ago
  25. 19f7034 Avoid address_space_rw() with a constant is_write argument by Peter Maydell · 5 years ago
  26. 1ccda93 Let address_space_rw() calls pass a boolean 'is_write' argument by Philippe Mathieu-Daudé · 5 years ago
  27. ae5883a exec: Let address_space_unmap() use a boolean 'is_write' argument by Philippe Mathieu-Daudé · 5 years ago
  28. d7ef71e exec: Let the cpu_[physical]_memory API use void pointer arguments by Philippe Mathieu-Daudé · 5 years ago
  29. daa3dda exec: Let the address_space API use void pointer arguments by Philippe Mathieu-Daudé · 5 years ago
  30. a152be4 exec: Let flatview API take void pointer arguments by Philippe Mathieu-Daudé · 5 years ago
  31. 2080467 exec: Rename ram_ptr variable by Philippe Mathieu-Daudé · 5 years ago
  32. 4ebc74d hostmem: fix strict bind policy by Igor Mammedov · 5 years ago
  33. c001c3b exec: drop bogus mem_path from qemu_ram_alloc_from_fd() by Igor Mammedov · 5 years ago
  34. ad1172d exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize() by Igor Mammedov · 5 years ago
  35. 5d6542b Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200212' into staging by Peter Maydell · 5 years ago
  36. fe3dada exec: do not define use_icount for user-mode emulation by Paolo Bonzini · 5 years ago
  37. b55f54b exec: flush CPU TB cache in breakpoint_invalidate by Max Filippov · 5 years ago
  38. 619bd31 misc: use QEMU_IS_ALIGNED by Marc-André Lureau · 5 years ago
  39. dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
  40. f59b31e Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-191219-1' into staging by Peter Maydell · 5 years ago
  41. 4800819 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  42. fc59d2d qemu_log_lock/unlock now preserves the qemu_logfile handle. by Robert Foley · 5 years ago
  43. 56e477a exec: Fix file_ram_alloc() error API violations by Markus Armbruster · 5 years ago
  44. 72821d9 migration: check length directly to make sure the range is aligned by Wei Yang · 6 years ago
  45. 61c490e Memory: Enable writeback for given memory region by Beata Michalska · 5 years ago
  46. 68d8ef4 Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4' into staging by Peter Maydell · 5 years ago
  47. 8c68ff2 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into staging by Peter Maydell · 5 years ago
  48. 30865f3 cpu: hook plugin vcpu events by Emilio G. Cota · 6 years ago
  49. 7886cef exec: Split out variable page size support to exec-vary.c by Richard Henderson · 5 years ago
  50. 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
  51. 694ea27 rcu: Use automatic rc_read unlock in core memory/exec code by Dr. David Alan Gilbert · 5 years ago
  52. 549d4005 memory: allow memory_region_register_iommu_notifier() to fail by Eric Auger · 5 years ago
  53. 86cf9e1 replay: don't synchronize memory operations in replay mode by Pavel Dovgalyuk · 5 years ago
  54. ae57db6 cputlb: Pass retaddr to tb_check_watchpoint by Richard Henderson · 5 years ago
  55. ce9f5e2 cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access by Richard Henderson · 5 years ago
  56. 707526a cputlb: Merge and move memory_notdirty_write_{prepare,complete} by Richard Henderson · 5 years ago
  57. 8f5db64 cputlb: Partially inline memory_region_section_get_iotlb by Richard Henderson · 5 years ago
  58. 0856555 cputlb: Move NOTDIRTY handling from I/O path to TLB path by Richard Henderson · 5 years ago
  59. 7b0d792 cputlb: Move ROM handling from I/O path to TLB path by Richard Henderson · 5 years ago
  60. 6e050d4 exec: Adjust notdirty tracing by Richard Henderson · 5 years ago
  61. 72d41eb memory: fetch pmem size in get_file_size() by Stefan Hajnoczi · 5 years ago
  62. 526ca23 exec.c: add a check between constants to see whether we could skip by Wei Yang · 6 years ago
  63. 26ca207 exec.c: correct the maximum skip value during compact by Wei Yang · 6 years ago
  64. b797ab1 exec.c: subpage->sub_section is already initialized to 0 by Wei Yang · 6 years ago
  65. c95cfd0 exec.c: get nodes_nb_alloc with one MAX calculation by Wei Yang · 6 years ago
  66. 56b1507 exec.c: replace hwaddr with uint64_t for better understanding by Wei Yang · 6 years ago
  67. 9de6578 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging by Peter Maydell · 5 years ago
  68. 50b107c cputlb: Handle watchpoints via TLB_WATCHPOINT by Richard Henderson · 5 years ago
  69. 56ad8b0 exec: Factor out cpu_watchpoint_address_matches by Richard Henderson · 5 years ago
  70. 0026348 exec: Factor out core logic of check_watchpoint() by David Hildenbrand · 5 years ago
  71. 74841f0 exec: Move user-only watchpoint stubs inline by Richard Henderson · 5 years ago
  72. 9bf825b memory: Single byte swap along the I/O path by Tony Nguyen · 5 years ago
  73. d5d680c memory: Access MemoryRegion with endianness by Tony Nguyen · 5 years ago
  74. 3d9e7c3 exec: Access MemoryRegion with MemOp by Tony Nguyen · 5 years ago
  75. 7e721e7 numa: move numa global variable numa_info into MachineState by Tao Xu · 5 years ago
  76. aa57020 numa: move numa global variable nb_numa_nodes into MachineState by Tao Xu · 5 years ago
  77. f3b8f18 Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' into staging by Peter Maydell · 5 years ago
  78. 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
  79. 9458a9a memory: fix race between TCG and accesses to dirty bitmap by Paolo Bonzini · 7 years ago
  80. b58c5c2 numa: Move remaining NUMA declarations from sysemu.h to numa.h by Markus Armbruster · 5 years ago
  81. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  82. 077874e memory: Introduce memory listener hook log_clear() by Peter Xu · 6 years ago
  83. 5dea407 memory: Pass mr into snapshot_and_clear_dirty by Peter Xu · 6 years ago
  84. 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
  85. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  86. 14a48c1 qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h by Markus Armbruster · 6 years ago
  87. 06e6433 Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 6 years ago
  88. 2ac0f16 util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap by Zhang Yi · 6 years ago
  89. 5b863f3 cpu: Fix crash with empty -cpu option by Eduardo Habkost · 6 years ago
  90. c1c8cfe cpu: Rename parse_cpu_model() to parse_cpu_option() by Eduardo Habkost · 6 years ago
  91. 905b7ee exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize() by David Hildenbrand · 6 years ago
  92. 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
  93. b6b71cb memory: Clean up how mtree_info() prints by Markus Armbruster · 6 years ago
  94. 7d5489e exec: Only count mapped memory backends for qemu_getrampagesize() by David Gibson · 6 years ago
  95. 494d199 exec.c: refactor function flatview_add_to_dispatch() by Wei Yang · 6 years ago
  96. fbd162e migration: Add an ability to ignore shared RAM blocks by Yury Kotov · 6 years ago
  97. 754cb9c exec: Change RAMBlockIterFunc definition by Yury Kotov · 6 years ago
  98. 0c249ff unify len and addr type for memory/address APIs by Li Zhijian · 6 years ago
  99. 53adb9d mmap-alloc: fix hugetlbfs misaligned length in ppc64 by Murilo Opsfelder Araujo · 6 years ago
  100. 5601be3 exec.c: Don't reallocate IOMMUNotifiers that are in use by Peter Maydell · 6 years ago