Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-20 | AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel | Andreas Kling | |
Instead of having two separate implementations of AK::RefCounted, one for userspace and one for kernelspace, there is now RefCounted and AtomicRefCounted. |