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
2021-06-03
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
9
-134
/
+182
2021-06-03
softfloat: Reduce FloatFmt
Richard Henderson
2
-20
/
+15
2021-06-03
softfloat: Split out parts_uncanon_normal
Richard Henderson
2
-27
/
+40
2021-06-03
softfloat: Move sqrt_float to softfloat-parts.c.inc
Richard Henderson
2
-152
/
+261
2021-06-03
softfloat: Move scalbn_decomposed to softfloat-parts.c.inc
Richard Henderson
2
-69
/
+55
2021-06-03
softfloat: Move compare_floats to softfloat-parts.c.inc
Richard Henderson
2
-132
/
+133
2021-06-03
softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
David Hildenbrand
2
-0
/
+19
2021-06-03
softfloat: Move minmax_flags to softfloat-parts.c.inc
Richard Henderson
2
-130
/
+156
2021-06-03
softfloat: Move uint_to_float to softfloat-parts.c.inc
Richard Henderson
2
-50
/
+56
2021-06-03
softfloat: Move int_to_float to softfloat-parts.c.inc
Richard Henderson
2
-98
/
+70
2021-06-03
softfloat: Move round_to_uint_and_pack to softfloat-parts.c.inc
Richard Henderson
2
-278
/
+147
2021-06-03
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210603'...
Peter Maydell
63
-935
/
+1666
2021-06-03
tests/unit/test-vmstate: Assert that dup() and mkstemp() succeed
Peter Maydell
1
-1
/
+4
2021-06-03
tests/qtest/tpm-tests: Remove unnecessary NULL checks
Peter Maydell
1
-8
/
+4
2021-06-03
tests/qtest/pflash-cfi02-test: Avoid potential integer overflow
Peter Maydell
1
-1
/
+1
2021-06-03
tests/qtest/hd-geo-test: Fix checks on mkstemp() return value
Peter Maydell
1
-2
/
+2
2021-06-03
tests/qtest/e1000e-test: Check qemu_recv() succeeded
Peter Maydell
1
-1
/
+2
2021-06-03
tests/qtest/bios-tables-test: Check for dup2() failure
Peter Maydell
1
-2
/
+6
2021-06-03
hvf: Simplify post reset/init/loadvm hooks
Alexander Graf
2
-21
/
+11
2021-06-03
hvf: Introduce hvf vcpu struct
Alexander Graf
11
-237
/
+248
2021-06-03
hvf: Remove hvf-accel-ops.h
Alexander Graf
4
-21
/
+1
2021-06-03
hvf: Make synchronize functions static
Alexander Graf
2
-6
/
+3
2021-06-03
hvf: Use cpu_synchronize_state()
Alexander Graf
3
-7
/
+5
2021-06-03
hvf: Split out common code on vcpu init and destroy
Alexander Graf
4
-23
/
+34
2021-06-03
hvf: Remove use of hv_uvaddr_t and hv_gpaddr_t
Alexander Graf
1
-3
/
+3
2021-06-03
hvf: Make hvf_set_phys_mem() static
Alexander Graf
2
-2
/
+1
2021-06-03
hvf: Move hvf internal definitions into common header
Alexander Graf
2
-30
/
+31
2021-06-03
hvf: Move cpu functions into common directory
Alexander Graf
5
-307
/
+311
2021-06-03
hvf: Move vcpu thread functions into common directory
Alexander Graf
5
-2
/
+2
2021-06-03
hvf: Move assert_hvf_ok() into common directory
Alexander Graf
6
-32
/
+81
2021-06-03
target/arm: Enable BFloat16 extensions
Richard Henderson
3
-0
/
+7
2021-06-03
linux-user/aarch64: Enable hwcap bits for bfloat16
Richard Henderson
1
-0
/
+2
2021-06-03
target/arm: Implement bfloat widening fma (indexed)
Richard Henderson
7
-1
/
+82
2021-06-03
target/arm: Implement bfloat widening fma (vector)
Richard Henderson
7
-4
/
+73
2021-06-03
target/arm: Implement bfloat16 matrix multiply accumulate
Richard Henderson
7
-3
/
+81
2021-06-03
target/arm: Implement bfloat16 dot product (indexed)
Richard Henderson
7
-9
/
+80
2021-06-03
target/arm: Implement bfloat16 dot product (vector)
Richard Henderson
7
-0
/
+89
2021-06-03
softfpu: Add float_round_to_odd_inf
Richard Henderson
2
-3
/
+7
2021-06-03
target/arm: Implement vector float32 to bfloat16 conversion
Richard Henderson
9
-0
/
+95
2021-06-03
target/arm: Implement scalar float32 to bfloat16 conversion
Richard Henderson
5
-0
/
+51
2021-06-03
target/arm: Unify unallocated path in disas_fp_1src
Richard Henderson
1
-9
/
+6
2021-06-03
target/arm: Add isar_feature_{aa32, aa64, aa64_sve}_bf16
Richard Henderson
1
-0
/
+15
2021-06-03
target/arm: use raise_exception_ra for stack limit exception
Jamie Iles
2
-10
/
+4
2021-06-03
target/arm: use raise_exception_ra for MTE check failure
Jamie Iles
1
-9
/
+3
2021-06-03
target/arm: fold do_raise_exception into raise_exception
Jamie Iles
1
-10
/
+2
2021-06-03
target/arm: fix missing exception class
Jamie Iles
1
-2
/
+9
2021-06-03
target/arm: Mark LDS{MIN,MAX} as signed operations
Richard Henderson
1
-3
/
+10
2021-06-03
docs: Fix installation of man pages with Sphinx 4.x
Damien Goutte-Gattat
1
-0
/
+1
2021-06-03
arm: Consistently use "Cortex-Axx", not "Cortex Axx"
Peter Maydell
10
-16
/
+16
2021-06-03
target/arm: Allow board models to specify initial NS VTOR
Peter Maydell
4
-0
/
+21
[next]