index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Tasks
Age
Commit message (
Expand
)
Author
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2022-01-26
Kernel: Ignore allocation failures during thread finalization
Idan Horowitz
2021-12-05
Kernel: Mark kernel smart-pointer classes as [[nodiscard]]
Sam Atkins
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-07-11
Kernel: Make VirtualFileSystem::sync() static
Andreas Kling
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-09
Kernel: Mark SyncTask::spawn() as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark FinalizerTask::spawn() as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-05-27
Kernel: Pass trampolines instead of lambdas to create_kernel_process
Andrew Kaster
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-02
Kernel: Make Thread use AK::Time internally
Ben Wiederhake
2021-02-15
Kernel: Ignore unobserved BlockResult from Thread::Sleep
Brian Gianforcaro
2021-02-15
Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits.
Brian Gianforcaro
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-30
Kernel: Allow passing a thread argument for new kernel threads
Tom
2020-11-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-09-27
Kernel: Make Thread refcounted
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-07-06
Kernel: Require a reason to be passed to Thread::wait_on
Tom
2020-07-04
Kernel: Remove debug spam in finalizer task
Andreas Kling
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-04-08
Kernel: Move sync and finalization tasks into their own files
Andreas Kling