1. 873e394 Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmp by Antonio Niño Díaz · 6 years ago
  2. 70b0f27 libc: Move setjmp to libc folder by Antonio Nino Diaz · 6 years ago
  3. e056630 Make setjmp.h prototypes comply with the C standard by Antonio Nino Diaz · 6 years ago
  4. 1242b9a lib: aarch64: misc_helpers: include bl_common.h by Varun Wadekar · 6 years ago
  5. e095ba3 Remove unused function symbols by Varun Wadekar · 6 years ago
  6. bf52f40 lib: aarch64: fix non-code symbol errors flagged by armlink by Varun Wadekar · 6 years ago
  7. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  8. fdbc293 Deprecate some unused AArch64 assembly functions by Antonio Nino Diaz · 6 years ago
  9. 931f7c6 PIE: Position Independant Executable support for BL31 by Soby Mathew · 6 years ago
  10. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  11. 90e0c98 xlat: Remove deprecated interfaces by Antonio Nino Diaz · 6 years ago
  12. 8422a84 libc: armclang: Implement compiler printf symbols by Antonio Nino Diaz · 6 years ago
  13. e7b9473 BL31: Introduce jump primitives by Jeenu Viswambharan · 7 years ago
  14. 79c7e72 misc_helpers: fix zero_normalmem() for BL2_AT_EL3 by Masahiro Yamada · 7 years ago
  15. ec0c8fd Introduce functions to disable the MMU in EL1 by Antonio Nino Diaz · 7 years ago
  16. 3ec5204 Exit early if size zero for cache helpers by Soby Mathew · 7 years ago
  17. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  18. 044bb2f Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 7 years ago
  19. 355a5d0 Replace ASM signed tests with unsigned by Douglas Raillard · 7 years ago
  20. 308d359 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  21. ea92653 Fix integer comparison in memcpy16 by Douglas Raillard · 8 years ago
  22. 3ca9928 Refactor the xlat_tables library code by Soby Mathew · 8 years ago
  23. f33fbb2 Remove xlat_helpers.c by Antonio Nino Diaz · 8 years ago
  24. a25648e Merge pull request #542 from sandrine-bailleux-arm/km/pt-zero by danh-arm · 8 years ago
  25. 2af926d Initialize all translation table entries by Kristina Martsenko · 9 years ago
  26. 5f65497 Extend memory attributes to map non-cacheable memory by Sandrine Bailleux · 8 years ago
  27. d30ac1c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · 9 years ago
  28. 65cd299 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 9 years ago
  29. 54dc71e Make generic code work in presence of system caches by Achin Gupta · 9 years ago
  30. 8b77962 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  31. a7e98ad Add macro to calculate number of elements in an array by Vikram Kanigiri · 9 years ago
  32. 8e85791 Add support for level specific cache maintenance operations by Soby Mathew · 10 years ago
  33. 9b47684 Introduce framework for CPU specific operations by Soby Mathew · 10 years ago
  34. 6397bf6 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  35. bc92012 Implement an assert() callable from assembly code by Soby Mathew · 10 years ago
  36. ec3c100 Simplify management of SCTLR_EL3 and SCTLR_EL1 by Achin Gupta · 10 years ago
  37. afff8cb Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  38. 73ad257 Calculate TCR bits based on VA and PA by Lin Ma · 10 years ago
  39. 5c633bd Merge pull request #130 from athoelke/at/inline-asm-sysreg-v2 by danh-arm · 10 years ago
  40. 5c3272a Make system register functions inline assembly by Andrew Thoelke · 10 years ago
  41. f984ce8 Enable mapping higher physical address by Lin Ma · 10 years ago
  42. dff8e47 Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  43. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 10 years ago
  44. 8545a87 Merge pull request #102 from achingupta:ag/tf-issues#104-v2 by Andrew Thoelke · 10 years ago
  45. fa9c08b Use secure timer to generate S-EL1 interrupts by Achin Gupta · 10 years ago
  46. 1a4f19e Merge pull request #91 from linmaonly/lin_dev by Andrew Thoelke · 10 years ago
  47. 444281c Address issue 156: 64-bit addresses get truncated by Lin Ma · 10 years ago
  48. a43d431 Rework BL3-1 unhandled exception handling and reporting by Soby Mathew · 10 years ago
  49. fd6fede Merge pull request #58 from athoelke/optimise-cache-flush-v2 by danh-arm · 10 years ago
  50. 5f6032a Optimise data cache clean/invalidate operation by Andrew Thoelke · 10 years ago
  51. 228a9f0 Remove unused or invalid asm helper functions by Andrew Thoelke · 10 years ago
  52. 7935d0a Access system registers directly in assembler by Andrew Thoelke · 10 years ago
  53. 2f5dcfe Replace disable_mmu with assembler version by Andrew Thoelke · 10 years ago
  54. 8cec598 Correct usage of data and instruction barriers by Andrew Thoelke · 10 years ago
  55. 97043ac Reduce deep nesting of header files by Dan Handley · 10 years ago
  56. fb037bf Always use named structs in header files by Dan Handley · 10 years ago
  57. 4ecca33 Move include and source files to logical locations by Dan Handley · 10 years ago