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.cpp
Age
Commit message (
Expand
)
Author
2021-07-11
Kernel: Standardize the header include style to 'include <Kernel/...>'
Brian Gianforcaro
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
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-21
Revert "Kernel: Fix regression, removing a ProcessGroup that not in the list"
Brian Gianforcaro
2021-05-20
Kernel: Fix regression, removing a ProcessGroup that not in the list
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-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
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