Show patches with: Submitter = Peter Maydell       |    State = Action Required       |    Archived = No       |   17195 patches
« 1 2 3 4171 172 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
arm: fix ldrexd/strexd - - 1 - --- 2010-11-04 Peter Maydell New
linux-user: remove unnecessary local from __get_user(), __put_user() 1 - - - --- 2010-11-08 Peter Maydell New
[1/8] ARM: Fix decoding of VFP forms of VCVT between float and int/fixed - - 1 - --- 2010-11-11 Peter Maydell New
[2/8] ARM: Fix decoding of Neon forms of VCVT between float and fixed point - - - - --- 2010-11-11 Peter Maydell New
[3/8] ARM: Fix sense of to_integer bit in Neon VCVT float/int conversion - - - - --- 2010-11-11 Peter Maydell New
[4/8] ARM: Return correct result for float-to-integer conversion of NaN - - - - --- 2010-11-11 Peter Maydell New
[5/8] ARM: Return correct result for single<->double conversion of NaN - - - - --- 2010-11-11 Peter Maydell New
[6/8] ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point - - - - --- 2010-11-11 Peter Maydell New
[7/8] softfloat: Add float/double to 16 bit integer conversion functions - - - - --- 2010-11-11 Peter Maydell New
[8/8] ARM: Implement VCVT to 16 bit integer using new softfloat routines - - - - --- 2010-11-11 Peter Maydell New
Fix compilation failure with simple trace when srcdir==objdir - - - - --- 2010-11-16 Peter Maydell New
target-sparc: remove unused functions cpu_lock(), cpu_unlock() - - - - --- 2010-11-19 Peter Maydell New
target-arm: remove unused functions cpu_lock(), cpu_unlock() - - - - --- 2010-11-19 Peter Maydell New
ARM: enable XScale/iWMMXT in linux-user mode - - - - --- 2010-11-19 Peter Maydell New
[Bug,668799] Re: qemu-arm segfaults executing msgmerge (gettext) - - - - --- 2010-11-19 Peter Maydell New
[00/12,PULL] ARM fixes - - - - --- 2010-11-23 Peter Maydell New
[01/12] target-arm: Add support for PKHxx in thumb2 - - 1 - --- 2010-11-23 Peter Maydell New
[02/12] target-arm: Fix mixup in decoding of saturating add and sub - - 1 - --- 2010-11-23 Peter Maydell New
[03/12] target-arm: Handle 'smc' as an undefined instruction - - 1 - --- 2010-11-23 Peter Maydell New
[04/12] ARM: Fix decoding of VFP forms of VCVT between float and int/fixed - - - - --- 2010-11-23 Peter Maydell New
[05/12] ARM: Fix decoding of Neon forms of VCVT between float and fixed point - - 1 - --- 2010-11-23 Peter Maydell New
[06/12] ARM: Fix sense of to_integer bit in Neon VCVT float/int conversion - - 1 - --- 2010-11-23 Peter Maydell New
[07/12] ARM: Return correct result for float-to-integer conversion of NaN - - - - --- 2010-11-23 Peter Maydell New
[08/12] ARM: Return correct result for single<->double conversion of NaN - - - - --- 2010-11-23 Peter Maydell New
[09/12] ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point - - 1 - --- 2010-11-23 Peter Maydell New
[10/12] softfloat: Add float/double to 16 bit integer conversion functions - - 1 - --- 2010-11-23 Peter Maydell New
[11/12] ARM: Implement VCVT to 16 bit integer using new softfloat routines - - 1 - --- 2010-11-23 Peter Maydell New
[12/12] ARM: fix ldrexd/strexd - - - - --- 2010-11-23 Peter Maydell New
[1/6] ARM: linux-user: Correct size of padding in target_ucontext_v2 - - 1 - --- 2010-11-24 Peter Maydell New
[2/6] ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code - - 1 - --- 2010-11-24 Peter Maydell New
[3/6] ARM: linux-user: Expose VFP registers to signal handlers - - 1 - --- 2010-11-24 Peter Maydell New
[4/6] ARM: linux-user: Restore VFP state from ucontext on sigreturn - - 2 - --- 2010-11-24 Peter Maydell New
[5/6] ARM: linux-user: Expose iWMMXT registers to signal handlers - - - - --- 2010-11-24 Peter Maydell New
[6/6] ARM: linux-user: Restore iWMMXT state from ucontext on sigreturn - - - - --- 2010-11-24 Peter Maydell New
[Bug,656285] Re: arm-semi mishandling SYS_HEAPINFO - - - - --- 2010-11-27 Peter Maydell New
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() 1 - 1 - --- 2010-11-30 Peter Maydell New
Remove unused spin_trylock() function - - - - --- 2010-12-01 Peter Maydell New
[1/2] Fix commandline handling for ARM semihosted executables - - 1 - --- 2010-12-06 Peter Maydell New
[2/2] Remove dead code for ARM semihosting commandline handling - - 1 - --- 2010-12-06 Peter Maydell New
[01/10] ARM: Fix decoding of VFP forms of VCVT between float and int/fixed - - 1 - --- 2010-12-06 Peter Maydell New
[02/10] ARM: Fix decoding of Neon forms of VCVT between float and fixed point - - 1 - --- 2010-12-06 Peter Maydell New
[03/10] ARM: Fix sense of to_integer bit in Neon VCVT float/int conversion - - 1 - --- 2010-12-06 Peter Maydell New
[04/10] softfloat: Add float*_is_any_nan() functions - - 1 - --- 2010-12-06 Peter Maydell New
[05/10] ARM: Return correct result for float-to-integer conversion of NaN - - 1 - --- 2010-12-06 Peter Maydell New
[06/10] softfloat: Add float*_maybe_silence_nan() functions - - 1 - --- 2010-12-06 Peter Maydell New
[07/10] ARM: Return correct result for single<->double conversion of NaN - - 1 - --- 2010-12-06 Peter Maydell New
[08/10] ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point - - 1 - --- 2010-12-06 Peter Maydell New
[09/10] softfloat: Add float/double to 16 bit integer conversion functions - - 1 - --- 2010-12-06 Peter Maydell New
[10/10] ARM: Implement VCVT to 16 bit integer using new softfloat routines - - 1 - --- 2010-12-06 Peter Maydell New
[1/5] ARM: Fix arguments passed to VQSHL helpers - - 1 - --- 2010-12-07 Peter Maydell New
[2/5] ARM: Fix VQSHL of signed 64 bit values - - 1 - --- 2010-12-07 Peter Maydell New
[3/5] ARM: Fix VQSHL of signed 64 bit values by shift counts >= 64 - - - - --- 2010-12-07 Peter Maydell New
[4/5] ARM: remove pointless else clause in VQSHL of u64 - - 1 - --- 2010-12-07 Peter Maydell New
[5/5] ARM: Correct result in saturating cases for VQSHL of s8/16/32 - - - - --- 2010-12-07 Peter Maydell New
[01/14] target-arm: Add support for PKHxx in thumb2 - - 1 - --- 2010-12-07 Peter Maydell New
[02/14] target-arm: Fix mixup in decoding of saturating add and sub - - 1 - --- 2010-12-07 Peter Maydell New
[03/14] target-arm: Handle 'smc' as an undefined instruction - - 1 - --- 2010-12-07 Peter Maydell New
[04/14] ARM: fix ldrexd/strexd - - 1 - --- 2010-12-07 Peter Maydell New
[05/14] ARM: Fix decoding of VFP forms of VCVT between float and int/fixed - - 1 - --- 2010-12-07 Peter Maydell New
[06/14] ARM: Fix decoding of Neon forms of VCVT between float and fixed point - - 1 - --- 2010-12-07 Peter Maydell New
[07/14] ARM: Fix sense of to_integer bit in Neon VCVT float/int conversion - - 1 - --- 2010-12-07 Peter Maydell New
[08/14] softfloat: Add float*_is_any_nan() functions - - 1 - --- 2010-12-07 Peter Maydell New
[09/14] ARM: Return correct result for float-to-integer conversion of NaN - - 1 - --- 2010-12-07 Peter Maydell New
[10/14] softfloat: Add float*_maybe_silence_nan() functions - - 1 - --- 2010-12-07 Peter Maydell New
[11/14] ARM: Return correct result for single<->double conversion of NaN - - 1 - --- 2010-12-07 Peter Maydell New
[12/14] ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point - - 1 - --- 2010-12-07 Peter Maydell New
[13/14] softfloat: Add float/double to 16 bit integer conversion functions - - 1 - --- 2010-12-07 Peter Maydell New
[14/14] ARM: Implement VCVT to 16 bit integer using new softfloat routines - - 1 - --- 2010-12-07 Peter Maydell New
[00/14,PULL] ARM fixes, v2 - - - - --- 2010-12-07 Peter Maydell New
[1/2] softfloat: abstract out target-specific NaN propagation rules - - - - --- 2010-12-16 Peter Maydell New
[2/2] ARM: Implement correct NaN propagation rules - - - - --- 2010-12-16 Peter Maydell New
[V2] softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() 1 - 1 - --- 2010-12-17 Peter Maydell New
[1/8] pl190: Implement save/restore - - - - --- 2010-12-23 Peter Maydell New
[2/8] vpb_sic: Implement save/restore - - - - --- 2010-12-23 Peter Maydell New
[3/8] arm_sysctl: Implement save/restore - - - - --- 2010-12-23 Peter Maydell New
[4/8] pl050: Implement save/restore - - - - --- 2010-12-23 Peter Maydell New
[5/8] pl031: Implement save/restore - - - - --- 2010-12-23 Peter Maydell New
[6/8] pl110: Implement save/restore - - - - --- 2010-12-23 Peter Maydell New
[7/8] pl080: Implement save/restore - - - - --- 2010-12-23 Peter Maydell New
[8/8] stc91c111: Implement save/restore - - - - --- 2010-12-23 Peter Maydell New
[1/2] ARM: add neon helpers for VQSHLU - - 2 - --- 2011-01-03 Peter Maydell New
[2/2] ARM: Fix decoding of VQSHL/VQSHLU immediate forms - - 1 - --- 2011-01-03 Peter Maydell New
[1/2] softfloat: Implement flushing input denormals to zero 1 - - - --- 2011-01-03 Peter Maydell New
[2/2] ARM: wire up the softfloat flush_input_to_zero flag 1 - - - --- 2011-01-03 Peter Maydell New
linux-user: Implement sync_file_range{, 2} syscalls - - - - --- 2011-01-06 Peter Maydell New
[1/2] linux-user: Support ioctls whose parameter size is not constant - - - - --- 2011-01-06 Peter Maydell New
[2/2] linux-user: Implement FS_IOC_FIEMAP ioctl - - - - --- 2011-01-06 Peter Maydell New
[1/2] softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan() 1 - - - --- 2011-01-06 Peter Maydell New
[2/2] linux-user: Fix incorrect NaN detection in ARM nwfpe emulation 1 - - - --- 2011-01-06 Peter Maydell New
[v2,1/3] softfloat: Implement flushing input denormals to zero 1 - - - --- 2011-01-06 Peter Maydell New
[v2,2/3] ARM: Set softfloat cumulative exc flags from correct FPSCR bits - - - - --- 2011-01-06 Peter Maydell New
[v2,3/3] ARM: wire up the softfloat flush_input_to_zero flag - - - - --- 2011-01-06 Peter Maydell New
[1/4] softfloat: Add float32_is_zero_or_denormal() function - - 1 - --- 2011-01-07 Peter Maydell New
[2/4] target-arm: Fix implementation of VRSQRTS - - 1 - --- 2011-01-07 Peter Maydell New
[3/4] target-arm: Add support for 'Standard FPSCR Value' as used by Neon - - 1 - --- 2011-01-07 Peter Maydell New
[4/4] target-arm: Use the standard FPSCR value for VRSQRTS - - 1 - --- 2011-01-07 Peter Maydell New
[1/7] target-arm: Don't generate code specific to current CPU mode for SRS - - - - --- 2011-01-07 Peter Maydell New
[2/7] target-arm: Translate with VFP-enabled from TB flags, not CPUState - - - - --- 2011-01-07 Peter Maydell New
[3/7] target-arm: Translate with VFP len/stride from TB flags, not CPUState - - - - --- 2011-01-07 Peter Maydell New
[4/7] target-arm: Translate with Thumb state from TB flags, not CPUState - - - - --- 2011-01-07 Peter Maydell New
« 1 2 3 4171 172 »