aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2018-11-06memory: learn about non-volatile memory regionMarc-André Lureau1-0/+25
2018-10-31cputlb: Remove tlb_c.pending_flushesRichard Henderson1-6/+0
2018-10-31cputlb: Filter flushes on already clean tlbsRichard Henderson1-1/+6
2018-10-31cputlb: Count "partial" and "elided" tlb flushesRichard Henderson2-3/+11
2018-10-31cputlb: Move env->vtlb_index to env->tlb_d.vindexRichard Henderson1-2/+3
2018-10-31cputlb: Split large page tracking per mmu_idxRichard Henderson1-2/+12
2018-10-31cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flushRichard Henderson1-1/+7
2018-10-31cputlb: Move tlb_lock to CPUTLBCommonRichard Henderson1-3/+14
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell1-3/+3
2018-10-26memory.h: fix typos in commentsLi Qiang1-3/+3
2018-10-25target/mips: Add disassembler support for nanoMIPSAleksandar Markovic1-0/+1
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+2
2018-10-19Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181018' into stagingPeter Maydell4-16/+50
2018-10-19target-i386 : add coalesced_pio APIPeng Hao1-2/+2
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen1-0/+1
2018-10-18cputlb: read CPUTLBEntry.addr_write atomicallyEmilio G. Cota2-2/+11
2018-10-18tcg: Add tlb_index and tlb_entry helpersRichard Henderson2-15/+29
2018-10-18cputlb: serialize tlb updates with env->tlb_lockEmilio G. Cota1-0/+3
2018-10-18exec: introduce tlb_initEmilio G. Cota1-0/+8
2018-10-02memory: Remove old_mmio accessorsPeter Maydell1-5/+0
2018-10-02hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida1-1/+1
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth1-1/+0
2018-08-21Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell2-11/+24
2018-08-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-4/+55
2018-08-20memory: Remove MMIO request_ptr APIsPeter Maydell1-35/+0
2018-08-17linux-user: fix 32bit g2h()/h2g()Laurent Vivier2-11/+24
2018-08-14accel/tcg: Check whether TLB entry is RAM consistently with how we set it upPeter Maydell1-2/+0
2018-08-10hostmem-file: add the 'pmem' optionJunyan He2-0/+7
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He2-4/+28
2018-08-10memory, exec: Expose all memory block related flags.Junyan He1-0/+20
2018-07-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-5/+3
2018-07-02tcg: Define and use new tlb_hit() and tlb_hit_page() functionsPeter Maydell2-2/+24
2018-07-02tcg: simplify !CONFIG_TCG handling of tb_invalidate_*Paolo Bonzini1-5/+3
2018-07-02tcg: Fix --disable-tcg build breakagePhilippe Mathieu-Daudé1-4/+9
2018-06-28memory/hmp: Print owners/parents in "info mtree"Alexey Kardashevskiy1-1/+1
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini2-4/+6
2018-06-28Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...Peter Maydell1-1/+0
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand1-1/+0
2018-06-27trace: fix misreporting of TCG access sizes for user-spaceEmilio G. Cota1-3/+8
2018-06-26tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZEPeter Maydell1-1/+4
2018-06-21Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into stagingPeter Maydell4-26/+37
2018-06-15tcg: remove tb_lockEmilio G. Cota4-9/+5
2018-06-15translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota1-13/+22
2018-06-15translate-all: introduce assert_no_pages_lockedEmilio G. Cota1-0/+8
2018-06-15translate-all: use per-page locking in !user-modeEmilio G. Cota1-1/+2
2018-06-15translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TBEmilio G. Cota1-1/+1
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota1-1/+0
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota2-2/+0
2018-06-15Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a'...Peter Maydell1-1/+3
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell1-1/+2