|
|
124aa12f5b
|
Redesign scheduling points
Build documentation / build-and-deploy (push) Successful in 35s
|
2026-01-30 02:36:27 +01:00 |
|
|
|
e78bfb9984
|
Move suspension q code into proc/suspension_q.c
Build documentation / build-and-deploy (push) Successful in 24s
|
2026-01-29 01:52:18 +01:00 |
|
|
|
fdda2e2df8
|
Unlock mutexes on process death
|
2026-01-29 01:38:44 +01:00 |
|
|
|
600886a7ee
|
Organize resources into process groups
|
2026-01-27 14:18:05 +01:00 |
|
|
|
67b66f2b39
|
Implement proper mutex cleanup
Build documentation / build-and-deploy (push) Successful in 23s
|
2026-01-25 23:10:12 +01:00 |
|
|
|
18f791222e
|
Remove dead process from it's suspension queues
|
2026-01-25 22:39:29 +01:00 |
|
|
|
5e16bb647c
|
Multiple process suspension queues
|
2026-01-25 22:10:04 +01:00 |
|
|
|
a68373e4ee
|
Dynamically assign cpu upon mutex unlock
Build documentation / build-and-deploy (push) Successful in 35s
|
2026-01-25 20:39:51 +01:00 |
|
|
|
8650010992
|
Fix user CPU context saving
Build documentation / build-and-deploy (push) Successful in 31s
|
2026-01-25 17:39:34 +01:00 |
|
|
|
95f590fb3b
|
multi-cpu scheduling WIP
|
2026-01-25 15:54:00 +01:00 |
|
|
|
c26fd3cb2b
|
Fix scheduler locking hierarchy
|
2026-01-22 15:59:29 +01:00 |
|
|
|
fea0999726
|
Fix scheduler starvation, use lists for scheduling
Build documentation / build-and-deploy (push) Successful in 33s
|
2026-01-22 11:54:52 +01:00 |
|
|
|
38a43b59b0
|
Resolve strange IRQ issues which cause the scheduler to behave weirdly (IRQ mapping)
Build documentation / build-and-deploy (push) Successful in 52s
|
2026-01-19 01:51:34 +01:00 |
|
|
|
4f7077d458
|
Move mutex and mem create/cleanup functions into mutex.c and mem.c respectively
Build documentation / build-and-deploy (push) Successful in 33s
|
2026-01-16 22:13:17 +01:00 |
|
|
|
9a7dbf0594
|
Properly implement liballoc_free ()
|
2026-01-16 22:09:16 +01:00 |
|
|
|
711da8aeab
|
Implement proc_spawn_thread syscall, fix proc_resume and proc_suspend
Build documentation / build-and-deploy (push) Successful in 35s
|
2026-01-16 00:26:37 +01:00 |
|
|
|
41a458b925
|
Implement Mutexes and supporting syscalls, cleanup/optimize scheduler
Build documentation / build-and-deploy (push) Successful in 39s
|
2026-01-10 00:12:42 +01:00 |
|