summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2017-01-27memory: hmp: add "-f" for "info mtree"Peter Xu1-1/+1
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-49/+75
2017-01-16ramblock-notifier: newPaolo Bonzini3-49/+75
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée1-8/+6
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang1-0/+3
2017-01-10exec: introduce address_space_get_iotlb_entry()Jason Wang1-0/+5
2016-12-22exec: introduce MemoryRegionCachePaolo Bonzini2-0/+174
2016-12-22exec: introduce memory_ldst.inc.cPaolo Bonzini2-15/+15
2016-11-22cpu_ldst.h: use correct guest address parameterBobby Bingham1-1/+1
2016-10-31Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161031.0' ...Peter Maydell1-15/+32
2016-10-31memory: Don't use memcpy for ram_device regionsAlex Williamson1-2/+4
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson1-13/+28
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini1-0/+1
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée1-0/+1
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson2-0/+2
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-1/+0
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier1-1/+0
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell1-0/+9
2016-10-24memory: add a per-AddressSpace list of listenersPaolo Bonzini1-1/+2
2016-10-24memory: eliminate global MemoryListenersPaolo Bonzini1-1/+1
2016-10-13RAMBlocks: Store page sizeDr. David Alan Gilbert2-0/+2
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov1-1/+1
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini2-11/+5
2016-09-27migration: sync all address spacesPaolo Bonzini1-4/+3
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu1-4/+5
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu1-7/+40
2016-09-16tcg: Merge GETPC and GETRARichard Henderson1-6/+3
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini1-0/+2
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson1-1/+1
2016-08-04linux-user: Use correct alignment for long long on i386 guestsPeter Maydell1-0/+4
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov1-0/+12
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster6-7/+8
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster4-9/+10
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster3-8/+8
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster4-4/+4
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin2-8/+2
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin1-4/+12
2016-07-04memory: Assert that memory_region_init_rom_device() ops aren't NULLPeter Maydell1-4/+1
2016-07-04memory: Provide memory_region_init_rom()Peter Maydell1-0/+19
2016-06-30memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacksAlexey Kardashevskiy1-1/+7
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-0/+2
2016-06-22memory: Add reporting of supported page sizesAlexey Kardashevskiy1-4/+15
2016-06-20trace: [all] Add "guest_mem_before" eventLluís Vilanova2-0/+47
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota3-7/+5
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota1-2/+6
2016-06-11exec: add tb_hash_func5, derived from xxhashEmilio G. Cota1-0/+94
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-1/+1
2016-06-08Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...Peter Maydell1-1/+0
2016-06-07thunk: Rename args and fields in host-target bitmask conversion codePeter Maydell1-6/+6
2016-06-07thunk: Drop unused NO_THUNK_TYPE_SIZE guardsPeter Maydell1-3/+0