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-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
2021-10-05
trace: Split guest_mem_before
Richard Henderson
1
-5
/
+2
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
1
-2
/
+2
2021-10-05
trace/mem: Pass MemOpIdx to trace_mem_get_info
Richard Henderson
1
-8
/
+4
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
1
-39
/
+39
2021-10-05
accel/tcg: Drop signness in tracing in cputlb.c
Richard Henderson
1
-7
/
+3
2021-07-21
accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
Richard Henderson
1
-6
/
+1
2021-07-21
accel/tcg: Remove ATOMIC_MMU_DECLS
Richard Henderson
1
-1
/
+0
2021-07-21
accel/tcg: Fold EXTRA_ARGS into atomic_template.h
Richard Henderson
1
-1
/
+0
2021-07-21
accel/tcg: Standardize atomic helpers on softmmu api
Richard Henderson
1
-32
/
+0
2021-07-21
tcg: Rename helper_atomic_*_mmu and provide for user-only
Richard Henderson
1
-3
/
+5
2021-07-14
plugins: fix-up handling of internal hostaddr for 32 bit
Alex Bennée
1
-1
/
+1
2021-06-19
accel/tcg: Probe the proper permissions for atomic ops
Richard Henderson
1
-29
/
+66
2021-05-26
accel/tcg: Keep TranslationBlock headers local to TCG
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-25
accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]
Richard Henderson
1
-6
/
+6
2021-05-25
accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0
Richard Henderson
1
-6
/
+5
2021-05-25
accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()
Richard Henderson
1
-7
/
+20
[next]