aboutsummaryrefslogtreecommitdiffstats
path: root/include/lib/bakery_lock.h
Commit message (Expand)AuthorAgeFilesLines
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-2/+2
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-1/+2
* bakery: Fix MISRA defectsAntonio Nino Diaz2018-11-011-11/+29
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-1/+2
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Fix build error with optimizations disabled (-O0)Sandrine Bailleux2016-04-141-1/+1
* Remove direct usage of __attribute__((foo))Soren Brinkmann2016-01-141-2/+1
* Re-design bakery lock memory allocation and algorithmAndrew Thoelke2015-09-111-7/+25
* Remove the `owner` field in bakery_lock_t data structureSoby Mathew2015-03-271-3/+0
* Optimize the bakery lock structure for coherent memorySoby Mathew2015-03-271-3/+25
* Move bakery algorithm implementation out of coherent memorySoby Mathew2015-01-221-0/+22
* Remove calling CPU mpidr from bakery lock APIAndrew Thoelke2014-06-231-3/+3
* Split platform.h into separate headersDan Handley2014-05-231-1/+1
* Reduce deep nesting of header filesDan Handley2014-05-061-2/+0
* Always use named structs in header filesDan Handley2014-05-061-6/+6
* Move include and source files to logical locationsDan Handley2014-05-061-0/+53