1. c6c6958 memory: Add MemoryListener to typedefs.h by Edgar E. Iglesias · 11 years ago
  2. 1ab4c8c memory: split dirty bitmap into three by Juan Quintela · 11 years ago
  3. 5adca7a memory: use bit 2 for migration by Juan Quintela · 11 years ago
  4. 5215919 memory: cpu_physical_memory_mask_dirty_range() always clears a single flag by Juan Quintela · 11 years ago
  5. a1ff8ae memory: Change MemoryRegion priorities from unsigned to signed by Marcel Apfelbaum · 11 years ago
  6. 0075270 exec: separate current radix tree from the one being built by Paolo Bonzini · 12 years ago
  7. 89ae337 exec: move listener from AddressSpaceDispatch to AddressSpace by Paolo Bonzini · 12 years ago
  8. c2fc83e memory: move MemoryListener declaration earlier by Paolo Bonzini · 12 years ago
  9. 3ce1090 memory: introduce memory_region_present by Paolo Bonzini · 12 years ago
  10. 46637be memory: add ref/unref by Paolo Bonzini · 12 years ago
  11. 803c081 memory: add getter for owner by Paolo Bonzini · 12 years ago
  12. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  13. 5767e4e ioport: Move portio types to ioport.h by Jan Kiszka · 12 years ago
  14. 0659097 ioport: Remove unused old dispatching services by Jan Kiszka · 12 years ago
  15. b40acf9 ioport: Switch dispatching to memory core layer by Jan Kiszka · 12 years ago
  16. ce927ed hwaddr: Make hwaddr type usable beyond softmmu by Andreas Färber · 12 years ago
  17. 7dca804 memory: give name to every AddressSpace by Alexey Kardashevskiy · 12 years ago
  18. 0686657 memory: Add iommu map/unmap notifiers by David Gibson · 12 years ago
  19. 3095115 memory: iommu support by Avi Kivity · 12 years ago
  20. 052e87b memory: make section size a 128-bit integer by Paolo Bonzini · 12 years ago
  21. 99b9cc0 Revert "memory: limit sections in the radix tree to the actual address space size" by Paolo Bonzini · 12 years ago
  22. 5c8a00c exec: return MemoryRegion from address_space_translate by Paolo Bonzini · 12 years ago
  23. fd8aaa7 memory: add return value to address_space_rw/read/write by Paolo Bonzini · 12 years ago
  24. 51644ab memory: add address_space_access_valid by Paolo Bonzini · 12 years ago
  25. 149f54b memory: add address_space_translate by Paolo Bonzini · 12 years ago
  26. 86a8623 memory: limit sections in the radix tree to the actual address space size by Avi Kivity · 12 years ago
  27. 1d67136 memory: make memory_global_sync_dirty_bitmap take an AddressSpace by Paolo Bonzini · 12 years ago
  28. 5f9a5ea memory: Rename readable flag to romd_mode by Jan Kiszka · 12 years ago
  29. 73034e9 memory: allow memory_region_find() to run on non-root memory regions by Paolo Bonzini · 12 years ago
  30. b421d9c memory: move core typedefs to qemu/typedefs.h by Paolo Bonzini · 12 years ago
  31. 6c279db memory: introduce memory_region_test_and_clear_dirty by Juan Quintela · 12 years ago
  32. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  33. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago[Renamed (99%) from memory.h]
  34. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  35. 83f3c25 memory: add address_space_destroy() by Avi Kivity · 12 years ago
  36. ac1970f memory: per-AddressSpace dispatch by Avi Kivity · 12 years ago
  37. f6790af memory: use AddressSpace for MemoryListener filtering by Avi Kivity · 12 years ago
  38. 95d2994 memory: manage coalesced mmio via a MemoryListener by Avi Kivity · 12 years ago
  39. 0d673e3 memory: maintain a list of address spaces by Avi Kivity · 12 years ago
  40. 9ad2bbc memory: export AddressSpace by Avi Kivity · 12 years ago
  41. 509e9c4 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  42. 1a7e8ca Fix copy&paste typos in documentation comments by BALATON Zoltan · 13 years ago
  43. d410515 memory: Flush coalesced MMIO on selected region access by Jan Kiszka · 13 years ago
  44. 753d5e1 memory: pass EventNotifier, not eventfd by Paolo Bonzini · 13 years ago
  45. fd06257 memory: move functions is_romd and section_addr to memory API by Blue Swirl · 13 years ago
  46. a2d3352 memory: fix I/O port aliases by Avi Kivity · 13 years ago
  47. 50c1e14 memory: support stateless memory listeners by Avi Kivity · 13 years ago
  48. 7376e58 memory: allow MemoryListeners to observe a specific address space by Avi Kivity · 13 years ago
  49. 7a8499e memory: add a readonly attribute to MemoryRegionSection by Avi Kivity · 13 years ago
  50. 80a1ea3 memory: move ioeventfd ops to MemoryListener by Avi Kivity · 13 years ago
  51. 72e22d2 memory: switch memory listeners to a QTAILQ by Avi Kivity · 13 years ago
  52. 2b50aa1 memory: remove memory_region_set_offset() by Avi Kivity · 13 years ago
  53. cd7a45c memory: change dirty getting API to take a size by Blue Swirl · 13 years ago
  54. fd4aa97 memory: change dirty setting APIs to take a size by Blue Swirl · 13 years ago
  55. 1660e72 memory: Introduce memory_region_init_reservation by Jan Kiszka · 13 years ago
  56. dabdf39 Spelling fixes in comments and documentation by Stefan Weil · 13 years ago
  57. 75c578d Drop IO_MEM_ROMD by Avi Kivity · 13 years ago
  58. b3b00c7 Remove IO_MEM_SUBPAGE by Avi Kivity · 13 years ago
  59. 26a83ad memory: remove MemoryRegion::backend_registered by Avi Kivity · 13 years ago
  60. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  61. 8991c79 memory: introduce memory_region_name() by Avi Kivity · 13 years ago
  62. e34911c memory: temporarily add memory_region_get_ram_addr() by Avi Kivity · 13 years ago
  63. 7664e80 memory: add API for observing updates to the physical memory map by Avi Kivity · 13 years ago
  64. 86e775c memory: replace cpu_physical_sync_dirty_bitmap() with a memory API by Avi Kivity · 13 years ago
  65. e217795 memory: introduce memory_region_find() by Avi Kivity · 13 years ago
  66. 55043ba memory: add memory_region_is_logging() by Avi Kivity · 13 years ago
  67. ce7923d memory: add memory_region_is_rom() by Avi Kivity · 13 years ago
  68. 8ea9252 memory: add memory_region_is_ram() by Avi Kivity · 13 years ago
  69. cde7fc3 Merge remote-tracking branch 'qemu-kvm/memory/mutators' into staging by Anthony Liguori · 13 years ago
  70. 69ddaf6 memory: minor documentation fixes/enhancements by Ademar de Souza Reis Jr · 13 years ago
  71. 4703359 memory: introduce memory_region_set_alias_offset() by Avi Kivity · 13 years ago
  72. 2282e1a memory: introduce memory_region_set_address() by Avi Kivity · 13 years ago
  73. 6bba19b memory: introduce memory_region_set_enabled() by Avi Kivity · 13 years ago
  74. 897fa7c memory: add MemoryRegionOps::valid.accepts by Avi Kivity · 13 years ago
  75. 08dafab memory: use 128-bit integers for sizes and intermediates by Avi Kivity · 13 years ago
  76. 314e298 memory: simple memory tree printer by Blue Swirl · 13 years ago
  77. fb1cd6f memory: implement memory_region_set_readonly() by Avi Kivity · 13 years ago
  78. 75f5941 memory: add opaque parameter to memory_region_init_rom_device() by Avi Kivity · 14 years ago
  79. d0a9b5b memory: add API for creating ROM/device regions by Avi Kivity · 14 years ago
  80. 545e92e memory: reclaim resources when a memory region is destroyed for good by Avi Kivity · 14 years ago
  81. 2dd3022 memory: rename PORTIO_END to PORTIO_END_OF_LIST by Avi Kivity · 14 years ago
  82. 4ef4db8 memory: transaction API by Avi Kivity · 14 years ago
  83. 3e9d69e memory: add ioeventfd support by Avi Kivity · 14 years ago
  84. 74901c3 memory: add backward compatibility for old mmio registration by Avi Kivity · 14 years ago
  85. 627a0e9 memory: add backward compatibility for old portio registration by Avi Kivity · 14 years ago
  86. 658b222 memory: I/O address space support by Avi Kivity · 14 years ago
  87. 16ef61c memory: late initialization of ram_addr by Avi Kivity · 14 years ago
  88. 14a3c10 memory: rename MemoryRegion::has_ram_addr to ::terminates by Avi Kivity · 14 years ago
  89. 5a58334 memory: implement dirty tracking by Avi Kivity · 14 years ago
  90. 093bc2c Hierarchical memory region API by Avi Kivity · 14 years ago