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