885 Commits (b7cbebf2b9d7aa8854cfd6a45484e160244e9f48)

Author SHA1 Message Date
Philippe Mathieu-Daudé daa3dda43a exec: Let the address_space API use void pointer arguments 6 years ago
Philippe Mathieu-Daudé a152be43dc exec: Let flatview API take void pointer arguments 6 years ago
Taylor Simpson e6cadf49c3 tcg: Add support for a helper with 7 arguments 6 years ago
Juan Quintela 41aa4e9fd8 ram_addr: Split RAMBlock definition 6 years ago
Richard Henderson 7a1efe1b97 cputlb: Make tlb_n_entries private to cputlb.c 6 years ago
Philippe Mathieu-Daudé dcb32f1d8f tcg: Search includes from the project root source directory 6 years ago
Richard Henderson cfe04a4b6e cputlb: Expand cpu_ldst_template.h in cputlb.c 6 years ago
Richard Henderson ecc067d792 cputlb: Remove support for MMU_MODE*_SUFFIX 6 years ago
Richard Henderson ed4cfbcd50 cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c 6 years ago
Richard Henderson f4e1bae259 cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-only 6 years ago
Richard Henderson fc4120a378 cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code 6 years ago
Richard Henderson a6d456df2a translator: Use cpu_ld*_code instead of open-coding 6 years ago
Richard Henderson d03f140804 cputlb: Move body of cpu_ldst_template.h out of line 6 years ago
Richard Henderson f3bee8d337 cputlb: Use trace_mem_get_info instead of trace_mem_build_info 6 years ago
Alex Bennée 10d0d505de linux-user: log page table changes under -d page 6 years ago
Robert Foley 7606488c0e Add use of RCU for qemu_logfile. 6 years ago
Paolo Bonzini 5d24821318 memory: include MemoryListener documentation and some missing function parameters 7 years ago
Paolo Bonzini 08226b44ae memory.h: Silence kernel-doc complaints 7 years ago
Paolo Bonzini 293a733df7 memory: use RCU_READ_LOCK_GUARD 6 years ago
Beata Michalska 61c490e25e Memory: Enable writeback for given memory region 6 years ago
Beata Michalska 9e70492b43 tcg: cputlb: Add probe_read 6 years ago
Alex Bennée dc069b22a1 include/exec: wrap cpu_ldst.h in CONFIG_TCG 7 years ago
Emilio G. Cota 409c1a0bf0 translator: add translator_ld{ub,sw,uw,l,q} 7 years ago
Alex Bennée 7dec71d5ff cputlb: ensure _cmmu helper functions follow the naming standard 7 years ago
Emilio G. Cota 763f7e1209 plugin-gen: add plugin_insn_append 7 years ago
Emilio G. Cota e6d86bed50 tcg: let plugins instrument virtual memory accesses 8 years ago
Emilio G. Cota 38b47b19ec plugin-gen: add module for TCG-related code 7 years ago
Emilio G. Cota 4b2190dabd cputlb: introduce get_page_addr_code_hostp 8 years ago
Emilio G. Cota 8c01eb78c6 cputlb: document get_page_addr_code 7 years ago
Alex Bennée 504f73f7b3 trace: add mmu_index to mem_info 7 years ago
Richard Henderson bb8e3ea6fa exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARY 7 years ago
Richard Henderson f048b8a7ce exec: Promote TARGET_PAGE_MASK to target_long 7 years ago
Richard Henderson 639044b5f1 exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG 7 years ago
Richard Henderson bbc17caf81 exec: Use const alias for TARGET_PAGE_BITS_VARY 7 years ago
Wei Yang 50276a79aa cpu: use ROUND_UP() to define xxx_PAGE_ALIGN 7 years ago
Alex Bennée 4cef72d042 cputlb: ensure _cmmu helper functions follow the naming standard 7 years ago
Wei Yang 038adc2f58 core: replace getpagesize() with qemu_real_host_page_size 7 years ago
Dr. David Alan Gilbert 694ea274d9 rcu: Use automatic rc_read unlock in core memory/exec code 7 years ago
David Hildenbrand 1f6493be08 s390x/tcg: MVCL: Exit to main loop if requested 7 years ago
Eric Auger 549d400587 memory: allow memory_region_register_iommu_notifier() to fail 7 years ago
Richard Henderson 707526ad86 cputlb: Merge and move memory_notdirty_write_{prepare,complete} 7 years ago
Richard Henderson 8f5db64153 cputlb: Partially inline memory_region_section_get_iotlb 7 years ago
Richard Henderson 08565552f7 cputlb: Move NOTDIRTY handling from I/O path to TLB path 7 years ago
Richard Henderson 7b0d792ce1 cputlb: Move ROM handling from I/O path to TLB path 7 years ago
Richard Henderson 5b87b3e671 cputlb: Introduce TLB_BSWAP 7 years ago
Richard Henderson 1f6f2b34ad exec: Use TARGET_PAGE_BITS_MIN for TLB flags 7 years ago
Wei Yang 1e7cf8c323 migration/postcopy: unsentmap is not necessary for postcopy 7 years ago
Dr. David Alan Gilbert 9366cf02e4 memory: Provide an equality function for MemoryRegionSections 7 years ago
Dr. David Alan Gilbert 44f85d3276 memory: Align MemoryRegionSections fields 7 years ago
Paolo Bonzini 7a3df11c2a memory: inline and optimize devend_memop 7 years ago