aboutsummaryrefslogtreecommitdiff
path: root/include/arch/lock.h
AgeCommit message (Collapse)Author
2024-07-05implement bklKimplul
+ Start out using big kernel lock, apparently seL4 thinks its good enough. I might have a go at using a more fair lock, and possibly moving to more fine-grained locks if I really feel the need to get scalability up.
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-06-12add license textsKimplul
2022-05-23new include structure, make parse easier for doxyKimplul