1. eee28e7 chore: update to use Arm word across TF-A by Govindraj Raja · 11 months ago
  2. 183638f style: remove useless trailing semicolon and line continuations by Elyes Haouas · 1 year, 5 months ago
  3. 66b7fdc fix(bakery_lock): add __unused for clang by Okash Khawaja · 2 years, 3 months ago
  4. 019b4f8 locks: bakery: use is_dcache_enabled() helper by Masahiro Yamada · 4 years, 3 months ago
  5. d3ad4c7 locks: bakery: add a DMB to the 'read_cache_op' macro by Varun Wadekar · 6 years ago
  6. c3c4400 T589: Fix insufficient ordering guarantees in bakery lock by Raghu Krishnamurthy · 4 years, 5 months ago
  7. ad04201 Fix the CAS spinlock implementation by Soby Mathew · 4 years, 9 months ago
  8. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  9. 3a377b2 Remove .arch directives from spinlock.S by Alexei Fedorov · 5 years ago
  10. 77c382c locks: linker variables to calculate per-cpu bakery lock size by Varun Wadekar · 5 years ago
  11. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  12. 519248b bakery: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  13. dc9fab1 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 6 years ago
  14. 0ffd9e2 Add missing barriers to Bakery Locks by Jeenu Viswambharan · 6 years ago
  15. 7a4e8f5 Fix MISRA Rule 5.3 Part 4 by Daniel Boulby · 6 years ago
  16. fef5d2d Fix MISRA Rule 5.3 Part 2 by Daniel Boulby · 6 years ago
  17. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  18. 70b1c2f ARMv7 does not support STL instruction by Etienne Carriere · 7 years ago
  19. 0bc79d9 Add macro to test for minimum architecture version by Jeenu Viswambharan · 7 years ago
  20. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  21. 077ab54 AArch32: Fix normal memory bakery compilation by Soby Mathew · 7 years ago
  22. fca7680 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · 7 years ago
  23. f9baaa5 Fix normal memory bakery lock implementation by Soby Mathew · 8 years ago
  24. 748be1d AArch32: Add support in TF libraries by Soby Mathew · 8 years ago
  25. 7b5c9b3 Move spinlock library code to AArch64 folder by Soby Mathew · 8 years ago
  26. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  27. e466c9f Re-design bakery lock memory allocation and algorithm by Andrew Thoelke · 9 years ago
  28. 3700a92 PSCI: Migrate TF to the new platform API and CM helpers by Soby Mathew · 9 years ago
  29. a877c25 Add support to indicate size and end of assembly functions by Kévin Petit · 9 years ago
  30. 156280c Remove the `owner` field in bakery_lock_t data structure by Soby Mathew · 9 years ago
  31. a0a897d Optimize the bakery lock structure for coherent memory by Soby Mathew · 9 years ago
  32. 523d633 Move bakery algorithm implementation out of coherent memory by Soby Mathew · 9 years ago
  33. 6b98c7d Remove the wfe() for bounded wait in bakery_lock by Soby Mathew · 10 years ago
  34. ed04c4a Precede a 'sev' with a 'dsb' in bakery lock code by Achin Gupta · 10 years ago
  35. 958cc02 Remove calling CPU mpidr from bakery lock API by Andrew Thoelke · 10 years ago
  36. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  37. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  38. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  39. a70615f Move include and source files to logical locations by Dan Handley · 10 years ago