summaryrefslogtreecommitdiff
path: root/sys/kern/kern_sched.c
AgeCommit message (Expand)Author
2024-02-26kernel: sched: Fix mistake in context switch codeIan Moffett
2024-02-26kernel: sched: Fix broken preemptionsIan Moffett
2024-02-26kernel: sched: Fix PID allocation logicIan Moffett
2024-02-26kernel: sched: Create schedvar.hIan Moffett
2024-02-23kernel: Add initial scheduler implementationIan Moffett
2024-02-14kernel: cpu: Add hint_spinwait()Ian Moffett
2024-02-11kernel: sched: Add initial sched related codeIan Moffett