aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2018-12-17Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into stagingPeter Maydell
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota
2018-12-17exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell
2018-11-06memory: learn about non-volatile memory regionMarc-André Lureau
2018-10-31cputlb: Remove tlb_c.pending_flushesRichard Henderson
2018-10-31cputlb: Filter flushes on already clean tlbsRichard Henderson
2018-10-31cputlb: Count "partial" and "elided" tlb flushesRichard Henderson
2018-10-31cputlb: Move env->vtlb_index to env->tlb_d.vindexRichard Henderson
2018-10-31cputlb: Split large page tracking per mmu_idxRichard Henderson
2018-10-31cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flushRichard Henderson
2018-10-31cputlb: Move tlb_lock to CPUTLBCommonRichard Henderson
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell
2018-10-26memory.h: fix typos in commentsLi Qiang
2018-10-25target/mips: Add disassembler support for nanoMIPSAleksandar Markovic
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-10-19Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181018' into stagingPeter Maydell
2018-10-19target-i386 : add coalesced_pio APIPeng Hao
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen
2018-10-18cputlb: read CPUTLBEntry.addr_write atomicallyEmilio G. Cota
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-18exec: introduce tlb_initEmilio G. Cota
2018-10-02memory: Remove old_mmio accessorsPeter Maydell
2018-10-02hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth
2018-08-21Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell
2018-08-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-08-20memory: Remove MMIO request_ptr APIsPeter Maydell
2018-08-17linux-user: fix 32bit g2h()/h2g()Laurent Vivier
2018-08-14accel/tcg: Check whether TLB entry is RAM consistently with how we set it upPeter Maydell
2018-08-10hostmem-file: add the 'pmem' optionJunyan He
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He
2018-08-10memory, exec: Expose all memory block related flags.Junyan He
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-07-02tcg: Define and use new tlb_hit() and tlb_hit_page() functionsPeter Maydell
2018-07-02tcg: simplify !CONFIG_TCG handling of tb_invalidate_*Paolo Bonzini
2018-07-02tcg: Fix --disable-tcg build breakagePhilippe Mathieu-Daudé
2018-06-28memory/hmp: Print owners/parents in "info mtree"Alexey Kardashevskiy
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-06-28Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...Peter Maydell
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand
2018-06-27trace: fix misreporting of TCG access sizes for user-spaceEmilio G. Cota
2018-06-26tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZEPeter Maydell
2018-06-21Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into stagingPeter Maydell
2018-06-15tcg: remove tb_lockEmilio G. Cota
2018-06-15translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota
2018-06-15translate-all: introduce assert_no_pages_lockedEmilio G. Cota
2018-06-15translate-all: use per-page locking in !user-modeEmilio G. Cota
2018-06-15translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TBEmilio G. Cota