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
/
AsyncDeviceRequest.h
Age
Commit message (
Expand
)
Author
2023-04-04
Kernel: Stop using *LockRefPtr for Process pointers
Andreas Kling
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-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-04-20
Kernel: Allow WorkQueue items allocation failures propagation
Liav A
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-07
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
Andreas Kling
2021-09-07
Kernel: Remove redundant [[nodiscard]] on KResult return values
Andreas Kling
2021-09-06
Kernel: Rename ProcessPagingScope => ScopedAddressSpaceSwitcher
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-05
Kernel: Declare type aliases with "using" instead of "typedef"
Brian Gianforcaro
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-19
Kernel: Make Process::current() return a Process& instead of Process*
Idan Horowitz
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-06
Kernel: Make AsyncDeviceRequest::name() return StringView
Andreas Kling
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Kernel: Annotate more AsyncDeviceRequest API's with [[nodiscard]]
Brian Gianforcaro
2021-04-21
Kernel: Make AsyncDeviceRequest sub-req management alloc free
Brian Gianforcaro
2021-03-21
Kernel: Add simplistic work queues
Tom
2021-03-15
Kernel: Fix race conditions processing async device requests
Tom
2021-03-02
Kernel: Make Thread use AK::Time internally
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-11-12
Kernel: Implement an asynchronous device request stack
Tom
2020-11-04
Revert "Kernel: Implement an asynchronous device request stack"
Andreas Kling
2020-11-04
Kernel: Implement an asynchronous device request stack
Tom