index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-09
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
18
-218
/
+233
2014-01-09
Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20140108' into st...
Anthony Liguori
27
-667
/
+4504
2014-01-08
target-arm: A64: Add support for FCVT between half, single and double
Peter Maydell
3
-1
/
+96
2014-01-08
target-arm: A64: Add 1-source 32-to-32 and 64-to-64 FP instructions
Peter Maydell
3
-1
/
+191
2014-01-08
target-arm: A64: Add floating-point<->integer conversion instructions
Will Newton
1
-3
/
+20
2014-01-08
target-arm: A64: Add floating-point<->fixed-point instructions
Alexander Graf
3
-1
/
+200
2014-01-08
target-arm: A64: Add extra VFP fixed point conversion helpers
Will Newton
2
-1
/
+26
2014-01-08
target-arm: Ignore most exceptions from scalbn when doing fixpoint conversion
Peter Maydell
1
-0
/
+9
2014-01-08
target-arm: Rename A32 VFP conversion helpers
Will Newton
3
-24
/
+35
2014-01-08
target-arm: Prepare VFP_CONV_FIX helpers for A64 uses
Will Newton
1
-14
/
+14
2014-01-08
softfloat: Add support for ties-away rounding
Peter Maydell
2
-1
/
+56
2014-01-08
softfloat: Refactor code handling various rounding modes
Peter Maydell
1
-164
/
+241
2014-01-08
softfloat: Add float16 <=> float64 conversion functions
Peter Maydell
2
-0
/
+77
2014-01-08
softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16Subnormal
Peter Maydell
1
-84
/
+125
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
[next]