Skip to content

mem: Paging locks #44

@notYuriy

Description

@notYuriy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions