aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-16exec: Introduce cpu_untagged_addrRichard Henderson
2021-02-16linux-user: Fix guest_addr_valid vs reserved_vaRichard Henderson
2021-02-16linux-user: Do not use guest_addr_valid for h2g_validRichard Henderson
2021-02-16exec: Improve types for guest_addr_validRichard Henderson
2021-02-16exec: Use uintptr_t in cpu_ldst.hRichard Henderson
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson
2021-02-16linux-user: Introduce PAGE_ANONRichard Henderson
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson
2021-02-15bswap.h: Remove unused float-access functionsPeter Maydell
2021-02-15gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()Peter Maydell
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2021-02-09Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-02-08Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov
2021-02-08migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev
2021-02-08migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson
2021-02-05exec/cpu-defs: Remove TCG backends dependencyPhilippe Mathieu-Daudé
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2021-01-23accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé
2021-01-23accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson
2021-01-23accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé
2021-01-18gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée
2021-01-13tcg: Use tcg_constant_i32 with icount expanderRichard Henderson
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-04tcg: Use memset for large vector byte replicationRichard Henderson
2021-01-02remove TCG includes from common codePaolo Bonzini
2020-12-15poison: remove GNUC checkMarc-André Lureau
2020-12-15vl: extract softmmu/globals.cPaolo Bonzini
2020-12-10make ram_size local to vl.cPaolo Bonzini
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant
2020-11-03memory: Add interface to set iommu page size maskBharat Bhushan
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov
2020-10-26fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov
2020-10-20accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson