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
/
op_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/arm: Implement LDG, STG, ST2G instructions
Richard Henderson
2020-06-26
1
-0
/
+16
*
target/arm: Move helper_dc_zva to helper-a64.c
Richard Henderson
2020-03-05
1
-93
/
+0
*
target/arm: Remove CPSR_RESERVED
Richard Henderson
2020-02-13
1
-1
/
+8
*
target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_mask
Richard Henderson
2020-02-13
1
-1
/
+4
*
target/arm: adjust program counter for wfi exception in AArch32
Jeff Kubascik
2020-01-17
1
-1
/
+6
*
target/arm: Handle AArch32 CP15 trapping via HSTR_EL2
Marc Zyngier
2019-12-16
1
-0
/
+22
*
target/arm: Rebuild hflags at CPSR writes
Richard Henderson
2019-10-24
1
-0
/
+3
*
target/arm: Rebuild hflags at EL changes
Richard Henderson
2019-10-24
1
-0
/
+1
*
target/arm: Remove helper_double_saturate
Richard Henderson
2019-08-16
1
-15
/
+0
*
target/arm: Deliver BKPT/BRK exceptions to correct exception level
Peter Maydell
2019-07-30
1
-1
/
+15
*
target/arm: Move debug routines to debug_helper.c
Philippe Mathieu-Daudé
2019-07-04
1
-295
/
+0
*
target/arm: Move TLB related routines to tlb_helper.c
Philippe Mathieu-Daudé
2019-07-01
1
-135
/
+0
*
target/arm: Move the DC ZVA helper into op_helper
Samuel Ortiz
2019-07-01
1
-0
/
+93
*
target/arm: Fix multiline comment syntax
Philippe Mathieu-Daudé
2019-07-01
1
-18
/
+36
*
target/arm: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-11
/
+10
*
target/arm: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-10
1
-25
/
+4
*
target/arm: Add set/clear_pstate_bits, share gen_ss_advance
Richard Henderson
2019-03-05
1
-5
/
+0
*
target/arm: Split helper_msr_i_pstate into 3
Richard Henderson
2019-03-05
1
-42
/
+0
*
target/arm: Move helper_exception_return to helper-a64.c
Richard Henderson
2019-01-21
1
-155
/
+0
*
target/arm: Introduce raise_exception_ra
Richard Henderson
2019-01-21
1
-2
/
+17
*
target/arm: Use arm_hcr_el2_eff more places
Richard Henderson
2018-12-13
1
-8
/
+6
*
target/arm: fix smc incorrectly trapping to EL3 when secure is off
Luc Michel
2018-11-19
1
-8
/
+46
*
target/arm: Hyp mode R14 is shared with User and System
Peter Maydell
2018-11-13
1
-2
/
+2
*
target/arm: New utility function to extract EC from syndrome
Peter Maydell
2018-10-24
1
-1
/
+1
*
target/arm: Fix aarch64_sve_change_el wrt EL0
Richard Henderson
2018-10-16
1
-1
/
+5
*
target/arm: Add v8M stack limit checks on NS function calls
Peter Maydell
2018-10-08
1
-2
/
+2
*
target/arm: Add v8M stack checks on ADD/SUB/MOV of SP
Peter Maydell
2018-10-08
1
-0
/
+19
*
target/arm: Handle SVE vector length changes in system mode
Richard Henderson
2018-10-08
1
-0
/
+1
*
target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked)
Peter Maydell
2018-08-20
1
-11
/
+11
*
target/arm: Honour HCR_EL2.TGE when raising synchronous exceptions
Peter Maydell
2018-08-14
1
-0
/
+14
*
target/arm: Add pre-EL change hooks
Aaron Lindsay
2018-04-26
1
-0
/
+8
*
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-04-11
1
-3
/
+3
*
target/arm: Always set FAR to a known unknown value for debug exceptions
Peter Maydell
2018-03-23
1
-1
/
+10
*
target/arm: Set FSR for BKPT, BRK when raising exception
Peter Maydell
2018-03-23
1
-0
/
+2
*
target/arm: Factor out code to calculate FSR for debug exceptions
Peter Maydell
2018-03-23
1
-10
/
+2
*
target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRK
Peter Maydell
2018-03-23
1
-0
/
+8
*
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...
Peter Maydell
2018-01-26
1
-2
/
+2
|
\
|
*
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-25
1
-2
/
+2
*
|
target/arm: Use pointers in neon tbl helper
Richard Henderson
2018-01-25
1
-10
/
+7
|
/
*
target/arm: Handle page table walk load failures correctly
Peter Maydell
2018-01-16
1
-6
/
+1
*
target/*helper: don't check retaddr before calling cpu_restore_state
Alex Bennée
2017-12-28
1
-12
/
+6
*
target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()
Peter Maydell
2017-12-13
1
-2
/
+1
*
target/arm: Use ARMMMUFaultInfo in deliver_fault()
Peter Maydell
2017-12-13
1
-57
/
+22
*
fix WFI/WFE length in syndrome register
Stefano Stabellini
2017-10-31
1
-3
/
+4
*
target/arm: check CF_PARALLEL instead of parallel_cpus
Emilio G. Cota
2017-10-24
1
-7
/
+0
*
arm: Fix SMC reporting to EL2 when QEMU provides PSCI
Jan Kiszka
2017-10-06
1
-10
/
+17
*
target/arm: Clear exclusive monitor on v7M reset, exception entry/exit
Peter Maydell
2017-09-14
1
-1
/
+1
*
target/arm: Implement new do_transaction_failed hook
Peter Maydell
2017-09-07
1
-0
/
+43
*
target/arm: Allow deliver_fault() caller to specify EA bit
Peter Maydell
2017-09-04
1
-5
/
+5
*
target/arm: Factor out fault delivery code
Peter Maydell
2017-09-04
1
-53
/
+57
[next]