Age | Commit message (Expand) | Author | Files | Lines |
2011-02-10 | target-arm: Use standard FPSCR for Neon half-precision operations | Peter Maydell | 1 | -4/+22 |
2011-02-10 | target-arm: Silence NaNs resulting from half-precision conversions | Peter Maydell | 1 | -2/+10 |
2011-02-10 | softfloat: Add float16 type and float16 NaN handling functions | Peter Maydell | 1 | -2/+2 |
2011-02-04 | target-arm: Clean up handling of MPIDR | Peter Maydell | 1 | -5/+21 |
2011-02-04 | target-arm: Add CPU feature flag for v7MP | Peter Maydell | 1 | -0/+6 |
2011-01-14 | target-arm: Don't generate code specific to current CPU mode for SRS | Peter Maydell | 1 | -2/+10 |
2011-01-14 | target-arm: Use the standard FPSCR value for VRSQRTS | Peter Maydell | 1 | -1/+1 |
2011-01-14 | target-arm: Add support for 'Standard FPSCR Value' as used by Neon | Peter Maydell | 1 | -0/+5 |
2011-01-14 | target-arm: Fix implementation of VRSQRTS | Peter Maydell | 1 | -1/+9 |
2011-01-06 | target-arm: wire up the softfloat flush_input_to_zero flag | Peter Maydell | 1 | -1/+7 |
2011-01-06 | target-arm: Set softfloat cumulative exc flags from correct FPSCR bits | Peter Maydell | 1 | -1/+1 |
2010-12-27 | target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9 | Juha Riihimäki | 1 | -0/+2 |
2010-12-27 | target-arm: correct cp15 c1_sys reset value for cortex-a8 | Mattias Holm | 1 | -0/+1 |
2010-12-27 | target-arm: fix vmsav6 access control | Juha Riihimäki | 1 | -15/+19 |
2010-12-07 | ARM: Implement VCVT to 16 bit integer using new softfloat routines | Peter Maydell | 1 | -1/+1 |
2010-12-07 | ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point | Peter Maydell | 1 | -1/+1 |
2010-12-07 | ARM: Return correct result for single<->double conversion of NaN | Peter Maydell | 1 | -2/+10 |
2010-12-07 | ARM: Return correct result for float-to-integer conversion of NaN | Peter Maydell | 1 | -0/+27 |
2010-12-03 | ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code | Peter Maydell | 1 | -0/+10 |
2010-12-03 | ARM: enable XScale/iWMMXT in linux-user mode | Peter Maydell | 1 | -0/+6 |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil | 1 | -1/+1 |
2010-07-01 | target-arm : fix parallel saturated subtraction implementation | Chih-Min Chao | 1 | -2/+2 |
2010-05-31 | arm: fix arm kernel boot for non zero start addr | Lars Munch | 1 | -1/+0 |
2010-04-05 | Fix arm-linux-user | Paul Brook | 1 | -0/+2 |
2010-04-05 | ARMv7-M reset fixes | Paul Brook | 1 | -9/+24 |
2010-03-27 | target-arm: disable PAGE_EXEC for XN pages | Rabin Vincent | 1 | -3/+7 |
2010-03-17 | Large page TLB flush | Paul Brook | 1 | -21/+27 |
2010-03-12 | Remove cpu_get_phys_page_debug from userspace emulation | Paul Brook | 1 | -5/+0 |
2010-02-19 | target-arm: support thumb exception handlers | Rabin Vincent | 1 | -3/+2 |
2010-02-06 | target-arm: refactor cp15.c13 register access | Riku Voipio | 1 | -16/+0 |
2009-11-22 | ARM atomic ops rewrite | Paul Brook | 1 | -84/+0 |
2009-11-19 | ARM Cortex-A9 cpu support | Paul Brook | 1 | -1/+35 |
2009-11-19 | ARM FP16 support | Paul Brook | 1 | -0/+16 |
2009-10-27 | target-arm: allow modifying vfp fpexc en bit only | Juha Riihimäki | 1 | -1/+1 |
2009-10-23 | target-arm: fix sdiv helper | Aurelien Jarno | 1 | -0/+2 |
2009-10-23 | target-arm: use clz32() instead of a for loop | Aurelien Jarno | 1 | -4/+2 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -2/+2 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -2/+2 |
2009-04-24 | qemu: introduce qemu_init_vcpu (Marcelo Tosatti) | aliguori | 1 | -0/+1 |
2009-03-07 | Fix correct reset value for ARM CP15 c1 auxiliary control register | aurel32 | 1 | -1/+1 |
2009-03-07 | clean build: Fix arm build warnings | aurel32 | 1 | -1/+1 |
2009-02-05 | targets: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 1 | -4/+0 |
2009-01-26 | Log reset events (Jan Kiszka) | aliguori | 1 | -0/+6 |
2008-12-19 | Implement flush-to-zero mode (denormal results are replaced with zero). | pbrook | 1 | -1/+2 |
2008-12-19 | Implement default-NaN mode. | pbrook | 1 | -0/+2 |
2008-12-19 | Implement ARMv7 cp15 cache ID registers. | pbrook | 1 | -7/+25 |
2008-12-19 | Implement (very) basic Thumb2-EE support. This doesn't actually implement | pbrook | 1 | -0/+11 |
2008-12-19 | Fix VFP fixed point conversion routines. | pbrook | 1 | -1/+1 |
2008-12-19 | Implement ARMv7 MMU access permissions. | pbrook | 1 | -1/+11 |
2008-10-22 | Fix ARMv6 translation table base address calculation. | pbrook | 1 | -21/+20 |