Show patches with: State = Action Required       |    Archived = No       |   427121 patches
« 1 2 ... 1146 1147 11484271 4272 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,50/52] target-arm: fix build with gcc 4.8.2 - - 2 - --- 2014-01-06 Peter Maydell New
[PULL,51/52] arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER - - 1 - --- 2014-01-06 Peter Maydell New
[PULL,52/52] hw: arm_gic: Introduce gic_set_priority function - - 1 - --- 2014-01-06 Peter Maydell New
[v2,01/24] softfloat: Fix exception flag handling for float32_to_float16() - - 1 - --- 2014-01-06 Peter Maydell New
[v2,02/24] softfloat: Add float to 16bit integer conversions. - - 1 - --- 2014-01-06 Peter Maydell New
[v2,03/24] softfloat: Add 16 bit integer to float conversions - - 1 - --- 2014-01-06 Peter Maydell New
[v2,04/24] softfloat: Make the int-to-float functions take exact-width types - - 1 - --- 2014-01-06 Peter Maydell New
[v2,05/24] softfloat: Fix float64_to_uint64 - - 2 - --- 2014-01-06 Peter Maydell New
[v2,06/24] softfloat: Only raise Invalid when conversions to int are out of range - - 2 - --- 2014-01-06 Peter Maydell New
[v2,07/24] softfloat: Fix factor 2 error for scalbn on denormal inputs - - 2 - --- 2014-01-06 Peter Maydell New
[v2,08/24] softfloat: Add float32_to_uint64() - - 2 - --- 2014-01-06 Peter Maydell New
[v2,09/24] softfloat: Fix float64_to_uint64_round_to_zero - - 1 - --- 2014-01-06 Peter Maydell New
[v2,10/24] softfloat: Fix float64_to_uint32 - - 1 - --- 2014-01-06 Peter Maydell New
[v2,11/24] softfloat: Fix float64_to_uint32_round_to_zero - - 1 - --- 2014-01-06 Peter Maydell New
[v2,12/24] softfloat: Provide complete set of accessors for fp state - - 1 - --- 2014-01-06 Peter Maydell New
[v2,13/24] softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16Subnormal - - 1 - --- 2014-01-06 Peter Maydell New
[v2,14/24] softfloat: Add float16 <=> float64 conversion functions - - 1 - --- 2014-01-06 Peter Maydell New
[v2,15/24] softfloat: Refactor code handling various rounding modes - - 1 - --- 2014-01-06 Peter Maydell New
[v2,16/24] softfloat: Add support for ties-away rounding - - 1 - --- 2014-01-06 Peter Maydell New
[v2,17/24] target-arm: Prepare VFP_CONV_FIX helpers for A64 uses - - 1 - --- 2014-01-06 Peter Maydell New
[v2,18/24] target-arm: Rename A32 VFP conversion helpers - - 1 - --- 2014-01-06 Peter Maydell New
[v2,19/24] target-arm: Ignore most exceptions from scalbn when doing fixpoint conversion - - 1 - --- 2014-01-06 Peter Maydell New
[v2,20/24] target-arm: A64: Add extra VFP fixed point conversion helpers - - 1 - --- 2014-01-06 Peter Maydell New
[v2,21/24] target-arm: A64: Add "Floating-point<->fixed-point" instructions - - 1 - --- 2014-01-06 Peter Maydell New
[v2,22/24] target-arm: A64: Add floating-point<->integer conversion instructions - - 1 - --- 2014-01-06 Peter Maydell New
[v2,23/24] target-arm: A64: Add 1-source 32-to-32 and 64-to-64 FP instructions - - 1 - --- 2014-01-06 Peter Maydell New
[v2,24/24] target-arm: A64: Add support for FCVT between half, single and double - - 1 - --- 2014-01-06 Peter Maydell New
[1/4] rules.mak: Support .cc as a C++ source file suffix - - - - --- 2014-01-07 Peter Maydell New
[2/4] rules.mak: Link with C++ if we have a C++ compiler - - - - --- 2014-01-07 Peter Maydell New
[3/4] disas: add libvixl source code for AArch64 A64 disassembler - - - - --- 2014-01-07 Peter Maydell New
[4/4] disas: Implement disassembly output for A64 - - - - --- 2014-01-07 Peter Maydell New
[PULL,12/52] target-arm: Update generic cpreg code for AArch64 - - - - --- 2014-01-07 Peter Maydell New
[PULL,00/76] target-arm queue - - - - --- 2014-01-07 Peter Maydell New
[PULL,01/76] target-arm: A64: add support for ld/st pair - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,02/76] target-arm: A64: add support for ld/st unsigned imm - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,03/76] target-arm: A64: add support for ld/st with reg offset - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,04/76] target-arm: A64: add support for ld/st with index - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,05/76] target-arm: A64: add support for add, addi, sub, subi - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,06/76] target-arm: A64: add support for move wide instructions - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,07/76] target-arm: A64: add support for 3 src data proc insns - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,08/76] target-arm: A64: implement SVC, BRK - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,09/76] target-arm: A64: Add decoder skeleton for FP instructions - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,10/76] target-arm: A64: implement FMOV - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,11/76] target-arm: Pull "add one cpreg to hashtable" into its own function - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,12/76] target-arm: Update generic cpreg code for AArch64 - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,13/76] target-arm: Remove ARMCPU/CPUARMState from cpregs APIs used by decoder - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,14/76] target-arm: A64: Implement MRS/MSR/SYS/SYSL - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,15/76] target-arm: A64: Implement minimal set of EL0-visible sysregs - - 2 - --- 2014-01-07 Peter Maydell New
[PULL,16/76] target-arm: Widen thread-local register state fields to 64 bits - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,17/76] target-arm: A64: add support for add/sub with carry - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,18/76] target-arm: A64: add support for conditional compare insns - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,19/76] target-arm: aarch64: add support for ld lit - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,20/76] target-arm: Widen exclusive-access support struct fields to 64 bits - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,21/76] target-arm: A64: support for ld/st/cl exclusive - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,22/76] linux-user: AArch64: define TARGET_CLONE_BACKWARDS - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,23/76] linux-user: AArch64: Use correct values for FPSR/FPCR in sigcontext - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,24/76] .travis.yml: Add aarch64-* targets - - - - --- 2014-01-07 Peter Maydell New
[PULL,25/76] default-configs: Add config for aarch64-linux-user - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,26/76] target-arm: A64: Add support for dumping AArch64 VFP register state - - 2 - --- 2014-01-07 Peter Maydell New
[PULL,27/76] target-arm: A64: Fix vector register access on bigendian hosts - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,28/76] target-arm: Use VFP_BINOP macro for min, max, minnum, maxnum - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,29/76] target-arm: A64: Add "Floating-point data-processing (2 source)" insns - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,30/76] target-arm: A64: Add "Floating-point data-processing (3 source)" insns - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,31/76] target-arm: A64: Add fmov (scalar, immediate) instruction - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,32/76] target-arm: A64: Add support for floating point compare - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,33/76] target-arm: A64: Add support for floating point conditional compare - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,34/76] target-arm: A64: Add support for floating point cond select - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,35/76] target-arm: Give the FPSCR rounding modes names - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,36/76] char/cadence_uart: Mark struct fields as public/private - - - - --- 2014-01-07 Peter Maydell New
[PULL,37/76] char/cadence_uart: Add missing uart_update_state - - - - --- 2014-01-07 Peter Maydell New
[PULL,38/76] char/cadence_uart: Fix reset. - - - - --- 2014-01-07 Peter Maydell New
[PULL,39/76] char/cadence_uart: s/r_fifo/rx_fifo - - - - --- 2014-01-07 Peter Maydell New
[PULL,40/76] char/cadence_uart: Simplify status generation - - - - --- 2014-01-07 Peter Maydell New
[PULL,41/76] char/cadence_uart: Define Missing SR/ISR fields - - - - --- 2014-01-07 Peter Maydell New
[PULL,42/76] char/cadence_uart: Remove TX timer & add TX FIFO state - - - - --- 2014-01-07 Peter Maydell New
[PULL,43/76] char/cadence_uart: Fix can_receive logic - - - - --- 2014-01-07 Peter Maydell New
[PULL,44/76] char/cadence_uart: Use the TX fifo for transmission - - - - --- 2014-01-07 Peter Maydell New
[PULL,45/76] char/cadence_uart: Delete redundant rx rst logic - - - - --- 2014-01-07 Peter Maydell New
[PULL,46/76] char/cadence_uart: Implement Tx flow control - - - - --- 2014-01-07 Peter Maydell New
[PULL,47/76] target-arm: use c13_context field for CONTEXTIDR - - 2 - --- 2014-01-07 Peter Maydell New
[PULL,48/76] target-arm: remove raw_read|write duplication - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,49/76] arm/xilinx_zynq: Always instantiate the GEMs - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,50/76] target-arm: fix build with gcc 4.8.2 - - 2 - --- 2014-01-07 Peter Maydell New
[PULL,51/76] arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,52/76] hw: arm_gic: Introduce gic_set_priority function - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,53/76] softfloat: Fix exception flag handling for float32_to_float16() - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,54/76] softfloat: Add float to 16bit integer conversions. - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,55/76] softfloat: Add 16 bit integer to float conversions - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,56/76] softfloat: Make the int-to-float functions take exact-width types - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,57/76] softfloat: Fix float64_to_uint64 - - 2 - --- 2014-01-07 Peter Maydell New
[PULL,58/76] softfloat: Only raise Invalid when conversions to int are out of range - - 2 - --- 2014-01-07 Peter Maydell New
[PULL,59/76] softfloat: Fix factor 2 error for scalbn on denormal inputs - - 2 - --- 2014-01-07 Peter Maydell New
[PULL,60/76] softfloat: Add float32_to_uint64() - - 2 - --- 2014-01-07 Peter Maydell New
[PULL,61/76] softfloat: Fix float64_to_uint64_round_to_zero - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,62/76] softfloat: Fix float64_to_uint32 - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,63/76] softfloat: Fix float64_to_uint32_round_to_zero - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,64/76] softfloat: Provide complete set of accessors for fp state - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,65/76] softfloat: Factor out RoundAndPackFloat16 and NormalizeFloat16Subnormal - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,66/76] softfloat: Add float16 <=> float64 conversion functions - - 1 - --- 2014-01-07 Peter Maydell New
[PULL,67/76] softfloat: Refactor code handling various rounding modes - - 1 - --- 2014-01-07 Peter Maydell New
« 1 2 ... 1146 1147 11484271 4272 »