- ac9f4b4 fix(cpus): remove errata setting PF_MODE to conservative by Govindraj Raja · 4 months ago
- 518b278 Merge changes from topic "hm/handoff-aarch32" into integration by Manish Pandey · 4 months ago
- 38b5f93 Merge "feat(lib): implement strnlen secure and strcpy secure function" into integration by Madhukar Pappireddy · 5 months ago
- eb08889 feat(lib): implement strnlen secure and strcpy secure function by Jit Loon Lim · 5 months ago
- f2bd352 fix(errata): workaround for Cortex-A510 erratum 2971420 by John Powell · 6 months ago
- fcf2ab7 fix(cpus): workaround for Cortex-A715 erratum 2804830 by John Powell · 6 months ago
- 8001247 feat(handoff): add 32-bit variant of SRAM layout by Harrison Mutai · 8 months ago
- 7ffc1d6 feat(handoff): add 32-bit variant of ep info by Harrison Mutai · 8 months ago
- af1dd6e feat(lib): add EXTRACT_FIELD macro for field extraction by Manish V Badarkhe · 5 months ago
- bbff267 fix(errata-abi): add support for handling split workarounds by Arvind Ram Prakash · 5 months ago
- ec6f49c feat(ras): add eabort get helper function by Vinoj Soundararajan · 1 year ago
- daeae49 feat(ras): add asynchronous error type corrected by Vinoj Soundararajan · 1 year ago
- e5cd3e8 fix(ras): fix typo in uncorrectable error type UEO by Vinoj Soundararajan · 1 year ago
- 9c17687 fix(ras): fix status synchronous error type fields by Vinoj Soundararajan · 1 year ago
- 7990cc8 Merge "feat(handoff): add transfer entry printer" into integration by Manish V Badarkhe · 5 months ago
- c722003 fix(el3-runtime): replace CTX_ESR_EL3 with CTX_DOUBLE_FAULT_ESR by Manish Pandey · 6 months ago
- 98c6516 chore: rename arcadia to Cortex-A320 by Govindraj Raja · 5 months ago
- 937c513 feat(handoff): add transfer entry printer by Harrison Mutai · 8 months ago
- 0a580b5 perf(cm): drop ZCR_EL3 saving and some ISBs and replace them with root context by Boyan Karatotev · 9 months ago
- 83ec7e4 perf(amu): greatly simplify AMU context management by Boyan Karatotev · 9 months ago
- 2590e81 perf(mpmm): greatly simplify MPMM enablement by Boyan Karatotev · 8 months ago
- a8a5d39 Merge changes from topic "bk/errata_speed" into integration by Manish V Badarkhe · 5 months ago
- 89dba82 perf(cpus): make reset errata do fewer branches by Boyan Karatotev · 6 months ago
- b07c317 perf(cpus): inline the init_cpu_data_ptr function by Boyan Karatotev · 9 months ago
- 0d02082 perf(cpus): inline the reset function by Boyan Karatotev · 9 months ago
- 41ae047 fix(rmm): add support for BRBCR_EL2 register for feat_brbe by Sona Mathew · 6 months ago
- 36eeb59 perf(cpus): inline the cpu_get_rev_var call by Boyan Karatotev · 8 months ago
- 7791ce2 perf(cpus): inline cpu_rev_var checks by Boyan Karatotev · 7 months ago
- b62673c refactor(cpus): register DSU errata with the errata framework's wrappers by Boyan Karatotev · 6 months ago
- 7ce483e fix(libc): remove __Nonnull type specifier by Manish V Badarkhe · 6 months ago
- 6db9aac Merge changes from topic "mb/drtm" into integration by Lauren Wehrmeister · 6 months ago
- e136223 Merge changes from topic "memory_bank" into integration by Soby Mathew · 6 months ago
- fcb80d7 Merge changes I765a7fa0,Ic33f0b6d,I8d1a88c7,I381f96be,I698fa849, ... into integration by Manish Pandey · 6 months ago
- b0f1c84 feat(gpt): statically allocate bitlocks array by AlexeiFedorov · 6 months ago
- 277713e feat(libc): import qsort implementation by Manish V Badarkhe · 7 months ago
- 697290a Merge changes from topic "us_tc_trng" into integration by Manish V Badarkhe · 6 months ago
- aacdfdf Merge "fix(tc): enable Last-level cache (LLC) for tc4" into integration by Olivier Deprez · 6 months ago
- 1147a47 feat(psa): add interface with RSE for retrieving entropy by Leo Yan · 6 months ago
- 8a41106 fix(psa): guard Crypto APIs with CRYPTO_SUPPORT by Leo Yan · 6 months ago
- e25fc9d fix(cpus): workaround for Neoverse-V3 erratum 3701767 by Govindraj Raja · 7 months ago
- fded839 fix(cpus): workaround for Neoverse-N3 erratum 3699563 by Govindraj Raja · 7 months ago
- adea6e5 fix(cpus): workaround for Neoverse-N2 erratum 3701773 by Govindraj Raja · 7 months ago
- 511148e fix(cpus): workaround for Cortex-X925 erratum 3701747 by Govindraj Raja · 7 months ago
- 38401c5 fix(cpus): workaround for Cortex-X4 erratum 3701758 by Govindraj Raja · 7 months ago
- 77feb74 fix(cpus): workaround for Cortex-X3 erratum 3701769 by Govindraj Raja · 7 months ago
- ae6c7c9 fix(cpus): workaround for Cortex-X2 erratum 3701772 by Govindraj Raja · 7 months ago
- d732300 fix(cpus): workaround for Cortex-A725 erratum 3699564 by Govindraj Raja · 7 months ago
- af5ae9a fix(cpus): workaround for Cortex-A720-AE erratum 3699562 by Govindraj Raja · 7 months ago
- 050c4a3 fix(cpus): workaround for Cortex-A720 erratum 3699561 by Govindraj Raja · 7 months ago
- 26437af fix(cpus): workaround for Cortex-A715 erratum 3699560 by Govindraj Raja · 7 months ago
- 463b5b4 fix(cpus): workaround for Cortex-A710 erratum 3701772 by Govindraj Raja · 7 months ago
- 7455cd1 fix(cpus): workaround for accessing ICH_VMCR_EL2 by Govindraj Raja · 6 months ago
- 58d98ba chore(cpus): fix incorrect header macro by Govindraj Raja · 7 months ago
- db5fe4f chore(docs): drop the "wfi" from `pwr_domain_pwr_down_wfi` by Boyan Karatotev · 10 months ago
- 45c7328 fix(cpus): avoid SME related loss of context on powerdown by Boyan Karatotev · 11 months ago
- 2b5e00d feat(psci): allow cores to wake up from powerdown by Boyan Karatotev · 8 months ago
- 2bd3b39 refactor: panic after calling psci_power_down_wfi() by Boyan Karatotev · 10 months ago
- cc94e71 refactor(cpus): undo errata mitigations by Boyan Karatotev · 10 months ago
- bb80185 feat(cpus): add sysreg_bit_toggle by Boyan Karatotev · 7 months ago
- 8ae6b1a fix(security): apply SMCCC_ARCH_WORKAROUND_4 to affected cpus by Arvind Ram Prakash · 6 months ago
- 4caef42 fix(security): add support in cpu_ops for CVE-2024-7881 by Arvind Ram Prakash · 11 months ago
- 037a15f fix(security): add CVE-2024-7881 mitigation to Neoverse-V3 by Arvind Ram Prakash · 11 months ago
- 56bb1d1 fix(security): add CVE-2024-7881 mitigation to Neoverse-V2 by Arvind Ram Prakash · 11 months ago
- 520c220 fix(security): add CVE-2024-7881 mitigation to Cortex-X925 by Arvind Ram Prakash · 11 months ago
- 6ce6aca fix(security): add CVE-2024-7881 mitigation to Cortex-X4 by Arvind Ram Prakash · 11 months ago
- 7b41aca fix(tc): enable Last-level cache (LLC) for tc4 by Jagdish Gediya · 1 year, 1 month ago
- 3b80210 perf(psci): pass my_core_pos around instead of calling it repeatedly by Boyan Karatotev · 9 months ago
- 0c83655 refactor(psci): don't use PSCI_INVALID_PWR_LVL to signal OFF state by Boyan Karatotev · 10 months ago
- 9821775 feat(handoff): transfer entry ID for TPM event log by Raymond Mao · 7 months ago
- 66a1d58 Merge "fix(pubsub): make sure LTO doesn't garbage collect the handlers" into integration by Manish Pandey · 8 months ago
- b41b999 Merge changes from topic "bk/smccc_feature" into integration by Manish Pandey · 8 months ago
- fded3a4 Merge changes from topic "hm/heap-info" into integration by Manish V Badarkhe · 8 months ago
- 18be2db fix(handoff): remove XFERLIST_TB_FW_CONFIG by Harrison Mutai · 8 months ago
- 0e932b8 feat(handoff): add Mbed-TLS heap info entry tag by Harrison Mutai · 9 months ago
- f1d9459 feat(handoff): add func to check and init a tl by Harrison Mutai · 9 months ago
- f8d2a0e fix(pubsub): make sure LTO doesn't garbage collect the handlers by Boyan Karatotev · 8 months ago
- 6595f4c fix(cm): fix context management SYSREG128 write macros by Igor Podgainõi · 8 months ago
- f808873 fix(spe): add a psb before updating context and remove context saving by Boyan Karatotev · 9 months ago
- a57e18e feat(fpmr): disable FPMR trap by Arvind Ram Prakash · 9 months ago
- 8953568 feat(lib): introduce Hob creation library by Levi Yun · 1 year, 3 months ago
- 940ecd0 feat(cpus): add support for Alto CPU by Igor Podgainõi · 8 months ago
- 19d52a8 feat(cpufeat): add ENABLE_FEAT_LS64_ACCDATA by Andre Przywara · 12 months ago
- 3065513 feat(d128): add support for FEAT_D128 by Govindraj Raja · 11 months ago
- 190ae70 Merge "feat(cpus): add support for cortex-a720ae" into integration by Olivier Deprez · 9 months ago
- fa5fc59 Merge "fix(el3-runtime): correct CASSERT for cpu data size" into integration by Olivier Deprez · 10 months ago
- 034b919 Merge "chore(cpus): optimise runtime errata applications" into integration by Govindraj Raja · 10 months ago
- 8118078 feat(cpus): add support for cortex-a720ae by Ahmed Azeem · 10 months ago
- 8fa5460 feat(cpus): add support for arcadia cpu by Govindraj Raja · 10 months ago
- db9ee83 chore(cpus): optimise runtime errata applications by Boyan Karatotev · 10 months ago
- 483dc2e fix(el3-runtime): correct CASSERT for cpu data size by Omkar Anand Kulkarni · 1 year, 7 months ago
- 4ec4e54 feat(sctlr2): add support for FEAT_SCTLR2 by Jayanth Dodderi Chidanand · 11 months ago
- 6d0433f feat(the): add support for FEAT_THE by Jayanth Dodderi Chidanand · 11 months ago
- 5765e0c Merge "fix(cpus): modify the fix for Cortex-A75 erratum 764081" into integration by Mark Dykes · 10 months ago
- 7f152ea fix(cpus): modify the fix for Cortex-A75 erratum 764081 by Sona Mathew · 1 year, 1 month ago
- db7eb68 fix(cpus): workaround for Cortex-X4 erratum 3076789 by Ryan Everett · 1 year, 3 months ago
- 609d08a fix(cpus): workaround for Cortex-X4 erratum 2897503 by Arvind Ram Prakash · 11 months ago
- f4303d0 feat(cm): handle asymmetry for FEAT_TCR2 by Jayanth Dodderi Chidanand · 11 months ago
- cc4f383 Merge changes from topic "clean-up-errata-compatibility" into integration by Manish V Badarkhe · 11 months ago
- a0674ab refactor(cm): remove el1 context when SPMD_SPM_AT_SEL2=1 by Jayanth Dodderi Chidanand · 1 year, 3 months ago
- a0d9a97 chore(cm): reorganise sctlr_el1 and tcr_el1 ctx code by Jayanth Dodderi Chidanand · 1 year ago