Age | Commit message (Expand) | Author |
2014-01-08 | softfloat: Add float32_to_uint64() | Tom Musta |
2014-01-08 | softfloat: Fix factor 2 error for scalbn on denormal inputs | Peter Maydell |
2014-01-08 | softfloat: Only raise Invalid when conversions to int are out of range | Peter Maydell |
2014-01-08 | softfloat: Fix float64_to_uint64 | Tom Musta |
2014-01-08 | softfloat: Make the int-to-float functions take exact-width types | Peter Maydell |
2014-01-08 | softfloat: Add 16 bit integer to float conversions | Peter Maydell |
2014-01-08 | softfloat: Add float to 16bit integer conversions. | Will Newton |
2014-01-08 | softfloat: Fix exception flag handling for float32_to_float16() | Peter Maydell |
2014-01-08 | hw: arm_gic: Introduce gic_set_priority function | Christoffer Dall |
2014-01-08 | arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER | Christoffer Dall |
2014-01-08 | target-arm: fix build with gcc 4.8.2 | Michael S. Tsirkin |
2014-01-08 | arm/xilinx_zynq: Always instantiate the GEMs | Peter Crosthwaite |
2014-01-08 | target-arm: remove raw_read|write duplication | Peter Crosthwaite |
2014-01-08 | target-arm: use c13_context field for CONTEXTIDR | Sergey Fedorov |
2014-01-08 | char/cadence_uart: Implement Tx flow control | Peter Crosthwaite |
2014-01-08 | char/cadence_uart: Delete redundant rx rst logic | Peter Crosthwaite |
2014-01-08 | char/cadence_uart: Use the TX fifo for transmission | Peter Crosthwaite |
2014-01-08 | char/cadence_uart: Fix can_receive logic | Peter Crosthwaite |
2014-01-08 | char/cadence_uart: Remove TX timer & add TX FIFO state | Peter Crosthwaite |
2014-01-08 | char/cadence_uart: Define Missing SR/ISR fields | Peter Crosthwaite |
2014-01-08 | char/cadence_uart: Simplify status generation | Peter Crosthwaite |
2014-01-08 | char/cadence_uart: s/r_fifo/rx_fifo | Peter Crosthwaite |
2014-01-08 | char/cadence_uart: Fix reset. | Peter Crosthwaite |
2014-01-08 | char/cadence_uart: Add missing uart_update_state | Peter Crosthwaite |
2014-01-08 | char/cadence_uart: Mark struct fields as public/private | Peter Crosthwaite |
2014-01-08 | target-arm: Give the FPSCR rounding modes names | Alexander Graf |
2014-01-08 | target-arm: A64: Add support for floating point cond select | Claudio Fontana |
2014-01-08 | target-arm: A64: Add support for floating point conditional compare | Claudio Fontana |
2014-01-08 | target-arm: A64: Add support for floating point compare | Claudio Fontana |
2014-01-08 | target-arm: A64: Add fmov (scalar, immediate) instruction | Alexander Graf |
2014-01-08 | target-arm: A64: Add "Floating-point data-processing (3 source)" insns | Alexander Graf |
2014-01-08 | target-arm: A64: Add "Floating-point data-processing (2 source)" insns | Alexander Graf |
2014-01-08 | target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum | Peter Maydell |
2014-01-08 | target-arm: A64: Fix vector register access on bigendian hosts | Peter Maydell |
2014-01-08 | target-arm: A64: Add support for dumping AArch64 VFP register state | Alexander Graf |
2014-01-08 | default-configs: Add config for aarch64-linux-user | Peter Maydell |
2014-01-08 | .travis.yml: Add aarch64-* targets | Alex Bennée |
2014-01-08 | linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontext | Will Newton |
2014-01-08 | linux-user: AArch64: define TARGET_CLONE_BACKWARDS | Claudio Fontana |
2014-01-08 | target-arm: A64: support for ld/st/cl exclusive | Michael Matz |
2014-01-08 | target-arm: Widen exclusive-access support struct fields to 64 bits | Peter Maydell |
2014-01-08 | target-arm: aarch64: add support for ld lit | Alexander Graf |
2014-01-08 | target-arm: A64: add support for conditional compare insns | Claudio Fontana |
2014-01-08 | target-arm: A64: add support for add/sub with carry | Claudio Fontana |
2014-01-07 | target-arm: Widen thread-local register state fields to 64 bits | Peter Maydell |
2014-01-07 | target-arm: A64: Implement minimal set of EL0-visible sysregs | Peter Maydell |
2014-01-07 | target-arm: A64: Implement MRS/MSR/SYS/SYSL | Peter Maydell |
2014-01-07 | target-arm: Remove ARMCPU/CPUARMState from cpregs APIs used by decoder | Peter Maydell |
2014-01-04 | target-arm: Update generic cpreg code for AArch64 | Peter Maydell |
2014-01-04 | target-arm: Pull "add one cpreg to hashtable" into its own function | Peter Maydell |