1. 8e46bbf memory_region_present: return false if address is not found in child MemoryRegion by Igor Mammedov · 11 years ago
  2. 220c3eb memory: split cpu_physical_memory_* functions to its own include by Juan Quintela · 11 years ago
  3. a2f4d5b memory: make cpu_physical_memory_reset_dirty() take a length parameter 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. 75218e7 memory: cpu_physical_memory_set_dirty_range() always dirty all flags by Juan Quintela · 11 years ago
  6. 78d0042 memory: cpu_physical_memory_set_dirty_range() return void by Juan Quintela · 11 years ago
  7. 6307d97 memory.c: bugfix - ref counting mismatch in memory_region_find by Marcel Apfelbaum · 11 years ago
  8. b0eb759 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  9. a66670c memory: fix 128 arithmetic in info mtree by Alexey Kardashevskiy · 11 years ago
  10. a1ff8ae memory: Change MemoryRegion priorities from unsigned to signed by Marcel Apfelbaum · 11 years ago
  11. 68a7439 Revert "memory: Return -1 again on reads from unsigned regions" by Jan Kiszka · 11 years ago
  12. 437de2a memory.c: drop kvm.h dependency by Michael S. Tsirkin · 11 years ago
  13. 55d5d04 memory: add tracepoints for MMIO reads/writes by Paolo Bonzini · 11 years ago
  14. e7342aa memory: check memory region endianness, not target's by Paolo Bonzini · 11 years ago
  15. 547e920 memory: pass MemoryRegion to access_with_adjusted_size by Paolo Bonzini · 11 years ago
  16. e11ef3d memory: move functions around by Paolo Bonzini · 11 years ago
  17. fd1d992 memory: Fix zero-sized memory region print by Alex Williamson · 11 years ago
  18. 9b8c692 memory: Return -1 again on reads from unsigned regions by Jan Kiszka · 11 years ago
  19. b4afea1 memory: actually set the owner by Paolo Bonzini · 11 years ago
  20. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 11 years ago
  21. 856d724 memory: add reference counting to FlatView by Paolo Bonzini · 11 years ago
  22. a9a0c06 memory: use a new FlatView pointer on every topology update by Paolo Bonzini · 11 years ago
  23. 99e8634 memory: access FlatView from a local variable by Paolo Bonzini · 11 years ago
  24. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 11 years ago
  25. 3ce1090 memory: introduce memory_region_present by Paolo Bonzini · 11 years ago
  26. 46637be memory: add ref/unref by Paolo Bonzini · 11 years ago
  27. 803c081 memory: add getter for owner by Paolo Bonzini · 11 years ago
  28. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 11 years ago
  29. b40acf9 ioport: Switch dispatching to memory core layer by Jan Kiszka · 11 years ago
  30. c658b94 cpu: Turn cpu_unassigned_access() into a CPUState hook by Andreas Färber · 11 years ago
  31. 2eb74e1 memory: render_memory_region: factor out fr constant setters by Peter Crosthwaite · 11 years ago
  32. 41a6e47 memory: as_update_topology_pass: Improve comments by Peter Crosthwaite · 11 years ago
  33. 8508e02 memory: Fix comment typo by Peter Crosthwaite · 11 years ago
  34. 7dca804 memory: give name to every AddressSpace by Alexey Kardashevskiy · 11 years ago
  35. 0686657 memory: Add iommu map/unmap notifiers by David Gibson · 11 years ago
  36. 3095115 memory: iommu support by Avi Kivity · 12 years ago
  37. 052e87b memory: make section size a 128-bit integer by Paolo Bonzini · 11 years ago
  38. 791af8c memory: propagate errors on I/O dispatch by Paolo Bonzini · 11 years ago
  39. 968a562 memory: correctly handle endian-swapped 64-bit accesses by Paolo Bonzini · 11 years ago
  40. ce5d2f3 memory: split accesses even when the old MMIO callbacks are used by Paolo Bonzini · 11 years ago
  41. 08521e2 memory: add big endian support to access_with_adjusted_size by Paolo Bonzini · 11 years ago
  42. a014ed0 memory: accept mismatching sizes in memory_region_access_valid by Paolo Bonzini · 11 years ago
  43. d270203 memory: export memory_region_access_valid to exec.c by Paolo Bonzini · 11 years ago
  44. 2cdfcf2 memory: assign MemoryRegionOps to all regions by Paolo Bonzini · 11 years ago
  45. d197063 memory: move unassigned_mem_ops to memory.c by Paolo Bonzini · 11 years ago
  46. b018ddf memory: dispatch unassigned accesses based on .valid.accepts by Paolo Bonzini · 11 years ago
  47. f43793c memory: populate FlatView for new address spaces by Paolo Bonzini · 11 years ago
  48. 4c19eb7 memory: fix address space initialization/destruction by Avi Kivity · 12 years ago
  49. 1d67136 memory: make memory_global_sync_dirty_bitmap take an AddressSpace by Paolo Bonzini · 11 years ago
  50. 5553e3a memory: do not duplicate memory_region_destructor_none by Paolo Bonzini · 11 years ago
  51. 5f9a5ea memory: Rename readable flag to romd_mode by Jan Kiszka · 11 years ago
  52. 73034e9 memory: allow memory_region_find() to run on non-root memory regions by Paolo Bonzini · 11 years ago
  53. 2c7cfd6 memory: fix a bug of detection of memory region collision by Hu Tao · 12 years ago
  54. 5bbf90b memory: Use non-bitops ctzl by Richard Henderson · 12 years ago
  55. fbeadf5 bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl by Paolo Bonzini · 12 years ago
  56. 6c279db memory: introduce memory_region_test_and_clear_dirty by Juan Quintela · 12 years ago
  57. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  58. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  59. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  60. 7ea692b memory: Don't dump disabled regions by Jan Kiszka · 12 years ago
  61. 22bde71 memory: Reintroduce dirty flag to optimize changes on disabled regions by Jan Kiszka · 12 years ago
  62. d26a8ca memory: fix rendering of a region obscured by another by Avi Kivity · 12 years ago
  63. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  64. 50d2b4d Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging by Anthony Liguori · 12 years ago
  65. 83f3c25 memory: add address_space_destroy() by Avi Kivity · 12 years ago
  66. ac1970f memory: per-AddressSpace dispatch by Avi Kivity · 12 years ago
  67. f6790af memory: use AddressSpace for MemoryListener filtering by Avi Kivity · 12 years ago
  68. 2673a5d memory: move address_space_memory and address_space_io out of memory core by Avi Kivity · 12 years ago
  69. 95d2994 memory: manage coalesced mmio via a MemoryListener by Avi Kivity · 12 years ago
  70. 2be0e25 memory: abort if a memory region is destroyed during a transaction by Avi Kivity · 12 years ago
  71. 28f362b memory: Make eventfd adhere to device endianness by Alexander Graf · 12 years ago
  72. 975aefe memory: provide defaults for MemoryListener operations by Avi Kivity · 12 years ago
  73. 0d673e3 memory: maintain a list of address spaces by Avi Kivity · 12 years ago
  74. 9ad2bbc memory: export AddressSpace by Avi Kivity · 12 years ago
  75. 8786db7 memory: prepare AddressSpace for exporting by Avi Kivity · 12 years ago
  76. 7762c2c memory: rename 'exec-obsolete.h' by Avi Kivity · 12 years ago
  77. bb880de memory: Flush coalesced MMIO on mapping and state changes by Jan Kiszka · 12 years ago
  78. 02e2b95 memory: Fold memory_region_update_topology into memory_region_transaction_commit by Jan Kiszka · 12 years ago
  79. 59023ef memory: Use transaction_begin/commit also for single-step operations by Jan Kiszka · 12 years ago
  80. d410515 memory: Flush coalesced MMIO on selected region access by Jan Kiszka · 12 years ago
  81. 7e2a62d memory: Fix copy&paste mistake in memory_region_iorange_write by Jan Kiszka · 12 years ago
  82. 753d5e1 memory: pass EventNotifier, not eventfd by Paolo Bonzini · 12 years ago
  83. 221b3a3 memory: check address space when a listener is registered by Julien Grall · 13 years ago
  84. b9f9be8 memory: print aliased IO ranges in info mtree by Blue Swirl · 13 years ago
  85. 97161e1 memory: get rid of cpu_register_io_memory() by Avi Kivity · 13 years ago
  86. 37ec01d memory: dispatch directly via MemoryRegion by Avi Kivity · 13 years ago
  87. a2d3352 memory: fix I/O port aliases by Avi Kivity · 13 years ago
  88. 50c1e14 memory: support stateless memory listeners by Avi Kivity · 13 years ago
  89. 7376e58 memory: allow MemoryListeners to observe a specific address space by Avi Kivity · 13 years ago
  90. 8df8a84 memory: drop AddressSpaceOps by Avi Kivity · 13 years ago
  91. 9363274 memory: use a MemoryListener for core memory map updates too by Avi Kivity · 13 years ago
  92. d7ec83e memory: don't pass ->readable attribute to cpu_register_physical_memory_log by Avi Kivity · 13 years ago
  93. 7a8499e memory: add a readonly attribute to MemoryRegionSection by Avi Kivity · 13 years ago
  94. 80a1ea3 memory: move ioeventfd ops to MemoryListener by Avi Kivity · 13 years ago
  95. 0e0d36b memory: code motion: move MEMORY_LISTENER_CALL() by Avi Kivity · 13 years ago
  96. 72e22d2 memory: switch memory listeners to a QTAILQ by Avi Kivity · 13 years ago
  97. 946996e memory: add shorthand for invoking a callback on all listeners by Avi Kivity · 13 years ago
  98. 2b50aa1 memory: remove memory_region_set_offset() by Avi Kivity · 13 years ago
  99. 4896d74 memory-region: Report if region is read-only or write-only on info mtree by Jan Kiszka · 13 years ago
  100. cd7a45c memory: change dirty getting API to take a size by Blue Swirl · 13 years ago