summaryrefslogtreecommitdiff
path: root/Kernel/Tasks
AgeCommit message (Expand)Author
2020-12-12Kernel: Fix some issues related to fixes and block conditionsTom
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-11-30Kernel: Allow passing a thread argument for new kernel threadsTom
2020-11-30Kernel: Move some time related code from Scheduler into TimeManagementTom
2020-09-27Kernel: Make Thread refcountedTom
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-07-06Kernel: Require a reason to be passed to Thread::wait_onTom
2020-07-04Kernel: Remove debug spam in finalizer taskAndreas Kling
2020-07-01Kernel: Turn Thread::current and Process::current into functionsTom
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-04-08Kernel: Move sync and finalization tasks into their own filesAndreas Kling