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
2018-05-18
target/arm: Implement SVE Integer Multiply-Add Group
Richard Henderson
4
-0
/
+126
2018-05-18
target/arm: Implement SVE Integer Arithmetic - Unary Predicated Group
Richard Henderson
4
-0
/
+323
2018-05-18
target/arm: Implement SVE bitwise shift by wide elements (predicated)
Richard Henderson
4
-0
/
+86
2018-05-18
target/arm: Implement SVE bitwise shift by vector (predicated)
Richard Henderson
4
-0
/
+64
2018-05-18
target/arm: Implement SVE bitwise shift by immediate (predicated)
Richard Henderson
4
-0
/
+445
2018-05-18
target/arm: Implement SVE Integer Reduction Group
Richard Henderson
4
-0
/
+225
2018-05-18
target/arm: Implement SVE Integer Binary Arithmetic - Predicated Group
Richard Henderson
4
-0
/
+449
2018-05-18
target/arm: Implement SVE Predicate Misc Group
Richard Henderson
5
-0
/
+331
2018-05-18
target/arm: Implement SVE Predicate Logical Operations Group
Richard Henderson
5
-1
/
+429
2018-05-18
target/arm: Implement SVE predicate test
Richard Henderson
6
-1
/
+171
2018-05-18
target/arm: Implement SVE load vector/predicate
Richard Henderson
2
-0
/
+147
2018-05-18
target/arm: Implement SVE Bitwise Logical - Unpredicated Group
Richard Henderson
1
-8
/
+47
2018-05-18
target/arm: Add SVE decode skeleton
Richard Henderson
5
-1
/
+125
2018-05-18
target/arm: Introduce translate-a64.h
Richard Henderson
2
-97
/
+133
2018-05-18
hw/arm/smmu-common: Fix coverity issue in get_block_pte_address
Eric Auger
1
-2
/
+2
2018-05-18
hw/arm/smmuv3: Fix Coverity issue in smmuv3_record_event
Eric Auger
1
-1
/
+1
2018-05-18
xlnx-zynqmp: Connect the ZynqMP GDMA and ADMA
Francisco Iglesias
2
-0
/
+58
2018-05-18
xlnx-zdma: Add a model of the Xilinx ZynqMP generic DMA
Francisco Iglesias
3
-0
/
+917
2018-05-18
target/arm: Add the XML dynamic generation
Abdallah Bouassida
6
-1
/
+143
2018-05-18
target/arm: Add "_S" suffix to the secure version of a sysreg
Abdallah Bouassida
1
-11
/
+18
2018-05-18
target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo type
Abdallah Bouassida
2
-2
/
+3
2018-05-18
Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...
Peter Maydell
5
-4
/
+24
2018-05-18
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180518-pull-request' ...
Peter Maydell
2
-6
/
+10
2018-05-18
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180518-pull-request' i...
Peter Maydell
4
-7
/
+17
2018-05-18
Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20180517' into staging
Peter Maydell
20
-1003
/
+715
2018-05-18
iothread: fix epollfd leak in the process of delIOThread
Jie Wang
4
-3
/
+23
2018-05-18
docker: Fix trivial typo
Philippe Mathieu-Daudé
1
-1
/
+1
2018-05-18
hw/usb/dev-smartcard-reader: Handle 64 B USB packets
Jakub Jelen
1
-5
/
+9
2018-05-18
ccid-card-passthru: fix regression in realize()
Marc-André Lureau
1
-1
/
+1
2018-05-18
sdl: Move use of surface pointer below check for whether it is NULL
Peter Maydell
1
-3
/
+3
2018-05-18
ui: add x_keymap.o to modules
Paolo Bonzini
2
-4
/
+9
2018-05-18
console: Avoid segfault in screendump
Michal Privoznik
1
-0
/
+5
2018-05-17
fpu/softfloat: Define floatN_silence_nan in terms of parts_silence_nan
Richard Henderson
2
-77
/
+35
2018-05-17
fpu/softfloat: Clean up parts_default_nan
Richard Henderson
1
-7
/
+14
2018-05-17
fpu/softfloat: Define floatN_default_nan in terms of parts_default_nan
Richard Henderson
2
-99
/
+47
2018-05-17
fpu/softfloat: Pass FloatClass to pickNaNMulAdd
Richard Henderson
2
-47
/
+28
2018-05-17
fpu/softfloat: Pass FloatClass to pickNaN
Richard Henderson
2
-93
/
+86
2018-05-17
fpu/softfloat: Make is_nan et al available to softfloat-specialize.h
Richard Henderson
1
-14
/
+16
2018-05-17
fpu/softfloat: Specialize on snan_bit_is_one
Richard Henderson
6
-30
/
+44
2018-05-17
fpu/softfloat: Remove floatX_maybe_silence_nan
Richard Henderson
2
-68
/
+0
2018-05-17
fpu/softfloat: Use float*_silence_nan in propagateFloat*NaN
Richard Henderson
1
-10
/
+34
2018-05-17
target/s390x: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-6
/
+6
2018-05-17
target/riscv: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-4
/
+2
2018-05-17
target/mips: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
2
-6
/
+0
2018-05-17
target/m68k: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
1
-1
/
+2
2018-05-17
target/hppa: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-2
/
+0
2018-05-17
target/arm: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
2
-11
/
+2
2018-05-17
target/arm: Use floatX_silence_nan when we have already checked for SNaN
Richard Henderson
2
-9
/
+9
2018-05-17
fpu/softfloat: re-factor float to float conversions
Alex Bennée
3
-414
/
+122
2018-05-17
fpu/softfloat: Partial support for ARM Alternative half-precision
Alex Bennée
1
-3
/
+16
[prev]
[next]