summaryrefslogtreecommitdiffstats
path: root/accel/tcg
Commit message (Expand)AuthorAgeFilesLines
...
* 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/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
|/
* 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
* tcg: fix cpu_io_recompilePavel Dovgalyuk2018-03-121-3/+15
* cpu-exec: fix exception_index handlingPavel Dovgalyuk2018-03-121-1/+4
* 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
* tcg: Add generic vector ops for comparisonsRichard Henderson2018-02-082-0/+66
* tcg: Add generic vector ops for constant shiftsRichard Henderson2018-02-082-0/+159
* tcg: Add generic vector expandersRichard Henderson2018-02-083-1/+355
* Drop remaining bits of ia64 host supportPeter Maydell2018-02-051-33/+0Star
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-253-12/+17
* page_unprotect(): handle calls to pages that are PAGE_WRITEPeter Maydell2018-01-232-20/+43
* linux-user: Propagate siginfo_t through to handle_cpu_signal()Peter Maydell2018-01-231-25/+14Star
* tcg: add cs_base and flags to -d exec outputPaolo Bonzini2017-12-292-4/+7
* cpu-exec: fix missed CPU kick during interrupt injectionDavid Hildenbrand2017-12-211-9/+3Star
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.hPeter Maydell2017-12-181-1/+0Star
* translate-all: fix 'consisits' typo in commentEmilio G. Cota2017-12-181-1/+1
* accel/tcg: Handle atomic accesses to notdirty memory correctlyPeter Maydell2017-11-213-13/+38
* Revert "cpu-exec: don't overwrite exception_index"Peter Maydell2017-11-201-3/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-11-161-42/+57
|\
| * cpu-exec: avoid cpu_exec_nocache infinite loop with record/replayPavel Dovgalyuk2017-11-141-41/+54