index
:
sinitax/cachepc-qemu
master
Fork of AMDESE/qemu with changes for cachepc side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
dp8393x: Replace address_space_rw(is_write=1) by address_space_write()
Philippe Mathieu-Daudé
2021-07-11
1
-4
/
+4
|
*
|
|
dp8393x: fix CAM descriptor entry index
Mark Cave-Ayland
2021-07-11
1
-2
/
+2
|
*
|
|
target/mips: Rewrite UHI errno_mips() using switch statement
Philippe Mathieu-Daudé
2021-07-11
1
-15
/
+9
|
*
|
|
target/mips/tx79: Introduce SQ opcode (Store Quadword)
Philippe Mathieu-Daudé
2021-07-11
2
-0
/
+28
|
*
|
|
target/mips/tx79: Introduce LQ opcode (Load Quadword)
Philippe Mathieu-Daudé
2021-07-11
3
-14
/
+45
|
*
|
|
target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)
Philippe Mathieu-Daudé
2021-07-11
2
-0
/
+29
|
*
|
|
target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)
Philippe Mathieu-Daudé
2021-07-11
2
-0
/
+31
|
*
|
|
target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)
Philippe Mathieu-Daudé
2021-07-11
2
-0
/
+21
|
*
|
|
target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)
Philippe Mathieu-Daudé
2021-07-11
2
-0
/
+69
|
*
|
|
target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)
Philippe Mathieu-Daudé
2021-07-11
2
-0
/
+78
|
*
|
|
target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)
Philippe Mathieu-Daudé
2021-07-11
2
-0
/
+34
|
*
|
|
target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)
Philippe Mathieu-Daudé
2021-07-11
2
-0
/
+25
|
*
|
|
target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)
Philippe Mathieu-Daudé
2021-07-11
2
-0
/
+58
|
*
|
|
hw/pci-host/raven: Add PCI_IO_BASE_ADDR definition
Philippe Mathieu-Daudé
2021-07-11
1
-4
/
+7
|
*
|
|
hw/pci-host: Rename Raven ASIC PCI bridge as raven.c
Philippe Mathieu-Daudé
2021-07-11
5
-4
/
+4
*
|
|
|
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
2021-07-12
46
-439
/
+217
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
cpu: Add breakpoint tracepoints
Richard Henderson
2021-07-09
2
-4
/
+14
|
*
|
|
tcg: Remove TCG_TARGET_HAS_goto_ptr
Richard Henderson
2021-07-09
12
-18
/
+4
|
*
|
|
accel/tcg: Log tb->cflags with -d exec
Richard Henderson
2021-07-09
1
-3
/
+3
|
*
|
|
accel/tcg: Split out log_cpu_exec
Richard Henderson
2021-07-09
1
-27
/
+34
|
*
|
|
accel/tcg: Move tb_lookup to cpu-exec.c
Richard Henderson
2021-07-09
2
-50
/
+30
|
*
|
|
accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c
Richard Henderson
2021-07-09
2
-22
/
+30
|
*
|
|
target/i386: Use cpu_breakpoint_test in breakpoint_handler
Richard Henderson
2021-07-09
1
-9
/
+3
|
*
|
|
tcg: Fix prologue disassembly
Richard Henderson
2021-07-09
1
-2
/
+2
|
*
|
|
target/xtensa: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-5
/
+1
|
*
|
|
target/tricore: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2021-07-09
1
-1
/
+2
|
*
|
|
target/tricore: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-15
/
+2
|
*
|
|
target/sparc: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-14
/
+5
|
*
|
|
target/sh4: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-8
/
+3
|
*
|
|
target/s390x: Remove use_exit_tb
Richard Henderson
2021-07-09
1
-9
/
+2
|
*
|
|
target/s390x: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-6
/
+1
|
*
|
|
target/rx: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-10
/
+1
|
*
|
|
target/riscv: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-19
/
+1
|
*
|
|
target/ppc: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-9
/
+1
|
*
|
|
target/openrisc: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-7
/
+8
|
*
|
|
target/nios2: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-14
/
+1
|
*
|
|
target/mips: Fix missing else in gen_goto_tb
Richard Henderson
2021-07-09
1
-1
/
+2
|
*
|
|
target/mips: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-15
/
+2
|
*
|
|
target/microblaze: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-10
/
+1
|
*
|
|
target/m68k: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-11
/
+1
|
*
|
|
target/i386: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-12
/
+2
|
*
|
|
target/hppa: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-4
/
+1
|
*
|
|
target/cris: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-3
/
+2
|
*
|
|
target/avr: Mark some helpers noreturn
Richard Henderson
2021-07-09
1
-4
/
+4
|
*
|
|
target/avr: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-3
/
+6
|
*
|
|
target/arm: Use translator_use_goto_tb for aarch32
Richard Henderson
2021-07-09
1
-11
/
+1
|
*
|
|
target/arm: Use translator_use_goto_tb for aarch64
Richard Henderson
2021-07-09
1
-20
/
+5
|
*
|
|
target/arm: Use DISAS_TOO_MANY for ISB and SB
Richard Henderson
2021-07-09
1
-2
/
+2
|
*
|
|
target/alpha: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-6
/
+1
|
*
|
|
target/alpha: Remove in_superpage
Richard Henderson
2021-07-09
1
-22
/
+2
[prev]
[next]