Sign in
qemu
/
qemu
/
2f5f70fa5f41e3893a781c065be76e56db4f2e32
/
target-arm
a7e30d8
trace: [tcg] Include TCG-tracing header on all targets
by Lluís Vilanova
· 11 years ago
dbb1fb2
target-arm: A64: fix TLB flush instructions
by Alex Bennée
· 11 years ago
dcd82c1
target-arm: don't hardcode mask values in arm_cpu_handle_mmu_fault
by Alex Bennée
· 11 years ago
cdcf140
target-arm: Fix bit test in sp_el0_access
by Stefan Weil
· 11 years ago
63b6055
target-arm: Add FAR_EL2 and 3
by Edgar E. Iglesias
· 11 years ago
f2c30f4
target-arm: Add ESR_EL2 and 3
by Edgar E. Iglesias
· 11 years ago
2f0180c
target-arm: Make far_el1 an array
by Edgar E. Iglesias
· 11 years ago
f151b12
target-arm: A64: Respect SPSEL when taking exceptions
by Edgar E. Iglesias
· 11 years ago
98ea561
target-arm: A64: Respect SPSEL in ERET SP restore
by Edgar E. Iglesias
· 11 years ago
9208b96
target-arm: A64: Break out aarch64_save/restore_sp
by Edgar E. Iglesias
· 11 years ago
75c9a1a
target-arm: Implement vCPU reset via KVM_ARM_VCPU_INIT for 32-bit CPUs
by Peter Maydell
· 11 years ago
5d831be
Fix new typos (found by codespell)
by Stefan Weil
· 11 years ago
dd032e3
target-arm: Introduce per-CPU field for PSCI version
by Pranavkumar Sawargaonkar
· 11 years ago
73542cf
target-arm: Implement kvm_arch_reset_vcpu() for KVM ARM64
by Pranavkumar Sawargaonkar
· 11 years ago
7cd62e5
target-arm: Enable KVM_ARM_VCPU_PSCI_0_2 feature when possible
by Pranavkumar Sawargaonkar
· 11 years ago
228d5e0
target-arm: Common kvm_arm_vcpu_init() for KVM ARM and KVM ARM64
by Pranavkumar Sawargaonkar
· 11 years ago
4063452
target-arm/translate-a64.c: Fix dead ?: in handle_simd_shift_fpint_conv()
by Peter Maydell
· 11 years ago
220ad4c
target-arm/translate-a64.c: Remove dead ?: in disas_simd_3same_int()
by Peter Maydell
· 11 years ago
5661ae6
target-arm: Add ULL suffix to calculation of page size
by Peter Maydell
· 11 years ago
e389be1
target-arm: implement PD0/PD1 bits for TTBCR
by Fabian Aggeler
· 11 years ago
59dcd29
target-arm: Use Common Tables in AES Instructions
by Tom Musta
· 11 years ago
3b1a413
target-arm: Delete unused iwmmxt_msadb helper
by Peter Maydell
· 11 years ago
d3afacc
target-arm: Fix errors in writes to generic timer control registers
by Peter Maydell
· 11 years ago
f6fe04d
target-arm: A64: Implement two-register SHA instructions
by Peter Maydell
· 11 years ago
be56f04
target-arm: A64: Implement 3-register SHA instructions
by Peter Maydell
· 11 years ago
5acc765
target-arm: A64: Implement AES instructions
by Peter Maydell
· 11 years ago
aa63346
target-arm: A32/T32: Mask CRC value in calling code, not helper
by Peter Maydell
· 11 years ago
130f2e7
target-arm: A64: Implement CRC instructions
by Peter Maydell
· 11 years ago
da5141f
target-arm: VFPv4 implies half-precision extension
by Peter Maydell
· 11 years ago
25f748e
target-arm: Clean up handling of ARMv8 optional feature bits
by Peter Maydell
· 11 years ago
fb8ad9f
target-arm: Remove unnecessary setting of feature bits
by Peter Maydell
· 11 years ago
46d9dfd
target-arm: arm_any_initfn() should never set ARM_FEATURE_AARCH64
by Peter Maydell
· 11 years ago
411bdc7
target-arm: A64: Use PMULL feature bit for PMULL
by Peter Maydell
· 11 years ago
4e624ed
target-arm: add support for v8 VMULL.P64 instruction
by Peter Maydell
· 11 years ago
526d009
target-arm: Allow 3reg_wide undefreq to encode more bad size options
by Peter Maydell
· 11 years ago
f1ecb91
target-arm: add support for v8 SHA1 and SHA256 instructions
by Ard Biesheuvel
· 11 years ago
d615efa
target-arm: Correct handling of UXN bit in ARMv8 LPAE page tables
by Ian Campbell
· 11 years ago
8d5c773
target-arm: Prepare cpreg writefns/readfns for EL3/SecExt
by Fabian Aggeler
· 11 years ago
bf01601
target-arm/cpu64.c: Actually register Cortex-A57 impdef registers
by Peter Maydell
· 11 years ago
f08b617
softmmu: introduce cpu_ldst.h
by Paolo Bonzini
· 11 years ago
1d85476
target-arm: move arm_*_code to a separate file
by Paolo Bonzini
· 11 years ago
0f590e74
softmmu: commonize helper definitions
by Paolo Bonzini
· 11 years ago
2ef6175
tcg: Invert the inclusion of helper.h
by Richard Henderson
· 11 years ago
a1ba125
target-arm: A64: Register VBAR_EL3
by Edgar E. Iglesias
· 11 years ago
d42e3c2
target-arm: A64: Register VBAR_EL2
by Edgar E. Iglesias
· 11 years ago
855ea66
target-arm: Make vbar_write writeback to any CPREG
by Edgar E. Iglesias
· 11 years ago
61d4b21
target-arm: A64: Generalize update_spsel for the various ELs
by Edgar E. Iglesias
· 11 years ago
db6c3cd
target-arm: A64: Generalize ERET to various ELs
by Edgar E. Iglesias
· 11 years ago
14c521d
target-arm: A64: Trap ERET from EL0 at translation time
by Edgar E. Iglesias
· 11 years ago
7ab6c10
target-arm: A64: Forbid ERET to higher or unimplemented ELs
by Edgar E. Iglesias
· 11 years ago
81547d6
target-arm: Register EL3 versions of ELR and SPSR
by Edgar E. Iglesias
· 11 years ago
3b685ba
target-arm: Register EL2 versions of ELR and SPSR
by Edgar E. Iglesias
· 11 years ago
1fe8141
target-arm: Add a feature flag for EL3
by Edgar E. Iglesias
· 11 years ago
cca7c2f
target-arm: Add a feature flag for EL2
by Edgar E. Iglesias
· 11 years ago
2a923c4
target-arm: A64: Introduce aarch64_banked_spsr_index()
by Edgar E. Iglesias
· 11 years ago
28c9457
target-arm: Add SPSR entries for EL2/HYP and EL3/MON
by Edgar E. Iglesias
· 11 years ago
1b17423
target-arm: A64: Add ELR entries for EL2 and 3
by Edgar E. Iglesias
· 11 years ago
73fb3b7
target-arm: A64: Add SP entries for EL2 and 3
by Edgar E. Iglesias
· 11 years ago
68fdb6c
target-arm: c12_vbar -> vbar_el[]
by Edgar E. Iglesias
· 11 years ago
d81c519
target-arm: Make esr_el1 an array
by Edgar E. Iglesias
· 11 years ago
6947f05
target-arm: Make elr_el1 an array
by Edgar E. Iglesias
· 11 years ago
f79fbf3
target-arm: Use a 1:1 mapping between EL and MMU index
by Edgar E. Iglesias
· 11 years ago
6ce2faf
target-arm: A32: Use get_mem_index for load/stores
by Edgar E. Iglesias
· 11 years ago
c119779
target-arm/translate.c: Use get_mem_index() for SRS memory accesses
by Peter Maydell
· 11 years ago
a99caa4
target-arm/translate.c: Clean up mmu index handling for ldrt/strt
by Peter Maydell
· 11 years ago
9d4c4e8
target-arm: Move get_mem_index to translate.h
by Edgar E. Iglesias
· 11 years ago
f0aff25
target-arm: implement CPACR register logic for ARMv7
by Fabian Aggeler
· 11 years ago
00d0f7c
target-arm: Fix segfault on startup when KVM enabled
by Christoffer Dall
· 11 years ago
6b7aa99
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140513' into staging
by Peter Maydell
· 11 years ago
2f0d863
target-arm/helper.c: Don't flush the TLB if SCTLR is rewritten unchanged
by Peter Maydell
· 11 years ago
8f1e884
savevm: Remove all the unneeded version_minimum_id_old (arm)
by Juan Quintela
· 11 years ago
50a2c6e
kvm: reset state from the CPU's reset method
by Paolo Bonzini
· 12 years ago
3476436
vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/
by Michael S. Tsirkin
· 11 years ago
37f0806
target-arm: Correct a comment refering to EL0
by Edgar E. Iglesias
· 11 years ago
6ab9f49
target-arm: A64: Fix a typo when declaring TLBI ops
by Edgar E. Iglesias
· 11 years ago
1b505f9
target-arm: A64: Handle blr lr
by Edgar E. Iglesias
· 11 years ago
fed3ffb
target-arm: Make vbar_write 64bit friendly on 32bit hosts
by Edgar E. Iglesias
· 11 years ago
252ec40
target-arm: implement WFE/YIELD as a yield for AArch64
by Rob Herring
· 11 years ago
3b77157
target-arm: Implement XScale cache lockdown operations as NOPs
by Peter Maydell
· 11 years ago
e44a90c
target-arm: A64: fix unallocated test of scalar SQXTUN
by Alex Bennée
· 11 years ago
33bbd75
arm: translate.c: Fix smlald Instruction
by Peter Crosthwaite
· 11 years ago
b5cde1d
target-arm/gdbstub64.c: remove useless 'break' statement.
by Chen Gang
· 11 years ago
1773111
target-arm: Dump 32-bit CPU state if 64 bit CPU is in AArch32
by Peter Maydell
· 11 years ago
7633378
target-arm: Handle the CPU being in AArch32 mode in the AArch64 set_pc
by Peter Maydell
· 11 years ago
c29f9a0
target-arm: Make Cortex-A15 CBAR read-only
by Peter Maydell
· 11 years ago
f318cec
target-arm: Implement CBAR for Cortex-A57
by Peter Maydell
· 11 years ago
377a44e
target-arm: Implement Cortex-A57 implementation-defined system registers
by Peter Maydell
· 11 years ago
3933443
target-arm: Implement RVBAR register
by Peter Maydell
· 11 years ago
1952552
target-arm: Implement AArch64 address translation operations
by Peter Maydell
· 11 years ago
f32cdad
target-arm: Implement auxiliary fault status registers
by Peter Maydell
· 11 years ago
9449fdf
target-arm: Replace wildcarded cpreg definitions with precise ones for ARMv8
by Peter Maydell
· 11 years ago
00a29f3
target-arm: Don't expose wildcard ID register definitions for ARMv8
by Peter Maydell
· 11 years ago
85acfa9
target-arm: Remove THUMB2EE feature from AArch64 'any' CPU
by Peter Maydell
· 11 years ago
1090b9c
target-arm: Implement ISR_EL1 register
by Peter Maydell
· 11 years ago
2eef0bf
target-arm: Implement AArch64 view of ACTLR
by Peter Maydell
· 11 years ago
014406b
target-arm: Implement AArch64 view of CONTEXTIDR
by Peter Maydell
· 11 years ago
0ff644a
target-arm: Implement AArch64 views of AArch32 ID registers
by Peter Maydell
· 11 years ago
cb1fa94
target-arm: Add Cortex-A57 processor
by Peter Maydell
· 11 years ago
a50c0f5
target-arm: Implement ARMv8 MVFR registers
by Peter Maydell
· 11 years ago
52e60cd
target-arm: Implement AArch64 EL1 exception handling
by Rob Herring
· 11 years ago
Next »