aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
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
2018-06-15tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota
2018-06-15Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a'...Peter Maydell
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell
2018-06-15iommu: Add IOMMU index concept to IOMMU APIPeter Maydell
2018-06-15bswap: Add new stn_*_p() and ldn_*_p() memory access functionsPeter Maydell
2018-06-15cputlb: Pass cpu_transaction_failed() the correct physaddrPeter Maydell
2018-06-15cpu-defs.h: Document CPUIOTLBEntry 'addr' fieldPeter Maydell
2018-06-15migration: Poison ramblock loops in migrationDr. David Alan Gilbert
2018-06-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell
2018-06-04migration: discard non-migratable RAMBlocksCédric Le Goater
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini
2018-06-01memory.h: Fix typo in documentation commentPeter Maydell
2018-05-31Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make flatview_translate() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell
2018-05-31Make memory_region_access_valid() take a MemTxAttrs argumentPeter Maydell
2018-05-31Make address_space_access_valid() take a MemTxAttrs argumentPeter Maydell