summaryrefslogtreecommitdiff
path: root/Kernel/WorkQueue.cpp
AgeCommit message (Expand)Author
2022-04-20Kernel: Take WorkQueue item as reference instead of pointer in do_queueLiav A
2021-12-05Kernel: Mark kernel smart-pointer classes as [[nodiscard]]Sam Atkins
2021-10-26Kernel: Use SpinlockProtected<T> in WorkQueueAndreas Kling
2021-09-07Kernel: Store process names as KStringAndreas Kling
2021-08-22Kernel: Rename ScopedSpinlock => SpinlockLockerAndreas Kling
2021-08-22Kernel: Rename SpinLock => SpinlockAndreas Kling
2021-08-07Kernel: Move SpinLock.h into Locking/Jean-Baptiste Boric
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-06-09Kernel: Mark WorkQueue initailzation functions as UNMAP_AFTER_INITBrian Gianforcaro
2021-05-19Kernel: Use plain Function objects for the WorkQueueGunnar Beutner
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-26Kernel: Remove unused WorkQueue::m_name.Michel Hermier
2021-03-21Kernel: Add simplistic work queuesTom