1. 9e505f9 refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · Wed Mar 13 11:33:54 2024 -0500
  2. e480ec2 chore: simplify the macro names in ENABLE_FEAT mechanism by Sona Mathew · Mon Mar 11 15:58:15 2024 -0500
  3. eee28e7 chore: update to use Arm word across TF-A by Govindraj Raja · Tue Aug 01 15:52:40 2023 -0500
  4. cf34a67 fix(xlat): fix defects on the xlat library reported by coverity scan by Javier Almansa Sobrino · Wed Jul 12 17:42:36 2023 +0100
  5. 8c8107e feat(xlat): detect 4KB and 16KB page support when FEAT_LPA2 is present by Javier Almansa Sobrino · Wed May 03 12:16:11 2023 +0100
  6. 173c6a2 feat(rme): add xlat table library changes for FEAT_RME by Zelalem Aweke · Thu Jul 08 17:23:04 2021 -0500
  7. 0a3c95b xlat_tables_v2: use get_current_el_maybe_constant() in is_dcache_enabled() by Masahiro Yamada · Thu Apr 02 16:20:21 2020 +0900
  8. 37f97a5 SPM: Move shim layer to TTBR1_EL1 by Antonio Nino Diaz · Wed Mar 27 11:10:31 2019 +0000
  9. 32958ce xlat v2: Fix comment by Antonio Nino Diaz · Fri Jan 25 13:12:07 2019 +0000
  10. 7415597 lib/xlat_tables: Add support for ARMv8.4-TTST by Sathees Balya · Fri Jan 25 11:36:01 2019 +0000
  11. c326c34 xlat v2: Dynamically detect need for CnP bit by Antonio Nino Diaz · Fri Jan 11 11:20:10 2019 +0000
  12. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  13. fcaf1bd PIE: Use PC relative adrp/adr for symbol reference by Soby Mathew · Fri Oct 12 16:40:28 2018 +0100
  14. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · Thu Aug 16 16:52:57 2018 +0100
  15. 128de8d xlat v2: Support the EL2 translation regime by Antonio Nino Diaz · Tue Aug 07 19:59:49 2018 +0100
  16. 37a5efa xlat v2: Flush xlat tables after being modified by Antonio Nino Diaz · Tue Aug 07 12:47:12 2018 +0100
  17. 5c97bd1 xlat: Use bool instead of int by Antonio Nino Diaz · Thu Aug 02 09:57:29 2018 +0100
  18. 50eb374 xlat: Fix MISRA defects by Antonio Nino Diaz · Tue Jul 24 10:20:53 2018 +0100
  19. 67f799e xlat v2: Make setup_mmu_config public by Antonio Nino Diaz · Sun Jul 15 16:42:01 2018 +0100
  20. 668d9ee xlat v2: Turn MMU parameters into 64-bit values by Antonio Nino Diaz · Thu Jul 12 15:44:42 2018 +0100
  21. 9d596c4 xlat v2: Remove IMAGE_EL define by Antonio Nino Diaz · Thu Jul 12 15:43:07 2018 +0100
  22. ad5dc7f xlat v2: Remove unused tlbi helper by Antonio Nino Diaz · Wed Jul 11 09:46:45 2018 +0100
  23. 44d3c21 xlat v2: Remove architectural headers by Antonio Nino Diaz · Thu Jul 05 08:11:48 2018 +0100
  24. f1b84f6 xlat v2: Split code into separate files by Antonio Nino Diaz · Tue Jul 03 11:58:49 2018 +0100
  25. 58e8148 xlat v2: Split MMU setup and enable by Jeenu Viswambharan · Fri Apr 27 15:06:57 2018 +0100
  26. 4413ad5 xlat v2: Introduce xlat granule size helpers by Antonio Nino Diaz · Mon Jun 11 13:40:32 2018 +0100
  27. b9ae5db xlat: Have all values of PARange for 8.x architectures by Antonio Nino Diaz · Wed May 02 11:23:56 2018 +0100
  28. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · Fri Feb 16 21:12:58 2018 +0000
  29. b9ef664 Add ARMv8.2 ID_AA64MMFR0_EL1.PARange value by Antonio Nino Diaz · Fri Nov 17 09:52:53 2017 +0000
  30. bafc753 xlat: Make function to calculate TCR PA bits public by Antonio Nino Diaz · Wed Oct 25 11:53:25 2017 +0100
  31. dcf9d92 xlat: Add support for EL0 and EL1 mappings by Antonio Nino Diaz · Wed Oct 04 16:52:15 2017 +0100
  32. 2d54579 xlat: Introduce function xlat_arch_tlbi_va_regime() by Douglas Raillard · Mon Sep 25 15:23:22 2017 +0100
  33. 3383554 xlat: Always compile TLB invalidation functions by Sandrine Bailleux · Tue Apr 25 14:09:47 2017 +0100
  34. c8274a8 Set TCR_EL1.EPD1 bit to 1 by Antonio Nino Diaz · Fri Sep 15 10:30:34 2017 +0100
  35. c4a1a07 Enable CnP bit for ARMv8.2 CPUs by Isla Mitchell · Mon Aug 07 11:20:13 2017 +0100
  36. 12e8644 xlat lib: Fix some types by Sandrine Bailleux · Wed Jul 19 10:11:13 2017 +0100
  37. 46c53a2 xlat lib v2: Remove hard-coded virtual address space size by Sandrine Bailleux · Tue Jul 11 15:11:10 2017 +0100
  38. 1423d05 xlat lib v2: Refactor the functions enabling the MMU by Sandrine Bailleux · Wed May 31 13:38:51 2017 +0100
  39. c5b6377 xlat lib v2: Remove init_xlat_tables_arch() function by Sandrine Bailleux · Wed May 31 13:31:48 2017 +0100
  40. 090c849 xlat lib: Reorganize architectural defs by Sandrine Bailleux · Fri May 19 09:59:37 2017 +0100
  41. c013252 xlat: Fix missing header file dependency by Antonio Nino Diaz · Wed May 17 16:25:40 2017 +0100
  42. 9b11f39 Minor fixes to the xlat tables lib v2 by Antonio Nino Diaz · Mon May 08 16:43:53 2017 +0100
  43. 8364a95 Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit by davidcunado-arm · Fri May 05 09:50:34 2017 +0100
  44. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  45. efabaa9 Fix execute-never permissions in xlat tables libs by Antonio Nino Diaz · Thu Apr 27 13:30:22 2017 +0100
  46. 3759e3f Control inclusion of helper code used for asserts by Antonio Nino Diaz · Wed Mar 22 15:48:51 2017 +0000
  47. daf5dbb Add support to change xlat_tables to non-cacheable by Summer Qin · Thu Mar 16 17:16:34 2017 +0000
  48. 3f13c35 Apply workaround for errata 813419 of Cortex-A57 by Antonio Nino Diaz · Fri Feb 24 11:39:22 2017 +0000
  49. ac99803 Add dynamic region support to xlat tables lib v2 by Antonio Nino Diaz · Mon Feb 27 17:23:54 2017 +0000
  50. 233c7c1 Add version 2 of xlat tables library by Antonio Nino Diaz · Wed Mar 08 14:40:23 2017 +0000