aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-10-19target-i386 : add coalesced_pio APIPeng Hao
2018-10-18cputlb: read CPUTLBEntry.addr_write atomicallyEmilio G. Cota
2018-10-18tcg: Split CONFIG_ATOMIC128Richard Henderson
2018-10-18tcg: Add tlb_index and tlb_entry helpersRichard Henderson
2018-10-18cputlb: serialize tlb updates with env->tlb_lockEmilio G. Cota
2018-10-18cputlb: fix assert_cpu_is_self macroEmilio G. Cota
2018-10-18exec: introduce tlb_initEmilio G. Cota
2018-10-18tcg: access cpu->icount_decr.u16.high with atomicsEmilio G. Cota
2018-10-18tcg: Implement CPU_LOG_TB_NOCHAIN during expansionRichard Henderson
2018-10-02accel/tcg: Remove dead codeThomas Huth
2018-10-02translator: fix breakpoint processingPavel Dovgalyuk
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota
2018-08-23KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini
2018-08-17kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson
2018-08-14accel/tcg: Check whether TLB entry is RAM consistently with how we set it upPeter Maydell
2018-08-14accel/tcg: Return -1 for execution from MMIO regions in get_page_addr_code()Peter Maydell
2018-08-14accel/tcg: tb_gen_code(): Create single-insn TB for execution from non-RAMPeter Maydell
2018-08-14accel/tcg: Handle get_page_addr_code() returning -1 in tb_check_watchpoint()Peter Maydell
2018-08-14accel/tcg: Handle get_page_addr_code() returning -1 in hashtable lookupsPeter Maydell
2018-08-14accel/tcg: Pass read access type through to io_readx()Peter Maydell
2018-07-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-16accel/tcg: Assert that tlb fill gave us a valid TLB entryPeter Maydell
2018-07-16accel/tcg: Use correct test when looking in victim TLB for codePeter Maydell
2018-07-16accel: Fix typo and grammar in commentStefan Weil
2018-07-09translate-all: honour CF_NOCACHE in tb_gen_codeEmilio G. Cota
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-02accel/tcg: Avoid caching overwritten tlb entriesRichard Henderson
2018-07-02accel/tcg: Don't treat invalid TLB entries as needing recheckPeter Maydell
2018-07-02accel/tcg: Correct "is this a TLB miss" check in get_page_addr_code()Peter Maydell
2018-07-02tcg: Define and use new tlb_hit() and tlb_hit_page() functionsPeter Maydell
2018-07-02translate-all: fix locking of TBs whose two pages share the same physical pageEmilio G. Cota
2018-07-02tcg: simplify !CONFIG_TCG handling of tb_invalidate_*Paolo Bonzini
2018-07-02tcg: Fix --disable-tcg build breakagePhilippe Mathieu-Daudé
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-29i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin
2018-06-28kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changedShannon Zhao
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-06-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-06-27trace: enable tracing of TCG atomicsEmilio G. Cota
2018-06-26tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZEPeter Maydell
2018-06-22tcg: fix --disable-tcg build breakageEmilio G. Cota
2018-06-15tcg: remove tb_lockEmilio G. Cota
2018-06-15translate-all: remove tb_lock mention from cpu_restore_state_from_tbEmilio G. Cota
2018-06-15cputlb: remove tb_lock from tlb_flush functionsEmilio G. Cota
2018-06-15translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota
2018-06-15translate-all: discard TB when tb_link_page returns an existing matching TBEmilio G. Cota
2018-06-15translate-all: introduce assert_no_pages_lockedEmilio G. Cota
2018-06-15translate-all: add page_locked assertionsEmilio G. Cota