summaryrefslogtreecommitdiff
path: root/coroutine/arm64
AgeCommit message (Expand)Author
2024-03-05[DOC] fix some commentscui fliter
2024-02-06Use `__asm` instead of `asm`Nobuyoshi Nakada
2023-12-22coroutine/arm64: Skip saving/restoring x30 twice and use `autiasp`Yuta Saito
2023-12-22coroutine/arm64/Context.S: Append PAC/BTI note section if neededYuta Saito
2023-12-22coroutine/arm64/Context.S: Insert `bti c` as BTI landing padYuta Saito
2023-12-22coroutine/arm64: Sign return address if PAC enabledYuta Saito
2022-05-25Add support for address sanitizer for amd64 and arm64.Samuel Williams
2021-07-01Replace copy coroutine with pthread implementation.Samuel Williams
2021-04-01coroutine: Darwin on ARM64 needs alignment of 2^2David CARLIER
2021-03-22coroutine mac m1 update.David CARLIER
2021-03-05coroutine arm64 generating note.GNU-stack section for linux.David Carlier
2021-01-22Added include guards to coroutine headersNobuyoshi Nakada
2020-07-05Prefix export symbol prefix to coroutine_transferNobuyoshi Nakada
2020-07-05Removed trailing spaces [ci skip]Nobuyoshi Nakada
2019-12-28Remove "All Rights Reserved." from Copyright statement.Samuel Williams
2019-12-26decouple internal.h headers卜部昌平
2019-06-26Add `ucontext` coroutine implementation for generic fallback.Samuel Williams
2019-05-16Make COROUTINE_REGISTERS compile-time only not to be a global symbolNobuyoshi Nakada
2018-11-24Change Makefile rule for assembly to use .S rather than .ssamuel
2018-11-20Fix indentation.samuel
2018-11-20Prefer "static inline" to avoid duplicate symbols.samuel
2018-11-20Formatting changes.samuel
2018-11-20Ensure start function has correct declaration.samuel
2018-11-20Mark COROUTINE as noreturn.samuel
2018-11-20Tidy up comments.samuel
2018-11-20Native implementation of coroutines to improve performance of fiberssamuel