Skip to content
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 alpha-level support for SME #123

Merged
merged 5 commits into from
Oct 18, 2022
Merged

Commits on Oct 18, 2022

  1. Add alpha-level support for SME

    This patch adds support for SME (Scalable Matrix Extension).
    At this stage it is still alpha quality.
    rsandifo-arm committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ea33917 View commit details
    Browse the repository at this point in the history
  2. Fix typo [to squash]

    rsandifo-arm committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    171e8be View commit details
    Browse the repository at this point in the history
  3. Adjust behavior of __arm_tpidr2_save [to squash]

    The spec for __arm_tpidr2_save said that it should clear TPIDR2_EL0
    after saving ZA to the ZA save buffer, but that doesn't meet the
    rquirements for a private-ZA function.  This patch makes it the
    caller's responsibility to clear TPIDR2_EL0 instead.
    rsandifo-arm committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6cb818d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a0c8fb View commit details
    Browse the repository at this point in the history
  5. Fix link [to squash]

    rsandifo-arm committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3b612e9 View commit details
    Browse the repository at this point in the history