Age | Commit message (Expand) | Author |
---|---|---|
2019-04-17 | Kernel: Scheduler donations need to verify that the beneficiary is valid. | Andreas Kling |
2019-04-14 | Kernel: Merge TSS.h into i386.h. | Andreas Kling |
2019-04-14 | Kernel: Remove system.h and make the uptime global a qword. | Andreas Kling |
2019-04-06 | Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. | Andreas Kling |
2019-03-27 | Kernel: Save/restore the SSE context on context switch. | Andreas Kling |
2019-03-24 | Kernel: Make block() and yield() automatically call Scheduler::yield(). | Andreas Kling |
2019-03-23 | Kernel: Add a Thread::all_threads() helper. | Andreas Kling |
2019-03-23 | Kernel+LibC: Add a simple create_thread() syscall. | Andreas Kling |
2019-03-23 | Kernel: Introduce threads, and refactor everything in support of it. | Andreas Kling |