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 split lock #140

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Add split lock #140

merged 3 commits into from
Nov 30, 2023

Commits on Nov 30, 2023

  1. SPLITLOCK test: add split lock test for cpu

    This test app will use "lock addl" instruction to trigger #AC in hardware
    and kernel.
    
    Signed-off-by: Tony Zhu <[email protected]>
    Tony Zhu committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    be70fc5 View commit details
    Browse the repository at this point in the history
  2. SPLITLOCK test: add split lock test items into tests

    This test includes two test items, the first one will check cpuinfo,
    the second one will call split lock test to trigger an execption.
    
    Signed-off-by: Tony Zhu <[email protected]>
    Tony Zhu committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b09aa53 View commit details
    Browse the repository at this point in the history
  3. SPLITLOCK test: add the README document of split lock test

    This document introduces what is split lock and how to test it in user
    mode.
    
    Signed-off-by: Tony Zhu <[email protected]>
    Tony Zhu committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d10af05 View commit details
    Browse the repository at this point in the history