summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Implement auxiliary fault status registersPeter Maydell2014-04-171-0/+9
* target-arm: Replace wildcarded cpreg definitions with precise ones for ARMv8Peter Maydell2014-04-171-5/+91
* target-arm: Don't expose wildcard ID register definitions for ARMv8Peter Maydell2014-04-171-18/+43
* target-arm: Remove THUMB2EE feature from AArch64 'any' CPUPeter Maydell2014-04-171-1/+0
* target-arm: Implement ISR_EL1 registerPeter Maydell2014-04-171-0/+18
* target-arm: Implement AArch64 view of ACTLRPeter Maydell2014-04-171-1/+2
* target-arm: Implement AArch64 view of CONTEXTIDRPeter Maydell2014-04-172-16/+19
* target-arm: Implement AArch64 views of AArch32 ID registersPeter Maydell2014-04-171-29/+44
* target-arm: Add Cortex-A57 processorPeter Maydell2014-04-171-0/+43
* target-arm: Implement ARMv8 MVFR registersPeter Maydell2014-04-175-2/+23
* target-arm: Implement AArch64 EL1 exception handlingRob Herring2014-04-176-0/+143
* target-arm: Move arm_log_exception() into internals.hPeter Maydell2014-04-172-31/+31
* target-arm: Implement AArch64 SPSR_EL1Peter Maydell2014-04-175-11/+40
* target-arm: Implement SP_EL0, SP_EL1Peter Maydell2014-04-176-7/+100
* target-arm: Add AArch64 ELR_EL1 register.Peter Maydell2014-04-174-4/+24
* target-arm: Implement AArch64 views of fault status and data registersRob Herring2014-04-173-18/+29
* target-arm: Use dedicated CPU state fields for ARM946 access bit registersPeter Maydell2014-04-172-10/+16
* target-arm: A64: Implement DC ZVAPeter Maydell2014-04-177-6/+180
* target-arm: Don't mention PMU in debug feature registerPeter Maydell2014-04-171-1/+6
* target-arm: Add v8 mmu translation supportRob Herring2014-04-171-32/+77
* target-arm: Fix VFP enables for AArch32 EL0 under AArch64 EL1Peter Maydell2014-04-172-1/+40
* target-arm: A64: Add assertion that FP access was checkedPeter Maydell2014-04-172-24/+59
* target-arm: A64: Correctly fault FP/Neon if CPACR.FPEN setPeter Maydell2014-04-175-6/+320
* target-arm: Provide syndrome information for MMU faultsRob Herring2014-04-172-0/+25
* target-arm: Add support for generating exceptions with syndrome informationPeter Maydell2014-04-176-54/+140
* target-arm: Provide correct syndrome information for cpreg access trapsPeter Maydell2014-04-175-7/+184
* target-arm: Define exception record for AArch64 exceptionsPeter Maydell2014-04-174-41/+56
* target-arm: Implement AArch64 DAIF system registerPeter Maydell2014-04-172-1/+21
* target-arm: Split out private-to-target functions into internals.hPeter Maydell2014-04-178-20/+55
* Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-5' into stagingPeter Maydell2014-04-173-558/+628
|\
| * tcg-aarch64: Use tcg_out_mov in preference to tcg_out_movrRichard Henderson2014-04-161-9/+7
| * tcg-aarch64: Prefer unsigned offsets before signed offsets for ldstRichard Henderson2014-04-161-5/+6
| * tcg-aarch64: Introduce tcg_out_insn_3312, _3310, _3313Richard Henderson2014-04-161-87/+89
| * tcg-aarch64: Merge aarch64_ldst_get_data/type into tcg_out_opRichard Henderson2014-04-161-83/+32
| * tcg-aarch64: Introduce tcg_out_insn_3507Richard Henderson2014-04-161-24/+33
| * tcg-aarch64: Support stores of zeroRichard Henderson2014-04-161-16/+19
| * tcg-aarch64: Implement TCG_TARGET_HAS_new_ldstRichard Henderson2014-04-162-60/+31
| * tcg-aarch64: Pass qemu_ld/st arguments directlyRichard Henderson2014-04-161-32/+17
| * tcg-aarch64: Use TCGMemOp in qemu_ld/stRichard Henderson2014-04-161-68/+63
| * tcg-aarch64: Use ADR to pass the return address to the ld/st helpersRichard Henderson2014-04-161-2/+9
| * tcg-aarch64: Use tcg_out_call for qemu_ld/stRichard Henderson2014-04-161-4/+2
| * tcg-aarch64: Avoid add with zero in tlb loadRichard Henderson2014-04-161-9/+19
| * tcg-aarch64: Implement tcg_register_jitRichard Henderson2014-04-161-15/+69
| * tcg-aarch64: Introduce tcg_out_insn_3314Richard Henderson2014-04-161-67/+33
| * tcg-aarch64: Reuse LR in translated codeRichard Henderson2014-04-162-33/+33
| * tcg-aarch64: Use CBZ and CBNZRichard Henderson2014-04-161-2/+24
| * tcg-aarch64: Create tcg_out_brcondRichard Henderson2014-04-161-20/+14
| * tcg-aarch64: Use symbolic names for branchesRichard Henderson2014-04-161-31/+43
| * tcg-aarch64: Use adrp in tcg_out_moviRichard Henderson2014-04-161-0/+23
| * tcg-aarch64: Special case small constants in tcg_out_moviRichard Henderson2014-04-161-0/+10
OpenPOWER on IntegriCloud