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-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
2023-07-08
util: Add cpuinfo-ppc.c
Richard Henderson
6
-51
/
+97
2023-07-08
Merge tag 'trivial-patches-20230708' of https://gitlab.com/mjt0k/qemu into st...
Richard Henderson
12
-64
/
+45
2023-07-08
hw/arm/virt-acpi-build.c: Add missing header
Peng Liang
1
-0
/
+1
2023-07-08
migration: unexport migrate_fd_error()
Laszlo Ersek
2
-2
/
+1
2023-07-08
migration: factor out "resume_requested" in qmp_migrate()
Laszlo Ersek
1
-4
/
+6
2023-07-08
qemu-options.hx: Fix indentation of some option descriptions
Thomas Huth
1
-3
/
+3
2023-07-08
vdpa: Sort vdpa_feature_bits array alphabetically
Hawkins Jiawei
1
-16
/
+23
2023-07-08
vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
Hawkins Jiawei
1
-1
/
+0
2023-07-08
hw: Simplify calls to pci_nic_init_nofail()
Thomas Huth
5
-35
/
+5
2023-07-08
trivial: man page: document display::gtk::zoom-to-fit
Jan Kratochvil
1
-0
/
+3
2023-07-08
target/avr: Fix handling of interrupts above 33.
Lucas Dietrich
1
-2
/
+2
2023-07-08
hw/riscv/virt.c: fix typo in 'aia' description
Daniel Henrique Barboza
1
-1
/
+1
2023-07-07
Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into staging
Richard Henderson
41
-450
/
+1039
[prev]
[next]