index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coroutine
/
arm64
/
Context.S
Age
Commit message (
Expand
)
Author
2024-12-17
Fix coroutine implementaion on Windows-Arm64
Lars Kanis
2024-10-08
Substitute `coroutine_transfer` with prefixed symbol in Makefile
Nobuyoshi Nakada
2024-08-22
Don't emit ELF notes on non-ELF platforms
KJ Tsanaktsidis
2024-08-22
Fix typo in ELF note generation
KJ Tsanaktsidis
2024-07-07
Revert autoconf macros defining RUBY_AARCH64_{BTI|PAC}_ENABLED
KJ Tsanaktsidis
2024-06-11
Extract hardening CFLAGS to a special $hardenflags variable
KJ Tsanaktsidis
2024-03-05
[DOC] fix some comments
cui fliter
2023-12-22
coroutine/arm64: Skip saving/restoring x30 twice and use `autiasp`
Yuta Saito
2023-12-22
coroutine/arm64/Context.S: Append PAC/BTI note section if needed
Yuta Saito
2023-12-22
coroutine/arm64/Context.S: Insert `bti c` as BTI landing pad
Yuta Saito
2023-12-22
coroutine/arm64: Sign return address if PAC enabled
Yuta Saito
2021-04-01
coroutine: Darwin on ARM64 needs alignment of 2^2
David CARLIER
2021-03-22
coroutine mac m1 update.
David CARLIER
2021-03-05
coroutine arm64 generating note.GNU-stack section for linux.
David Carlier
2020-07-05
Prefix export symbol prefix to coroutine_transfer
Nobuyoshi Nakada
2020-07-05
Removed trailing spaces [ci skip]
Nobuyoshi Nakada
2019-12-28
Remove "All Rights Reserved." from Copyright statement.
Samuel Williams
2018-11-24
Change Makefile rule for assembly to use .S rather than .s
samuel