index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
tb-maint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-14
accel/tcg: Remove CF_LAST_IO
Richard Henderson
1
-4
/
+2
2023-10-04
accel/tcg: Make cpu-exec-common.c a target agnostic unit
Philippe Mathieu-Daudé
1
-0
/
+1
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-02
Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...
Stefan Hajnoczi
1
-2
/
+1
2023-09-29
tcg: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-2
/
+1
2023-09-28
accel/tcg: Always set CF_LAST_IO with CF_NOIRQ
Richard Henderson
1
-2
/
+4
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-07-15
accel/tcg: Always lock pages before translation
Richard Henderson
1
-115
/
+129
2023-07-01
accel/tcg: Assert one page in tb_invalidate_phys_page_range__locked
Mark Cave-Ayland
1
-0
/
+3
2023-07-01
accel/tcg: Fix start page passed to tb_invalidate_phys_page_range__locked
Mark Cave-Ayland
1
-4
/
+6
2023-06-26
accel: Replace target_ulong in tlb_*()
Anton Johansson
1
-1
/
+1
2023-06-01
accel/tcg: include cs_base in our hash calculations
Alex Bennée
1
-2
/
+2
2023-06-01
tcg: remove the final vestiges of dstate
Alex Bennée
1
-3
/
+2
2023-05-11
accel/tcg: Add cpu_in_serial_context
Richard Henderson
1
-1
/
+1
2023-05-08
tb-maint: do not use mb_read/mb_set
Paolo Bonzini
1
-2
/
+2
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
1
-15
/
+16
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_page_range__locked
Richard Henderson
1
-14
/
+12
2023-03-28
accel/tcg: Pass last not end to page_collection_lock
Richard Henderson
1
-11
/
+11
2023-03-28
accel/tcg: Pass last not end to PAGE_FOR_EACH_TB
Richard Henderson
1
-12
/
+16
2023-03-28
tcg: use QTree instead of GTree
Emilio Cota
1
-8
/
+9
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
1
-0
/
+1
2023-03-01
accel/tcg: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-4
/
+4
2023-03-01
accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
1
-4
/
+4
2023-01-05
accel/tcg: Fix tb_invalidate_phys_page_unwind
Richard Henderson
1
-32
/
+40
2022-12-20
accel/tcg: Restrict page_collection structure to system TB maintainance
Philippe Mathieu-Daudé
1
-8
/
+7
2022-12-20
accel/tcg: Factor tb_invalidate_phys_range_fast() out
Philippe Mathieu-Daudé
1
-4
/
+17
2022-12-20
accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()
Philippe Mathieu-Daudé
1
-3
/
+3
2022-12-20
accel/tcg: Move remainder of page locking to tb-maint.c
Richard Henderson
1
-79
/
+394
2022-12-20
accel/tcg: Move PageDesc tree into tb-maint.c for system
Richard Henderson
1
-4
/
+116
2022-12-20
accel/tcg: Use interval tree for user-only page tracking
Richard Henderson
1
-6
/
+14
2022-12-20
accel/tcg: Use interval tree for TBs in user-only mode
Richard Henderson
1
-159
/
+228
2022-12-20
accel/tcg: Rename page_flush_tb
Richard Henderson
1
-5
/
+5
2022-11-01
accel/tcg: Remove reset_icount argument from cpu_restore_state_from_tb
Richard Henderson
1
-2
/
+2
2022-10-26
accel/tcg: Unify declarations of tb_invalidate_phys_range
Richard Henderson
1
-11
/
+2
2022-10-26
accel/tcg: Rename tb_invalidate_phys_page_range and drop end parameter
Richard Henderson
1
-7
/
+8
2022-10-26
accel/tcg: Rename tb_invalidate_phys_page
Richard Henderson
1
-1
/
+1
2022-10-26
accel/tcg: Introduce tb_{set_}page_addr{0,1}
Richard Henderson
1
-14
/
+15
2022-10-26
accel/tcg: Remove duplicate store to tb->page_addr[]
Richard Henderson
1
-3
/
+0
2022-10-26
accel/tcg: Drop cpu_get_tb_cpu_state from TARGET_HAS_PRECISE_SMC
Richard Henderson
1
-23
/
+2
2022-10-26
accel/tcg: Split out tb-maint.c
Richard Henderson
1
-0
/
+735