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
/
cputlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-23
accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128
Richard Henderson
1
-1
/
+1
2023-05-23
accel/tcg: Remove prot argument to atomic_mmu_lookup
Richard Henderson
1
-53
/
+30
2023-05-23
accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu
Richard Henderson
1
-99
/
+23
2023-05-16
tcg: Widen helper_{ld,st}_i128 addresses to uint64_t
Richard Henderson
1
-3
/
+2
2023-05-16
accel/tcg: Widen tcg-ldst.h addresses to uint64_t
Richard Henderson
1
-13
/
+13
2023-05-16
tcg: Add 128-bit guest memory primitives
Richard Henderson
1
-94
/
+305
2023-05-16
tcg: Unify helper_{be,le}_{ld,st}*
Richard Henderson
1
-129
/
+61
2023-05-16
accel/tcg: Honor atomicity of stores
Richard Henderson
1
-60
/
+48
2023-05-16
accel/tcg: Honor atomicity of loads
Richard Henderson
1
-39
/
+136
2023-05-11
accel/tcg: Reorg system mode store helpers
Richard Henderson
1
-208
/
+186
2023-05-11
accel/tcg: Reorg system mode load helpers
Richard Henderson
1
-209
/
+412
2023-05-11
accel/tcg: Introduce tlb_read_idx
Richard Henderson
1
-71
/
+33
2023-05-11
accel/tcg: Fix atomic_mmu_lookup for reads
Richard Henderson
1
-1
/
+1
2023-05-05
tcg: Widen helper_*_st[bw]_mmu val arguments
Richard Henderson
1
-3
/
+3
2023-05-02
accel/tcg: Add cpu_ld*_code_mmu
Richard Henderson
1
-0
/
+48
2023-05-02
accel/tcg: Uncache the host address for instruction fetch when tlb size < 1
Weiwei Li
1
-0
/
+5
2023-03-05
accel/tcg: Trigger watchpoints from atomic_mmu_lookup
Richard Henderson
1
-11
/
+29
2023-03-05
accel/tcg: Honor TLB_DISCARD_WRITE in atomic_mmu_lookup
Richard Henderson
1
-1
/
+1
2023-03-05
accel/tcg: Retain prot flags from tlb_fill
Richard Henderson
1
-1
/
+0
2023-02-28
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
1
-2
/
+2
2023-02-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
1
-3
/
+14
2023-02-04
tcg: Add guest load/store primitives for TCGv_i128
Richard Henderson
1
-0
/
+112
2023-02-04
accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_page
Eric Auger
1
-1
/
+6
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
1
-1
/
+1
2023-01-04
accel/tcg: Use QEMU_IOTHREAD_LOCK_GUARD in io_readx/io_writex
Richard Henderson
1
-17
/
+8
2022-12-20
accel/tcg: Factor tb_invalidate_phys_range_fast() out
Philippe Mathieu-Daudé
1
-4
/
+1
2022-12-20
accel/tcg: Rename tb_invalidate_phys_page_fast{,__locked}()
Philippe Mathieu-Daudé
1
-1
/
+1
2022-12-20
accel/tcg: Remove trace events from trace-root.h
Philippe Mathieu-Daudé
1
-1
/
+1
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
1
-4
/
+5
2022-10-04
accel/tcg: Inline tb_flush_jmp_cache
Richard Henderson
1
-11
/
+14
2022-10-04
accel/tcg: Do not align tb->page_addr[0]
Richard Henderson
1
-1
/
+2
2022-10-03
accel/tcg: Introduce tlb_set_page_full
Richard Henderson
1
-18
/
+33
2022-10-03
accel/tcg: Introduce probe_access_full
Richard Henderson
1
-18
/
+29
2022-10-03
accel/tcg: Suppress auto-invalidate in probe_access_internal
Richard Henderson
1
-1
/
+9
2022-10-03
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson
1
-4
/
+3
2022-10-03
accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
Richard Henderson
1
-50
/
+52
2022-10-03
cputlb: used cached CPUClass in our hot-paths
Alex Bennée
1
-9
/
+6
2022-09-06
accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostp
Richard Henderson
1
-50
/
+26
2022-09-06
accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
Richard Henderson
1
-12
/
+0
2022-09-06
accel/tcg: Properly implement get_page_addr_code for user-only
Richard Henderson
1
-5
/
+0
2022-07-12
accel/tcg: Fix unaligned stores to s390x low-address-protected lowcore
Ilya Leoshkevich
1
-3
/
+5
2022-04-26
accel/tcg: Assert mmu_idx in range before use in cputlb
Richard Henderson
1
-13
/
+27
2022-04-20
accel/tcg: Remove ATOMIC_MMU_IDX
Richard Henderson
1
-1
/
+0
2022-03-16
accel/tcg: Fix cpu_ldq_be_mmu typo
Richard Henderson
1
-1
/
+1
2022-02-14
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...
Peter Maydell
1
-0
/
+9
2022-02-09
tracing: remove TCG memory access tracing
Alex Bennée
1
-2
/
+0
2022-02-09
accel/tcg: Optimize jump cache flush during tlb range flush
Idan Horowitz
1
-0
/
+9
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
1
-15
/
+15
2021-10-13
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Richard Henderson
1
-0
/
+1
2021-10-13
accel/tcg: Add cpu_{ld,st}*_mmu interfaces
Richard Henderson
1
-266
/
+126
[prev]
[next]