]> git.proxmox.com Git - mirror_qemu.git/history - target/arm/helper.c
target/arm: Move hflags code into the tcg directory
[mirror_qemu.git] / target / arm / helper.c
2023-02-27 Fabiano Rosastarget/arm: Move hflags code into the tcg directory
2023-02-27 Fabiano Rosastarget/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
2023-02-26 Peter MaydellMerge tag 'pull-riscv-to-apply-20230224' of github...
2023-02-24 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-02-21 Peter MaydellMerge tag 'net-pull-request' of https://github.com...
2023-02-21 Peter MaydellMerge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr...
2023-02-20 Peter MaydellMerge tag 'vfio-updates-20230216.0' of https://gitlab...
2023-02-20 Peter MaydellMerge tag 'pull-virtiofs-20230216b' of https://gitlab...
2023-02-20 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-02-16 Peter MaydellMerge tag 'pull-target-arm-20230216' of https://git...
2023-02-16 Claudio Fontanatarget/arm: wrap call to aarch64_sve_change_el in tcg_e...
2023-02-16 Claudio Fontanatarget/arm: wrap psci call with tcg_enabled
2023-02-16 Claudio Fontanatarget/arm: rename handle_semihosting to tcg_handle_sem...
2023-02-16 Philippe Mathieu... target/arm: Constify ID_PFR1 on user emulation
2023-02-04 Peter MaydellMerge tag 'linux-user-for-8.0-pull-request' of https...
2023-02-04 Peter MaydellMerge tag 'm68k-next-pull-request' of https://github...
2023-02-04 Peter MaydellMerge tag 'pull-monitor-2023-02-03-v2' of https://repo...
2023-02-03 Peter MaydellMerge tag 'pull-target-arm-20230203' of https://git...
2023-02-03 Peter Maydelltarget/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL...
2023-02-03 Peter Maydelltarget/arm: Implement the HFGITR_EL2.ERET trap
2023-02-03 Peter Maydelltarget/arm: Mark up sysregs for HFGITR bits 48..63
2023-02-03 Peter Maydelltarget/arm: Mark up sysregs for HFGITR bits 18..47
2023-02-03 Peter Maydelltarget/arm: Mark up sysregs for HFGITR bits 12..17
2023-02-03 Peter Maydelltarget/arm: Mark up sysregs for HFGITR bits 0..11
2023-02-03 Peter Maydelltarget/arm: Mark up sysregs for HDFGRTR bits 12..63
2023-02-03 Peter Maydelltarget/arm: Mark up sysregs for HFGRTR bits 36..63
2023-02-03 Peter Maydelltarget/arm: Mark up sysregs for HFGRTR bits 24..35
2023-02-03 Peter Maydelltarget/arm: Mark up sysregs for HFGRTR bits 12..23
2023-02-03 Peter Maydelltarget/arm: Mark up sysregs for HFGRTR bits 0..11
2023-02-03 Peter Maydelltarget/arm: Implement FGT trapping infrastructure
2023-02-03 Peter Maydelltarget/arm: Define the FEAT_FGT registers
2023-02-03 Peter Maydelltarget/arm: Disable HSTR_EL2 traps if EL2 is not enabled
2023-02-03 Peter Maydelltarget/arm: Correct syndrome for ATS12NSO* at Secure EL1
2023-02-03 Peter Maydelltarget/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctly
2023-01-23 Peter MaydellMerge tag 'pull-target-arm-20230123' of https://git...
2023-01-23 Richard Hendersontarget/arm/sme: Unify set_pstate() SM/ZA helpers as...
2023-01-23 Richard Hendersontarget/arm/sme: Rebuild hflags in aarch64_set_svcr()
2023-01-23 Richard Hendersontarget/arm/sme: Reset ZA state in aarch64_set_svcr()
2023-01-23 Richard Hendersontarget/arm/sme: Reset SVE state in aarch64_set_svcr()
2023-01-23 Richard Hendersontarget/arm/sme: Introduce aarch64_set_svcr()
2023-01-16 Peter MaydellMerge tag 'mips-20230113' of https://github.com/philmd...
2023-01-13 Peter MaydellMerge tag 'pull-target-arm-20230113' of https://git...
2023-01-13 Evgeny Iakovlevtarget/arm: allow writes to SCR_EL3.HXEn bit when FEAT_...
2023-01-08 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-01-07 Peter MaydellMerge tag 'pull-loongarch-20230106' of https://gitlab...
2023-01-06 Peter MaydellMerge tag 'pull-riscv-to-apply-20230106' of https:...
2023-01-06 Peter MaydellMerge tag 'pull-tcg-20230105' of https://gitlab.com...
2023-01-06 Peter MaydellMerge tag 'pull-hex-20230105' of https://github.com...
2023-01-05 Peter MaydellMerge tag 'pull-target-arm-20230105' of https://git...
2023-01-05 Zhuojia Shentarget/arm: align exposed ID registers with Linux
2023-01-05 Fabiano Rosastarget/arm: Remove unused includes from helper.c
2023-01-05 Fabiano Rosastarget/arm: Fix checkpatch brace errors in helper.c
2023-01-05 Fabiano Rosastarget/arm: Fix checkpatch space errors in helper.c
2023-01-05 Fabiano Rosastarget/arm: Fix checkpatch comment style warnings in...
2023-01-05 Tobias Röhmeltarget/arm: Add PMSAv8r registers
2023-01-05 Tobias Röhmeltarget/arm: Make RVBAR available for all ARMv8 CPUs
2023-01-05 Tobias Röhmeltarget/arm: Don't add all MIDR aliases for cores that...
2022-12-18 Peter MaydellMerge tag 'pull-loongarch-20221215' of https://gitlab...
2022-12-16 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2022-12-15 Peter MaydellMerge tag 'pull-request-2022-12-15' of https://gitlab...
2022-12-15 Peter MaydellMerge tag 'pull-target-arm-20221215-1' of https://git...
2022-12-15 Peter Maydelltarget/arm: Implement HCR_EL2.TID4 traps
2022-12-15 Peter Maydelltarget/arm: Implement HCR_EL2.TICAB,TOCU traps
2022-12-15 Peter Maydelltarget/arm: Implement HCR_EL2.TTLBOS traps
2022-12-15 Peter Maydelltarget/arm: Implement HCR_EL2.TTLBIS traps
2022-12-15 Peter Maydelltarget/arm: Allow relevant HCR bits to be written for...
2022-11-07 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-11-05 Stefan HajnocziMerge tag 'vfio-fixes-v7.2-rc0.0' of https://gitlab...
2022-11-04 Stefan HajnocziMerge tag 'pull-target-arm-20221104' of https://git...
2022-11-04 Ake Koomsintarget/arm: Honor HCR_E2H and HCR_TGE in ats_write64()
2022-11-04 Timofey Kutergintarget/arm: Fix Privileged Access Never (PAN) for aarch32
2022-11-04 Peter Maydelltarget/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_E...
2022-10-31 Stefan HajnocziMerge tag 'imp-202210-pull-request' of https://github...
2022-10-31 Stefan HajnocziMerge tag 'pull-ppc-20221029' of https://gitlab.com...
2022-10-31 Stefan HajnocziMerge tag 'pull-request-2022-10-28' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'mem-2022-10-28' of https://github.com/davidh...
2022-10-30 Stefan HajnocziMerge tag 'pull-error-2022-10-28' of https://repo.or...
2022-10-30 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2022-10-30 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2022-10-30 Stefan HajnocziMerge tag 'misc-next-pull-request' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-10-30 Stefan HajnocziMerge tag 'qga-pull-2022-10-26' of https://github.com...
2022-10-27 Stefan HajnocziMerge tag 'pull-target-arm-20221027' of https://git...
2022-10-27 Richard Hendersontarget/arm: Extract HA and HD in aa64_va_parameters
2022-10-27 Richard Hendersontarget/arm: Introduce regime_is_stage2
2022-10-27 Peter Maydelltarget/arm: Implement FEAT_E0PD
2022-10-24 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-20 Stefan HajnocziMerge tag 'pull-target-arm-20221020' of https://git...
2022-10-20 Richard Hendersontarget/arm: Restrict tlb flush from vttbr_write to...
2022-10-20 Richard Hendersontarget/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idx
2022-10-13 Stefan HajnocziMerge tag 'kraxel-20221013-pull-request' of https:...
2022-10-13 Stefan HajnocziMerge tag 'win32-pull-request' of https://gitlab.com...
2022-10-13 Stefan HajnocziMerge tag 'pull-request-2022-10-12' of https://gitlab...
2022-10-13 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-12 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-10-12 Stefan HajnocziMerge tag 'pull-target-arm-20221010' of https://git...
2022-10-10 Peter Maydelltarget/arm: Use ARMGranuleSize in ARMVAParameters
2022-10-10 Peter Maydelltarget/arm: Don't allow guest to use unimplemented...
2022-10-10 Richard Hendersontarget/arm: Use tlb_set_page_full
2022-10-10 Richard Hendersontarget/arm: Introduce arm_hcr_el2_eff_secstate
next