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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-09
target/arm: Use aesenc_SB_SR_AK
Richard Henderson
1
-1
/
+23
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
target/arm: Move aesmc and aesimc tables to crypto/aes.c
Richard Henderson
1
-138
/
+5
2023-07-08
Merge tag 'trivial-patches-20230708' of https://gitlab.com/mjt0k/qemu into st...
Richard Henderson
1
-2
/
+2
2023-07-08
target/avr: Fix handling of interrupts above 33.
Lucas Dietrich
1
-2
/
+2
2023-07-07
Merge tag 'pull-ppc-20230707-1' of https://gitlab.com/danielhb/qemu into staging
Richard Henderson
13
-192
/
+296
2023-07-07
target/i386: Add new CPU model GraniteRapids
Tao Su
1
-0
/
+136
2023-07-07
target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapi...
Lei Wang
1
-2
/
+11
2023-07-07
target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES
Tao Su
1
-0
/
+4
2023-07-07
target/i386: Allow MCDT_NO if host supports
Tao Su
1
-0
/
+4
2023-07-07
target/i386: Add support for MCDT_NO in CPUID enumeration
Tao Su
2
-0
/
+30
2023-07-07
target/i386: Adjust feature level according to FEAT_7_1_EDX
Tao Su
1
-0
/
+1
2023-07-07
target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h'
Philippe Mathieu-Daudé
1
-5
/
+0
2023-07-07
target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.c
Philippe Mathieu-Daudé
1
-1
/
+1
2023-07-07
target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.h
Philippe Mathieu-Daudé
2
-2
/
+2
2023-07-07
target/ppc: Move CPU QOM definitions to cpu-qom.h
Philippe Mathieu-Daudé
2
-4
/
+4
2023-07-07
target/ppc: Reorder #ifdef'ry in kvm_ppc.h
Philippe Mathieu-Daudé
1
-34
/
+28
2023-07-07
target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2023-07-07
target/ppc: Machine check on invalid real address access on POWER9/10
Nicholas Piggin
3
-0
/
+55
2023-07-07
target/ppc: SMT support for the HID SPR
Nicholas Piggin
5
-1
/
+40
2023-07-07
target/ppc: Add LPAR-per-core vs per-thread mode flag
Nicholas Piggin
5
-5
/
+33
2023-07-07
target: ppc: Use MSR_HVB bit to get the target endianness for memory dump
Narayana Murty N
1
-1
/
+1
2023-07-07
target/ppc: Get CPUState in one step
BALATON Zoltan
1
-8
/
+7
2023-07-07
target/ppd: Remove unused define
BALATON Zoltan
1
-1
/
+0
2023-07-07
target/ppc: Remove some more local CPUState variables only used once
BALATON Zoltan
1
-5
/
+2
2023-07-07
target/ppc: Move common check in exception handlers to a function
BALATON Zoltan
1
-89
/
+25
2023-07-07
target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()
BALATON Zoltan
1
-5
/
+4
2023-07-07
target/ppc: Remove some superfluous parentheses
BALATON Zoltan
1
-4
/
+4
2023-07-07
target/ppc: Fix icount access for some hypervisor instructions
Nicholas Piggin
1
-0
/
+7
2023-07-07
target/ppc: Add TFMR SPR implementation with read and write helpers
Nicholas Piggin
5
-1
/
+28
2023-07-07
target/ppc: Tidy POWER book4 SPR registration
Nicholas Piggin
1
-27
/
+55
2023-07-07
target/ppc: Only generate decodetree files when TCG is enabled
Philippe Mathieu-Daudé
1
-1
/
+1
2023-07-06
target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
Peter Maydell
1
-2
/
+2
2023-07-06
target/arm: Define neoverse-v1
Peter Maydell
1
-0
/
+128
2023-07-06
target/arm: Suppress more TCG unimplemented features in ID registers
Peter Maydell
1
-4
/
+29
2023-07-06
target/xtensa: Assert that interrupt level is within bounds
Peter Maydell
1
-0
/
+3
2023-07-06
target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
Fabiano Rosas
1
-0
/
+4
2023-07-06
target/arm: Handle IC IVAU to improve compatibility with JITs
John Högberg
2
-3
/
+55
2023-07-06
target/arm: Fix SME full tile indexing
Richard Henderson
1
-6
/
+18
2023-07-06
target/arm: Dump ZA[] when active
Richard Henderson
1
-0
/
+18
2023-07-06
target/arm: Avoid splitting Zregs across lines in dump
Richard Henderson
1
-22
/
+14
[prev]
[next]