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-10-29
linux-user: Read and set FP ABI value from MIPS abiflags
Stefan Markovic
1
-0
/
+4
2018-10-29
linux-user: Extract MIPS abiflags from ELF file
Stefan Markovic
1
-0
/
+33
2018-10-29
linux-user: Extend image_info struct with MIPS fp_abi and interp_fp_abi fields
Stefan Markovic
1
-0
/
+4
2018-10-29
elf: Define MIPS_ABI_FP_UNKNOWN macro
Stefan Markovic
1
-0
/
+2
2018-10-29
target/mips: Amend MXU ASE overview note
Aleksandar Markovic
1
-10
/
+74
2018-10-29
target/mips: Move MXU_EN check one level higher
Aleksandar Markovic
1
-271
/
+238
2018-10-29
target/mips: Add emulation of MXU instructions S32LDD and S32LDDR
Craig Janeczek
1
-7
/
+47
2018-10-29
target/mips: Add emulation of MXU instructions Q8MUL and Q8MULSU
Craig Janeczek
1
-7
/
+94
2018-10-29
target/mips: Add emulation of MXU instruction D16MAC
Craig Janeczek
1
-3
/
+87
2018-10-29
target/mips: Add emulation of MXU instruction D16MUL
Craig Janeczek
1
-3
/
+63
2018-10-29
target/mips: Add emulation of MXU instruction S8LDD
Craig Janeczek
1
-3
/
+87
2018-10-29
target/mips: Move MUL, S32M2I, S32I2M handling out of main MXU switch
Aleksandar Markovic
1
-18
/
+23
2018-10-29
target/mips: Add emulation of MXU instructions S32I2M and S32M2I
Craig Janeczek
1
-6
/
+85
2018-10-29
target/mips: Add emulation of non-MXU MULL within MXU decoding engine
Craig Janeczek
1
-1
/
+18
2018-10-29
target/mips: Add bit encoding for MXU operand getting pattern 'optn3'
Craig Janeczek
1
-0
/
+10
2018-10-29
target/mips: Add bit encoding for MXU operand getting pattern 'optn2'
Craig Janeczek
1
-0
/
+6
2018-10-29
target/mips: Add bit encoding for MXU execute add/sub pattern 'eptn2'
Aleksandar Markovic
1
-0
/
+6
2018-10-29
target/mips: Add bit encoding for MXU accumulate add/sub 2-bit pattern 'aptn2'
Craig Janeczek
1
-0
/
+6
2018-10-29
target/mips: Add bit encoding for MXU accumulate add/sub 1-bit pattern 'aptn1'
Aleksandar Markovic
1
-0
/
+6
2018-10-29
target/mips: Add MXU decoding engine
Aleksandar Markovic
1
-2
/
+1141
2018-10-29
target/mips: Add and integrate MXU decoding engine placeholder
Aleksandar Markovic
1
-0
/
+8
2018-10-29
target/mips: Amend MXU instruction opcodes
Aleksandar Markovic
1
-91
/
+69
2018-10-29
target/mips: Define a bit for MXU in insn_flags
Craig Janeczek
1
-0
/
+1
2018-10-29
target/mips: Introduce MXU registers
Craig Janeczek
2
-0
/
+30
2018-10-29
target/mips: Add two missing breaks for NM_LLWPE and NM_SCWPE decoder cases
Aleksandar Markovic
1
-0
/
+2
2018-10-27
Merge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into st...
Peter Maydell
8
-11
/
+33
2018-10-26
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part...
Peter Maydell
9
-2
/
+23498
2018-10-26
tests/vm: Do not abuse parallelism when HOST != TARGET architecture
Philippe Mathieu-Daudé
1
-4
/
+4
2018-10-26
tests/vm: Do not use -enable-kvm if HOST != TARGET architecture
Philippe Mathieu-Daudé
1
-1
/
+1
2018-10-26
tests/vm: Let kvm_available() work in cross environments
Philippe Mathieu-Daudé
1
-0
/
+2
2018-10-26
tests/vm: Add a BaseVM::arch property
Philippe Mathieu-Daudé
6
-1
/
+8
2018-10-26
tests/vm: Display remaining seconds to wait for a VM to start
Philippe Mathieu-Daudé
1
-1
/
+4
2018-10-26
tests/vm: Do not use the -smp option with a single cpu
Philippe Mathieu-Daudé
1
-1
/
+1
2018-10-26
tests/vm: Do not abuse parallelism when KVM is not available
Philippe Mathieu-Daudé
1
-1
/
+8
2018-10-26
tests/vm: Extract the kvm_available() handy function
Philippe Mathieu-Daudé
2
-2
/
+6
2018-10-26
tests: docker: update test-mingw for GTK+ 2.0 removal
Paolo Bonzini
1
-2
/
+1
2018-10-25
target/mips: Add disassembler support for nanoMIPS
Aleksandar Markovic
8
-2
/
+23360
2018-10-25
target/mips: Implement emulation of nanoMIPS EVA instructions
Dimitrije Nikolic
1
-0
/
+128
2018-10-25
target/mips: Add nanoMIPS CRC32 instruction pool
Aleksandar Markovic
1
-0
/
+10
2018-10-25
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
38
-286
/
+344
2018-10-25
Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-sf0' in...
Peter Maydell
11
-372
/
+438
2018-10-24
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...
Peter Maydell
3
-173
/
+402
2018-10-24
crypto: add testing for unaligned buffers with XTS cipher mode
Daniel P. Berrangé
1
-0
/
+86
2018-10-24
crypto: refactor XTS cipher mode test suite
Daniel P. Berrangé
1
-60
/
+80
2018-10-24
crypto: annotate xts_tweak_encdec as inlineable
Daniel P. Berrangé
1
-5
/
+5
2018-10-24
crypto: convert xts_mult_x to use xts_uint128 type
Daniel P. Berrangé
1
-12
/
+28
2018-10-24
crypto: convert xts_tweak_encdec to use xts_uint128 type
Daniel P. Berrangé
1
-26
/
+58
2018-10-24
crypto: introduce a xts_uint128 data type
Daniel P. Berrangé
1
-20
/
+26
2018-10-24
crypto: remove code duplication in tweak encrypt/decrypt
Daniel P. Berrangé
1
-49
/
+15
2018-10-24
crypto: expand algorithm coverage for cipher benchmark
Daniel P. Berrangé
1
-23
/
+126
[next]