aboutsummaryrefslogtreecommitdiff
path: root/include/shared
AgeCommit message (Expand)Author
2023-08-14move pow2.h to shared folder and add round_up macroYurii Shutkin
2023-06-16add ROUND_UP macro similar to round_up functionYurii Shutkin
2023-03-09trusty:lk: Add bti c annotation support.Mike McTernan
2022-12-21include/shared: Align symbol size inserted by INCBIN_ALIGNED to 4 bytesAyrton Munoz
2022-12-07include/shared: Make INCBIN sections allocatableAyrton Munoz
2022-12-06lib: heap: miniheap: fix uninitialized variablesArmelle Laine
2022-12-05include/shared: Add INC{BIN,FILE}_ALIGNEDAyrton Munoz
2022-10-17include/compiler.h: Replace countof macro with inline function in C++Ayrton Munoz
2022-07-20include/compiler.h: Redefine LK's __WEAK macro to work with muslAyrton Munoz
2021-03-24[include][compiler.h] Fix INCBIN/INCFILE macrosAndrei Homescu
2020-12-01Share header containing assembler macros with userspacePer Larsen
2020-12-01[arch][arm64] Support user shadow call stackPer Larsen
2020-04-29[include][compiler.h] Add READ_ONCE() and WRITE_ONCE()Tri Vo
2020-01-31[clang][include][compiler.h] Enable __WARN_UNUSED_RESULT and STATIC_ASSERTArve Hjønnevåg
2019-12-05[arch][arm64] Annotate for -Wimplicit-fallthroughNick Bray
2019-09-19macros: Add containerof_null_safeArve Hjønnevåg
2019-09-07list: Add list splice operations.Arve Hjønnevåg
2019-07-12Randomize vmm_alloc when ASLR is onMatthew Maurer
2019-05-08Move reg.h into shared include directory.Nick Bray
2019-04-18Adjust list_for_every_entry macros to avoid UBMatthew Maurer
2019-04-11Use functions instead of macros for alignmentMatthew Maurer
2018-10-30Move containerof from lk/list.h to lk/macros.h.Nick Bray
2018-03-02[include][shared][lk][macros] Move DIV_ROUND_UP to macros.hRoberto Pereira
2018-02-07Split global headers into different directories.Nick Bray