aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+1
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-1/+1
2018-06-27trace: enable tracing of TCG atomicsEmilio G. Cota1-6/+81
2018-06-26tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZEPeter Maydell2-28/+125
2018-06-22tcg: fix --disable-tcg build breakageEmilio G. Cota1-4/+0
2018-06-15tcg: remove tb_lockEmilio G. Cota3-119/+50
2018-06-15translate-all: remove tb_lock mention from cpu_restore_state_from_tbEmilio G. Cota1-1/+0
2018-06-15cputlb: remove tb_lock from tlb_flush functionsEmilio G. Cota1-8/+0
2018-06-15translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota2-61/+98
2018-06-15translate-all: discard TB when tb_link_page returns an existing matching TBEmilio G. Cota2-21/+43
2018-06-15translate-all: introduce assert_no_pages_lockedEmilio G. Cota2-0/+8
2018-06-15translate-all: add page_locked assertionsEmilio G. Cota1-3/+79
2018-06-15translate-all: use per-page locking in !user-modeEmilio G. Cota2-40/+407
2018-06-15translate-all: move tb_invalidate_phys_page_range up in the fileEmilio G. Cota1-38/+39
2018-06-15translate-all: work page-by-page in tb_invalidate_phys_range_1Emilio G. Cota1-4/+8
2018-06-15translate-all: remove hole in PageDescEmilio G. Cota1-1/+1
2018-06-15translate-all: make l1_map locklessEmilio G. Cota1-10/+14
2018-06-15translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TBEmilio G. Cota1-33/+29
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota1-2/+3
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota2-87/+16
2018-06-15qht: return existing entry when qht_insert failsEmilio G. Cota1-1/+1
2018-06-15qht: require a default comparison functionEmilio G. Cota2-3/+17
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell1-1/+2
2018-06-15cputlb: Pass cpu_transaction_failed() the correct physaddrPeter Maydell1-13/+31
2018-06-15cpu-defs.h: Document CPUIOTLBEntry 'addr' fieldPeter Maydell1-0/+12
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2018-05-31accel: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell1-1/+1
2018-05-31Make tb_invalidate_phys_addr() take a MemTxAttrs argumentPeter Maydell1-1/+1
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier1-4/+1
2018-05-15tcg: Optionally log FPU state in TCG -d cpu loggingPeter Maydell1-3/+6
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-9/+7
2018-05-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell2-38/+82
2018-05-10tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic addRichard Henderson1-42/+7
2018-05-10tcg: Introduce atomic helpers for integer min/maxRichard Henderson2-0/+79
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-11/+10
2018-05-09accel: use g_strsplit for parsing accelerator namesDaniel P. Berrangé1-9/+7
2018-04-26AccelClass: Introduce accel_setup_postIan Jackson1-0/+9
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk4-20/+20
2018-04-06tcg: Fix out-of-line generic vector comparesRichard Henderson1-1/+1
2018-03-26tcg: Really fix cpu_io_recompileRichard Henderson1-27/+10
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-4/+19
2018-03-13kvm: introduce memory encryption APIsBrijesh Singh3-0/+24
2018-03-13kvm: add memory encryption contextBrijesh Singh5-2/+54
2018-03-12tcg: fix cpu_io_recompilePavel Dovgalyuk1-3/+15
2018-03-12cpu-exec: fix exception_index handlingPavel Dovgalyuk1-1/+4
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2018-02-08tcg: Add generic vector helpers with a scalar operandRichard Henderson2-0/+199
2018-02-08tcg: Add generic helpers for saturating arithmeticRichard Henderson2-0/+288