Sign in
qemu
/
qemu
/
ed754746fea55df726f4de3dadb5bea0b6aa7409
/
target-arm
6f2945c
crypto: move built-in AES implementation into crypto/
by Daniel P. Berrange
· 10 years ago
c87e5a6
target-arm: Implement YIELD insn to yield in ARM and Thumb translators
by Peter Maydell
· 10 years ago
049e24a
target-arm: Split DISAS_YIELD from DISAS_WFE
by Peter Maydell
· 10 years ago
2a6332d
target-arm: fix write helper for TLBI ALLE1IS
by Sergey Fedorov
· 10 years ago
b21ab1f
target-arm: A64: Print ELR when taking exceptions
by Soren Brinkmann
· 10 years ago
f3c2bda
target-arm: default empty semihosting cmdline
by Liviu Ionescu
· 10 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
d49190c
disas: Remove uses of CPU env
by Peter Crosthwaite
· 10 years ago
a59d31a
semihosting: add --semihosting-config arg sub-argument
by Leon Alrae
· 10 years ago
cfe67ce
semihosting: create SemihostingConfig structure and semihost.h
by Leon Alrae
· 10 years ago
d6a6b13
target-arm: Add support for Cortex-R5
by Peter Crosthwaite
· 10 years ago
f6bda88
target-arm: Implement PMSAv7 MPU
by Peter Crosthwaite
· 10 years ago
6cb0b01
target-arm: Add registers for PMSAv7
by Peter Crosthwaite
· 10 years ago
3281af8
target-arm/helper.c: define MPUIR register
by Peter Crosthwaite
· 10 years ago
b061a82
target-arm: Do not reset sysregs marked as ALIAS
by Sergey Fedorov
· 10 years ago
ba890a9
target-arm: Add the Cortex-M4 CPU
by Aurelio C. Remonda
· 10 years ago
3977ee5
target-arm: Correct "preferred return address" for cpreg access exceptions
by Peter Maydell
· 10 years ago
13689d4
arm: helper: rename get_phys_addr_mpu
by Peter Crosthwaite
· 10 years ago
8f325f5
arm: Add has-mpu property
by Peter Crosthwaite
· 10 years ago
a8e81b3
arm: Implement uniprocessor with MP config
by Peter Crosthwaite
· 10 years ago
b7cc4e8
arm: Refactor get_phys_addr FSR return mechanism
by Peter Crosthwaite
· 10 years ago
8e5d75c
arm: helper: Factor out CP regs common to [pv]msa
by Peter Crosthwaite
· 10 years ago
5e5cf9e
arm: Don't add v7mp registers in MPU systems
by Peter Crosthwaite
· 10 years ago
8085ce6
arm: Do not define TLBTR in PMSA systems
by Peter Crosthwaite
· 10 years ago
62b44f0
target-arm: Add the THUMB_DSP feature
by Aurelio C. Remonda
· 10 years ago
eb5e1d3
target-arm: Use the kernel's idea of MPIDR if we're using KVM
by Pavel Fedin
· 10 years ago
ac00c79
target-arm: add AArch32 MIDR aliases in ARMv8
by Sergey Fedorov
· 10 years ago
13b72b2
target-arm: Fix REVIDR reset value
by Sergey Fedorov
· 10 years ago
7525465
target-arm/kvm64: Add cortex-a53 cpu support
by Shannon Zhao
· 10 years ago
a79e021
target-arm/cpu.h: remove pending_exception
by Alex Bennée
· 10 years ago
4e42a6c
target-arm: use extended address bits from supersection short descriptor
by Sergey Fedorov
· 10 years ago
fc1891c
target-arm: Handle "extended small page" descriptors correctly
by Peter Maydell
· 10 years ago
5cd8cad
migration: Use normal VMStateDescriptions for Subsections
by Juan Quintela
· 10 years ago
4771cd0
target-arm: Remove v8_ prefix from names of non-v8-specific cpreg arrays
by Peter Maydell
· 10 years ago
1850b6b
kvm: introduce kvm_arch_msi_data_to_gsi
by Eric Auger
· 10 years ago
57b6d95
Revert "target-arm: Avoid g_hash_table_get_keys()"
by Markus Armbruster
· 10 years ago
8742d49
target-arm: Add TLBI_VAE2{IS}
by Edgar E. Iglesias
· 10 years ago
51da901
target-arm: Add TLBI_ALLE2
by Edgar E. Iglesias
· 10 years ago
bdb9e2d
target-arm: Add TLBI_ALLE1{IS}
by Edgar E. Iglesias
· 10 years ago
a57633c
target-arm: Add TTBR0_EL2
by Edgar E. Iglesias
· 10 years ago
ff05f37
target-arm: Add TPIDR_EL2
by Edgar E. Iglesias
· 10 years ago
b9cb532
target-arm: Add SCTLR_EL2
by Edgar E. Iglesias
· 10 years ago
06ec4c8
target-arm: Add TCR_EL2
by Edgar E. Iglesias
· 10 years ago
95f949a
target-arm: Add MAIR_EL2
by Edgar E. Iglesias
· 10 years ago
a903c44
target-arm: Break down TLB_LOCKDOWN
by Edgar E. Iglesias
· 10 years ago
3fc827d
target-arm: Correct check for non-EL3
by Edgar E. Iglesias
· 10 years ago
3960c33
target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strd
by Peter Maydell
· 10 years ago
b1eced7
target-arm: Add WFx instruction trap support
by Greg Bellows
· 10 years ago
84549b6
target-arm: Don't halt on WFI unless we don't have any work
by Peter Maydell
· 10 years ago
647f767
target-arm: Move TB flags down to fill gap
by Peter Maydell
· 10 years ago
9dbbc74
target-arm: Extend FP checks to use an EL
by Greg Bellows
· 10 years ago
3cf6a0f
target-arm: Make singlestate TB flags common between AArch32/64
by Peter Maydell
· 10 years ago
c6f1916
target-arm: Add AArch64 CPTR registers
by Greg Bellows
· 10 years ago
38836a2
target-arm: Allow cp access functions to indicate traps to EL2 or EL3
by Peter Maydell
· 10 years ago
012a906
target-arm: Update interrupt handling to use target EL
by Greg Bellows
· 10 years ago
c632859
target-arm: Make raise_exception() take syndrome and target EL
by Peter Maydell
· 10 years ago
863b658
target-arm: Set exception target EL in tlb_fill
by Peter Maydell
· 10 years ago
8c6084b
target-arm: Move setting of exception info into tlb_fill
by Peter Maydell
· 10 years ago
f2932df
target-arm: Set correct syndrome for faults on MSR DAIF*, imm
by Peter Maydell
· 10 years ago
e3b1d48
target-arm: Extend helpers to route exceptions
by Greg Bellows
· 10 years ago
7371036
target-arm: Add exception target el infrastructure
by Greg Bellows
· 10 years ago
18084b2
target-arm: Remove unneeded '+'
by Edgar E. Iglesias
· 10 years ago
b65c08e
target-arm: Correct accessfn for CNTV_TVAL_EL0
by Edgar E. Iglesias
· 10 years ago
12cde08
target-arm: Correct accessfn for CNTP_{CT}VAL_EL0
by Edgar E. Iglesias
· 10 years ago
06fbb2f
target-arm: Add WFx syndrome function
by Greg Bellows
· 10 years ago
88e8add
target-arm: Add EL3 and EL2 TCR checking
by Greg Bellows
· 10 years ago
aef878b
target-arm: Add TTBR regime function and use
by Greg Bellows
· 10 years ago
e353102
target-arm: cpu64: Add support for Cortex-A53
by Peter Crosthwaite
· 10 years ago
ee80426
target-arm: cpu64: generalise name of A57 regs
by Peter Crosthwaite
· 10 years ago
3972ef6
tcg: Push merged memop+mmu_idx parameter to softmmu routines
by Richard Henderson
· 10 years ago
b951cda
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
4c66375
kvm: add support for memory transaction attributes
by Paolo Bonzini
· 10 years ago
fee068e
tcg: Delete unused cpu_pc_from_tb()
by Peter Crosthwaite
· 10 years ago
ef1d27f
arm: cpu.h: Remove unused typdefs
by Peter Crosthwaite
· 10 years ago
4eb2764
Allow ARMv8 SCR.SMD updates
by Greg Bellows
· 10 years ago
3d5c84f
target-arm: Adjust id_aa64pfr0 when has_el3 CPU property disabled
by Sergey Fedorov
· 10 years ago
7ebd5f2
target-arm: rename c1_coproc to cpacr_el1
by Sergey Fedorov
· 10 years ago
ef7bab8
target-arm: Check watchpoints against CPU security state
by Peter Maydell
· 10 years ago
9e1fc5b
target-arm: Use attribute info to handle user-only watchpoints
by Peter Maydell
· 10 years ago
0995bf8
target-arm: Add user-mode transaction attribute
by Peter Maydell
· 10 years ago
ebca90e
target-arm: Use correct memory attributes for page table walks
by Peter Maydell
· 10 years ago
8bf5b6a
target-arm: Honour NS bits in page tables
by Peter Maydell
· 10 years ago
25b9fb1
target-arm: kvm64 fix save/restore of SPSR regs
by Alex Bennée
· 10 years ago
0e4b586
target-arm: kvm64 sync FP register state
by Alex Bennée
· 10 years ago
1a1753f
target-arm: kvm: save/restore mp state
by Alex Bennée
· 10 years ago
7847f9e
target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc)
by Peter Maydell
· 10 years ago
fcf83ab
target-arm: Ignore low bit of PC in M-profile exception return
by Peter Maydell
· 10 years ago
da3e53d
target-arm: Fix handling of STM (user) with r15 in register list
by Peter Maydell
· 10 years ago
d8e052b
target-arm: get_phys_addr_lpae: more xn control
by Andrew Jones
· 10 years ago
d76951b
target-arm: fix get_phys_addr_v6/SCTLR_AFE access check
by Andrew Jones
· 10 years ago
0fbf523
target-arm: convert check_ap to ap_to_rw_prot
by Andrew Jones
· 10 years ago
42a268c
tcg: Change translator-side labels to a pointer
by Richard Henderson
· 10 years ago
a195fdd
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
b16565b
kvm: add machine state to kvm_arch_init
by Marcel Apfelbaum
· 10 years ago
d598911
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150311' into staging
by Peter Maydell
· 10 years ago
0458b7b
target-arm: Add missing compatible property to A57
by Ryota Ozaki
· 10 years ago
2994fd9
cpu: Make cpu_init() return QOM CPUState object
by Eduardo Habkost
· 10 years ago
cd2d554
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging
by Peter Maydell
· 10 years ago
c2ebd86
target-arm: A64: Avoid signed shifts in disas_ldst_pair()
by Peter Maydell
· 10 years ago
037e1d0
target-arm: A64: Avoid left shifting negative integers in disas_pc_rel_addr
by Peter Maydell
· 10 years ago
Next »