Age | Commit message (Expand) | Author |
2020-12-08 | memory: Rename memory_region_notify_one to memory_region_notify_iommu_one | Eugenio Pérez |
2020-11-03 | memory: Add interface to set iommu page size mask | Bharat Bhushan |
2020-10-26 | fuzz: Add fuzzer callbacks to DMA-read functions | Alexander Bulekov |
2020-10-26 | fuzz: Declare DMA Read callback function | Alexander Bulekov |
2020-10-26 | fuzz: Add DMA support to the generic-fuzzer | Alexander Bulekov |
2020-10-24 | memory: Add FlatView foreach function | Alexander Bulekov |
2020-10-06 | memory: Explicitly tag doc comments for structs | Eduardo Habkost |
2020-09-30 | exec: Remove MemoryRegion::global_locking field | Philippe Mathieu-Daudé |
2020-09-30 | memory: Convert IOMMUMemoryRegionClass doc comment to kernel-doc | Eduardo Habkost |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-08 | memory: Remove kernel-doc comment marker | Eduardo Habkost |
2020-08-21 | meson: rename .inc.h files to .h.inc | Paolo Bonzini |
2020-07-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2020-07-03 | qdev: Introduce DEFINE_PROP_RESERVED_REGION | Eric Auger |
2020-07-02 | exec: Introduce ram_block_discard_(disable|require)() | David Hildenbrand |
2020-06-12 | exec/memory: Remove unused MemoryRegionMmio type | Philippe Mathieu-Daudé |
2020-06-10 | exec: set map length to zero when returning NULL | Prasad J Pandit |
2020-06-10 | memory: Make 'info mtree' not display disabled regions by default | Philippe Mathieu-Daudé |
2020-06-10 | exec: Let address_space_read/write_cached() propagate MemTxResult | Philippe Mathieu-Daudé |
2020-06-05 | memory: Extract memory_region_msync() from memory_region_writeback() | Philippe Mathieu-Daudé |
2020-06-05 | memory: Rename memory_region_do_writeback -> memory_region_writeback | Philippe Mathieu-Daudé |
2020-04-13 | memory: Do not allow direct write access to rom_device regions | Alexander Duyck |
2020-02-20 | exec: Let address_space_unmap() use a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-02-20 | exec: Let the address_space API use void pointer arguments | Philippe Mathieu-Daudé |
2020-02-20 | exec: Let flatview API take void pointer arguments | Philippe Mathieu-Daudé |
2019-12-18 | memory: include MemoryListener documentation and some missing function parame... | Paolo Bonzini |
2019-12-17 | memory.h: Silence kernel-doc complaints | Paolo Bonzini |
2019-12-17 | memory: use RCU_READ_LOCK_GUARD | Paolo Bonzini |
2019-12-16 | Memory: Enable writeback for given memory region | Beata Michalska |
2019-10-04 | memory: allow memory_region_register_iommu_notifier() to fail | Eric Auger |
2019-09-25 | memory: Provide an equality function for MemoryRegionSections | Dr. David Alan Gilbert |
2019-09-25 | memory: Align MemoryRegionSections fields | Dr. David Alan Gilbert |
2019-09-16 | memory: inline and optimize devend_memop | Paolo Bonzini |
2019-09-04 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging | Peter Maydell |
2019-09-03 | memory: Access MemoryRegion with endianness | Tony Nguyen |
2019-09-03 | memory: Access MemoryRegion with MemOp | Tony Nguyen |
2019-09-03 | memory: Remove unused memory_region_iommu_replay_all() | Eric Auger |
2019-08-20 | memory: fix race between TCG and accesses to dirty bitmap | Paolo Bonzini |
2019-08-16 | memory: Fix type of IOMMUMemoryRegionClass member @parent_class | Markus Armbruster |
2019-07-15 | memory: Introduce memory listener hook log_clear() | Peter Xu |
2019-07-15 | memory: Don't set migration bitmap when without migration | Peter Xu |
2019-07-02 | spapr_pci: Unregister listeners before destroying the IOMMU address space | Greg Kurz |
2019-06-03 | memory: Remove memory_region_get_dirty() | Peter Xu |
2019-04-18 | memory: Clean up how mtree_info() prints | Markus Armbruster |
2019-02-05 | unify len and addr type for memory/address APIs | Li Zhijian |
2019-01-29 | memory: add memory_region_flush_rom_device() | Stefan Hajnoczi |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |