index
:
software/arm-trusted-firmware.git
dependabot/pip/virtualenv-20.36.1
master
Trusted Firmware-A
Arm Limited and Contributors
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
arm_arch_svc
Age
Commit message (
Expand
)
Author
2026-07-30
refactor(cpufeat): always use is_feat_abc_supported()
Boyan Karatotev
2026-07-01
fix(smccc): also report 64-bit FID for ARCH_SOC_ID
Andre Przywara
2026-06-22
fix(services): use #ifdef for __aarch64__ flags
Yann Gautier
2026-04-08
feat(rmmd): replace ENABLE_RME with ENABLE_RMM
Arunachalam Ganapathy
2026-02-16
docs(cpus): explain why the ARCH_WORKAROUND_3 pseudo-erratum is needed
Boyan Karatotev
2026-02-12
fix(cpus): return ERRATA_MISSING when errata not found
Boyan Karatotev
2026-02-12
style(smccc): group the ARCH_WORKAROUND_Xs together
Boyan Karatotev
2026-01-08
fix(el3-runtime): resolve essential-type mismatch
Taticharla Venkata Sai
2025-10-30
fix(smccc): don't panic on a feature availability call with FEAT_RNG_TRAP
Boyan Karatotev
2025-09-23
refactor(el3-runtime): move context security states to context.h
Boyan Karatotev
2025-08-05
fix(services): declare unused parameters as void
Signed-off-by: Maheedhar Bollapalli
2025-07-30
fix(smccc): modify feat discovery to use aarch64 value
Sona Mathew
2025-07-29
feat(smccc): add SoC name support to SMCCC_ARCH_SOC_ID
Arvind Ram Prakash
2025-06-23
fix(services): typecast operands to match data type
Maheedhar Bollapalli
2025-04-23
refactor(cpus): optimize CVE checking
Arvind Ram Prakash
2025-01-30
fix(security): apply SMCCC_ARCH_WORKAROUND_4 to affected cpus
Arvind Ram Prakash
2025-01-07
feat(smccc): implement SMCCC_ARCH_FEATURE_AVAILABILITY
Boyan Karatotev
2024-05-02
chore: simplify the macro names in ENABLE_FEAT mechanism
Sona Mathew
2023-08-04
fix(services): disable workaround discovery on aarch32 for now
Stephan Gerhold
2023-05-30
refactor(cpus): rename errata_report.h to errata.h
Boyan Karatotev
2022-03-18
fix(security): apply SMCCC_ARCH_WORKAROUND_3 to A73/A75/A72/A57
Bipin Ravi
2021-12-08
fix(rmmd): align RMI and GTSI FIDs with SMCCC
Subhasish Ghosh
2021-10-05
feat(rme): add RMM dispatcher (RMMD)
Zelalem Aweke
2020-07-26
SMCCC: Introduce function to check SMCCC function availability
Manish V Badarkhe
2020-05-05
Fix SMCCC_ARCH_SOC_ID implementation
Manish V Badarkhe
2020-03-17
Implement SMCCC_ARCH_SOC_ID SMC call
Manish V Badarkhe
2020-02-20
Use consistent SMCCC error code
Manish V Badarkhe
2019-03-04
Ensure proper ID register is checked for feature detection
Dimitris Papastamos
2019-01-04
Sanitise includes across codebase
Antonio Nino Diaz
2018-12-10
AArch64: Use SSBS for CVE_2018_3639 mitigation
Jeenu Viswambharan
2018-05-23
Add support for dynamic mitigation for CVE-2018-3639
Dimitris Papastamos
2018-05-23
Implement static workaround for CVE-2018-3639
Dimitris Papastamos
2018-05-23
Rename symbols and files relating to CVE-2017-5715
Dimitris Papastamos
2018-04-03
Fixup SMCCC_FEATURES return value for SMCCC_ARCH_WORKAROUND_1
Dimitris Papastamos
2018-03-21
Rename 'smcc' to 'smccc'
Antonio Nino Diaz
2018-03-14
Fixup `SMCCC_ARCH_FEATURES` semantics
Dimitris Papastamos
2018-02-28
Fix MISRA rule 8.4 in common code
Roberto Vargas
2018-01-29
Implement support for SMCCC v1.1
Dimitris Papastamos