index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-*: Drop cpu_gen_code define
Richard Henderson
2015-10-07
1
-1
/
+0
*
target-arm: Add condexec state to insn_start
Richard Henderson
2015-10-07
3
-2
/
+4
*
target-*: Introduce and use cpu_breakpoint_test
Richard Henderson
2015-10-07
2
-28
/
+29
*
target-*: Increment num_insns immediately after tcg_gen_insn_start
Richard Henderson
2015-10-07
2
-6
/
+7
*
target-*: Unconditionally emit tcg_gen_insn_start
Richard Henderson
2015-10-07
2
-8
/
+2
*
tcg: Rename debug_insn_start to insn_start
Richard Henderson
2015-10-07
2
-2
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-25
1
-2
/
+0
|
\
|
*
arm: Remove ELF_MACHINE from cpu.h
Peter Crosthwaite
2015-09-25
1
-2
/
+0
*
|
arm: clarify the use of muldiv64()
Laurent Vivier
2015-09-25
1
-6
/
+8
|
/
*
hw/intc: Initial implementation of vGICv3
Pavel Fedin
2015-09-24
2
-0
/
+28
*
arm_kvm: Do not assume particular GIC type in kvm_arch_irqchip_create()
Pavel Fedin
2015-09-24
2
-7
/
+21
*
target-arm: Use new revbit functions
Richard Henderson
2015-09-15
2
-25
/
+2
*
target-arm: Add VMPIDR_EL2
Edgar E. Iglesias
2015-09-14
2
-2
/
+25
*
target-arm: Break out mpidr_read_val()
Edgar E. Iglesias
2015-09-14
1
-1
/
+6
*
target-arm: Add VPIDR_EL2
Edgar E. Iglesias
2015-09-14
2
-1
/
+42
*
target-arm: Suppress EPD for S2, EL2 and EL3 translations
Edgar E. Iglesias
2015-09-14
1
-2
/
+4
*
target-arm: Suppress TBI for S2 translations
Edgar E. Iglesias
2015-09-14
1
-1
/
+3
*
target-arm: Add VTTBR_EL2
Edgar E. Iglesias
2015-09-14
2
-2
/
+33
*
target-arm: Add VTCR_EL2
Edgar E. Iglesias
2015-09-14
2
-2
/
+42
*
target-arm: Use tcg_gen_extrh_i64_i32
Richard Henderson
2015-09-14
1
-25
/
+9
*
target-arm: Recognize ROR
Richard Henderson
2015-09-14
1
-12
/
+21
*
target-arm: Eliminate unnecessary zero-extend in disas_bitfield
Richard Henderson
2015-09-14
1
-1
/
+5
*
target-arm: Recognize UXTB, UXTH, LSR, LSL
Richard Henderson
2015-09-14
1
-0
/
+17
*
target-arm: Recognize SXTB, SXTH, SXTW, ASR
Richard Henderson
2015-09-14
1
-1
/
+23
*
target-arm: Implement fcsel with movcond
Richard Henderson
2015-09-14
1
-28
/
+17
*
target-arm: Implement ccmp branchless
Richard Henderson
2015-09-14
1
-16
/
+58
*
target-arm: Use setcond and movcond for csel
Richard Henderson
2015-09-14
1
-36
/
+49
*
target-arm: Handle always condition codes within arm_test_cc
Richard Henderson
2015-09-14
1
-0
/
+9
*
target-arm: Introduce DisasCompare
Richard Henderson
2015-09-14
2
-46
/
+78
*
target-arm: Share all common TCG temporaries
Richard Henderson
2015-09-14
3
-27
/
+13
*
tlb: Add "ifetch" argument to cpu_mmu_index()
Benjamin Herrenschmidt
2015-09-11
2
-4
/
+4
*
typofixes - v4
Veres Lajos
2015-09-11
1
-2
/
+2
*
maint: remove / fix many doubled words
Daniel P. Berrange
2015-09-11
3
-4
/
+4
*
target-arm: Add AArch64 access to PAR_EL1
Edgar E. Iglesias
2015-09-08
1
-0
/
+6
*
target-arm: Correct opc1 for AT_S12Exx
Edgar E. Iglesias
2015-09-08
1
-4
/
+4
*
target-arm: Log the target EL when taking exceptions
Edgar E. Iglesias
2015-09-08
1
-1
/
+2
*
target-arm: Fix default_exception_el() function for the case when EL3 is not ...
Sergey Sorokin
2015-09-08
3
-4
/
+13
*
target-arm: Refactor CPU affinity handling
Pavel Fedin
2015-09-07
4
-5
/
+16
*
target-arm: Fix arm_excp_unmasked() function
Sergey Sorokin
2015-09-07
1
-3
/
+3
*
target-arm: Fix AArch32:AArch64 general-purpose register mapping
Sergey Sorokin
2015-09-07
1
-32
/
+32
*
arm: Remove hw_error() usages.
Peter Crosthwaite
2015-09-07
2
-3
/
+3
*
arm: cpu: assert() on no-EL2 virt IRQ error condition.
Peter Crosthwaite
2015-09-07
1
-4
/
+1
*
target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction
Peter Maydell
2015-09-07
4
-2
/
+31
*
target-arm/arm-semi.c: SYS_EXIT on A64 takes a parameter block
Peter Maydell
2015-09-07
1
-3
/
+18
*
target-arm/arm-semi.c: Implement A64 specific SyncCacheRange call
Peter Maydell
2015-09-07
1
-0
/
+10
*
target-arm/arm-semi.c: Support widening APIs to 64 bits
Peter Maydell
2015-09-07
2
-13
/
+58
*
target-arm/arm-semi.c: Factor out repeated 'return env->regs[0]'
Peter Maydell
2015-09-07
1
-32
/
+47
*
target-arm: Improve semihosting debug prints
Christopher Covington
2015-09-07
1
-3
/
+9
*
target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb
Peter Maydell
2015-09-07
1
-1
/
+1
*
target-arm: Implement AArch64 TLBI operations on IPAs
Peter Maydell
2015-08-25
1
-0
/
+55
[next]