index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
tcg
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Peter Maydell
2018-06-15
1
-1
/
+2
*
cputlb: Pass cpu_transaction_failed() the correct physaddr
Peter Maydell
2018-06-15
1
-13
/
+31
*
cpu-defs.h: Document CPUIOTLBEntry 'addr' field
Peter Maydell
2018-06-15
1
-0
/
+12
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-06-01
1
-1
/
+0
|
\
|
*
accel: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
2018-05-31
1
-1
/
+0
*
|
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+1
*
|
Make tb_invalidate_phys_addr() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+1
|
/
*
Remove unnecessary variables for function return value
Laurent Vivier
2018-05-20
1
-4
/
+1
*
tcg: Optionally log FPU state in TCG -d cpu logging
Peter Maydell
2018-05-15
1
-3
/
+6
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...
Peter Maydell
2018-05-11
2
-38
/
+82
|
\
|
*
tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic add
Richard Henderson
2018-05-10
1
-42
/
+7
|
*
tcg: Introduce atomic helpers for integer min/max
Richard Henderson
2018-05-10
2
-0
/
+79
*
|
translator: merge max_insns into DisasContextBase
Emilio G. Cota
2018-05-09
1
-11
/
+10
|
/
*
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-04-11
4
-20
/
+20
*
tcg: Fix out-of-line generic vector compares
Richard Henderson
2018-04-06
1
-1
/
+1
*
tcg: Really fix cpu_io_recompile
Richard Henderson
2018-03-26
1
-27
/
+10
*
tcg: fix cpu_io_recompile
Pavel Dovgalyuk
2018-03-12
1
-3
/
+15
*
cpu-exec: fix exception_index handling
Pavel Dovgalyuk
2018-03-12
1
-1
/
+4
*
tcg: Add generic vector helpers with a scalar operand
Richard Henderson
2018-02-08
2
-0
/
+199
*
tcg: Add generic helpers for saturating arithmetic
Richard Henderson
2018-02-08
2
-0
/
+288
*
tcg: Add generic vector ops for multiplication
Richard Henderson
2018-02-08
2
-0
/
+49
*
tcg: Add generic vector ops for comparisons
Richard Henderson
2018-02-08
2
-0
/
+66
*
tcg: Add generic vector ops for constant shifts
Richard Henderson
2018-02-08
2
-0
/
+159
*
tcg: Add generic vector expanders
Richard Henderson
2018-02-08
3
-1
/
+355
*
Drop remaining bits of ia64 host support
Peter Maydell
2018-02-05
1
-33
/
+0
*
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-25
3
-12
/
+17
*
page_unprotect(): handle calls to pages that are PAGE_WRITE
Peter Maydell
2018-01-23
2
-20
/
+43
*
linux-user: Propagate siginfo_t through to handle_cpu_signal()
Peter Maydell
2018-01-23
1
-25
/
+14
*
tcg: add cs_base and flags to -d exec output
Paolo Bonzini
2017-12-29
2
-4
/
+7
*
cpu-exec: fix missed CPU kick during interrupt injection
David Hildenbrand
2017-12-21
1
-9
/
+3
*
misc: remove duplicated includes
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.h
Peter Maydell
2017-12-18
1
-1
/
+0
*
translate-all: fix 'consisits' typo in comment
Emilio G. Cota
2017-12-18
1
-1
/
+1
*
accel/tcg: Handle atomic accesses to notdirty memory correctly
Peter Maydell
2017-11-21
3
-13
/
+38
*
Revert "cpu-exec: don't overwrite exception_index"
Peter Maydell
2017-11-20
1
-3
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-11-16
1
-42
/
+57
|
\
|
*
cpu-exec: avoid cpu_exec_nocache infinite loop with record/replay
Pavel Dovgalyuk
2017-11-14
1
-41
/
+54
|
*
cpu-exec: don't overwrite exception_index
Pavel Dovgalyuk
2017-11-14
1
-1
/
+3
*
|
tcg: Record code_gen_buffer address for user-only memory helpers
Richard Henderson
2017-11-15
3
-18
/
+73
*
|
accel/tcg/translate-all: expand cpu_restore_state addr check
Alex Bennée
2017-11-13
1
-23
/
+29
|
/
*
cpu-exec: Exit exclusive region on longjmp from step_atomic
Peter Maydell
2017-11-03
1
-3
/
+12
*
translate-all: exit from tb_phys_invalidate if qht_remove fails
Emilio G. Cota
2017-10-24
1
-1
/
+3
*
tcg: enable multiple TCG contexts in softmmu
Emilio G. Cota
2017-10-24
1
-1
/
+1
*
tcg: introduce regions to split code_gen_buffer
Emilio G. Cota
2017-10-24
1
-43
/
+20
*
translate-all: use qemu_protect_rwx/none helpers
Emilio G. Cota
2017-10-24
1
-48
/
+13
*
tcg: distribute profiling counters across TCGContext's
Emilio G. Cota
2017-10-24
1
-10
/
+13
*
tcg: define tcg_init_ctx and make tcg_ctx a pointer
Emilio G. Cota
2017-10-24
2
-55
/
+56
*
tcg: take tb_ctx out of TCGContext
Emilio G. Cota
2017-10-24
2
-30
/
+29
*
translate-all: report correct avg host TB size
Emilio G. Cota
2017-10-24
1
-9
/
+23
*
exec-all: rename tb_free to tb_remove
Emilio G. Cota
2017-10-24
2
-4
/
+4
[next]