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 flush_broadcast and tlbsync functions #403

Merged
merged 11 commits into from
Sep 15, 2023

Commits on Feb 11, 2023

  1. add flush_broadcast

    Freax13 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    72a28bd View commit details
    Browse the repository at this point in the history
  2. add tlbsync

    Freax13 committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    54190d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. use nostack instead of nomem

    Freax13 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c23357f View commit details
    Browse the repository at this point in the history
  2. move parts of the Step impl into normal functions

    This allows us to these functions internally without requiring the
    nightly `step_trait` feature.
    Freax13 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    83be8d7 View commit details
    Browse the repository at this point in the history
  3. move to a builder pattern

    Freax13 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    bae6119 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. rename the inherent step methods

    This avoids any confusion between the trait methods and inherent
    methods.
    Freax13 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ee10753 View commit details
    Browse the repository at this point in the history
  2. use mutable references in InvlpgbFlushBuilder

    This works for all methods except `pages` which changes the type.
    Freax13 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    28f9511 View commit details
    Browse the repository at this point in the history
  3. fix off-by-one for ASID check

    Freax13 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    861bbbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ecd11c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d55f01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cf5f86 View commit details
    Browse the repository at this point in the history