-
-
Notifications
You must be signed in to change notification settings - Fork 182
Frame allocator changes #1004
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
Merged
kevinaboos
merged 40 commits into
theseus-os:theseus_main
from
Ramla-I:frame_allocator_changes
Jul 28, 2023
Merged
Frame allocator changes #1004
Changes from 15 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
3d4d28e
added frames typestate, just finalizing chunk finding functions
Ramla-I 34c2d8e
runs
Ramla-I b78dc4e
runs and tests pass
Ramla-I 14fea3e
moved frames to lib.rs
Ramla-I bd0a7a5
removed frames file
Ramla-I dbcf462
comments
Ramla-I 52ce8c3
comments
Ramla-I e5ec8f5
comments and clippy errors
Ramla-I 2c0e482
pr changes
Ramla-I c57aa16
PR issues
Ramla-I 69943bb
tests
Ramla-I 21f2b38
moved frame state to memory structs
Ramla-I 69d246d
added unmapped frames
Ramla-I 0dfbc98
PR changes
Ramla-I 45e3a30
comments
Ramla-I 4c8d2ed
comments and cleanup
Ramla-I 906a7b3
Update kernel/frame_allocator/src/lib.rs
Ramla-I 2d4987e
Update kernel/frame_allocator/src/lib.rs
Ramla-I 6abc6aa
Update kernel/frame_allocator/src/lib.rs
Ramla-I a0c471d
Update kernel/frame_allocator/src/lib.rs
Ramla-I bc69076
Update kernel/frame_allocator/src/lib.rs
Ramla-I c6ce7ce
Update kernel/memory_structs/src/lib.rs
Ramla-I dc40d1f
Update kernel/frame_allocator/src/lib.rs
Ramla-I 01fd398
Update kernel/memory_structs/src/lib.rs
Ramla-I b786c22
Update kernel/frame_allocator/src/lib.rs
Ramla-I ea87a4a
Update kernel/frame_allocator/src/lib.rs
Ramla-I cc822c6
Update kernel/frame_allocator/src/lib.rs
Ramla-I 58d25aa
Update kernel/frame_allocator/src/lib.rs
Ramla-I 66c0b26
small changes
Ramla-I a9ac710
changed UnmappedFramesInfo to UnmappedFrameRange
Ramla-I 8639f12
drop handler log statements
Ramla-I 7a6e458
pr comments
Ramla-I 53a14b3
spacing
Ramla-I 6f75236
improve formatting
kevinaboos a77b8b9
clarify `Frames` docs
kevinaboos 00cc97f
improve clarity of docs / drop handler
kevinaboos 42f7d84
fix formatting, use proper early return pattern
kevinaboos 43ecf9f
comments
Ramla-I 0d8ede6
make sure two frames objects never have the same range within the Fra…
Ramla-I cb1ec40
drop handler uses remove rather than replace_with
Ramla-I 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.