index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-arm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-06
target-arm: Implement YIELD insn to yield in ARM and Thumb translators
Peter Maydell
1
-0
/
+7
2015-07-06
target-arm: Split DISAS_YIELD from DISAS_WFE
Peter Maydell
4
-3
/
+23
2015-07-06
target-arm: fix write helper for TLBI ALLE1IS
Sergey Fedorov
1
-1
/
+1
2015-06-26
target-arm: A64: Print ELR when taking exceptions
Soren Brinkmann
1
-0
/
+2
2015-06-26
target-arm: default empty semihosting cmdline
Liviu Ionescu
1
-2
/
+9
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-22
disas: Remove uses of CPU env
Peter Crosthwaite
2
-2
/
+2
2015-06-19
semihosting: add --semihosting-config arg sub-argument
Leon Alrae
1
-7
/
+3
2015-06-19
semihosting: create SemihostingConfig structure and semihost.h
Leon Alrae
1
-3
/
+4
2015-06-19
target-arm: Add support for Cortex-R5
Peter Crosthwaite
1
-0
/
+38
2015-06-19
target-arm: Implement PMSAv7 MPU
Peter Crosthwaite
2
-1
/
+174
2015-06-19
target-arm: Add registers for PMSAv7
Peter Crosthwaite
4
-7
/
+133
2015-06-19
target-arm/helper.c: define MPUIR register
Peter Crosthwaite
3
-0
/
+30
2015-06-19
target-arm: Do not reset sysregs marked as ALIAS
Sergey Fedorov
3
-22
/
+12
2015-06-19
target-arm: Add the Cortex-M4 CPU
Aurelio C. Remonda
1
-0
/
+11
2015-06-15
target-arm: Correct "preferred return address" for cpreg access exceptions
Peter Maydell
1
-1
/
+1
2015-06-15
arm: helper: rename get_phys_addr_mpu
Peter Crosthwaite
1
-5
/
+5
2015-06-15
arm: Add has-mpu property
Peter Crosthwaite
2
-0
/
+16
2015-06-15
arm: Implement uniprocessor with MP config
Peter Crosthwaite
2
-2
/
+7
2015-06-15
arm: Refactor get_phys_addr FSR return mechanism
Peter Crosthwaite
3
-64
/
+78
2015-06-15
arm: helper: Factor out CP regs common to [pv]msa
Peter Crosthwaite
1
-9
/
+14
2015-06-15
arm: Don't add v7mp registers in MPU systems
Peter Crosthwaite
1
-1
/
+2
2015-06-15
arm: Do not define TLBTR in PMSA systems
Peter Crosthwaite
1
-3
/
+10
2015-06-15
target-arm: Add the THUMB_DSP feature
Aurelio C. Remonda
3
-10
/
+107
2015-06-15
target-arm: Use the kernel's idea of MPIDR if we're using KVM
Pavel Fedin
6
-8
/
+63
2015-06-15
target-arm: add AArch32 MIDR aliases in ARMv8
Sergey Fedorov
1
-3
/
+7
2015-06-15
target-arm: Fix REVIDR reset value
Sergey Fedorov
3
-3
/
+5
2015-06-15
target-arm/kvm64: Add cortex-a53 cpu support
Shannon Zhao
2
-0
/
+5
2015-06-15
target-arm/cpu.h: remove pending_exception
Alex Bennée
1
-1
/
+0
2015-06-15
target-arm: use extended address bits from supersection short descriptor
Sergey Fedorov
1
-0
/
+2
2015-06-15
target-arm: Handle "extended small page" descriptors correctly
Peter Maydell
1
-4
/
+9
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-16
/
+10
2015-06-02
target-arm: Remove v8_ prefix from names of non-v8-specific cpreg arrays
Peter Maydell
1
-4
/
+4
2015-06-02
kvm: introduce kvm_arch_msi_data_to_gsi
Eric Auger
1
-0
/
+5
2015-06-02
Revert "target-arm: Avoid g_hash_table_get_keys()"
Markus Armbruster
1
-10
/
+2
2015-06-02
target-arm: Add TLBI_VAE2{IS}
Edgar E. Iglesias
1
-0
/
+8
2015-06-02
target-arm: Add TLBI_ALLE2
Edgar E. Iglesias
1
-0
/
+4
2015-06-02
target-arm: Add TLBI_ALLE1{IS}
Edgar E. Iglesias
1
-0
/
+8
2015-06-02
target-arm: Add TTBR0_EL2
Edgar E. Iglesias
1
-0
/
+14
2015-06-02
target-arm: Add TPIDR_EL2
Edgar E. Iglesias
1
-0
/
+7
2015-06-02
target-arm: Add SCTLR_EL2
Edgar E. Iglesias
1
-0
/
+7
2015-06-02
target-arm: Add TCR_EL2
Edgar E. Iglesias
1
-0
/
+8
2015-06-02
target-arm: Add MAIR_EL2
Edgar E. Iglesias
1
-0
/
+15
2015-06-02
target-arm: Break down TLB_LOCKDOWN
Edgar E. Iglesias
1
-12
/
+18
2015-06-02
target-arm: Correct check for non-EL3
Edgar E. Iglesias
1
-1
/
+1
2015-05-29
target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strd
Peter Maydell
1
-24
/
+32
2015-05-29
target-arm: Add WFx instruction trap support
Greg Bellows
1
-1
/
+59
2015-05-29
target-arm: Don't halt on WFI unless we don't have any work
Peter Maydell
3
-0
/
+15
2015-05-29
target-arm: Move TB flags down to fill gap
Peter Maydell
1
-2
/
+2
2015-05-29
target-arm: Extend FP checks to use an EL
Greg Bellows
4
-37
/
+82
[next]