summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2017-02-24tcg: rename tcg_current_cpu to tcg_current_rr_cpuAlex Bennée
2017-02-17virtio: use MemoryRegionCache to access descriptorsPaolo Bonzini
2017-02-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2017-01-27memory: hmp: add "-f" for "info mtree"Peter Xu
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-16ramblock-notifier: newPaolo Bonzini
2017-01-13cputlb: drop flush_global flag from tlb_flushAlex Bennée
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang
2017-01-10exec: introduce address_space_get_iotlb_entry()Jason Wang
2016-12-22exec: introduce MemoryRegionCachePaolo Bonzini
2016-12-22exec: introduce memory_ldst.inc.cPaolo Bonzini
2016-11-22cpu_ldst.h: use correct guest address parameterBobby Bingham
2016-10-31Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20161031.0' ...Peter Maydell
2016-10-31memory: Don't use memcpy for ram_device regionsAlex Williamson
2016-10-31memory: Replace skip_dump flag with "ram_device"Alex Williamson
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell
2016-10-24memory: add a per-AddressSpace list of listenersPaolo Bonzini
2016-10-24memory: eliminate global MemoryListenersPaolo Bonzini
2016-10-13RAMBlocks: Store page sizeDr. David Alan Gilbert
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini
2016-09-27migration: sync all address spacesPaolo Bonzini
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu
2016-09-16tcg: Merge GETPC and GETRARichard Henderson
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini
2016-08-05tcg: Reorg TCGOp chainingRichard Henderson
2016-08-04linux-user: Use correct alignment for long long on i386 guestsPeter Maydell
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin
2016-07-04memory: Assert that memory_region_init_rom_device() ops aren't NULLPeter Maydell
2016-07-04memory: Provide memory_region_init_rom()Peter Maydell
2016-06-30memory: Add MemoryRegionIOMMUOps.notify_started/stopped callbacksAlexey Kardashevskiy
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite
2016-06-22memory: Add reporting of supported page sizesAlexey Kardashevskiy
2016-06-20trace: [all] Add "guest_mem_before" eventLluís Vilanova
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota
2016-06-11exec: add tb_hash_func5, derived from xxhashEmilio G. Cota