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