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
2014-01-08
softfloat: Provide complete set of accessors for fp state
Peter Maydell
2
-18
/
+36
2014-01-08
softfloat: Fix float64_to_uint32_round_to_zero
Tom Musta
1
-8
/
+7
2014-01-08
softfloat: Fix float64_to_uint32
Tom Musta
1
-8
/
+7
2014-01-08
softfloat: Fix float64_to_uint64_round_to_zero
Tom Musta
1
-7
/
+5
2014-01-08
softfloat: Add float32_to_uint64()
Tom Musta
2
-0
/
+47
2014-01-08
softfloat: Fix factor 2 error for scalbn on denormal inputs
Peter Maydell
1
-8
/
+21
2014-01-08
softfloat: Only raise Invalid when conversions to int are out of range
Peter Maydell
1
-12
/
+16
2014-01-08
softfloat: Fix float64_to_uint64
Tom Musta
1
-8
/
+93
2014-01-08
softfloat: Make the int-to-float functions take exact-width types
Peter Maydell
2
-26
/
+26
2014-01-08
softfloat: Add 16 bit integer to float conversions
Peter Maydell
1
-0
/
+21
2014-01-08
softfloat: Add float to 16bit integer conversions.
Will Newton
2
-0
/
+84
2014-01-08
softfloat: Fix exception flag handling for float32_to_float16()
Peter Maydell
1
-39
/
+66
2014-01-08
hw: arm_gic: Introduce gic_set_priority function
Christoffer Dall
2
-5
/
+11
2014-01-08
arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER
Christoffer Dall
4
-12
/
+12
2014-01-08
target-arm: fix build with gcc 4.8.2
Michael S. Tsirkin
1
-0
/
+6
2014-01-08
arm/xilinx_zynq: Always instantiate the GEMs
Peter Crosthwaite
1
-11
/
+6
2014-01-08
target-arm: remove raw_read|write duplication
Peter Crosthwaite
1
-10
/
+2
2014-01-08
target-arm: use c13_context field for CONTEXTIDR
Sergey Fedorov
1
-1
/
+1
2014-01-08
char/cadence_uart: Implement Tx flow control
Peter Crosthwaite
1
-2
/
+29
2014-01-08
char/cadence_uart: Delete redundant rx rst logic
Peter Crosthwaite
1
-2
/
+0
2014-01-08
char/cadence_uart: Use the TX fifo for transmission
Peter Crosthwaite
1
-1
/
+16
2014-01-08
char/cadence_uart: Fix can_receive logic
Peter Crosthwaite
1
-1
/
+9
2014-01-08
char/cadence_uart: Remove TX timer & add TX FIFO state
Peter Crosthwaite
1
-31
/
+13
2014-01-08
char/cadence_uart: Define Missing SR/ISR fields
Peter Crosthwaite
1
-0
/
+4
2014-01-08
char/cadence_uart: Simplify status generation
Peter Crosthwaite
1
-25
/
+8
2014-01-08
char/cadence_uart: s/r_fifo/rx_fifo
Peter Crosthwaite
1
-4
/
+4
2014-01-08
char/cadence_uart: Fix reset.
Peter Crosthwaite
1
-3
/
+4
2014-01-08
char/cadence_uart: Add missing uart_update_state
Peter Crosthwaite
1
-0
/
+1
2014-01-08
char/cadence_uart: Mark struct fields as public/private
Peter Crosthwaite
1
-0
/
+2
2014-01-08
target-arm: Give the FPSCR rounding modes names
Alexander Graf
2
-4
/
+13
2014-01-08
target-arm: A64: Add support for floating point cond select
Claudio Fontana
1
-1
/
+44
2014-01-08
target-arm: A64: Add support for floating point conditional compare
Claudio Fontana
1
-1
/
+34
2014-01-08
target-arm: A64: Add support for floating point compare
Claudio Fontana
3
-1
/
+113
2014-01-08
target-arm: A64: Add fmov (scalar, immediate) instruction
Alexander Graf
1
-1
/
+31
2014-01-08
target-arm: A64: Add "Floating-point data-processing (3 source)" insns
Alexander Graf
1
-1
/
+94
2014-01-08
target-arm: A64: Add "Floating-point data-processing (2 source)" insns
Alexander Graf
1
-1
/
+181
2014-01-08
target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum
Peter Maydell
4
-52
/
+20
2014-01-08
target-arm: A64: Fix vector register access on bigendian hosts
Peter Maydell
1
-34
/
+35
2014-01-08
target-arm: A64: Add support for dumping AArch64 VFP register state
Alexander Graf
1
-0
/
+16
2014-01-08
default-configs: Add config for aarch64-linux-user
Peter Maydell
1
-0
/
+3
2014-01-08
.travis.yml: Add aarch64-* targets
Alex Bennée
1
-0
/
+1
2014-01-08
linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontext
Will Newton
1
-3
/
+7
2014-01-08
linux-user: AArch64: define TARGET_CLONE_BACKWARDS
Claudio Fontana
1
-0
/
+1
2014-01-08
target-arm: A64: support for ld/st/cl exclusive
Michael Matz
2
-6
/
+277
2014-01-08
target-arm: Widen exclusive-access support struct fields to 64 bits
Peter Maydell
4
-46
/
+64
2014-01-08
target-arm: aarch64: add support for ld lit
Alexander Graf
1
-2
/
+45
2014-01-08
target-arm: A64: add support for conditional compare insns
Claudio Fontana
1
-13
/
+60
2014-01-08
target-arm: A64: add support for add/sub with carry
Claudio Fontana
1
-2
/
+103
2014-01-07
target-arm: Widen thread-local register state fields to 64 bits
Peter Maydell
5
-13
/
+36
2014-01-07
target-arm: A64: Implement minimal set of EL0-visible sysregs
Peter Maydell
3
-1
/
+115
[next]