aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell1-1/+2
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell1-1/+6
2018-06-15iommu: Add IOMMU index concept to IOMMU APIPeter Maydell1-0/+55
2018-06-15bswap: Add new stn_*_p() and ldn_*_p() memory access functionsPeter Maydell1-0/+4
2018-06-15cputlb: Pass cpu_transaction_failed() the correct physaddrPeter Maydell1-2/+11
2018-06-15cpu-defs.h: Document CPUIOTLBEntry 'addr' fieldPeter Maydell1-0/+9
2018-06-15migration: Poison ramblock loops in migrationDr. David Alan Gilbert1-1/+3
2018-06-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell1-0/+4
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell1-1/+1
2018-06-04migration: discard non-migratable RAMBlocksCédric Le Goater1-0/+4
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-1/+1
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-23/+0
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini1-23/+0
2018-06-01memory.h: Fix typo in documentation commentPeter Maydell1-1/+1
2018-05-31Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell1-1/+1
2018-05-31Make flatview_translate() take a MemTxAttrs argumentPeter Maydell1-3/+4
2018-05-31Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-31Make memory_region_access_valid() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-31Make address_space_access_valid() take a MemTxAttrs argumentPeter Maydell1-1/+3
2018-05-31Make address_space_map() take a MemTxAttrs argumentPeter Maydell1-1/+2
2018-05-31Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell1-1/+3
2018-05-31Make tb_invalidate_phys_addr() take a MemTxAttrs argumentPeter Maydell1-2/+3
2018-05-31memory.h: Improve IOMMU related documentationPeter Maydell1-10/+95
2018-05-31tcg: Fix helper function vs host abi for float16Richard Henderson1-1/+1
2018-05-25gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell1-0/+15
2018-05-24linux-user: Assert on bad type in thunk_type_align() and thunk_type_size()Peter Maydell1-2/+2
2018-05-15Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.13-pull-r...Peter Maydell1-5/+17
2018-05-14linux-user: correctly align types in thunking codeLaurent Vivier1-5/+17
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-158/+459
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-4/+4
2018-05-09exec: reintroduce MemoryRegion cachingPaolo Bonzini4-6/+169
2018-05-09exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini4-154/+292
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier1-1/+1
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-1/+4