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
...
|
*
|
|
headers: Add udmabuf.h
Vivek Kasireddy
2021-05-27
2
-0
/
+35
|
*
|
|
ui: Get the fd associated with udmabuf driver
Vivek Kasireddy
2021-05-27
3
-0
/
+44
|
*
|
|
hw/display/qxl: Set pci rom address aligned with page size
maobibo
2021-05-27
1
-1
/
+1
|
*
|
|
vhost-user-gpu: abstract vg_cleanup_mapping_iov
Li Qiang
2021-05-27
3
-9
/
+26
|
*
|
|
vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546)
Li Qiang
2021-05-27
1
-0
/
+4
|
*
|
|
vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-...
Li Qiang
2021-05-27
1
-1
/
+4
|
*
|
|
vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)
Li Qiang
2021-05-27
1
-0
/
+7
|
*
|
|
vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3...
Li Qiang
2021-05-27
1
-0
/
+1
|
*
|
|
vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)
Li Qiang
2021-05-27
1
-0
/
+5
|
*
|
|
vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)
Li Qiang
2021-05-27
1
-0
/
+1
|
*
|
|
vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-...
Li Qiang
2021-05-27
1
-0
/
+1
*
|
|
|
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2021-05-28
4
-13
/
+6
|
\
\
\
\
|
*
|
|
|
tap-bsd: Remove special casing for older OpenBSD releases
Brad Smith
2021-05-27
1
-8
/
+0
|
*
|
|
|
virtio-net: failover: add missing remove_migration_state_change_notifier()
Laurent Vivier
2021-05-27
1
-0
/
+1
|
*
|
|
|
hw/net/imx_fec: return 0xffff when accessing non-existing PHY
Guenter Roeck
2021-05-27
2
-5
/
+5
*
|
|
|
|
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...
Peter Maydell
2021-05-28
53
-404
/
+600
|
\
\
\
\
\
|
*
|
|
|
|
hw/core: Constify TCGCPUOps
Richard Henderson
2021-05-26
22
-23
/
+23
|
*
|
|
|
|
target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed
Richard Henderson
2021-05-26
3
-33
/
+8
|
*
|
|
|
|
cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
4
-5
/
+9
|
*
|
|
|
|
cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
4
-6
/
+8
|
*
|
|
|
|
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
22
-30
/
+35
|
*
|
|
|
|
cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
5
-7
/
+9
|
*
|
|
|
|
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
8
-38
/
+43
|
*
|
|
|
|
cpu: Move CPUClass::get_crash_info to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
5
-5
/
+9
|
*
|
|
|
|
cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
5
-11
/
+14
|
*
|
|
|
|
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-26
12
-25
/
+22
|
*
|
|
|
|
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2021-05-26
22
-0
/
+174
|
*
|
|
|
|
cpu: Move AVR target vmsd field from CPUClass to DeviceClass
Philippe Mathieu-Daudé
2021-05-26
2
-3
/
+3
|
*
|
|
|
|
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
2021-05-26
10
-17
/
+17
|
*
|
|
|
|
cpu: Assert DeviceClass::vmsd is NULL on user emulation
Philippe Mathieu-Daudé
2021-05-26
3
-3
/
+8
|
*
|
|
|
|
cpu: Directly use get_memory_mapping() fallback handlers in place
Philippe Mathieu-Daudé
2021-05-26
2
-16
/
+13
|
*
|
|
|
|
cpu: Directly use get_paging_enabled() fallback handlers in place
Philippe Mathieu-Daudé
2021-05-26
2
-13
/
+11
|
*
|
|
|
|
cpu: Directly use cpu_write_elf*() fallback handlers in place
Philippe Mathieu-Daudé
2021-05-26
2
-63
/
+44
|
*
|
|
|
|
cpu: Introduce cpu_virtio_is_big_endian()
Philippe Mathieu-Daudé
2021-05-26
4
-9
/
+20
|
*
|
|
|
|
cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
Philippe Mathieu-Daudé
2021-05-26
2
-29
/
+36
|
*
|
|
|
|
cpu: Split as cpu-common / cpu-sysemu
Philippe Mathieu-Daudé
2021-05-26
3
-18
/
+36
|
*
|
|
|
|
cpu: Remove duplicated 'sysemu/hw_accel.h' header
Philippe Mathieu-Daudé
2021-05-26
1
-1
/
+0
|
*
|
|
|
|
tcg/aarch64: Fix tcg_out_rotl
Yasuo Kuwahara
2021-05-26
1
-3
/
+2
|
*
|
|
|
|
replay: fix watchpoint processing for reverse debugging
Pavel Dovgalyuk
2021-05-26
1
-0
/
+10
|
*
|
|
|
|
accel/tcg: Keep TranslationBlock headers local to TCG
Philippe Mathieu-Daudé
2021-05-26
8
-9
/
+8
|
*
|
|
|
|
accel/tcg: Reduce 'exec/tb-context.h' inclusion
Philippe Mathieu-Daudé
2021-05-26
5
-2
/
+3
|
*
|
|
|
|
exec/memory: Use correct type size
Philippe Mathieu-Daudé
2021-05-26
1
-1
/
+1
|
*
|
|
|
|
exec/memory_ldst_cached: Use correct type size
Philippe Mathieu-Daudé
2021-05-26
1
-2
/
+2
|
*
|
|
|
|
exec/memory_ldst_phys: Use correct type sizes
Philippe Mathieu-Daudé
2021-05-26
1
-8
/
+8
|
*
|
|
|
|
exec/memory_ldst: Use correct type sizes
Philippe Mathieu-Daudé
2021-05-26
2
-18
/
+18
|
*
|
|
|
|
exec/memory_ldst_phys: Sort declarations
Philippe Mathieu-Daudé
2021-05-26
1
-36
/
+36
|
*
|
|
|
|
exec/memory_ldst_cached: Sort declarations
Philippe Mathieu-Daudé
2021-05-26
1
-20
/
+20
*
|
|
|
|
|
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.1-pull-request' ...
Peter Maydell
2021-05-27
2
-8
/
+51
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
target/m68k: implement m68k "any instruction" trace mode
Mark Cave-Ayland
2021-05-26
2
-7
/
+28
|
*
|
|
|
|
target/m68k: introduce gen_singlestep_exception() function
Mark Cave-Ayland
2021-05-26
1
-4
/
+13
[prev]
[next]