-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for creating threads on ARM #355
Open
ayrtonm
wants to merge
15
commits into
main
Choose a base branch
from
am/arm_threads
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 12, 2024
-
libia2: Make ia2_get_pkru/ia2_get_pkey API arch-independent
Making this API arch-independent seems like a more sane approach, but there is another copy of these functions in ia2_get_pkey.h. I assumed that this was to be able to call it without changing into the compartment with libia2.a but it seems like we don't include it anywhere so it may be dead code. I fixed the usage of this API in the tests in a separate commit but we still need to fix it in PartitionAlloc and its shim.
Configuration menu - View commit details
-
Copy full SHA for 8b0d84d - Browse repository at this point
Copy the full SHA 8b0d84dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f14691 - Browse repository at this point
Copy the full SHA 9f14691View commit details -
tests/threads: Fix asserted MTE tag values
Note: this needs x18 switching in the call gates to pass
Configuration menu - View commit details
-
Copy full SHA for 2772171 - Browse repository at this point
Copy the full SHA 2772171View commit details -
libia2: Replace inline asm with ia2_get_tag in threads.c
This will make it easier to avoid duplicating code when adding the arm implementation.
Configuration menu - View commit details
-
Copy full SHA for 84e63d1 - Browse repository at this point
Copy the full SHA 84e63d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 913d0e8 - Browse repository at this point
Copy the full SHA 913d0e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 557993d - Browse repository at this point
Copy the full SHA 557993dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c453d12 - Browse repository at this point
Copy the full SHA c453d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60ea12c - Browse repository at this point
Copy the full SHA 60ea12cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf2fe0 - Browse repository at this point
Copy the full SHA dcf2fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3320864 - Browse repository at this point
Copy the full SHA 3320864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 901771f - Browse repository at this point
Copy the full SHA 901771fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e0b98 - Browse repository at this point
Copy the full SHA f2e0b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43fdbab - Browse repository at this point
Copy the full SHA 43fdbabView commit details -
Configuration menu - View commit details
-
Copy full SHA for f63ca17 - Browse repository at this point
Copy the full SHA f63ca17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e022fb - Browse repository at this point
Copy the full SHA 9e022fbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.