aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2020-01-15cputlb: Remove support for MMU_MODE*_SUFFIXRichard Henderson1-230/+0
2020-01-15cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson2-190/+29
2020-01-15cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-onlyRichard Henderson1-5/+75
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson2-38/+12
2020-01-15translator: Use cpu_ld*_code instead of open-codingRichard Henderson2-46/+13
2020-01-15cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson2-100/+50
2020-01-15cputlb: Use trace_mem_get_info instead of trace_mem_build_infoRichard Henderson2-17/+17
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell1-5/+29
2019-12-19linux-user: log page table changes under -d pageAlex Bennée1-6/+5
2019-12-18Add use of RCU for qemu_logfile.Robert Foley1-4/+29
2019-12-18memory: include MemoryListener documentation and some missing function parame...Paolo Bonzini1-4/+214
2019-12-17memory.h: Silence kernel-doc complaintsPaolo Bonzini1-6/+10
2019-12-17memory: use RCU_READ_LOCK_GUARDPaolo Bonzini1-2/+1
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska2-0/+14
2019-12-16tcg: cputlb: Add probe_readBeata Michalska1-0/+6
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell10-37/+244
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell2-12/+25
2019-10-28include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée1-0/+2
2019-10-28translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota2-1/+72
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-2/+2
2019-10-28plugin-gen: add plugin_insn_appendEmilio G. Cota1-0/+14
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota3-27/+34
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota4-0/+60
2019-10-28cputlb: introduce get_page_addr_code_hostpEmilio G. Cota1-0/+38
2019-10-28cputlb: document get_page_addr_codeEmilio G. Cota1-3/+21
2019-10-28trace: add mmu_index to mem_infoAlex Bennée2-12/+9
2019-10-28exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson1-2/+6
2019-10-28exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson1-1/+1
2019-10-28exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson1-0/+4
2019-10-28exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson1-4/+10
2019-10-28cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang1-4/+3
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-2/+2
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
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