summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
...
| * cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson2019-09-251-5/+1Star
| * cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson2019-09-251-2/+0Star
| * cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson2019-09-252-2/+4
| * cputlb: Introduce TLB_BSWAPRichard Henderson2019-09-251-1/+3
| * exec: Use TARGET_PAGE_BITS_MIN for TLB flagsRichard Henderson2019-09-251-6/+10
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-09-261-1/+13
|\ \
| * | memory: Provide an equality function for MemoryRegionSectionsDr. David Alan Gilbert2019-09-251-0/+12
| * | memory: Align MemoryRegionSections fieldsDr. David Alan Gilbert2019-09-251-1/+1
| |/
* / migration/postcopy: unsentmap is not necessary for postcopyWei Yang2019-09-251-6/+0Star
|/
* memory: inline and optimize devend_memopPaolo Bonzini2019-09-161-1/+18
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell2019-09-045-10/+156
|\
| * tcg: Factor out probe_write() logic into probe_access()David Hildenbrand2019-09-031-2/+8
| * tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand2019-09-031-2/+2
| * tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand2019-09-031-2/+2
| * cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson2019-09-031-1/+4
| * cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson2019-09-031-4/+1Star
| * cputlb: Byte swap memory transaction attributeTony Nguyen2019-09-031-0/+2
| * cputlb: Replace size and endian operands for MemOpTony Nguyen2019-09-031-0/+6
| * memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-0/+3
| * memory: Access MemoryRegion with MemOpTony Nguyen2019-09-032-10/+19
| * memory: Introduce size_memopTony Nguyen2019-09-031-0/+10
| * tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-0/+110
* | include/exec/cpu-defs.h: fix typoAlex Bennée2019-09-031-1/+1
* | memory: Remove unused memory_region_iommu_replay_all()Eric Auger2019-09-031-10/+0Star
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-223-3/+3
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-213-3/+3
* | icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-1/+7
* | icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk2019-08-201-18/+20
* | memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini2019-08-201-0/+12
* | configure: Define target access alignment in configuretony.nguyen@bt.com2019-08-201-0/+1
|/
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-1/+0Star
* memory: Fix type of IOMMUMemoryRegionClass member @parent_classMarkus Armbruster2019-08-161-2/+8
* include: Make headers more self-containedMarkus Armbruster2019-08-168-0/+15
* linux-user: check valid address in access_ok()Rémi Denis-Courmont2019-07-181-0/+4
* migration: Split log_clear() into smaller chunksPeter Xu2019-07-151-2/+74
* memory: Introduce memory listener hook log_clear()Peter Xu2019-07-152-0/+20
* memory: Pass mr into snapshot_and_clear_dirtyPeter Xu2019-07-151-1/+1
* memory: Don't set migration bitmap when without migrationPeter Xu2019-07-152-1/+13
* migration: No need to take rcu during sync_dirty_bitmapPeter Xu2019-07-151-4/+1Star
* tcg: Release mmap_lock on translation faultRichard Henderson2019-07-141-4/+16
* tcg: Remove duplicate #if !defined(CODE_ACCESS)Richard Henderson2019-07-141-2/+0Star
* tcg: Remove cpu_ld*_code_raRichard Henderson2019-07-141-1/+5
* tcg: Introduce set/clear_helper_retaddrRichard Henderson2019-07-142-6/+26
* spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz2019-07-021-0/+10
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+1
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0Star
* cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson2019-06-102-7/+24
* cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson2019-06-103-7/+13
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-102-0/+32