summaryrefslogtreecommitdiffstats
path: root/accel/tcg
Commit message (Expand)AuthorAgeFilesLines
* qht: drop ht argument from qht iteratorsEmilio G. Cota2018-09-261-4/+2Star
* accel/tcg: Check whether TLB entry is RAM consistently with how we set it upPeter Maydell2018-08-141-21/+8Star
* accel/tcg: Return -1 for execution from MMIO regions in get_page_addr_code()Peter Maydell2018-08-141-85/+10Star
* accel/tcg: tb_gen_code(): Create single-insn TB for execution from non-RAMPeter Maydell2018-08-141-1/+18
* accel/tcg: Handle get_page_addr_code() returning -1 in tb_check_watchpoint()Peter Maydell2018-08-141-1/+3
* accel/tcg: Handle get_page_addr_code() returning -1 in hashtable lookupsPeter Maydell2018-08-141-0/+3
* accel/tcg: Pass read access type through to io_readx()Peter Maydell2018-08-142-6/+10
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-171-1/+1
|\
| * accel: Fix typo and grammar in commentStefan Weil2018-07-161-1/+1
* | accel/tcg: Assert that tlb fill gave us a valid TLB entryPeter Maydell2018-07-161-2/+2
* | accel/tcg: Use correct test when looking in victim TLB for codePeter Maydell2018-07-161-1/+1
|/
* translate-all: honour CF_NOCACHE in tb_gen_codeEmilio G. Cota2018-07-091-15/+19
* accel/tcg: Avoid caching overwritten tlb entriesRichard Henderson2018-07-021-26/+35
* accel/tcg: Don't treat invalid TLB entries as needing recheckPeter Maydell2018-07-021-1/+2
* accel/tcg: Correct "is this a TLB miss" check in get_page_addr_code()Peter Maydell2018-07-021-2/+1Star
* tcg: Define and use new tlb_hit() and tlb_hit_page() functionsPeter Maydell2018-07-022-20/+11Star
* translate-all: fix locking of TBs whose two pages share the same physical pageEmilio G. Cota2018-07-021-7/+25
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-293-23/+9Star
|\
| * i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin2018-06-291-0/+3
| * move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini2018-06-282-23/+6Star
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter 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: 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