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
2016-10-26
target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}
Emilio G. Cota
4
-22
/
+1
2016-10-26
target-arm: emulate aarch64's LL/SC using cmpxchg helpers
Emilio G. Cota
3
-58
/
+163
2016-10-26
target-arm: emulate SWP with atomic_xchg helper
Emilio G. Cota
1
-12
/
+14
2016-10-26
target-arm: emulate LL/SC using cmpxchg helpers
Emilio G. Cota
1
-95
/
+45
2016-10-26
target-arm: Rearrange aa32 load and store functions
Richard Henderson
1
-105
/
+66
2016-10-25
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2
-25
/
+22
2016-10-24
exec: move cpu_exec_init() calls to realize functions
Laurent Vivier
2
-25
/
+22
2016-10-24
target-arm: Implement new HLT trap for semihosting
Peter Maydell
3
-7
/
+60
2016-10-24
target-arm: Make page size a runtime setting
Peter Maydell
2
-4
/
+29
2016-10-17
target-arm: Add trace events for the generic timers
Peter Maydell
2
-4
/
+26
2016-10-17
target-arm: Implement dummy MDCCINT_EL1
Peter Maydell
1
-0
/
+8
2016-10-17
Fix masking of PC lower bits when doing exception returns
Peter Maydell
2
-9
/
+27
2016-10-17
target-arm: Comments added to identify cases in a switch
Thomas Hanson
1
-3
/
+3
2016-10-17
target-arm: Code changes to implement overwrite of tag field on PC load
Thomas Hanson
1
-5
/
+77
2016-10-17
target-arm: Infrastucture changes to enable handling of tagged address loadin...
Thomas Hanson
4
-2
/
+100
2016-10-17
target-arm: kvm: use AddressSpace-specific listener
Paolo Bonzini
1
-1
/
+2
2016-10-04
target-arm: Correctly handle 'sub pc, pc, 1' for ARMv6
Peter Maydell
1
-1
/
+6
2016-10-04
target-arm: A64: Fix decoding of iss_sf in disas_ld_lit
Edgar E. Iglesias
1
-1
/
+1
2016-10-04
target-arm: move gicv3_class_name from machine to kvm_arm.h
Eric Auger
2
-16
/
+15
2016-10-04
hw/intc/arm_gicv3_its: Implement ITS base class
Pavel Fedin
1
-0
/
+19
2016-09-22
arm: add Cortex A7 CPU parameters
Andrey Yurovsky
1
-0
/
+46
2016-09-16
target-aarch64: Generate fences for aarch64
Pranith Kumar
1
-1
/
+26
2016-09-16
target-arm: Generate fences in ARMv7 frontend
Pranith Kumar
1
-2
/
+2
2016-09-16
tcg: Merge GETPC and GETRA
Richard Henderson
1
-3
/
+3
2016-09-13
arm: spelling fix: mismatch
Michael Tokarev
1
-1
/
+1
2016-09-06
target-arm: Fix lpae bit in FSR on an alignment fault
Sergey Sorokin
1
-1
/
+1
2016-08-12
target-arm: Fix warn about implicit conversion
Pranith Kumar
1
-1
/
+1
2016-07-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+11
2016-07-21
kvm-irqchip: i386: add hook for add/remove virq
Peter Xu
1
-0
/
+11
2016-07-19
target-arm: Fix unreachable code in gicv3_class_name()
Peter Maydell
1
-2
/
+1
2016-07-14
target-arm: Add missed AArch32 TLBI sytem registers
Sergey Sorokin
1
-0
/
+139
2016-07-12
target-*: Clean up cpu.h header guards
Markus Armbruster
1
-2
/
+2
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2
-6
/
+6
2016-07-12
Fix confusing argument names in some common functions
Sergey Sorokin
2
-15
/
+20
2016-07-07
target-arm/arm-semi.c: In SYS_HEAPINFO use correct type for 'limit'
Peter Maydell
1
-1
/
+1
2016-07-04
target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guests
Peter Maydell
1
-21
/
+26
2016-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+0
2016-06-29
target-*: Don't redefine cpu_exec()
Peter Crosthwaite
1
-2
/
+0
2016-06-24
softfloat: Implement run-time-configurable meaning of signaling NaN bit
Aleksandar Markovic
2
-27
/
+27
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
LluĂs Vilanova
1
-0
/
+1
2016-06-17
target-arm/monitor.c: Advertise emulated GICv3 in capabilities
Peter Maydell
1
-2
/
+1
2016-06-17
target-arm/machine.c: Allow user to request GICv3 emulation
Peter Maydell
1
-2
/
+1
2016-06-17
target-arm: Add mp-affinity property for ARM CPU class
Pavel Fedin
1
-0
/
+1
2016-06-17
target-arm: Provide hook to tell GICv3 about changes of security state
Peter Maydell
5
-0
/
+57
2016-06-17
target-arm: Define new arm_is_el3_or_mon() function
Peter Maydell
1
-2
/
+11
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
3
-3
/
+0
2016-06-14
target-arm: Don't permit ARMv8-only Neon insns on ARMv7
Peter Maydell
1
-0
/
+28
2016-06-14
target-arm: Fix reset and migration of TTBCR(S)
Peter Maydell
1
-1
/
+4
2016-06-14
hw/arm/virt: Add PMU node for virt machine
Shannon Zhao
3
-0
/
+54
2016-06-14
target-arm: kvm64: set guest PMUv3 feature bit if supported
Shannon Zhao
2
-0
/
+7
[next]