index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
cputlb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec: Move CPUTLBEntry helpers to cputlb.c
Philippe Mathieu-Daudé
2024-04-26
1
-0
/
+51
*
exec: Reduce tlb_set_dirty() declaration scope
Philippe Mathieu-Daudé
2024-04-26
1
-1
/
+1
*
accel/tcg: Add TLB_CHECK_ALIGNED
Richard Henderson
2024-03-05
1
-3
/
+27
*
accel/tcg: Add tlb_fill_flags to CPUTLBEntryFull
Richard Henderson
2024-03-05
1
-4
/
+1
*
tcg: Avoid double lock if page tables happen to be in mmio memory.
Jonathan Cameron
2024-02-29
1
-24
/
+10
*
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2024-02-03
1
-9
/
+13
*
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
1
-2
/
+2
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-8
/
+8
*
accel/tcg: Forward probe size on to notdirty_write
Jessica Clarke
2023-11-14
1
-4
/
+7
*
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
Philippe Mathieu-Daudé
2023-11-07
1
-0
/
+1
*
accel/tcg: Fix condition for store_atom_insert_al16
Richard Henderson
2023-11-06
1
-1
/
+1
*
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
2023-11-06
1
-15
/
+0
*
accel/tcg: Make cpu-exec-common.c a target agnostic unit
Philippe Mathieu-Daudé
2023-10-04
1
-0
/
+1
*
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
2023-10-04
1
-1
/
+1
*
accel/tcg: move ld/st helpers to ldst_common.c.inc
Anton Johansson
2023-10-04
1
-214
/
+0
*
accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
Anton Johansson
2023-10-04
1
-5
/
+11
*
accel/tcg: Use CPUState in atomicity helpers
Anton Johansson
2023-10-04
1
-10
/
+10
*
accel/tcg: Modify atomic_mmu_lookup() to use CPUState
Anton Johansson
2023-10-04
1
-13
/
+13
*
accel/tcg: Modify memory access functions to use CPUState
Anton Johansson
2023-10-04
1
-177
/
+171
*
accel/tcg: Modify probe_access_internal() to use CPUState
Anton Johansson
2023-10-04
1
-23
/
+23
*
accel/tcg: Modify tlb_*() to use CPUState
Anton Johansson
2023-10-04
1
-116
/
+104
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-10
/
+10
*
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
2023-10-03
1
-1
/
+1
*
accel/tcg: Introduce do_st16_mmio_leN
Richard Henderson
2023-09-16
1
-30
/
+58
*
accel/tcg: Introduce do_ld16_mmio_beN
Richard Henderson
2023-09-16
1
-32
/
+59
*
accel/tcg: Merge io_writex into do_st_mmio_leN
Richard Henderson
2023-09-16
1
-51
/
+29
*
accel/tcg: Merge io_readx into do_ld_mmio_beN
Richard Henderson
2023-09-16
1
-54
/
+30
*
accel/tcg: Replace direct use of io_readx/io_writex in do_{ld,st}_1
Richard Henderson
2023-09-16
1
-2
/
+4
*
accel/tcg: Merge cpu_transaction_failed into io_failed
Richard Henderson
2023-09-16
1
-20
/
+13
*
plugin: Simplify struct qemu_plugin_hwaddr
Richard Henderson
2023-09-16
1
-7
/
+9
*
accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed
Richard Henderson
2023-09-16
1
-8
/
+4
*
accel/tcg: Split out io_prepare and io_failed
Richard Henderson
2023-09-16
1
-31
/
+44
*
accel/tcg: Simplify tlb_plugin_lookup
Richard Henderson
2023-09-16
1
-56
/
+23
*
accel/tcg: Fix the comment for CPUTLBEntryFull
LIU Zhiwei
2023-09-15
1
-4
/
+7
*
accel/tcg: Update run_on_cpu_data static assert
Anton Johansson
2023-08-24
1
-2
/
+3
*
accel/tcg: Widen address arg in tlb_compare_set()
Anton Johansson
2023-08-24
1
-1
/
+1
*
include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()
Anton Johansson
2023-08-24
1
-5
/
+5
*
accel/tcg: Call save_iotlb_data from io_readx as well
Mikhail Tyutin
2023-08-06
1
-15
/
+21
*
accel/tcg: Do not issue misaligned i/o
Richard Henderson
2023-08-05
1
-46
/
+72
*
accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*
Richard Henderson
2023-08-05
1
-7
/
+69
*
accel/tcg: Adjust parameters and locking with do_{ld,st}_mmio_*
Richard Henderson
2023-08-05
1
-33
/
+34
*
accel/tcg: Zero-pad vaddr in tlb_debug output
Anton Johansson
2023-07-24
1
-10
/
+10
*
tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128
Richard Henderson
2023-07-15
1
-1
/
+1
*
plugins: force slow path when plugins instrument memory ops
Alex Bennée
2023-07-03
1
-7
/
+34
*
accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK
Richard Henderson
2023-06-26
1
-4
/
+14
*
accel/tcg: Store some tlb flags in CPUTLBEntryFull
Richard Henderson
2023-06-26
1
-39
/
+57
*
tcg: Add host memory barriers to cpu_ldst.h interfaces
Richard Henderson
2023-06-26
1
-0
/
+10
*
accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()
Anton Johansson
2023-06-26
1
-3
/
+3
*
accel: Replace target_ulong with vaddr in probe_*()
Anton Johansson
2023-06-26
1
-6
/
+6
*
accel/tcg: Widen pc to vaddr in CPUJumpCache
Anton Johansson
2023-06-26
1
-1
/
+1
[next]