aboutsummaryrefslogtreecommitdiffstats
path: root/accel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-294-32/+17
|\
| * i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin2018-06-291-0/+3
| * kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changedShannon Zhao2018-06-281-9/+8
| * move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini2018-06-282-23/+6
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into stagingPeter Maydell2018-06-281-1/+1
|\ \ | |/ |/|
| * 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/+0
* tcg: remove tb_lockEmilio G. Cota2018-06-153-119/+50
* translate-all: remove tb_lock mention from cpu_restore_state_from_tbEmilio G. Cota2018-06-151-1/+0
* cputlb: remove tb_lock from tlb_flush functionsEmilio G. Cota2018-06-151-8/+0
* 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/+29
* 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/+16
* 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/+0
|\
| * accel: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-311-1/+0
* | 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/+1
* 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/+7
|\
| * accel: use g_strsplit for parsing accelerator namesDaniel P. Berrangé2018-05-091-9/+7
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510' into stagingPeter Maydell2018-05-112-38/+82
|\ \
| * | tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic addRichard Henderson2018-05-101-42/+7
| * | tcg: Introduce atomic helpers for integer min/maxRichard Henderson2018-05-102-0/+79
| |/
* / translator: merge max_insns into DisasContextBaseEmilio G. Cota2018-05-091-11/+10
|/
* 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/+10
* 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
|/