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
/
ProcessGroup.h
Age
Commit message (
Expand
)
Author
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-06
Kernel: Use KResultOr better in ProcessGroup construction
Andreas Kling
2021-09-04
Kernel: Handle ProcessGroup allocation failures better
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-22
Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T>
Andreas Kling
2021-08-07
Kernel: Port process groups to SpinLockProtectedValue
Andreas Kling
2021-08-07
Kernel: Move SpinLock.h into Locking/
Jean-Baptiste Boric
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-06-03
Kernel: Switch ProcessGroup to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-21
Revert "Kernel: Avoid allocating under spinlock in ProcessGroup::find_or_create"
Brian Gianforcaro
2021-05-20
Kernel: Avoid allocating under spinlock in ProcessGroup::find_or_create
Brian Gianforcaro
2021-05-20
Kernel: Make ProcessGroup::find_or_create API OOM safe
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-08-19
Kernel: Distinguish between new and old process groups with equal pgids
AnotherTest