aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-17target-arm: Implement AArch64 EL1 exception handlingRob Herring
2014-04-17target-arm: Move arm_log_exception() into internals.hPeter Maydell
2014-04-17target-arm: Implement AArch64 SPSR_EL1Peter Maydell
2014-04-17target-arm: Implement SP_EL0, SP_EL1Peter Maydell
2014-04-17target-arm: Add AArch64 ELR_EL1 register.Peter Maydell
2014-04-17target-arm: Implement AArch64 views of fault status and data registersRob Herring
2014-04-17target-arm: Use dedicated CPU state fields for ARM946 access bit registersPeter Maydell
2014-04-17target-arm: A64: Implement DC ZVAPeter Maydell
2014-04-17target-arm: Don't mention PMU in debug feature registerPeter Maydell
2014-04-17target-arm: Add v8 mmu translation supportRob Herring
2014-04-17target-arm: Fix VFP enables for AArch32 EL0 under AArch64 EL1Peter Maydell
2014-04-17target-arm: A64: Add assertion that FP access was checkedPeter Maydell
2014-04-17target-arm: A64: Correctly fault FP/Neon if CPACR.FPEN setPeter Maydell
2014-04-17target-arm: Provide syndrome information for MMU faultsRob Herring
2014-04-17target-arm: Add support for generating exceptions with syndrome informationPeter Maydell
2014-04-17target-arm: Provide correct syndrome information for cpreg access trapsPeter Maydell
2014-04-17target-arm: Define exception record for AArch64 exceptionsPeter Maydell
2014-04-17target-arm: Implement AArch64 DAIF system registerPeter Maydell
2014-04-17target-arm: Split out private-to-target functions into internals.hPeter Maydell
2014-04-17Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-5' into stagingPeter Maydell
2014-04-17Open 2.1 development treePeter Maydell
2014-04-17Update version for v2.0.0 releasev2.0.0Peter Maydell
2014-04-16tcg-aarch64: Use tcg_out_mov in preference to tcg_out_movrRichard Henderson
2014-04-16tcg-aarch64: Prefer unsigned offsets before signed offsets for ldstRichard Henderson
2014-04-16tcg-aarch64: Introduce tcg_out_insn_3312, _3310, _3313Richard Henderson
2014-04-16tcg-aarch64: Merge aarch64_ldst_get_data/type into tcg_out_opRichard Henderson
2014-04-16tcg-aarch64: Introduce tcg_out_insn_3507Richard Henderson
2014-04-16tcg-aarch64: Support stores of zeroRichard Henderson
2014-04-16tcg-aarch64: Implement TCG_TARGET_HAS_new_ldstRichard Henderson
2014-04-16tcg-aarch64: Pass qemu_ld/st arguments directlyRichard Henderson
2014-04-16tcg-aarch64: Use TCGMemOp in qemu_ld/stRichard Henderson
2014-04-16tcg-aarch64: Use ADR to pass the return address to the ld/st helpersRichard Henderson
2014-04-16tcg-aarch64: Use tcg_out_call for qemu_ld/stRichard Henderson
2014-04-16tcg-aarch64: Avoid add with zero in tlb loadRichard Henderson
2014-04-16tcg-aarch64: Implement tcg_register_jitRichard Henderson
2014-04-16tcg-aarch64: Introduce tcg_out_insn_3314Richard Henderson
2014-04-16tcg-aarch64: Reuse LR in translated codeRichard Henderson
2014-04-16tcg-aarch64: Use CBZ and CBNZRichard Henderson
2014-04-16tcg-aarch64: Create tcg_out_brcondRichard Henderson
2014-04-16tcg-aarch64: Use symbolic names for branchesRichard Henderson
2014-04-16tcg-aarch64: Use adrp in tcg_out_moviRichard Henderson
2014-04-16tcg-aarch64: Special case small constants in tcg_out_moviRichard Henderson
2014-04-16tcg-aarch64: Use ORRI in tcg_out_moviRichard Henderson
2014-04-16tcg-aarch64: Use MOVN in tcg_out_moviRichard Henderson
2014-04-16tcg-aarch64: Use TCGType and TCGMemOp constantsRichard Henderson
2014-04-16tcg-aarch64: Use intptr_t apropriatelyRichard Henderson
2014-04-16tcg-aarch64: Properly detect SIGSEGV writesRichard Henderson
2014-04-14Update version for v2.0.0-rc3 releasev2.0.0-rc3Peter Maydell
2014-04-14Revert "fix return check for KVM_GET_DIRTY_LOG ioctl"Michael Tokarev
2014-04-14Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell