summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell2019-12-201-5/+29
|\
| * linux-user: log page table changes under -d pageAlex Bennée2019-12-191-6/+5Star
| * Add use of RCU for qemu_logfile.Robert Foley2019-12-181-4/+29
* | memory: include MemoryListener documentation and some missing function parame...Paolo Bonzini2019-12-181-4/+214
* | memory.h: Silence kernel-doc complaintsPaolo Bonzini2019-12-171-6/+10
* | memory: use RCU_READ_LOCK_GUARDPaolo Bonzini2019-12-171-2/+1Star
|/
* Memory: Enable writeback for given memory regionBeata Michalska2019-12-162-0/+14
* tcg: cputlb: Add probe_readBeata Michalska2019-12-161-0/+6
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-3010-37/+244
|\
| * include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée2019-10-281-0/+2
| * translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota2019-10-282-1/+72
| * cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-281-2/+2
| * plugin-gen: add plugin_insn_appendEmilio G. Cota2019-10-281-0/+14
| * tcg: let plugins instrument virtual memory accessesEmilio G. Cota2019-10-283-27/+34
| * plugin-gen: add module for TCG-related codeEmilio G. Cota2019-10-284-0/+60
| * cputlb: introduce get_page_addr_code_hostpEmilio G. Cota2019-10-281-0/+38
| * cputlb: document get_page_addr_codeEmilio G. Cota2019-10-281-3/+21
| * trace: add mmu_index to mem_infoAlex Bennée2019-10-282-12/+9Star
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell2019-10-292-12/+25
|\ \ | |/ |/|
| * exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-281-2/+6
| * exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson2019-10-281-1/+1
| * exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson2019-10-281-0/+4
| * exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-281-4/+10
| * cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang2019-10-281-4/+3Star
| * cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-281-2/+2
* | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-1/+1
|/
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20191011a'...Peter Maydell2019-10-141-73/+65Star
|\
| * rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert2019-10-111-73/+65Star
* | s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand2019-10-101-0/+17
|/
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-5/+16
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell2019-09-274-80/+17Star
|\
| * cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson2019-09-251-65/+0Star
| * 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