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: Implement FEAT_LPA2
Richard Henderson
2022-03-02
1
-15
/
+87
*
target/arm: Validate tlbi TG matches translation granule in use
Richard Henderson
2022-03-02
1
-3
/
+7
*
target/arm: Fix TLBIRange.base for 16k and 64k pages
Richard Henderson
2022-03-02
1
-2
/
+3
*
target/arm: Introduce tlbi_aa64_get_range
Richard Henderson
2022-03-02
1
-34
/
+24
*
target/arm: Implement FEAT_LPA
Richard Henderson
2022-03-02
1
-3
/
+16
*
target/arm: Implement FEAT_LVA
Richard Henderson
2022-03-02
1
-1
/
+8
*
target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVA
Richard Henderson
2022-03-02
1
-8
/
+24
*
target/arm: Honor TCR_ELx.{I}PS
Richard Henderson
2022-03-02
1
-16
/
+56
*
target/arm: Use MAKE_64BIT_MASK to compute indexmask
Richard Henderson
2022-03-02
1
-2
/
+2
*
target/arm: Pass outputsize down to check_s2_mmu_setup
Richard Henderson
2022-03-02
1
-11
/
+10
*
target/arm: Move arm_pamax out of line
Richard Henderson
2022-03-02
1
-0
/
+22
*
target/arm: Fault on invalid TCR_ELx.TxSZ
Richard Henderson
2022-03-02
1
-4
/
+28
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
target: Add missing "qemu/timer.h" include
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el
Richard Henderson
2022-02-08
1
-1
/
+1
*
target/arm: Fix {fp, sve}_exception_el for VHE mode running
Richard Henderson
2022-02-08
1
-17
/
+60
*
target/arm: Tidy sve_exception_el for CPACR_EL1 access
Richard Henderson
2022-02-08
1
-19
/
+17
*
target/arm: Fix sve_zcr_len_for_el for VHE mode running
Richard Henderson
2022-02-08
1
-1
/
+2
*
target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp
Peter Maydell
2022-01-28
1
-2
/
+2
*
target/arm: Log CPU index in 'Taking exception' log
Peter Maydell
2022-01-28
1
-3
/
+6
*
target/arm: Add missing FEAT_TLBIOS instructions
Idan Horowitz
2022-01-07
1
-0
/
+32
*
target/arm: Correct calculation of tlb range invalidate length
Peter Maydell
2021-12-15
1
-3
/
+3
*
target/arm: Move gdbstub related code out of helper.c
Peter Maydell
2021-09-30
1
-271
/
+0
*
target/arm: Fix coding style issues in gdbstub code in helper.c
Peter Maydell
2021-09-30
1
-7
/
+16
*
target/arm: Add TB flag for "MVE insns not predicated"
Peter Maydell
2021-09-21
1
-0
/
+33
*
arm: Move PMC register definitions to internals.h
Alexander Graf
2021-09-20
1
-44
/
+0
*
target/arm: Take an exception if PSTATE.IL is set
Peter Maydell
2021-09-13
1
-0
/
+8
*
target/arm: Do hflags rebuild in cpsr_write()
Peter Maydell
2021-08-26
1
-0
/
+5
*
target/arm: Implement HSTR.TJDBX
Peter Maydell
2021-08-26
1
-0
/
+17
*
target/arm: Implement HSTR.TTEE
Peter Maydell
2021-08-26
1
-2
/
+16
*
target/arm: Implement M-profile trapping on division by zero
Peter Maydell
2021-08-25
1
-2
/
+17
*
target/arm: Re-indent sdiv and udiv helpers
Peter Maydell
2021-08-25
1
-6
/
+9
*
target/arm: Export aarch64_sve_zcr_get_valid_len
Richard Henderson
2021-07-27
1
-2
/
+2
*
target/arm: Correctly bound length in sve_zcr_get_valid_len
Richard Henderson
2021-07-27
1
-1
/
+3
*
target/arm: Fix offsets for TTBCR
Richard Henderson
2021-07-18
1
-4
/
+7
*
target/arm: Correct the encoding of MDCCSR_EL0 and DBGDSCRint
hnick@vmware.com
2021-07-09
1
-3
/
+13
*
target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
Richard Henderson
2021-05-25
1
-2
/
+1
*
target/arm: Add support for FEAT_TLBIOS
Rebecca Cran
2021-05-25
1
-0
/
+43
*
target/arm: Add support for FEAT_TLBIRANGE
Rebecca Cran
2021-05-25
1
-0
/
+281
*
target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()
Peter Maydell
2021-05-10
1
-1
/
+1
*
target/arm: Add ALIGN_MEM to TBFLAG_ANY
Richard Henderson
2021-04-30
1
-2
/
+17
*
target/arm: Move mode specific TB flags to tb->cs_base
Richard Henderson
2021-04-30
1
-4
/
+6
*
target/arm: Introduce CPUARMTBFlags
Richard Henderson
2021-04-30
1
-22
/
+26
*
target/arm: Add wrapper macros for accessing tbflags
Richard Henderson
2021-04-30
1
-46
/
+39
*
target/arm: Rename TBFLAG_ANY, PSTATE_SS
Richard Henderson
2021-04-30
1
-2
/
+2
*
target/arm: Rename TBFLAG_A32, SCTLR_B
Richard Henderson
2021-04-30
1
-1
/
+1
*
Revert "target/arm: Make number of counters in PMCR follow the CPU"
Peter Maydell
2021-04-06
1
-17
/
+12
*
target/arm: Make number of counters in PMCR follow the CPU
Peter Maydell
2021-03-30
1
-12
/
+17
*
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-10
1
-2
/
+2
*
target/arm: Use TCF0 and TFSRE0 for unprivileged tag checks
Peter Collingbourne
2021-03-05
1
-1
/
+1
[next]