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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-10
s390x/ap: Wire up the device request notifier interface
Tony Krowiak
1
-0
/
+113
2023-07-10
linux-headers: update to v6.5-rc1
Cédric Le Goater
32
-154
/
+423
2023-07-10
vfio: Fix null pointer dereference bug in vfio_bars_finalize()
Avihai Horon
1
-1
/
+3
2023-07-10
vfio/migration: Return bool type for vfio_migration_realize()
Zhenzhong Duan
3
-8
/
+12
2023-07-10
vfio/migration: Remove print of "Migration disabled"
Zhenzhong Duan
1
-1
/
+0
2023-07-10
vfio/migration: Free resources when vfio_migration_realize fails
Zhenzhong Duan
2
-10
/
+24
2023-07-10
vfio/migration: Change vIOMMU blocker from global to per device
Zhenzhong Duan
4
-55
/
+7
2023-07-10
vfio/pci: Disable INTx in vfio_realize error path
Zhenzhong Duan
1
-0
/
+3
2023-07-10
hw/vfio/pci-quirks: Sanitize capability pointer
Alex Williamson
1
-2
/
+8
2023-07-09
Merge tag 'pull-tcg-20230709' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
39
-723
/
+2043
2023-07-09
Merge tag 'linux-user-fcntl64-pull-request' of https://github.com/hdeller/qem...
Richard Henderson
3
-3
/
+36
2023-07-09
crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
Richard Henderson
2
-37
/
+21
2023-07-09
crypto: Remove AES_imc
Richard Henderson
2
-271
/
+0
2023-07-09
crypto: Implement aesdec_IMC with AES_imc_rot
Richard Henderson
1
-21
/
+21
2023-07-09
crypto: Remove AES_shifts, AES_ishifts
Richard Henderson
2
-18
/
+0
2023-07-09
target/riscv: Use aesdec_ISB_ISR_IMC_AK
Richard Henderson
1
-91
/
+10
2023-07-09
target/riscv: Use aesenc_SB_SR_MC_AK
Richard Henderson
1
-1
/
+6
2023-07-09
target/riscv: Use aesdec_IMC
Richard Henderson
1
-10
/
+5
2023-07-09
target/riscv: Use aesdec_ISB_ISR_AK
Richard Henderson
1
-1
/
+6
2023-07-09
target/riscv: Use aesenc_SB_SR_AK
Richard Henderson
1
-1
/
+9
2023-07-09
target/arm: Use aesdec_IMC
Richard Henderson
1
-19
/
+14
2023-07-09
target/arm: Use aesenc_MC
Richard Henderson
1
-1
/
+14
2023-07-09
target/arm: Use aesdec_ISB_ISR_AK
Richard Henderson
1
-21
/
+16
2023-07-09
target/arm: Use aesenc_SB_SR_AK
Richard Henderson
1
-1
/
+23
2023-07-08
linux-user: Improve strace output of pread64() and pwrite64()
Helge Deller
2
-2
/
+21
2023-07-08
linux-user: Fix accept4(SOCK_NONBLOCK) syscall
Helge Deller
1
-1
/
+11
2023-07-08
linux-user: Fix fcntl() and fcntl64() to return O_LARGEFILE for 32-bit targets
Helge Deller
1
-0
/
+4
2023-07-08
target/arm: Demultiplex AESE and AESMC
Richard Henderson
6
-27
/
+41
2023-07-08
target/i386: Use aesdec_ISB_ISR_IMC_AK
Richard Henderson
1
-10
/
+6
2023-07-08
target/i386: Use aesenc_SB_SR_MC_AK
Richard Henderson
1
-9
/
+5
2023-07-08
target/i386: Use aesdec_IMC
Richard Henderson
1
-8
/
+3
2023-07-08
target/i386: Use aesdec_ISB_ISR_AK
Richard Henderson
1
-5
/
+5
2023-07-08
target/i386: Use aesenc_SB_SR_AK
Richard Henderson
1
-5
/
+6
2023-07-08
target/ppc: Use aesdec_ISB_ISR_AK_IMC
Richard Henderson
1
-15
/
+4
2023-07-08
target/ppc: Use aesenc_SB_SR_MC_AK
Richard Henderson
1
-10
/
+4
2023-07-08
target/ppc: Use aesdec_ISB_ISR_AK
Richard Henderson
1
-7
/
+1
2023-07-08
target/ppc: Use aesenc_SB_SR_AK
Richard Henderson
1
-7
/
+2
2023-07-08
host/include/ppc: Implement aes-round.h
Richard Henderson
4
-0
/
+192
2023-07-08
host/include/aarch64: Implement aes-round.h
Richard Henderson
4
-0
/
+217
2023-07-08
host/include/i386: Implement aes-round.h
Richard Henderson
4
-0
/
+157
2023-07-08
crypto: Add aesdec_ISB_ISR_AK_IMC
Richard Henderson
3
-0
/
+38
2023-07-08
crypto: Add aesdec_ISB_ISR_IMC_AK
Richard Henderson
3
-0
/
+82
2023-07-08
crypto: Add aesenc_SB_SR_MC_AK
Richard Henderson
3
-0
/
+82
2023-07-08
crypto: Add aesdec_IMC
Richard Henderson
3
-0
/
+79
2023-07-08
crypto: Add aesenc_MC
Richard Henderson
3
-0
/
+81
2023-07-08
crypto: Add aesdec_ISB_ISR_AK
Richard Henderson
3
-0
/
+70
2023-07-08
crypto: Add aesenc_SB_SR_AK
Richard Henderson
4
-0
/
+107
2023-07-08
crypto/aes: Add AES_SH, AES_ISH macros
Richard Henderson
1
-2
/
+14
2023-07-08
target/arm: Move aesmc and aesimc tables to crypto/aes.c
Richard Henderson
3
-138
/
+151
2023-07-08
tests/multiarch: Add test-aes
Richard Henderson
9
-0
/
+518
[next]