1. 6d998f3 exec/cpu-common: add qemu_ram_get_fd() by Stefan Hajnoczi · 2 years, 5 months ago
  2. a976a99 include/hw/core: Create struct CPUJumpCache by Richard Henderson · 2 years, 7 months ago
  3. 97e0346 accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c by Richard Henderson · 2 years, 7 months ago
  4. ab1a161 cpus: Introduce cpu_list_generation_id by Hyman Huang(黄勇) · 2 years, 9 months ago
  5. 1f269c1 include: move cpu_exec* declarations to cpu-common.h by Marc-André Lureau · 3 years ago
  6. 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
  7. e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
  8. 377bf6f softmmu: List CPU types again by Philippe Mathieu-Daudé · 3 years ago
  9. 1f649fe exec/cpu: Make address_space_init/reloading_memory_map target agnostic by Philippe Mathieu-Daudé · 3 years, 10 months ago
  10. 73842ef exec: Make cpu_memory_rw_debug() target agnostic by Philippe Mathieu-Daudé · 3 years, 1 month ago
  11. 06445fb exec: Declare vaddr as a generic target-agnostic type by Philippe Mathieu-Daudé · 3 years, 1 month ago
  12. b269a70 exec/cpu: Make host pages variables / macros 'target agnostic' by Philippe Mathieu-Daudé · 3 years, 2 months ago
  13. 8dbe22c memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() by David Hildenbrand · 3 years, 10 months ago
  14. 082851a util: vfio-helpers: Factor out and fix processing of existing ram blocks by David Hildenbrand · 3 years, 10 months ago
  15. c5e3c91 vl: extract softmmu/globals.c by Paolo Bonzini · 4 years, 4 months ago
  16. b326b6e make ram_size local to vl.c by Paolo Bonzini · 4 years, 4 months ago
  17. d9f24bf exec: split out non-softmmu-specific parts by Paolo Bonzini · 4 years, 5 months ago
  18. efb22b2 exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h' by Philippe Mathieu-Daudé · 4 years, 9 months ago
  19. 85eb7c1 Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument by Philippe Mathieu-Daudé · 5 years ago
  20. 28c80bf exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument by Philippe Mathieu-Daudé · 5 years ago
  21. d7ef71e exec: Let the cpu_[physical]_memory API use void pointer arguments by Philippe Mathieu-Daudé · 5 years ago
  22. 0856555 cputlb: Move NOTDIRTY handling from I/O path to TLB path by Richard Henderson · 5 years ago
  23. 7b0d792 cputlb: Move ROM handling from I/O path to TLB path by Richard Henderson · 5 years ago
  24. 8603172 Header cleanups by Aruna Jayasena · 6 years ago
  25. 0442428 target: Simplify how the TARGET_cpu_list() print by Markus Armbruster · 6 years ago
  26. fbd162e migration: Add an ability to ignore shared RAM blocks by Yury Kotov · 6 years ago
  27. 754cb9c exec: Change RAMBlockIterFunc definition by Yury Kotov · 6 years ago
  28. 0c249ff unify len and addr type for memory/address APIs by Li Zhijian · 6 years ago
  29. 3c8133f Rename cpu_physical_memory_write_rom() to address_space_write_rom() by Peter Maydell · 6 years ago
  30. 0ac2031 tcg: remove tb_lock by Emilio G. Cota · 8 years ago
  31. b895de5 migration: discard non-migratable RAMBlocks by Cédric Le Goater · 7 years ago
  32. 2ce1664 postcopy: use UFFDIO_ZEROPAGE only when available by Dr. David Alan Gilbert · 7 years ago
  33. f90bb71 qemu_ram_block_host_offset by Dr. David Alan Gilbert · 7 years ago
  34. 2cd5394 cpu: Introduce a wrapper for tlb_flush() that can be used in common code by Thomas Huth · 8 years ago
  35. 463a4ac RAMBlocks: qemu_ram_is_shared by Dr. David Alan Gilbert · 8 years ago
  36. c99a29e memory: Introduce DEVICE_HOST_ENDIAN for ram device by Yongji Xie · 8 years ago
  37. 67f11b5 postcopy: Record largest page size by Dr. David Alan Gilbert · 8 years ago
  38. d3a5038 exec: ram_block_discard_range by Dr. David Alan Gilbert · 8 years ago
  39. 0ce265f exec: introduce memory_ldst.inc.c by Paolo Bonzini · 8 years ago
  40. 863e962 RAMBlocks: Store page size by Dr. David Alan Gilbert · 8 years ago
  41. 267f685 cpus-common: move CPU list management to common code by Paolo Bonzini · 9 years ago
  42. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  43. b35399b Fix confusing argument names in some common functions by Sergey Sorokin · 9 years ago
  44. 07bdaa4 memory: split memory_region_from_host from qemu_ram_addr_from_host by Paolo Bonzini · 9 years ago
  45. f615f39 exec: remove ram_addr argument from qemu_ram_block_from_host by Paolo Bonzini · 9 years ago
  46. fa53a0e memory: drop find_ram_block() by Gonglei · 9 years ago
  47. a7d6039 cpu: move endian-dependent load/store functions to cpu-all.h by Paolo Bonzini · 11 years ago
  48. bdd9022 include: poison symbols in osdep.h by Paolo Bonzini · 9 years ago
  49. 14b6d44 Use scripts/clean-includes to drop redundant qemu/typedefs.h by Markus Armbruster · 9 years ago
  50. 39de998 move get_current_ram_size to virtio-balloon.c by Vladimir Sementsov-Ogievskiy · 9 years ago
  51. e3dd749 qemu_ram_block_by_name by Dr. David Alan Gilbert · 9 years ago
  52. 422148d qemu_ram_block_from_host by Dr. David Alan Gilbert · 9 years ago
  53. fba0a59 Stop including qemu-common.h in memory.h by Peter Maydell · 10 years ago
  54. e380705 qemu_ram_foreach_block: pass up error value, and down the ramblock name by Dr. David Alan Gilbert · 10 years ago
  55. e95205e dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel by Fam Zheng · 10 years ago
  56. 87a45cf pc-dimm: add a function to calculate VM's current RAM size by zhanghailiang · 10 years ago
  57. 55e9409 softmmu: provide softmmu access type enum by Leon Alrae · 11 years ago
  58. 96d0e26 NUMA: move numa related code to new file numa.c by Wanlong Gao · 11 years ago
  59. 20cfe88 exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr by Hu Tao · 11 years ago
  60. 2a22165 exec: Make cpu_physical_memory_write_rom input an AS by Edgar E. Iglesias · 11 years ago
  61. db3be60 exec: Make stb_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  62. 5ce5944 exec: Make stw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  63. 2198a12 exec: Make stl_phys_notdirty input an AddressSpace by Edgar E. Iglesias · 11 years ago
  64. ab1da85 exec: Make stl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  65. f606604 exec: Make stq_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  66. 41701aa exec: Make lduw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  67. 2c17449 exec: Make ldq/ldub_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  68. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  69. 582b55a roms: Flush icache when writing roms to guest memory by Alexander Graf · 11 years ago
  70. 1b5ec23 memory: return MemoryRegion from qemu_ram_addr_from_host by Paolo Bonzini · 12 years ago
  71. 7443b43 exec: move qemu_ram_addr_from_host_nofail to cputlb.c by Paolo Bonzini · 12 years ago
  72. ce927ed hwaddr: Make hwaddr type usable beyond softmmu by Andreas Färber · 12 years ago
  73. bd2fa51 rdma: introduce qemu_ram_foreach_block() by Michael R. Hines · 12 years ago
  74. 0844e00 exec: make io_mem_unassigned private by Paolo Bonzini · 12 years ago
  75. 2a8e749 exec: eliminate io_mem_ram by Paolo Bonzini · 12 years ago
  76. 8b0d671 exec: eliminate stq_phys_notdirty by Paolo Bonzini · 12 years ago
  77. ee983cb exec: make qemu_get_ram_ptr private by Paolo Bonzini · 12 years ago
  78. 4f39178 exec: eliminate qemu_put_ram_ptr by Paolo Bonzini · 12 years ago
  79. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  80. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  81. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago[Renamed (98%) from cpu-common.h]
  82. 8b9c99d exec: make some functions static by Blue Swirl · 12 years ago
  83. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  84. 4be403c Make target_phys_addr_t 64 bits unconditionally by Avi Kivity · 12 years ago
  85. e58998c cpu-common.h: Remove a pointless ifndef CONFIG_USER_ONLY by Peter Maydell · 13 years ago
  86. 72aaa6c cpu-common.h: Remove unnecessary guard on including targphys.h by Peter Maydell · 13 years ago
  87. 76f3553 Add API to check whether a physical address is I/O address by Wen Congyang · 13 years ago
  88. 5357699 w64: Fix size of ram_addr_t by Stefan Weil · 13 years ago
  89. 11c7ef0 Remove IO_MEM_SHIFT by Avi Kivity · 13 years ago
  90. 75c578d Drop IO_MEM_ROMD by Avi Kivity · 13 years ago
  91. b3b00c7 Remove IO_MEM_SUBPAGE by Avi Kivity · 13 years ago
  92. de712f9 Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion by Avi Kivity · 13 years ago
  93. 0e0df1e Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions by Avi Kivity · 13 years ago
  94. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  95. 586c623 Remove cpu_get_physical_page_desc() by Avi Kivity · 13 years ago
  96. dcd97e3 memory: remove CPUPhysMemoryClient by Avi Kivity · 13 years ago
  97. 67d95c1 memory: move obsolete exec.c functions to a private header by Avi Kivity · 13 years ago
  98. fce537d memory, xen: pass MemoryRegion to xen_ram_alloc() by Avi Kivity · 13 years ago
  99. 56384e8 exec.c: Fix subpage memory access to RAM MemoryRegion by Andreas Färber · 13 years ago
  100. 07f3507 fix spelling in main directory by Dong Xu Wang · 13 years ago