aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/tb-maint.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson1-4/+2
2023-10-04accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé1-0/+1
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé1-1/+1
2023-10-02Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi1-2/+1
2023-09-29tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé1-2/+1
2023-09-28accel/tcg: Always set CF_LAST_IO with CF_NOIRQRichard Henderson1-2/+4
2023-08-31accel/tcg: spelling fixesMichael Tokarev1-1/+1
2023-07-15accel/tcg: Always lock pages before translationRichard Henderson1-115/+129
2023-07-01accel/tcg: Assert one page in tb_invalidate_phys_page_range__lockedMark Cave-Ayland1-0/+3
2023-07-01accel/tcg: Fix start page passed to tb_invalidate_phys_page_range__lockedMark Cave-Ayland1-4/+6
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson1-1/+1
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée1-2/+2
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée1-3/+2
2023-05-11accel/tcg: Add cpu_in_serial_contextRichard Henderson1-1/+1
2023-05-08tb-maint: do not use mb_read/mb_setPaolo Bonzini1-2/+2
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson1-15/+16
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_page_range__lockedRichard Henderson1-14/+12
2023-03-28accel/tcg: Pass last not end to page_collection_lockRichard Henderson1-11/+11
2023-03-28accel/tcg: Pass last not end to PAGE_FOR_EACH_TBRichard Henderson1-12/+16
2023-03-28tcg: use QTree instead of GTreeEmilio Cota1-8/+9
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-0/+1
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson1-4/+4
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson1-4/+4
2023-01-05accel/tcg: Fix tb_invalidate_phys_page_unwindRichard Henderson1-32/+40
2022-12-20accel/tcg: Restrict page_collection structure to system TB maintainancePhilippe Mathieu-Daudé1-8/+7
2022-12-20accel/tcg: Factor tb_invalidate_phys_range_fast() outPhilippe Mathieu-Daudé1-4/+17
2022-12-20accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()Philippe Mathieu-Daudé1-3/+3
2022-12-20accel/tcg: Move remainder of page locking to tb-maint.cRichard Henderson1-79/+394
2022-12-20accel/tcg: Move PageDesc tree into tb-maint.c for systemRichard Henderson1-4/+116
2022-12-20accel/tcg: Use interval tree for user-only page trackingRichard Henderson1-6/+14
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson1-159/+228
2022-12-20accel/tcg: Rename page_flush_tbRichard Henderson1-5/+5
2022-11-01accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tbRichard Henderson1-2/+2
2022-10-26accel/tcg: Unify declarations of tb_invalidate_phys_rangeRichard Henderson1-11/+2
2022-10-26accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameterRichard Henderson1-7/+8
2022-10-26accel/tcg: Rename tb_invalidate_phys_pageRichard Henderson1-1/+1
2022-10-26accel/tcg: Introduce tb_{set_}page_addr{0,1}Richard Henderson1-14/+15
2022-10-26accel/tcg: Remove duplicate store to tb->page_addr[]Richard Henderson1-3/+0
2022-10-26accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMCRichard Henderson1-23/+2
2022-10-26accel/tcg: Split out tb-maint.cRichard Henderson1-0/+735