aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2021-06-05docs: fix broken referenceJohn Snow
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé
2021-05-26exec/memory: Use correct type sizePhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_cached: Use correct type sizePhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_phys: Use correct type sizesPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst: Use correct type sizesPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_phys: Sort declarationsPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_cached: Sort declarationsPhilippe Mathieu-Daudé
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu
2021-05-25accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson
2021-05-18Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell
2021-05-14Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell
2021-05-14exec/gen-icount.h: Add missing "exec/exec-all.h" includePhilippe Mathieu-Daudé
2021-05-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell
2021-05-14configure: Poison all current target-specific #definesThomas Huth
2021-05-14include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth
2021-05-13migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand
2021-05-13util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster
2021-05-12Remove the deprecated moxie targetThomas Huth
2021-05-01exec: Remove accel/tcg/ from include pathsPhilippe Mathieu-Daudé
2021-04-12exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1pull-target-arm-20210412Richard Henderson
2021-03-23exec: Build page-vary-common.c with -fno-ltoRichard Henderson
2021-03-23exec: Extract 'page-vary.h' headerRichard Henderson
2021-03-23memory: Add offset_in_region to flatview_cb argumentsPeter Maydell
2021-03-23memory: Document flatview_for_each_range()Peter Maydell
2021-03-23memory: Make flatview_cb return bool, not intPeter Maydell
2021-03-19memory: Drop "qemu:" prefix from QOM memory region type namesMarkus Armbruster
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé
2021-03-09Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210306' into...Peter Maydell
2021-03-09Remove deprecated target tilegxThomas Huth
2021-03-06exec: Poison Hexagon target-specific definitionsPhilippe Mathieu-Daudé
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson
2021-03-06include/exec: lightly re-arrange TranslationBlockAlex Bennée
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée
2021-03-06accel/tcg: rename tb_lookup__cpu_state and hoist state extractionAlex Bennée
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée
2021-02-18accel/tcg: remove CF_NOCACHE and special casesAlex Bennée
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson