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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2017-06-06
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2
-1
/
+3
2017-06-05
numa: move numa_node from CPUState into target specific classes
Igor Mammedov
2
-1
/
+3
2017-06-05
target/aarch64: optimize indirect branches
Emilio G. Cota
1
-2
/
+1
2017-06-05
target/aarch64: optimize cross-page direct jumps in softmmu
Emilio G. Cota
1
-1
/
+1
2017-06-05
target/arm: optimize indirect branches
Emilio G. Cota
2
-9
/
+20
2017-06-05
target/arm: optimize cross-page direct jumps in softmmu
Emilio G. Cota
1
-1
/
+5
2017-06-04
target/arm: add data cache invalidation cp15 instruction to cortex-r5
Luc MICHEL
1
-0
/
+2
2017-06-02
arm: Implement HFNMIENA support for M profile MPU
Peter Maydell
3
-2
/
+41
2017-06-02
arm: add MPU support to M profile CPUs
Michael Davidsaver
3
-3
/
+33
2017-06-02
armv7m: Classify faults as MemManage or BusFault
Michael Davidsaver
1
-3
/
+42
2017-06-02
arm: All M profile cores are PMSA
Peter Maydell
1
-0
/
+8
2017-06-02
armv7m: Implement M profile default memory map
Michael Davidsaver
1
-9
/
+32
2017-06-02
armv7m: Improve "-d mmu" tracing for PMSAv7 MPU
Michael Davidsaver
1
-12
/
+27
2017-06-02
arm: Remove unnecessary check on cpu->pmsav7_dregion
Peter Maydell
1
-2
/
+1
2017-06-02
arm: Don't let no-MPU PMSA cores write to SCTLR.M
Peter Maydell
1
-0
/
+5
2017-06-02
arm: Don't clear ARM_FEATURE_PMSA for no-mpu configs
Peter Maydell
1
-1
/
+7
2017-06-02
arm: Clean up handling of no-MPU PMSA CPUs
Peter Maydell
4
-14
/
+14
2017-06-02
arm: Use different ARMMMUIdx values for M profile
Peter Maydell
3
-2
/
+27
2017-06-02
arm: Add support for M profile CPUs having different MMU index semantics
Peter Maydell
6
-99
/
+156
2017-06-02
arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()
Peter Maydell
1
-1
/
+1
2017-06-02
target/arm: clear PMUVER field of AA64DFR0 when vPMU=off
Wei Huang
1
-1
/
+1
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
1
-2
/
+2
2017-05-11
virt-arm: add node-id property to CPU
Igor Mammedov
1
-0
/
+1
2017-05-11
hw/arm/virt: extract mp-affinity calculation in separate function
Igor Mammedov
2
-3
/
+11
2017-04-20
arm: Remove workarounds for old M-profile exception return implementation
Peter Maydell
2
-49
/
+2
2017-04-20
arm: Implement M profile exception return properly
Peter Maydell
2
-6
/
+64
2017-04-20
arm: Track M profile handler mode state in TB flags
Peter Maydell
3
-0
/
+11
2017-04-20
arm: Abstract out "are we singlestepping" test to utility function
Peter Maydell
1
-5
/
+15
2017-04-20
arm: Move condition-failed codepath generation out of if()
Peter Maydell
1
-13
/
+11
2017-04-20
arm: Move gen_set_condexec() and gen_set_pc_im() up in the file
Peter Maydell
1
-16
/
+15
2017-04-20
arm: Factor out "generate right kind of step exception"
Peter Maydell
1
-12
/
+16
2017-04-20
arm: Thumb shift operations should not permit interworking branches
Peter Maydell
1
-1
/
+1
2017-04-20
arm: Don't implement BXJ on M-profile CPUs
Peter Maydell
1
-1
/
+6
2017-04-20
arm/kvm: Remove trailing newlines from error_report()
Ishani Chugh
1
-2
/
+2
2017-04-20
target/arm: Add assertion about FSC format for syndrome registers
Peter Maydell
1
-5
/
+18
2017-04-20
arm: Move excnames[] array into arm_log_exceptions()
Peter Maydell
3
-24
/
+20
2017-04-20
target/arm: Add missing entries to excnames[] for log strings
Peter Maydell
2
-0
/
+3
2017-03-20
arm: Fix APSR writes via M profile MSR
Peter Maydell
2
-5
/
+24
2017-03-20
arm: Enforce should-be-1 bits in MRS decoding
Peter Maydell
1
-0
/
+14
2017-03-20
arm: Don't decode MRS(banked) or MSR(banked) for M profile
Peter Maydell
1
-2
/
+4
2017-03-20
arm: HVC and SMC encodings don't exist for M profile
Peter Maydell
1
-0
/
+3
2017-03-14
target/arm/arm-powerctl: Fix psci info return values
Andrew Jones
1
-2
/
+2
2017-03-14
target/arm: implement armv8 PMUSERENR (user-mode enable bits)
Andrew Baumann
1
-8
/
+71
2017-03-09
target/arm/helper: make it clear the EC field is also in hex
Alex Bennée
1
-1
/
+1
2017-03-03
KVM: do not use sigtimedwait to catch SIGBUS
Paolo Bonzini
1
-5
/
+0
2017-03-03
KVM: remove kvm_arch_on_sigbus
Paolo Bonzini
1
-5
/
+0
2017-02-28
target-arm: Add GICv3CPUState in CPUARMState struct
Vijaya Kumar K
1
-0
/
+2
2017-02-28
armv7m: Raise correct kind of UsageFault for attempts to execute ARM code
Peter Maydell
3
-2
/
+11
2017-02-28
armv7m: Check exception return consistency
Peter Maydell
2
-12
/
+112
2017-02-28
armv7m: Extract "exception taken" code into functions
Peter Maydell
1
-50
/
+68
[next]