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-04
tcg/arm: Implement TCG_TARGET_HAS_mul_vec
Richard Henderson
2
-1
/
+7
2021-06-04
tcg/arm: Implement TCG_TARGET_HAS_shi_vec
Richard Henderson
2
-1
/
+28
2021-06-04
tcg/arm: Implement andc, orc, abs, neg, not vector operations
Richard Henderson
3
-5
/
+44
2021-06-04
tcg/arm: Implement minimal vector operations
Richard Henderson
4
-6
/
+202
2021-06-04
tcg/arm: Implement tcg_out_dup*_vec
Richard Henderson
1
-8
/
+275
2021-06-04
tcg/arm: Implement tcg_out_mov for vector types
Richard Henderson
1
-6
/
+46
2021-06-04
tcg/arm: Implement tcg_out_ld/st for vector types
Richard Henderson
1
-6
/
+64
2021-06-04
tcg/arm: Add host vector framework
Richard Henderson
5
-24
/
+158
2021-06-04
tcg: Change parameters for tcg_target_const_match
Richard Henderson
10
-36
/
+12
2021-06-04
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
27
-4
/
+1607
2021-06-04
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-fpu-20210603' into...
Peter Maydell
15
-3814
/
+2165
2021-06-04
MAINTAINERS: Added eBPF maintainers information.
Andrew Melnychenko
1
-0
/
+8
2021-06-04
docs: Added eBPF documentation.
Andrew Melnychenko
2
-0
/
+126
2021-06-04
virtio-net: Added eBPF RSS to virtio-net.
Andrew Melnychenko
4
-3
/
+122
2021-06-04
ebpf: Added eBPF RSS loader.
Andrew Melnychenko
10
-1
/
+718
2021-06-04
ebpf: Added eBPF RSS program.
Andrew Melnychenko
2
-0
/
+592
2021-06-04
net: Added SetSteeringEBPF method for NetClientState.
Andrew Melnychenko
7
-0
/
+40
2021-06-04
net/tap: Added TUNSETSTEERINGEBPF code.
Andrew Melnychenko
1
-0
/
+1
2021-06-03
softfloat: Use hard-float for {u}int64_to_float{32,64}
Richard Henderson
1
-0
/
+28
2021-06-03
tests/fp: Enable more tests
Alex Bennée
2
-10
/
+8
2021-06-03
softfloat: Convert modrem operations to FloatParts
Richard Henderson
4
-1243
/
+329
2021-06-03
softfloat: Move floatN_log2 to softfloat-parts.c.inc
Richard Henderson
4
-99
/
+281
2021-06-03
softfloat: Convert float32_exp2 to FloatParts
Richard Henderson
1
-30
/
+23
2021-06-03
softfloat: Convert floatx80 compare to FloatParts
Richard Henderson
1
-60
/
+22
2021-06-03
softfloat: Convert floatx80_scalbn to FloatParts
Richard Henderson
1
-39
/
+11
2021-06-03
softfloat: Convert floatx80 to integer to FloatParts
Richard Henderson
1
-294
/
+42
2021-06-03
softfloat: Convert floatx80 float conversions to FloatParts
Richard Henderson
2
-384
/
+67
2021-06-03
softfloat: Convert integer to floatx80 to FloatParts
Richard Henderson
1
-45
/
+13
2021-06-03
softfloat: Convert floatx80_round_to_int to FloatParts
Richard Henderson
1
-103
/
+13
2021-06-03
softfloat: Convert floatx80_round to FloatParts
Richard Henderson
1
-4
/
+6
2021-06-03
softfloat: Convert floatx80_sqrt to FloatParts
Richard Henderson
1
-71
/
+11
2021-06-03
softfloat: Convert floatx80_div to FloatParts
Richard Henderson
1
-87
/
+13
2021-06-03
softfloat: Convert floatx80_mul to FloatParts
Richard Henderson
1
-62
/
+14
2021-06-03
softfloat: Convert floatx80_add/sub to FloatParts
Richard Henderson
1
-203
/
+136
2021-06-03
tests/fp/fp-test: Reverse order of floatx80 precision tests
Richard Henderson
1
-4
/
+4
2021-06-03
softfloat: Adjust parts_uncanon_normal for floatx80
Richard Henderson
1
-6
/
+30
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
[next]