-
Notifications
You must be signed in to change notification settings - Fork 0
Feat: implement smp initially #58
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
Changes from 15 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
75bb6f0
tmp: disable vendor source temporary
muou000 45d0489
feat(smp): harden CPU startup and interrupt routing
muou000 ea36d8f
fix(smp): harden task wakeups and futex waits
muou000 83df1af
fix(smp): stabilize task stacks and ext4 mutations
muou000 2d2ee48
fix(loongarch64): harden secondary CPU boot protocol
muou000 f1f3e8f
fix(loongarch64): separate local and external IRQ IDs
muou000 2be3595
fix(loongarch64): serialize EIOINTC enable updates
muou000 9d3c576
fix(loongarch64): program one-shot timers safely
muou000 ce377b9
fix(loongarch64): serialize UART writes
muou000 73e560b
fix(loongarch64): map all high RAM during boot
muou000 e16f752
fix(memory): support 8G RAM on RISC-V and LoongArch
muou000 b7b41ff
fix(loongarch64): clamp one-shot timer intervals
muou000 a815a4b
fix(mm): synchronize COW mappings across CPUs
muou000 9d961af
fix(axtask): harden task switching and interruptions
muou000 9b80727
fix(task): close process lifecycle and futex races
muou000 508bf12
fix(smp): harden CPU boot and online sequencing
muou000 697ff73
fix(loongarch64): harden SMP platform handling
muou000 8c4ff3e
fix(riscv64): fail closed on reserved memory overflow
muou000 ff54fc9
fix(task): preserve exit and futex cleanup semantics
muou000 8e68dbe
fix(syscall): preserve concurrent interrupt state
muou000 ae63075
fix(axtask): guard timer insertion against local IRQs
muou000 1417b49
fix(loongarch64): enable eight CPUs for QEMU virt
muou000 db6a7d2
fix(mm): avoid address-space deadlocks during COW faults
muou000 088bd90
fix(axipi): handle partial TLB shootdown failures
muou000 18f794b
fix(mm): propagate TLB shootdown failures safely
muou000 c2e719c
fix(mm): defer reclamation until TLB shootdown
muou000 9950c83
chore: enable vendor and update vendor sources
muou000 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,5 +1,5 @@ | ||
| [source.crates-io] | ||
| replace-with = "vendored-sources" | ||
| # [source.crates-io] | ||
| # replace-with = "vendored-sources" | ||
|
|
||
| [source.vendored-sources] | ||
| directory = "vendor" | ||
| # [source.vendored-sources] | ||
| # directory = "vendor" |
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.