-
Notifications
You must be signed in to change notification settings - Fork 26
Memory #67
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
Merged
Memory #67
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
e8d23b8
[sub] fixed url submodule
CodeAnarchist 2aa4448
[netpkt] palloc in netpkt, minor fixes
CodeAnarchist fb2a1cf
[ALLOC,WIP] refactor
CodeAnarchist 0f2afcc
[WIP ALLOC] misc, mm, fixed net memory leak
CodeAnarchist 448fe67
[PROC]fix wx perms, enable user processes
CodeAnarchist 9f6dbfc
Merge remote-tracking branch 'upstream/main' into mem
CodeAnarchist 235bd1a
[ALLOC] asid, finalizing the merge
CodeAnarchist de459ae
[mmu] add global asid, vma, various fixes
CodeAnarchist 77dc3d8
[mem] fix high-half exception vectors
CodeAnarchist 93dc84d
[mem] brk and page fault
CodeAnarchist 3306fc2
[alloc] vma-demand palloc/pfree
CodeAnarchist b52e442
[mem] make paddr_t explicit
CodeAnarchist 8cdccc9
[mmu] no phys as pointer
CodeAnarchist 86904c3
[mem wip] high half ker, TTBR0/TTBR1 split (not booting)
CodeAnarchist 1699782
[mem] boot, kva/pa split
CodeAnarchist bb34ddf
[mem] rasp
CodeAnarchist 426926c
[mem] uaccess, VMA
CodeAnarchist ba0a702
[mem/drivers] minor fixes
CodeAnarchist 3b624fb
[mem/proc] unify mm ownership, user memory paths
CodeAnarchist dcbd8e2
[mem] finalize uaccess and TTBR0 isolation
CodeAnarchist 219632f
[test]test
CodeAnarchist 251a20a
[misc]fix stress test issues in filesystem, process and IO paths
CodeAnarchist f230b98
[misc] git requests and testing
CodeAnarchist d583063
[misc]removed brk heap in favor of full anon, cleaned up structs
CodeAnarchist 1493941
[sched] fix scheduler crash, refactored to dynamic types
CodeAnarchist b7deedd
sub
CodeAnarchist d909dc3
[misc]fixed scheduler, fixed panic debugging, merged shared
CodeAnarchist 1e01f69
Merge remote-tracking branch 'upstream/main' into mem
CodeAnarchist c2f5e88
merge
CodeAnarchist 1073555
[misc] git reqs, minor fixes
CodeAnarchist 8b81ae6
[misc] removed errno
CodeAnarchist 4dfbee3
[proc] fix lifecycle handling and add clean user exit path
CodeAnarchist 5617265
[link]use common user linker
CodeAnarchist 8e4e6d6
[sched] idle
CodeAnarchist 75dc054
[launch]added shared user exit trampoline, removed crt0 and _start
CodeAnarchist 7937cf0
Merge remote-tracking branch 'upstream/main' into mem
CodeAnarchist 9e73d0e
[merge] minor fixes
CodeAnarchist 414605d
[common] -Werror
CodeAnarchist aa06147
[misc] warns
CodeAnarchist c81771d
[linker] user linker
CodeAnarchist 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| [submodule "shared"] | ||
| path = shared | ||
| url = https://github.com/differrari/redlib | ||
| url = https://github.com/differrari/redlib.git |
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 was deleted.
Oops, something went wrong.
This file was deleted.
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
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.
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.