This repository was archived by the owner on Nov 26, 2025. It is now read-only.
forked from arceos-org/arceos
-
Notifications
You must be signed in to change notification settings - Fork 15
feat: support COW #50
Merged
Merged
Changes from 13 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
4468909
Add basc COW
aqua2k1 4df0a03
Squash merge cow-backend into cow
aqua2k1 c5ea6ae
refactor: replace Arc-based frame tracking with frame info table
aqua2k1 c479c34
refactor: simplify address space handling logic
aqua2k1 2199488
refactor: improve memory management safety
aqua2k1 5a06d2e
Merge branch 'oscomp:main' into cow
mingzi47 db0ab69
Merge branch 'oscomp:main' into cow-mem_map
mingzi47 92d0fce
Merge branch 'cow-mem_map' into cow
aqua2k1 d497a21
chore: clean up
aqua2k1 1262090
refactor: Rename `populate_area` to `ensure_region_mapped` with COW s…
aqua2k1 44d596e
chore: Modify according to comment
aqua2k1 41fba7a
Merge branch 'main' into cow
aqua2k1 74519d3
refactor: replace PageIter4K with PageIterWrapper in AddrSpace
aqua2k1 05a17be
refactor: simplify frame reference counting
aqua2k1 172657f
refactor: (populate_area) use a iterator to walk through the area cov…
aqua2k1 e9a3c03
feat: add COW feature for memory management
aqua2k1 a4a4658
refactor: simplify COW handling and frame table initialization
aqua2k1 459349f
refactor: reorganize memory management modules
aqua2k1 639278d
doc: fix doc link
aqua2k1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mingzi47 Sorry to bother you, I was wondering if this change is necessary? Because I'm porting these to
axcpu.