-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump kernel submodule to 1a926d7
Signed-off-by: Martin Kröning <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kernel
updated
17 files
+14 −0 | .github/workflows/ci.yml | |
+81 −123 | Cargo.lock | |
+1 −2 | Cargo.toml | |
+1 −1 | rust-toolchain.toml | |
+8 −9 | src/arch/aarch64/kernel/core_local.rs | |
+0 −1 | src/arch/aarch64/kernel/interrupts.rs | |
+1 −2 | src/arch/aarch64/kernel/processor.rs | |
+1 −1 | src/arch/x86_64/kernel/apic.rs | |
+6 −8 | src/arch/x86_64/kernel/core_local.rs | |
+24 −11 | src/arch/x86_64/mm/paging.rs | |
+5 −0 | src/executor/network.rs | |
+1 −0 | src/fd/socket/tcp.rs | |
+14 −15 | src/scheduler/mod.rs | |
+8 −10 | src/synch/futex.rs | |
+2 −2 | src/synch/recmutex.rs | |
+1 −1 | src/synch/semaphore.rs | |
+2 −2 | src/syscalls/tasks.rs |