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
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
target/riscv/kvm: Update kvm exts to Linux v6.11
Quan Zhou
1
-0
/
+7
2024-11-07
target/riscv: Inline unit-stride ld/st and corresponding functions for perfor...
Max Chou
1
-7
/
+11
2024-11-07
target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st ...
Max Chou
1
-14
/
+63
2024-11-07
target/riscv: rvv: Provide a fast path using direct access to host ram for un...
Max Chou
1
-27
/
+71
2024-11-07
target/riscv: rvv: Provide a fast path using direct access to host ram for un...
Max Chou
1
-59
/
+70
2024-11-07
target/riscv: rvv: Provide a fast path using direct access to host ram for un...
Max Chou
1
-139
/
+224
2024-11-07
target/riscv: rvv: Replace VSTART_CHECK_EARLY_EXIT in vext_ldst_us
Max Chou
1
-1
/
+4
2024-11-07
target/riscv: Set vdata.vm field for vector load/store whole register instruc...
Max Chou
1
-0
/
+3
2024-11-06
Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into staging
Peter Maydell
3
-76
/
+89
2024-11-05
hw/core: Make CPU topology enumeration arch-agnostic
Zhao Liu
2
-74
/
+74
2024-11-05
i386/cpu: Don't enumerate the "invalid" CPU topology level
Zhao Liu
1
-5
/
+8
2024-11-05
target/microblaze: Alias CPU endianness property as 'little-endian'
Philippe Mathieu-Daudé
1
-0
/
+10
2024-11-05
Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel...
Peter Maydell
35
-124
/
+345
2024-11-05
Merge tag 'mips-20241104' of https://github.com/philmd/qemu into staging
Peter Maydell
11
-339
/
+452
2024-11-05
target/arm: Enable FEAT_CMOW for -cpu max
Gustavo Romero
4
-0
/
+12
2024-11-05
target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
Peter Maydell
1
-1
/
+8
2024-11-05
target/arm: Add new MMU indexes for AArch32 Secure PL1&0
Peter Maydell
6
-20
/
+86
2024-11-05
Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
Peter Maydell
8
-81
/
+34
2024-11-05
target/rx: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+7
2024-11-05
target/openrisc: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+6
2024-11-05
target/microblaze: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+5
2024-11-05
target/microblaze: Move setting of float rounding mode to reset
Peter Maydell
1
-3
/
+2
2024-11-05
target/alpha: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+11
2024-11-05
target/i386: Set 2-NaN propagation rule explicitly
Peter Maydell
3
-0
/
+47
2024-11-05
target/xtensa: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+2
2024-11-05
target/xtensa: Factor out calls to set_use_first_nan()
Peter Maydell
3
-15
/
+26
2024-11-05
target/sparc: Explicitly set 2-NaN propagation rule
Peter Maydell
2
-2
/
+16
2024-11-05
target/sparc: Move cpu_put_fsr(env, 0) call to reset
Peter Maydell
1
-1
/
+1
2024-11-05
target/m68k: Initialize float_status fields in gdb set/get functions
Peter Maydell
1
-2
/
+2
2024-11-05
target/m68k: Explicitly set 2-NaN propagation rule
Peter Maydell
2
-0
/
+17
2024-11-05
target/ppc: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+8
2024-11-05
target/s390x: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+1
2024-11-05
target/hppa: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+6
2024-11-05
target/loongarch: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-0
/
+1
2024-11-05
target/mips: Explicitly set 2-NaN propagation rule
Peter Maydell
3
-1
/
+40
2024-11-05
target/arm: Explicitly set 2-NaN propagation rule
Peter Maydell
1
-8
/
+17
2024-11-05
Merge tag 'pull-ppc-for-9.2-1-20241104' of https://gitlab.com/npiggin/qemu in...
Peter Maydell
12
-375
/
+365
2024-11-04
Merge tag 'pull-loongarch-20241102' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
5
-4
/
+319
2024-11-04
target/ppc: reduce duplicate code between init_proc_POWER{9, 10}
Harsh Prateek Bora
1
-46
/
+12
2024-11-04
target/ppc: combine multiple ail checks into one
Harsh Prateek Bora
1
-8
/
+2
2024-11-04
target/ppc: simplify var usage in ppc_next_unmasked_interrupt
Harsh Prateek Bora
1
-27
/
+27
2024-11-04
target/ppc: optimize p7 exception handling routines
Harsh Prateek Bora
1
-21
/
+25
2024-11-04
target/ppc: optimize p8 exception handling routines
Harsh Prateek Bora
1
-28
/
+32
2024-11-04
target/ppc: optimize p9 exception handling routines
Harsh Prateek Bora
1
-33
/
+39
2024-11-04
target/ppc: optimize hreg_compute_pmu_hflags_value
Harsh Prateek Bora
1
-3
/
+3
2024-11-04
target/ppc: optimize hreg_compute_pmu_hflags_value
Harsh Prateek Bora
1
-4
/
+5
2024-11-04
target/ppc: use locally stored msr and avoid indirect access
Harsh Prateek Bora
1
-2
/
+2
2024-11-04
target/ppc: Add Power11 DD2.0 processor
Aditya Gupta
7
-0
/
+86
2024-11-04
target/ppc: Fix regression due to Power10 and Power11 having same PCR
Aditya Gupta
1
-0
/
+4
2024-11-04
target/ppc: Introduce 'PowerPCCPUClass::spapr_logical_pvr'
Aditya Gupta
2
-0
/
+5
[next]