aboutsummaryrefslogtreecommitdiff
path: root/target-arm
AgeCommit message (Expand)Author
2013-12-06target-arm: A64: add support for EXTRAlexander Graf
2013-12-06target-arm: A64: add support for ADR and ADRPAlexander Graf
2013-12-06target-arm: A64: add support for logical (shifted register)Alexander Graf
2013-12-05target-arm: A64: add support for conditional selectClaudio Fontana
2013-12-05target-arm: A64: add support for compare and branch immAlexander Graf
2013-12-05target-arm: A64: add support for 'test and branch' immAlexander Graf
2013-12-05target-arm: A64: add support for conditional branchesAlexander Graf
2013-12-05target-arm: A64: add support for BR, BLR and RET insnsAlexander Graf
2013-12-04target-arm: A64: add support for B and BL insnsAlexander Graf
2013-12-04target-arm: A64: expand decoding skeleton for system instructionsClaudio Fontana
2013-12-04target-arm: A64: provide skeleton for a64 insn decodingClaudio Fontana
2013-12-04target-arm: A64: add stubs for a64 specific helpersAlexander Graf
2013-12-04target-arm: Support fp registers in gdb stubPeter Maydell
2013-12-04target-arm: A64: provide functions for accessing FPCR and FPSRPeter Maydell
2013-12-04target-arm: A64: add set_pc cpu methodAlexander Graf
2013-12-03target-arm: Split A64 from A32/T32 gen_intermediate_code_internal()Peter Maydell
2013-11-27target-arm: Add minimal KVM AArch64 supportMian M. Hamayun
2013-11-26target-arm: Clean up handling of AArch64 PSTATEPeter Maydell
2013-11-22target-arm/kvm: Split 32 bit only code into its own filePeter Maydell
2013-11-22target-arm: Provide '-cpu host' when running KVMPeter Maydell
2013-11-22target-arm: Don't hardcode KVM target CPU to be A15Peter Maydell
2013-11-22target-arm: Allow secondary KVM CPUs to be booted via PSCIPeter Maydell
2013-11-22target-arm: Add ARMCPU field for Linux device-tree 'compatible' stringPeter Maydell
2013-11-22target-arm: Provide PSCI constants to generic QEMU codePeter Maydell
2013-11-22target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVMPeter Maydell
2013-10-31target-arm: fix sorting issue of KVM cpreg listAlvise Rigo
2013-10-31target-arm: sort TCG cpreg list by KVM-style 64 bit ID numberAlvise Rigo
2013-10-31target-arm: Add CP15 VBAR supportNathan Rossi
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori
2013-10-16Makefile.target: CONFIG_NO_* variables removedÁkos Kovács
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-09-25misc: Use new rotate functionsStefan Weil
2013-09-10target-arm: Add AArch64 gdbstub supportAlexander Graf
2013-09-10target-arm: Add AArch64 translation stubAlexander Graf
2013-09-10target-arm: Prepare translation for AArch64 codeAlexander Graf
2013-09-10target-arm: Disable 32 bit CPUs in 64 bit linux-user buildsPeter Maydell
2013-09-10target-arm: Add new AArch64CPUInfo base class and subclassesPeter Maydell
2013-09-10target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell
2013-09-10target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf
2013-09-10target-arm: Export cpu_envAlexander Graf
2013-09-10target-arm: Extract the disas struct to a header fileAlexander Graf
2013-09-10target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell
2013-09-10target-arm: Implement qmp query-cpu-definitionsCole Robinson
2013-09-10target-arm: fix ARMv7M stack alignment on resetSebastian Ottlik
2013-09-10target-arm: Avoid "1 << 31" undefined behaviourPeter Maydell
2013-09-10target-arm: Use sextract32() in branch decodePeter Maydell