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

mem: Paging locks #44

Open
notYuriy opened this issue May 13, 2021 · 0 comments
Open

mem: Paging locks #44

notYuriy opened this issue May 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@notYuriy
Copy link
Contributor

When page tables are modified, they should be locked so that only one thread messes with them. There are two possible scenarious: locking in process-local part (lower half) and locking in shared kernel part (upper half). Upper half should have one global lock and lower half page tables should have one lock per paging context.

@notYuriy notYuriy added the enhancement New feature or request label May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant