summaryrefslogtreecommitdiff
path: root/coroutine/arm64/Context.S
AgeCommit message (Expand)Author
2024-12-17Fix coroutine implementaion on Windows-Arm64Lars Kanis
2024-10-08Substitute `coroutine_transfer` with prefixed symbol in MakefileNobuyoshi Nakada
2024-08-22Don't emit ELF notes on non-ELF platformsKJ Tsanaktsidis
2024-08-22Fix typo in ELF note generationKJ Tsanaktsidis
2024-07-07Revert autoconf macros defining RUBY_AARCH64_{BTI|PAC}_ENABLEDKJ Tsanaktsidis
2024-06-11Extract hardening CFLAGS to a special $hardenflags variableKJ Tsanaktsidis
2024-03-05[DOC] fix some commentscui fliter
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
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
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
2018-11-24Change Makefile rule for assembly to use .S rather than .ssamuel