This website requires JavaScript.
Explore
Help
Sign In
Imperial-MEng
/
pintos_22
Watch
1
Star
0
Fork
0
You've already forked pintos_22
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
96b350d623160383dcfcf7eae56fc4b1969949a1
pintos_22
/
src
/
vm
History
Demetriades, Themis
96b350d623
Merge branch 'vm/mmap-write-back-on-eviction' into 'vm/virtual-memory/themis-synch'
...
Write back mmap file pages to file upon eviction See merge request
lab2425_autumn/pintos_22!59
2024-12-06 01:01:50 +00:00
..
.gitignore
provided code
2024-10-01 23:37:39 +01:00
frame.c
Merge branch 'vm/mmap-write-back-on-eviction' into 'vm/virtual-memory/themis-synch'
2024-12-06 01:01:50 +00:00
frame.h
Update frame table to add a pinned flag and protect those from being evicted
2024-12-05 17:52:01 +00:00
Make.vars
provided code
2024-10-01 23:37:39 +01:00
Makefile
provided code
2024-10-01 23:37:39 +01:00
mmap.c
fix: obtain correct page table entry when performing eviction
2024-12-06 00:56:03 +00:00
mmap.h
Implement implicitly unmapping all mmapped files when a process exits. Refactor to reduce duplication
2024-12-04 22:00:59 +00:00
page.c
fix: obtain correct page table entry when performing eviction
2024-12-06 00:56:03 +00:00
page.h
fix: obtain correct page table entry when performing eviction
2024-12-06 00:56:03 +00:00