index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move target-* CPU file into a target/ folder
Thomas Huth
2016-12-20
35
-49062
/
+0
*
target-arm/translate-a64: fix gen_load_exclusive
Alex Bennée
2016-12-05
1
-23
/
+19
*
Fix corruption of CPSR when SCTLR.EE is set
Julian Brown
2016-11-07
1
-1
/
+1
*
log: Add locking to large logging blocks
Richard Henderson
2016-11-01
2
-0
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...
Peter Maydell
2016-10-31
2
-1
/
+3
|
\
|
*
target-arm/arm-powerctl: wake up sleeping CPUs
Alex Bennée
2016-10-31
2
-1
/
+3
*
|
arm: Add an option to turn on/off vPMU support
Wei Huang
2016-10-28
4
-3
/
+32
|
/
*
target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}
Emilio G. Cota
2016-10-26
4
-22
/
+1
*
target-arm: emulate aarch64's LL/SC using cmpxchg helpers
Emilio G. Cota
2016-10-26
3
-58
/
+163
*
target-arm: emulate SWP with atomic_xchg helper
Emilio G. Cota
2016-10-26
1
-12
/
+14
*
target-arm: emulate LL/SC using cmpxchg helpers
Emilio G. Cota
2016-10-26
1
-95
/
+45
*
target-arm: Rearrange aa32 load and store functions
Richard Henderson
2016-10-26
1
-105
/
+66
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2016-10-25
2
-25
/
+22
|
\
|
*
exec: move cpu_exec_init() calls to realize functions
Laurent Vivier
2016-10-24
2
-25
/
+22
*
|
target-arm: Implement new HLT trap for semihosting
Peter Maydell
2016-10-24
3
-7
/
+60
*
|
target-arm: Make page size a runtime setting
Peter Maydell
2016-10-24
2
-4
/
+29
|
/
*
target-arm: Add trace events for the generic timers
Peter Maydell
2016-10-17
2
-4
/
+26
*
target-arm: Implement dummy MDCCINT_EL1
Peter Maydell
2016-10-17
1
-0
/
+8
*
Fix masking of PC lower bits when doing exception returns
Peter Maydell
2016-10-17
2
-9
/
+27
*
target-arm: Comments added to identify cases in a switch
Thomas Hanson
2016-10-17
1
-3
/
+3
*
target-arm: Code changes to implement overwrite of tag field on PC load
Thomas Hanson
2016-10-17
1
-5
/
+77
*
target-arm: Infrastucture changes to enable handling of tagged address loadin...
Thomas Hanson
2016-10-17
4
-2
/
+100
*
target-arm: kvm: use AddressSpace-specific listener
Paolo Bonzini
2016-10-17
1
-1
/
+2
*
target-arm: Correctly handle 'sub pc, pc, 1' for ARMv6
Peter Maydell
2016-10-04
1
-1
/
+6
*
target-arm: A64: Fix decoding of iss_sf in disas_ld_lit
Edgar E. Iglesias
2016-10-04
1
-1
/
+1
*
target-arm: move gicv3_class_name from machine to kvm_arm.h
Eric Auger
2016-10-04
2
-16
/
+15
*
hw/intc/arm_gicv3_its: Implement ITS base class
Pavel Fedin
2016-10-04
1
-0
/
+19
*
arm: add Cortex A7 CPU parameters
Andrey Yurovsky
2016-09-22
1
-0
/
+46
*
target-aarch64: Generate fences for aarch64
Pranith Kumar
2016-09-16
1
-1
/
+26
*
target-arm: Generate fences in ARMv7 frontend
Pranith Kumar
2016-09-16
1
-2
/
+2
*
tcg: Merge GETPC and GETRA
Richard Henderson
2016-09-16
1
-3
/
+3
*
arm: spelling fix: mismatch
Michael Tokarev
2016-09-13
1
-1
/
+1
*
target-arm: Fix lpae bit in FSR on an alignment fault
Sergey Sorokin
2016-09-06
1
-1
/
+1
*
target-arm: Fix warn about implicit conversion
Pranith Kumar
2016-08-12
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-21
1
-0
/
+11
|
\
|
*
kvm-irqchip: i386: add hook for add/remove virq
Peter Xu
2016-07-21
1
-0
/
+11
*
|
target-arm: Fix unreachable code in gicv3_class_name()
Peter Maydell
2016-07-19
1
-2
/
+1
|
/
*
target-arm: Add missed AArch32 TLBI sytem registers
Sergey Sorokin
2016-07-14
1
-0
/
+139
*
target-*: Clean up cpu.h header guards
Markus Armbruster
2016-07-12
1
-2
/
+2
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
2
-6
/
+6
*
Fix confusing argument names in some common functions
Sergey Sorokin
2016-07-12
2
-15
/
+20
*
target-arm/arm-semi.c: In SYS_HEAPINFO use correct type for 'limit'
Peter Maydell
2016-07-07
1
-1
/
+1
*
target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guests
Peter Maydell
2016-07-04
1
-21
/
+26
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-06-29
1
-2
/
+0
|
\
|
*
target-*: Don't redefine cpu_exec()
Peter Crosthwaite
2016-06-29
1
-2
/
+0
*
|
softfloat: Implement run-time-configurable meaning of signaling NaN bit
Aleksandar Markovic
2016-06-24
2
-27
/
+27
|
/
*
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
2016-06-20
1
-0
/
+1
*
target-arm/monitor.c: Advertise emulated GICv3 in capabilities
Peter Maydell
2016-06-17
1
-2
/
+1
*
target-arm/machine.c: Allow user to request GICv3 emulation
Peter Maydell
2016-06-17
1
-2
/
+1
*
target-arm: Add mp-affinity property for ARM CPU class
Pavel Fedin
2016-06-17
1
-0
/
+1
[next]