aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2019-10-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20191011a'...Peter Maydell
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert
2019-10-10s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger
2019-09-27Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell
2019-09-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson
2019-09-25cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson
2019-09-25cputlb: Introduce TLB_BSWAPRichard Henderson
2019-09-25exec: Use TARGET_PAGE_BITS_MIN for TLB flagsRichard Henderson
2019-09-25migration/postcopy: unsentmap is not necessary for postcopyWei Yang
2019-09-25memory: Provide an equality function for MemoryRegionSectionsDr. David Alan Gilbert
2019-09-25memory: Align MemoryRegionSections fieldsDr. David Alan Gilbert
2019-09-16memory: inline and optimize devend_memopPaolo Bonzini
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell
2019-09-03tcg: Factor out probe_write() logic into probe_access()David Hildenbrand
2019-09-03tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson
2019-09-03cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson
2019-09-03cputlb: Byte swap memory transaction attributeTony Nguyen
2019-09-03cputlb: Replace size and endian operands for MemOpTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen
2019-09-03memory: Introduce size_memopTony Nguyen
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-09-03include/exec/cpu-defs.h: fix typoAlex Bennée
2019-09-03memory: Remove unused memory_region_iommu_replay_all()Eric Auger
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-08-20icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini
2019-08-20configure: Define target access alignment in configuretony.nguyen@bt.com
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-08-16memory: Fix type of IOMMUMemoryRegionClass member @parent_classMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-07-18linux-user: check valid address in access_ok()Rémi Denis-Courmont
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu
2019-07-15memory: Introduce memory listener hook log_clear()Peter Xu
2019-07-15memory: Pass mr into snapshot_and_clear_dirtyPeter Xu
2019-07-15memory: Don't set migration bitmap when without migrationPeter Xu
2019-07-15migration: No need to take rcu during sync_dirty_bitmapPeter Xu
2019-07-14tcg: Release mmap_lock on translation faultRichard Henderson
2019-07-14tcg: Remove duplicate #if !defined(CODE_ACCESS)Richard Henderson
2019-07-14tcg: Remove cpu_ld*_code_raRichard Henderson
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson
2019-07-02spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz