| Commit message (Expand) | Author | Age | Files | Lines |
* | target-arm/helper.c: tb_flush() on CPU reset | Peter Maydell | 2012-02-17 | 1 | -0/+5 |
* | target-arm/helper.c: Correct FPSID value for Cortex-A9 | Peter Maydell | 2012-02-17 | 1 | -1/+1 |
* | Add Cortex-A15 CPU definition | Peter Maydell | 2012-01-25 | 2 | -5/+52 |
* | Add dummy implementation of generic timer cp15 registers | Peter Maydell | 2012-01-25 | 2 | -2/+11 |
* | arm: store the config_base_register during cpu_reset | Mark Langsdorf | 2012-01-25 | 1 | -0/+3 |
* | target-arm/helper.c: Don't assume softfloat int32 is 32 bits only | Peter Maydell | 2012-01-25 | 1 | -1/+1 |
* | target-arm: Fix implementation of TLB invalidate operations | Peter Maydell | 2012-01-25 | 1 | -7/+6 |
* | arm: Add dummy support for co-processor 15's secure config register | Rob Herring | 2012-01-13 | 3 | -1/+13 |
* | target-arm: Fix errors in decode of M profile CPS | Peter Maydell | 2012-01-13 | 1 | -4/+4 |
* | arm: add dummy A9-specific cp15 registers | Mark Langsdorf | 2012-01-05 | 3 | -1/+59 |
* | target-arm: Ignore attempts to set invalid modes in CPSR | Peter Maydell | 2012-01-05 | 1 | -1/+29 |
* | target-arm: Don't use cpu_single_env in bank_number() | Peter Maydell | 2012-01-05 | 1 | -6/+6 |
* | target-arm: Infer VFPv3 feature from VFPv4 | Andreas Färber | 2011-12-13 | 1 | -1/+3 |
* | target-arm: Infer VFP feature from VFPv3 | Andreas Färber | 2011-12-13 | 1 | -3/+3 |
* | target-arm: Infer Thumb division feature from M profile | Andreas Färber | 2011-12-13 | 1 | -1/+3 |
* | target-arm: Infer Thumb2 feature from ARMv7 | Andreas Färber | 2011-12-13 | 1 | -4/+1 |
* | target-arm: Infer AUXCR feature from ARMv6 | Andreas Färber | 2011-12-13 | 1 | -5/+3 |
* | target-arm: Infer ARMv6(K) feature from ARMv7 | Andreas Färber | 2011-12-13 | 1 | -4/+5 |
* | target-arm: Infer ARMv6 feature from v6K | Andreas Färber | 2011-12-13 | 1 | -5/+3 |
* | target-arm: Infer ARMv5 feature from ARMv6 | Andreas Färber | 2011-12-13 | 1 | -7/+3 |
* | target-arm: Infer ARMv4T feature from ARMv5 | Andreas Färber | 2011-12-13 | 1 | -12/+3 |
* | arm: Fix CP15 FSR (C5) domain setting | Jean-Christophe DUBOIS | 2011-12-13 | 1 | -11/+15 |
* | target-arm/helper.c: Don't allocate TCG resources unless TCG enabled | Peter Maydell | 2011-12-05 | 1 | -1/+1 |
* | target-arm/translate.c: Fix slightly misleading comment in Thumb decoder | Peter Maydell | 2011-12-05 | 1 | -3/+5 |
* | target-arm: Fix use of free() in cpu_arm_close() | Andreas Färber | 2011-10-20 | 1 | -1/+1 |
* | target-arm/machine.c: Restore VFP registers correctly | Dmitry Koshelev | 2011-10-19 | 1 | -1/+1 |
* | target-arm: Implement VFPv4 fused multiply-accumulate insns | Peter Maydell | 2011-10-19 | 4 | -0/+90 |
* | target-arm: Add ARM UDIV/SDIV support | Peter Maydell | 2011-10-19 | 3 | -1/+24 |
* | target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIV | Peter Maydell | 2011-10-19 | 3 | -4/+5 |
* | target-arm: v6 media multiply space: UNDEF on unassigned encodings | Peter Maydell | 2011-10-19 | 1 | -4/+20 |
* | rsqrte_f32: No need to copy sign bit. | Christophe LYON | 2011-10-19 | 1 | -2/+1 |
* | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 2011-10-10 | 1 | -1/+1 |
|\ |
|
| * | target-arm: Fix typo | Andreas Färber | 2011-10-05 | 1 | -1/+1 |
* | | ARM: fix segfault | Blue Swirl | 2011-10-08 | 1 | -0/+1 |
|/ |
|
* | softmmu_header: pass CPUState to tlb_fill | Blue Swirl | 2011-10-01 | 1 | -4/+2 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 1 | -1/+1 |
* | Merge remote-tracking branch 'pm-arm/for-upstream' into pm | Edgar E. Iglesias | 2011-08-09 | 3 | -42/+121 |
|\ |
|
| * | target-arm: Don't print debug messages for various UNDEF cases | Peter Maydell | 2011-07-26 | 1 | -6/+0 |
| * | target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert | Peter Maydell | 2011-07-26 | 1 | -8/+11 |
| * | target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM | Peter Maydell | 2011-07-26 | 1 | -7/+31 |
| * | target-arm: Support v6 barriers in linux-user mode | Peter Maydell | 2011-07-26 | 1 | -18/+33 |
| * | target-arm: Mark 1136r1 as a v6K core | Peter Maydell | 2011-07-26 | 2 | -2/+21 |
| * | target-arm: support for ARM1176JZF-s cores | Jamie Iles | 2011-07-26 | 2 | -0/+24 |
| * | target-arm: make VMSAv7 remapping and AP dependent on V6K | Jamie Iles | 2011-07-26 | 1 | -1/+1 |
* | | Remove unused is_softmmu parameter from cpu_handle_mmu_fault | Blue Swirl | 2011-08-07 | 3 | -4/+4 |
* | | exec.h cleanup | Blue Swirl | 2011-07-30 | 2 | -32/+7 |
|/ |
|
* | Correct spelling of licensed | Matthew Fernandez | 2011-07-23 | 2 | -2/+2 |
* | Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm | Blue Swirl | 2011-07-20 | 7 | -492/+752 |
|\ |
|
| * | target-arm: Fix BASEPRI, BASEPRI_MAX, and FAULTMASK access | Sebastian Huber | 2011-06-22 | 1 | -12/+12 |
| * | target-arm: Minimal implementation of performance counters | Peter Maydell | 2011-06-22 | 4 | -16/+183 |