summaryrefslogtreecommitdiff
path: root/common/feat_detect.c
AgeCommit message (Expand)Author
2026-06-25fix(cpufeat): do not perform bitwise OR on boolean typesBoyan Karatotev
2026-06-19feat(cpufeat): create a central feature databaseBoyan Karatotev
2026-06-19refactor(cpufeat): rename FEAT_STATE_CHECK to FEAT_STATE_CHECKEDBoyan Karatotev
2026-06-10feat(cpufeat): add support for FEAT_SPE_EXC and FEAT_SPE_nVMBoyan Karatotev
2026-05-14refactor(cpufeat): remove _MASK macros for ID registersBoyan Karatotev
2026-04-20fix(cpufeat): fix compiler warning in feature detectionBoyan Karatotev
2026-04-10chore(cpufeat): check FEAT_RAS's dependency on FEAT_IESBBoyan Karatotev
2026-04-08feat(rme): split off ENABLE_FEAT_RMEAndre Przywara
2026-02-27feat(cpufeat): bump FEATURE_DETECTION features up to 9.5Boyan Karatotev
2026-02-04feat(cpufeat): add support for FEAT_HACDBSBoyan Karatotev
2026-02-04feat(cpufeat): add support for FEAT_HDBSSBoyan Karatotev
2026-02-04feat(cpufeat): add support for FEAT_STEP2Boyan Karatotev
2026-01-22Merge changes I2485d583,I1374c482,I07e29dbb,I949e6486 into integrationManish V Badarkhe
2026-01-19feat(cpufeat): advertise support for FEAT_RASv2Boyan Karatotev
2026-01-13feat(cpufeat): add the newly analyzed features to FEATURE_DETECTIONBoyan Karatotev
2026-01-13fix(cpufeat): add FEAT_SPE to FEATURE_DETECTIONBoyan Karatotev
2026-01-13feat(morello): add Morello capability enablement changesManoj Kumar
2025-12-12feat(cpufeat): enable USE_SPINLOCK_CAS to FEAT_STATE_CHECKEDBoyan Karatotev
2025-12-01feat(cpufeat): add support for FEAT_UINJArvind Ram Prakash
2025-11-26Merge changes I6e44c7f1,Id4320cbf,Ibb05dd47,Icec70861 into integrationChris Kay
2025-11-09feat(cpufeat): add support for FEAT_IDTE3Arvind Ram Prakash
2025-11-06feat(cpufeat): introduce FEAT_RME_GDI supportTimothy Hayes
2025-11-06feat(cpufeat): add support for FEAT_RME_GPC2Girish Pathak
2025-11-05fix(cpufeat): drop feature_panic() as unusedBoyan Karatotev
2025-11-04fix(cpufeat): extend FEAT_EBEP handling to delegate PMU control to EL2Manish Pandey
2025-10-28fix(security): add clrbhb supportGovindraj Raja
2025-10-16feat(cpufeat): enable FEAT_PFAR supportAndre Przywara
2025-10-06feat(cpufeat): enable FEAT_AIE supportAndre Przywara
2025-09-24feat(cpufeat): enable FEAT_CPA2 for EL3John Powell
2025-08-28feat(cpufeat): enable FEAT_MPAM_PE_BW_CTRL supportArvind Ram Prakash
2025-07-28fix(cpufeat): update FEAT_PAUTH's feat detect line to tri-stateBoyan Karatotev
2025-07-28feat(cpufeat): do feature detection on secondary cores tooBoyan Karatotev
2025-07-09feat(cpufeat): add support for FEAT_FGWTE3Arvind Ram Prakash
2025-06-13feat(gicv5): add support for building with gicv5Boyan Karatotev
2025-04-28Merge changes from topic "fix_pmuv3p9_test" into integrationGovindraj Raja
2025-04-24feat(cpufeat): add support for FEAT_PAUTH_LRJohn Powell
2025-04-15refactor(cpufeat): prepare FEAT_PAuth for FEATURE_DETECTIONBoyan Karatotev
2025-04-08feat(cpufeat): add support for PMUv3p9Andre Przywara
2025-01-14feat(mops): enable FEAT_MOPS in EL3 when INIT_UNUSED_NS_EL2=1Arvind Ram Prakash
2024-12-12feat(fpmr): disable FPMR trapArvind Ram Prakash
2024-11-06feat(cpufeat): add ENABLE_FEAT_LS64_ACCDATAAndre Przywara
2024-10-24feat(d128): add support for FEAT_D128Govindraj Raja
2024-10-13feat(sctlr2): add support for FEAT_SCTLR2Jayanth Dodderi Chidanand
2024-10-13feat(the): add support for FEAT_THEJayanth Dodderi Chidanand
2024-07-18feat(fgt2): add support for FEAT_FGT2Arvind Ram Prakash
2024-07-18feat(debugv8p9): add support for FEAT_Debugv8p9Arvind Ram Prakash
2024-06-21feat(cpufeat): upgrade PMU to v8 (FEATURE_DETECTION)Andre Przywara
2024-05-02refactor(cpufeat): restore functions in detect_arch_featuresSona Mathew
2024-05-02refactor(cpufeat): add macro to simplify is_feat_xx_presentSona Mathew
2024-05-02chore: simplify the macro names in ENABLE_FEAT mechanismSona Mathew