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
/
helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
target/arm: Split out rebuild_hflags_common
Richard Henderson
2019-10-24
1
-7
/
+19
*
target/arm: remove run time semihosting checks
Alex Bennée
2019-09-27
1
-74
/
+22
*
target/arm: fix CBAR register for AArch64 CPUs
Luc Michel
2019-09-27
1
-3
/
+16
*
target/arm: Take exceptions on ATS instructions when needed
Peter Maydell
2019-09-03
1
-15
/
+92
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
2019-08-16
1
-0
/
+7
|
\
|
*
target/arm/helper: zcr: Add build bug next to value range assumption
Andrew Jones
2019-08-16
1
-0
/
+1
|
*
target/arm: Fix routing of singlestep exceptions
Peter Maydell
2019-08-16
1
-0
/
+6
*
|
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
|
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+2
*
|
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
|
/
*
target/arm: Add missing break statement for Hypervisor Trap Exception
Philippe Mathieu-Daudé
2019-07-22
1
-0
/
+1
*
target/arm: Fix sve_zcr_len_for_el
Richard Henderson
2019-07-08
1
-2
/
+2
*
target/arm/helper: Move M profile routines to m_helper.c
Philippe Mathieu-Daudé
2019-07-04
1
-2634
/
+4
*
target/arm: Restrict semi-hosting to TCG
Philippe Mathieu-Daudé
2019-07-04
1
-1
/
+7
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...
Peter Maydell
2019-07-03
1
-1
/
+1
|
\
|
*
qapi: Split machine-target.json off target.json and misc.json
Markus Armbruster
2019-07-02
1
-1
/
+1
*
|
target/arm: Declare some M-profile functions publicly
Philippe Mathieu-Daudé
2019-07-01
1
-36
/
+2
*
|
target/arm: Declare arm_log_exception() function publicly
Philippe Mathieu-Daudé
2019-07-01
1
-38
/
+38
*
|
target/arm: Move TLB related routines to tlb_helper.c
Philippe Mathieu-Daudé
2019-07-01
1
-53
/
+0
*
|
target/arm: Declare get_phys_addr() function publicly
Philippe Mathieu-Daudé
2019-07-01
1
-16
/
+5
*
|
target/arm: Move the DC ZVA helper into op_helper
Samuel Ortiz
2019-07-01
1
-92
/
+0
*
|
target/arm: Fix multiline comment syntax
Philippe Mathieu-Daudé
2019-07-01
1
-79
/
+158
*
|
target/arm/helper: Remove unused include
Philippe Mathieu-Daudé
2019-07-01
1
-2
/
+0
*
|
target/arm: Add copyright boilerplate
Philippe Mathieu-Daudé
2019-07-01
1
-0
/
+7
|
/
*
target/arm: Implement NSACR gating of floating point
Peter Maydell
2019-06-13
1
-2
/
+73
*
target/arm: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-60
/
+60
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
1
-21
/
+21
*
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-28
1
-1
/
+1
*
target/arm: Implement ARMv8.5-RNG
Richard Henderson
2019-05-22
1
-0
/
+44
*
target/arm: Put all PAC keys into a structure
Richard Henderson
2019-05-22
1
-10
/
+10
*
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
1
-8
/
+0
*
target/arm: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-10
1
-37
/
+61
*
target/arm: Stop using variable length array in dc_zva
Peter Maydell
2019-05-07
1
-2
/
+6
*
target/arm: Implement XPSR GE bits
Peter Maydell
2019-05-07
1
-2
/
+10
*
arm: Allow system registers for KVM guests to be changed by QEMU code
Peter Maydell
2019-05-07
1
-2
/
+25
*
target/arm: Implement VLLDM for v7M CPUs with an FPU
Peter Maydell
2019-04-29
1
-0
/
+54
*
target/arm: Implement VLSTM for v7M CPUs with an FPU
Peter Maydell
2019-04-29
1
-0
/
+84
*
target/arm: Implement M-profile lazy FP state preservation
Peter Maydell
2019-04-29
1
-0
/
+112
*
target/arm: Add lazy-FP-stacking support to v7m_stack_write()
Peter Maydell
2019-04-29
1
-39
/
+79
*
target/arm: New helper function arm_v7m_mmu_idx_all()
Peter Maydell
2019-04-29
1
-3
/
+11
*
target/arm: Activate M-profile floating point context when FPCCR.ASPEN is set
Peter Maydell
2019-04-29
1
-0
/
+13
*
target/arm: Set FPCCR.S when executing M-profile floating point insns
Peter Maydell
2019-04-29
1
-0
/
+5
*
target/arm: Overlap VECSTRIDE and XSCALE_CPAR TB flags
Peter Maydell
2019-04-29
1
-1
/
+5
*
target/arm: Handle floating point registers in exception return
Peter Maydell
2019-04-29
1
-1
/
+141
*
target/arm: Allow for floating point in callee stack integrity check
Peter Maydell
2019-04-29
1
-3
/
+19
*
target/arm: Clean excReturn bits when tail chaining
Peter Maydell
2019-04-29
1
-0
/
+8
*
target/arm: Clear CONTROL.SFPA in BXNS and BLXNS
Peter Maydell
2019-04-29
1
-0
/
+4
*
target/arm: Implement v7m_update_fpccr()
Peter Maydell
2019-04-29
1
-1
/
+66
*
target/arm: Handle floating point registers in exception entry
Peter Maydell
2019-04-29
1
-3
/
+95
*
target/arm/helper: don't return early for STKOF faults during stacking
Peter Maydell
2019-04-29
1
-5
/
+18
[prev]
[next]