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

Implement Pager #148

Open
5 tasks
benpigchu opened this issue Aug 15, 2020 · 1 comment
Open
5 tasks

Implement Pager #148

benpigchu opened this issue Aug 15, 2020 · 1 comment
Labels
enhancement New feature or request hard

Comments

@benpigchu
Copy link
Contributor

Pager provide a mechanism for a userspace process to provide demand paging for VMOs. A pager object allows a userspace pager service (typically a filesystem) to create VMOs that serve as in-memory caches for external data.

Implement syscall:

@benpigchu benpigchu added enhancement New feature or request hard labels Aug 15, 2020
@lqf96
Copy link

lqf96 commented Sep 16, 2020

Probably worth mentioning that this can also serve as the basis for the Linux userfaultfd system call?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hard
Projects
None yet
Development

No branches or pull requests

2 participants