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
/
Devices
/
KCOVInstance.h
Age
Commit message (
Expand
)
Author
2023-02-24
Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h
Liav A
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
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-06
Kernel/KCOV: Bring closer to typical SerenityOS coding style
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-07
Kernel: Move SpinLock.h into Locking/
Jean-Baptiste Boric
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-26
Kernel: Fix integer overflow in KCOV_SETBUFSIZE ioctl
Patrick Meyer
2021-07-27
Kernel: Make KCOVDevice::ioctl() return KResult
Ali Mohammad Pur
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer