summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2018-05-31tcg: Fix helper function vs host abi for float16Richard Henderson
2018-05-25gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell
2018-05-24linux-user: Assert on bad type in thunk_type_align() and thunk_type_size()Peter Maydell
2018-05-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell
2018-05-14linux-user: correctly align types in thunking codeLaurent Vivier
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2018-05-09exec: reintroduce MemoryRegion cachingPaolo Bonzini
2018-05-09exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-03-27gdbstub: send a termination packet instead of crashing gdbKONRAD Frederic
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert
2018-03-20qemu_ram_block_host_offsetDr. David Alan Gilbert
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-03-06address_space_read: address_space_to_flatview needs RCU lockPaolo Bonzini
2018-03-06memory: inline some performance-sensitive accessorsPaolo Bonzini
2018-03-01include/exec/helper-head.h: support f16 in helper callsAlex Bennée
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini
2018-02-13memory: remove memory_region_test_and_clear_dirtyPaolo Bonzini
2018-02-09Clean up includesMarkus Armbruster
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-02-06memory/iommu: Add get_attr()Alexey Kardashevskiy
2018-02-05memory-internal.h: Remove obsolete claim that header is obsoletePeter Maydell
2018-02-05memory: update comments and fix some typosJay Zhou
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2018-01-19hostmem-file: add "align" optionHaozhong Zhang
2018-01-16cpu_physical_memory_sync_dirty_bitmap: Another alignment fixDr. David Alan Gilbert
2017-12-29tcg: Allow 6 arguments to TCG helpersRichard Henderson
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu
2017-12-18memory: remove unused memory_region_set_global_locking()Marc-André Lureau
2017-11-21exec.c: Factor out before/after actions for notdirty memory writesPeter Maydell
2017-11-15tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson
2017-11-13accel/tcg/translate-all: expand cpu_restore_state addr checkAlex Bennée
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell
2017-10-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into stagingPeter Maydell
2017-10-25disas: Remove unused flags argumentsRichard Henderson
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson
2017-10-24tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson