index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
helper.c
Age
Commit message (
Expand
)
Author
2024-08-02
target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabled
Peter Maydell
2024-03-13
target/arm: align exposed ID registers with Linux
Zhuojia Shen
2024-02-16
target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_F...
Peter Maydell
2024-02-03
target/arm: fix exception syndrome for AArch32 bkpt insn
Jan Klötzke
2023-12-20
target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.N
Jean-Philippe Brucker
2023-09-25
target/arm: Don't skip MTE checks for LDRT/STRT at EL0
Peter Maydell
2023-03-29
target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
Evgeny Iakovlev
2022-11-04
target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()
Ake Koomsin
2022-11-04
target/arm: Fix Privileged Access Never (PAN) for aarch32
Timofey Kutergin
2022-11-04
target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLB
Peter Maydell
2022-10-27
target/arm: Extract HA and HD in aa64_va_parameters
Richard Henderson
2022-10-27
target/arm: Introduce regime_is_stage2
Richard Henderson
2022-10-27
target/arm: Implement FEAT_E0PD
Peter Maydell
2022-10-20
target/arm: Restrict tlb flush from vttbr_write to vmid change
Richard Henderson
2022-10-20
target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idx
Richard Henderson
2022-10-10
target/arm: Use ARMGranuleSize in ARMVAParameters
Peter Maydell
2022-10-10
target/arm: Don't allow guest to use unimplemented granule sizes
Peter Maydell
2022-10-10
target/arm: Use tlb_set_page_full
Richard Henderson
2022-10-10
target/arm: Introduce arm_hcr_el2_eff_secstate
Richard Henderson
2022-10-10
target/arm: Fold secure and non-secure a-profile mmu indexes
Richard Henderson
2022-10-10
target/arm: Add is_secure parameter to do_ats_write
Richard Henderson
2022-10-10
target/arm: Add TBFLAG_M32.SECURE
Richard Henderson
2022-10-10
target/arm: allow setting SCR_EL3.EnTP2 when FEAT_SME is implemented
Jerome Forissier
2022-09-29
target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEP
Jerome Forissier
2022-09-29
target/arm: Make writes to MDCR_EL3 use PMU start/finish calls
Peter Maydell
2022-09-29
target/arm: Mark registers which call pmu_op_start() as ARM_CP_IO
Peter Maydell
2022-09-22
target/arm: Create GetPhysAddrResult
Richard Henderson
2022-09-14
target/arm: Support 64-bit event counters for FEAT_PMUv3p5
Peter Maydell
2022-09-14
target/arm: Implement FEAT_PMUv3p5 cycle counter disable bits
Peter Maydell
2022-09-14
target/arm: Rename pmu_8_n feature test functions
Peter Maydell
2022-09-14
target/arm: Detect overflow when calculating next PMU interrupt
Peter Maydell
2022-09-14
target/arm: Honour MDCR_EL2.HPMD in Secure EL2
Peter Maydell
2022-09-14
target/arm: Ignore PMCR.D when PMCR.LC is set
Peter Maydell
2022-09-14
target/arm: Don't mishandle count when enabling or disabling PMU counters
Peter Maydell
2022-09-14
target/arm: Don't corrupt high half of PMOVSR when cycle counter overflows
Peter Maydell
2022-09-14
target/arm: Implement ID_DFR1
Peter Maydell
2022-09-14
target/arm: Implement ID_MMFR5
Peter Maydell
2022-09-14
target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8
Peter Maydell
2022-08-05
target/arm: display deprecation status in '-cpu help'
Daniel P. Berrangé
2022-08-01
trivial: Fix duplicated words
Thomas Huth
2022-07-18
target/arm: Store TCR_EL* registers as uint64_t
Peter Maydell
2022-07-18
target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t
Peter Maydell
2022-07-18
target/arm: Fix big-endian host handling of VTCR
Peter Maydell
2022-07-18
target/arm: Fold regime_tcr() and regime_tcr_value() together
Peter Maydell
2022-07-18
target/arm: Define and use new regime_tcr_value() function
Peter Maydell
2022-07-18
target/arm: Fix aarch64_sve_change_el for SME
Richard Henderson
2022-07-18
target/arm: Fill in VL for tbflags when SME enabled and SVE disabled
Richard Henderson
2022-07-11
target/arm: Reset streaming sve state on exception boundaries
Richard Henderson
2022-07-11
target/arm: Trap non-streaming usage when Streaming SVE is active
Richard Henderson
2022-07-07
target/arm: Move define_debug_regs() to debug_helper.c
Peter Maydell
[next]